Check endpoint availability
head/servers
Determines whether an endpoint is currently available.
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | Specifies the filter criteria for returned items. |
limit | integer | false | Limits the maximum number of resource items to return. The default value is "10". |
sortBy | string<sort-criteria> | false | Sorts returned items by the specified criteria. |
start | integer | false | Returns the offset of the first resource item to return. The default value is "0". |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | ||
400 | Bad Request | The query server request is not valid due to one of the following reasons: <UL> <LI> The start or limit value is not a number. <LI> The start or limit value is less than 0. <LI> The filter parameter is not a valid value. <LI> The sortBy parameter is not a valid value. </UL> See the returned error response for more information. | Schema | |
406 | Not Acceptable | The requested response type is not acceptable. See the returned error response for more information and acceptable response types. | Schema |