IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Get allocators

edit

Retrieves the information for all of the allocators in the platform.

Request

edit

GET /api/v1/platform/infrastructure/allocators

Query parameters

edit
Name Type Required Description

q

string

N

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

Responses

edit
200

(AllocatorOverview) The allocator information is retrieved.

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/platform/infrastructure/allocators \
-u $CLOUD_USER:$CLOUD_KEY