IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

AllocatorsSummary

edit

Summarized 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,
         "healthy_allocators" : 0,
         "in_maintenance_allocators" : 0,
         "instances" : 0,
         "max_available_capacity" : 0,
         "total_allocators" : 0,
         "zone_id" : "string"
      }
   ]
}