Get Namespace Values Using GET
All the key-name mappings of global settings can be found in the /api/deployment/config/globalsettings/metadata API's description.
Request
URI
GET
https://{api_host}/api/deployment/config/properties/{namespace}/{key}
COPY
Path Parameters
string
key
Required
Specific key for the namespace
string
namespace
Required
The namespace of which values will be seen
Responses
200
List of values
Returns entry of type(s) application/json
{
"key": "string",
"values": [
"string"
]
}
string
key
Required
Key of the (Key,Value) Pair
array of string
values
Optional
Collection of the Values associated with the Key
404
The Key is not found in the specified namespace
Operation doesn't return any data structure
Deployment Operations
POST
Add License Key To Product Using POST
POST
Add Namespace Key Values Using POST
DELETE
Delete License For Product Using DELETE
DELETE
Delete Namespace Key Using DELETE
GET
Get Global Setting Metadata Using GET
GET
Get Global Settings Using GET
GET
Get Global Setting Value Using GET
GET
Get License Groups Using GET
GET
Get License Keys For Product Using GET
GET
Get Namespace Values Using GET
GET
Get Namespace Values Using GET 1
GET
Get Node Status Using GET
GET
Get Service Info Using GET
GET
Get Services Info Using GET
PUT
Manage DT Using PUT
POST
Set Override Values Using POST
PUT
Update Global Setting Value Using PUT