ProxiesHealthedit

Intentionally left blank

Propertiesedit

allocations (array[ProxiesAllocationsInfo], required)
Allocations for proxies
expected_proxies_count (integer as int32, required)
Expected minimum number of proxies
filtered_groups (array[ProxiesFilteredGroupHealth], required)
Filtered groups of proxies with associated status
observed_proxies_count (integer as int32, required)
Total number of proxies
status (string, required)
"Health status for all proxies. One of "Green", "Yellow" or "Red"

Exampleedit

{
   "allocations" : [
      {
         "allocations_type" : "string",
         "max_allocations" : 0,
         "proxies_at_max_allocations" : 0
      }
   ],
   "expected_proxies_count" : 0,
   "filtered_groups" : [
      {
         "group" : {
            "expected_proxies_count" : 0,
            "filters" : [
               {
                  "key" : "string",
                  "value" : "string"
               }
            ],
            "id" : "string"
         },
         "observed_proxies_count" : 0,
         "status" : "string"
      }
   ],
   "observed_proxies_count" : 0,
   "status" : "string"
}