Check endpoint availability
head/contexts
Determines whether an endpoint is currently available.
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | Specifies the filter criteria for returned context definitions. |
limit | integer | false | Returns the maximum number of context definitions to return. The default value is "10". |
sortBy | string<sort-criteria> | false | Sorts returned context definitions. |
start | integer | false | Returns the offset of first context definition to return. The default value is "0". |
Name | Type | Required | Description |
---|---|---|---|
Accept-Item | string | false | Specifies the desired context representation. The Accept-Item options are: application/vnd.sas.compute.context+json application/vnd.sas.compute.context.summary+json blank If the application/vnd.sas.compute.context.summary+json type is specified or no Accept-Item header is specified, then the contexts are returned as summary representation context objects. Allowed values: application/vnd.sas.compute.context+jsonapplication/vnd.sas.compute.context.summary+json |