AllocatorOverviewedit

Overview over all installed allocators

Propertiesedit

zones (array[AllocatorZoneInfo])

Exampleedit

{
   "zones" : [
      {
         "allocators" : [
            {
               "allocator_id" : "string",
               "capacity" : {
                  "memory" : {
                     "total" : 0,
                     "used" : 0
                  }
               },
               "features" : [
                  "string"
               ],
               "host_ip" : "string",
               "instances" : [
                  {
                     "cluster_healthy" : true,
                     "cluster_id" : "string",
                     "cluster_name" : "string",
                     "cluster_type" : "string",
                     "healthy" : true,
                     "instance_name" : "string",
                     "node_memory" : 0
                  }
               ],
               "metadata" : [
                  {
                     "key" : "string",
                     "value" : "string"
                  }
               ],
               "public_hostname" : "string",
               "region" : "string",
               "settings" : {
                  "capacity" : 0
               },
               "status" : {
                  "connected" : true,
                  "healthy" : true,
                  "maintenance_mode" : true
               },
               "zone_id" : "string"
            }
         ],
         "zone_id" : "string"
      }
   ]
}