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
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
AllocatorsZoneSummary
editSummary of the allocators for the specified zone.
Properties
edit-
connected_allocators(integerasint32, required) - Number of connected allocators
-
connected_capacity(integerasint32, required) - Capacity of connected allocators in megabytes
-
disconnected_allocators(integerasint32, required) - Number of disconnected allocators
-
healthy_allocators(integerasint32, required) - Number of healthy allocators
-
in_maintenance_allocators(integerasint32, required) - Number of connected allocators in maintenance
-
instances(integerasint32, required) - Number of instances across all allocators in the region
-
max_available_capacity(integerasint32, required) - Maximum capacity available in one allocator in megabytes
-
total_allocators(integerasint32, required) - Total number of allocators
-
zone_id(string, required) - Identifier of the zone
Example
edit{
"connected_allocators" : 0,
"connected_capacity" : 0,
"disconnected_allocators" : 0,
"healthy_allocators" : 0,
"in_maintenance_allocators" : 0,
"instances" : 0,
"max_available_capacity" : 0,
"total_allocators" : 0,
"zone_id" : "string"
}