A newer version is available. For the latest information, see the
current release documentation.
Get allocatorsedit
Retrieves the information for all of the allocators in the platform.
Requestedit
GET /api/v1/platform/infrastructure/allocators
Query parametersedit
Name | 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) An comma-separated array of fields to sort the search results by. Defaults to |
Responsesedit
-
200
-
(
AllocatorOverview
) An overview of all allocators
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET https://{{hostname}}/api/v1/platform/infrastructure/allocators \ -H "Authorization: ApiKey $ECE_API_KEY"