Modify Entity Settings
Modify entity settings used to change default behaviour for linked entity like servers or server groups
- 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://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/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",
"newValue": "string",
"comment": "string",
"reset": true,
"entity": {
"id": 0,
"type": "string"
}
}
]
}'