Check endpoint availability

head/contexts
Internal-Use Only

Determines whether an endpoint is currently available.

Request Samples

1

Response Samples

1No example avaliable

Query Parameters

NameTypeRequiredDescription
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".

Header Parameters

NameTypeRequiredDescription
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

Responses

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