Skip to main content

Exclude workloads from plan rule evaluation framework

Select

SaaS
Customer Managed

API to exclude workloads from plan rule evaluation framework

Request Body
  • subclients object[]
  • id int32
  • name string
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/plan/rule/entities/exclude    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body
{
"subclients": [
{
"id": 0,
"name": "string"
}
]
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/Plan/Rule/Entities/Exclude' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subclients": [
{
"id": 0,
"name": "string"
}
]
}'