Get Entity Settings
Get list of entity settings used to modify default behaviour for linked entity like servers or server groups
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
- Entity settings
Schema
entitySettings object[]
{
"entitySettings": [
{
"name": "string",
"description": "string",
"acceptableValues": [
"string"
],
"defaultValue": "string",
"values": [
{
"value": "string",
"comment": "string",
"entity": {
"id": 0,
"name": "string",
"type": "string"
}
}
],
"isModified": true,
"type": "Integer",
"isRestartRequired": true,
"minValue": 0,
"maxValue": 0,
"category": "string"
}
]
}
{
"entitySettings": [
{
"name": "3dfsCfgClient_DEBUGLEVEL",
"description": "Specifies the default debug level for application. Note that if other means exist to set debug level those will probably override this method. ",
"defaultValue": "2",
"values": [
{
"value": "4",
"comment": "Needed to debug 3dfs application",
"entity": {
"name": "oes2018_3",
"id": 4,
"type": "Server"
}
},
{
"value": "3",
"comment": "Needed to debug 3dfs application",
"entity": {
"name": "amsterdam",
"id": 3,
"type": "Server"
}
}
],
"type": "Integer",
"isRestartRequired": false,
"minValue": 0,
"maxValue": 10,
"isModified": true,
"category": "EventManager"
},
{
"name": "AllowEmptySubClientToSucceed",
"description": "By default, if a subclient is empty, the backup job fails. To allow backup jobs for empty subclients to complete, set the value to 1.",
"defaultValue": "0",
"type": "Integer",
"isRestartRequired": false,
"minValue": 0,
"maxValue": 1,
"category": "MSExchangeDBAgent"
}
]
}
GET /v4/entitysettings
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/EntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'