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

from

integer

N

(Optional) The offset from the first result you want to fetch. Defaults to 0.

q

string

N

(Optional) The query that filters the allocators. Maps to an Elasticsearch query_string query.

size

integer

N

(Optional) The maximum number of search results to return. Defaults to 100.

sort

string

N

(Optional) An comma-separated array of fields to sort the search results by. Defaults to allocator_id.

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"