ProxiesFilteredGroupHealth
editProxiesFilteredGroupHealth
editThe health status of a filtered proxy group.
Properties
edit-
group
(ProxiesFilteredGroup
, required) - Settings of the filtered group
-
observed_proxies_count
(integer
asint32
, 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"
Example
edit{ "group" : { "expected_proxies_count" : 0, "filters" : [ { "key" : "string", "value" : "string" } ], "id" : "string" }, "observed_proxies_count" : 0, "status" : "string" }