Skip to main content

Associate specific plan to servergroup

Select

SaaS
Customer Managed

API to associate data classification plan to servergroup

Path Parameters
  • serverGroupId int64 required
Request Body

DC Plan id and name

  • id int32
  • name string
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/servergroup/:servergroupid/dcplan    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
serverGroupId — path required
Body
{
"id": 0,
"name": "string"
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId/DCPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string"
}'