Remove associated DC plan from server group
Api to remove associated DC plan from server group
Path Parameters
- serverGroupId string required
Query Parameters
- removeChildAssociations boolean
Optional parameter. To be set only in case, if caller want to leave child association as-is and decouple them from server group
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...