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.
AllocatorsSummary
editAllocatorsSummary
editSummarized information about allocators.
Properties
edit-
healthy
(boolean
, required) - Whether all allocators are healthy
-
zone_summaries
(array[
AllocatorsZoneSummary
]
, required) - Summarized information on allocators in each zone
Example
edit{ "healthy" : true, "zone_summaries" : [ { "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" } ] }