ProxiesFilteredGroupHealthedit

The health status of a filtered proxy group.

Propertiesedit

group (ProxiesFilteredGroup, required)
Settings of the filtered group
observed_proxies_count (integer as int32, required)
The number of proxies that match all of the filters in the group
status (string, required)
"Health status for this filtered group. One of "Green", "Yellow" or "Red"

Exampleedit

{
   "group" : {
      "expected_proxies_count" : 0,
      "filters" : [
         {
            "key" : "string",
            "value" : "string"
         }
      ],
      "id" : "string"
   },
   "observed_proxies_count" : 0,
   "status" : "string"
}