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.
ProxiesHealth
editProxiesHealth
editIntentionally left blank
Properties
edit-
allocations
(array[
ProxiesAllocationsInfo
]
, required) - Allocations for proxies
-
expected_proxies_count
(integer
asint32
, required) - Expected minimum number of proxies
-
filtered_groups
(array[
ProxiesFilteredGroupHealth
]
, required) - Filtered groups of proxies with associated status
-
observed_proxies_count
(integer
asint32
, required) - Total number of proxies
-
status
(string
, required) - "Health status for all proxies. One of "Green", "Yellow" or "Red"
Example
edit{ "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" }