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

Get allocators

edit

Retrieves an overview of all allocators in an ECE installation.

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) An overview of all allocators

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