Check endpoint availability
Determine whether the servers endpoint is currently available.
Name | Type | Required | Description |
---|---|---|---|
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". |
Name | Type | Required | Description |
---|---|---|---|
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 |