Get allocator settings
Retrieves the allocator override settings.
Path parameters
-
The allocator identifier.
GET /platform/infrastructure/allocators/{allocator_id}/settings
curl \
-X GET https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}/settings
Response examples (200)
# Headers
x-cloud-resource-version: string
x-cloud-resource-created: string
x-cloud-resource-last-modified: string
# Payload
{
"capacity": 42
}
Response examples (404)
# Headers
x-cloud-error-codes: allocators.allocator_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}