Add or Update Entity Settings
Select
SaaS
Customer Managed
This API allows you to add or update settings for linked entities, such as servers or server groups. Use this endpoint to modify the default behavior of these entities.
- application/json
Request Body
entitySettings object[]
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
PUT /v4/entitysettings
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/EntitySettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entitySettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"value": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'