Get allocatoredit

Retrieves the allocator by the ID.

Requestedit

GET /api/v1/platform/infrastructure/allocators/{allocator_id}

Path parametersedit

Name Type Required Description

allocator_id

string

Y

The allocator identifier.

Responsesedit

200

(AllocatorInfo)

The information for the allocator specified by {allocator_id}

404

(BasicFailedReply)

The allocator specified by {allocator_id} cannot be found. (code: allocators.allocator_not_found)

Headers

x-cloud-error-codes (string; allowed values: [allocators.allocator_not_found])
The error codes associated with the response

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id} \
-H "Authorization: ApiKey $ECE_API_KEY"