Check endpoint availability

head/sessions
Internal-Use Only

Determines whether a session endpoint is available.

Request Samples

1

Response Samples

1No example avaliable

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Specifies the filter criteria for returned sessions.

limit
integer
false

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 the first session to return. The default value is "0".

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies 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