Check endpoint availability
head/sessions
Determines whether a session endpoint is available.
Name | Type | Required | Description |
---|---|---|---|
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". |
Name | Type | Required | Description |
---|---|---|---|
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 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers |