Change the state of a CAS server
put/servers/{serverName}/state
Request a change to the state of a CAS server. Call with an Accept header of application/json;text/plain to properly receive both success and error response types. After the state change is requested, the server will transition to the requested state. Check the interim server state by making a GET call on the same endpoint.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request was completed successfully. States starting and stopping are temporary states while the server is in transition. | Schema | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The requested CAS server does not exist. | ||
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |