Check sessions endpoint for a server

head/servers/{serverId}/sessions
Internal-Use Only

Determines whether the session endpoint for a server is available.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
serverId
string
true

Specifies the ID of the server definition.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Specifies the filter criteria for returned sessions.

limit
integer
false

Specifies the maximum number of sessions to return. The default value is "10".

sortBy
string<sort-criteria>
false

Sorts returned sessions.

start
integer
false

Specifies the offset of first session to return. The default value is "0".

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Returns the desired session representation. The Accept-Item options are: application/vnd.sas.compute.session+json application/vnd.sas.compute.session.summary+json blank If the application/vnd.sas.compute.session.summary+json type is specified or no Accept-Item header is specified, then the sessions are returned as summary representation session objects.

Allowed values:
application/vnd.sas.compute.session+jsonapplication/vnd.sas.compute.session.summary+json

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo resource exists at the requested path.