Get the state of a CAS server

get/servers/{serverName}/state
Internal-Use Only

Returns the running state of a specific CAS server.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
serverName
string
true

The name of the server.

Responses

StatusMeaningDescription
200OKThe 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.
400Bad RequestThe request was invalid.Schema
404Not FoundThe requested CAS server does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.