It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
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" }