It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
AllocatorsZoneSummary
editAllocatorsZoneSummary
editSummary of the allocators for the specified zone.
Properties
edit-
connected_allocators
(integer
asint32
, required) - Number of connected allocators
-
connected_capacity
(integer
asint32
, required) - Capacity of connected allocators in megabytes
-
disconnected_allocators
(integer
asint32
, required) - Number of disconnected allocators
-
in_maintenance_allocators
(integer
asint32
, required) - Number of connected allocators in maintenance
-
instances
(integer
asint32
, required) - Number of instances across all allocators in the region
-
max_available_capacity
(integer
asint32
, required) - Maximum capacity available in one allocator in megabytes
-
total_allocators
(integer
asint32
, required) - Total number of allocators
-
zone_id
(string
, required) - Identifier of the zone
Example
edit{ "connected_allocators" : 0, "connected_capacity" : 0, "disconnected_allocators" : 0, "in_maintenance_allocators" : 0, "instances" : 0, "max_available_capacity" : 0, "total_allocators" : 0, "zone_id" : "string" }