Get Global Settings
Select
SaaS
Customer Managed
Get list of global settings used to modify system default behaviour
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
- Global settings
Schema
globalSettings object[]
{
"globalSettings": [
{
"name": "string",
"displayLabel": "string",
"description": "string",
"acceptableValues": [
"string"
],
"defaultValue": "string",
"value": "string",
"comment": "string",
"isModified": true,
"type": "Integer",
"isRestartRequired": true,
"minValue": 0,
"maxValue": 0,
"category": "string"
}
]
}
{
"globalSettings": [
{
"name": "AccountLockDuration",
"description": "Use this additional setting to set the number of seconds a locked account remains locked. ",
"defaultValue": "0",
"type": "Integer",
"isRestartRequired": true,
"minValue": 0,
"maxValue": 2147483647,
"category": "CommServDB.GxGlobalParam"
},
{
"name": "ActivateHPECatalyst",
"description": "Use this additional setting to show or hide HP Store Once library creation in the UI.",
"defaultValue": "False",
"type": "Boolean",
"isRestartRequired": false,
"value": "True",
"isModified": true,
"comment": "Needed to show HP store",
"category": "CommServDB.GxGlobalParam"
},
{
"name": "AddDecisionPointInformation",
"description": "Set to 1 to add debugging information to collect file identifying reason entry was added and where in code that decision was made Set to 0 to disable (default)",
"defaultValue": "0",
"type": "Integer",
"isRestartRequired": false,
"minValue": 0,
"maxValue": 1,
"acceptableValues": [
"0",
"1"
],
"category": "CommServDB.GxGlobalParam"
}
]
}
GET /v4/globalsettings
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/GlobalSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'