Example searches: “200”, “https://{{hostname}}/api/v1”, “Elastic Cloud Enterprise API”, “x-cloud-error-codes”, “application/json”
Get the health status of all proxies.
The expected status
Returns health information on all the proxies
Total number of proxies
Expected minimum number of proxies
Allocations for proxies
The allocation status for a specified type, such as Elasticsearch, Kibana, or APM. The status is part of the overall proxy health information.
The type of proxy allocations (e.g. Elasticsearch, Kibana, APM)
The maximum number of allocations
The number of proxies that have the maximum number of allocations
Filtered groups of proxies with associated status
The health status of a filtered proxy group.
A set of proxy filters with an expected number of matching proxies.
Identifier of the filtered group of proxies
Filters to be matched
Selects proxies by matching a proxy metadata item.
Key of the proxy metadata item to be matched
Value of the proxy metadata item to be matched
Expected minimum number of proxies matching all filters in this group
The number of proxies that match all of the filters in the group
"Health status for this filtered group. One of "Green", "Yellow" or "Red"
"Health status for all proxies. One of "Green", "Yellow" or "Red"
The health status is worse than the expected one.
curl \ --request GET 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/health' \ --user "username:password"