IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get allocator
editGet allocator
editRetrieves the allocator by the ID.
Request
editGET /api/v1/platform/infrastructure/allocators/{allocator_id}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The allocator identifier. |
Responses
edit-
200
-
The information for the allocator specified by {allocator_id}
-
404
-
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 example
editcurl -XGET https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id} \ -H "Authorization: ApiKey $ECE_API_KEY"