Check sessions endpoint for a server
head/servers/{serverId}/sessions
Determines whether the session endpoint for a server is available.
Name | Type | Required | Description |
---|---|---|---|
serverId | string | true | Specifies the ID of the server definition. |
Name | Type | Required | Description |
---|---|---|---|
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". |
Name | Type | Required | Description |
---|---|---|---|
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 |