Get the state of a CAS session

get/servers/{serverName}/sessions/{sessionId}/state

Returns the running state of a specific CAS session.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
serverName
string
true

The name of the server.

sessionId
string
true

Session ID for which to obtain state.

Responses

StatusMeaningDescription
200OK

The requested session's running state was returned. Valid values include running or stopped.

400Bad Request

The request was invalid.

Schema
404Not Found

The requested CAS server does not exist.

409Conflict

The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.