Get Global Setting Value Using GET
All the key-name mappings can be found in the /api/deployment/config/globalsettings/metadata API's description.
Request
URI
GET
https://{api_host}/api/deployment/config/globalsettings/{key}
COPY
Path Parameters
string
key
Required
The global setting key
Responses
200
The global setting value
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
Deployment Operations
POST
Add License Key To Product Using POST
DELETE
Delete License For Product 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 Node Status Using GET
GET
Get Service Info Using GET
GET
Get Services Info Using GET
PUT
Manage DT Using PUT
PUT
Update Global Setting Value Using PUT