Associate specific plan to servergroup
API to associate specific plan to servergroup
Path Parameters
- serverGroupId string required
- application/json
Request Body
DC Plan id and name
- id int32
- name string
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...