Retire Multiple Servers
Select
SaaS
Customer Managed
Retire multiple servers
- application/json
Request Body
servers object[]
id int32name string
Responses
- 200
- 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"
}
}
Internal Server Error
Loading...