Get allocators
editGet allocators
editRetrieves the information for all of the allocators in the platform.
Request
editGET /api/v1/platform/infrastructure/allocators
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
(Optional) The offset from the first result you want to fetch. Defaults to 0. |
|
|
N |
(Optional) The query that filters the allocators. Maps to an Elasticsearch |
|
|
N |
(Optional) The maximum number of search results to return. Defaults to 100. |
|
|
N |
(Optional) A comma-separated array of fields to sort the search results by. Defaults to |
Responses
edit-
200
-
An overview of all allocators
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/infrastructure/allocators \ -H "Authorization: ApiKey $ECE_API_KEY"