Retire Servers of a Server group
Select
SaaS
Customer Managed
Retire servers in given server group
Path Parameters
- serverGroupId int32 required
Id of the serverGroup in which servers need to be retired
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- jobId int64
error object
errorCode int32errorMessage stringTells about the error occured
warningCode int32warningMessage stringTells about the warning occured
{
"jobId": 0,
"error": {
"errorCode": 0,
"errorMessage": "string",
"warningCode": 0,
"warningMessage": "string"
}
}
Requested details not found
Internal Server Error
Loading...