AllocatorsSummaryedit

Summarized information about allocators.

Propertiesedit

healthy (boolean, required)
Whether all allocators are healthy
zone_summaries (array[AllocatorsZoneSummary], required)
Summarized information on allocators in each zone

Exampleedit

{
   "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"
      }
   ]
}