Get the state of a CAS server
get/servers/{serverName}/state
Returns the running state of a specific CAS server.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The requested server's running state was returned. Valid values include running or stopped for a final settled state. Interim values (while the server state is in transition) include starting or stopping. | ||
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. |