Check endpoint availability

head/servers
Internal-Use Only

Determine whether the servers endpoint is currently available.

Request Samples

1

Response Samples

1No example avaliable

Query Parameters

NameTypeRequiredDescription
contextName
string
false

Returns active servers for the specified context definition.

filter
string<filter-criteria>
false

Specifies the filter criteria for returned active server listings.

limit
integer
false

Specifies the maximum number of active server listings to return. The default value is "10".

serverId
string
false

Returns the active server that matches a serverId. The serverId is a unique identifier for an active SAS Compute Server instance.

sortBy
string<sort-criteria>
false

Sorts returned active server listings.

start
integer
false

Specifies the offset of the first active server listing to return. The default value is "0".

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the desired server representation. The Accept-Item options are: application/vnd.sas.compute.server+json application/vnd.sas.compute.server.summary+json blank If the application/vnd.sas.compute.server.summary+json type is specified or no Accept-Item header is specified, then the servers are returned as summary representation server objects.

Allowed values:
application/vnd.sas.compute.server+jsonapplication/vnd.sas.compute.server.summary+json

Responses

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