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

q

string

N

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

Responsesedit

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 exampleedit

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