Get health for a filtered group of proxiesedit

Get the health status of a filtered group of proxies.

Requestedit

GET /api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}/health

Path parametersedit

Name Type Required Description

proxies_filtered_group_id

string

Y

"The identifier for the filtered group of proxies

Query parametersedit

Name Type Required Description

expect_status

string

N

The expected status

Responsesedit

200

(ProxiesFilteredGroupHealth) Returns health information on a filtered group of proxies

417

(ProxiesHealth) The health status is worse than the expected one.

449

(BasicFailedReply) Elevated permissions are required. (code: root.unauthorized.rbac.elevated_permissions_required)

Headers

x-cloud-error-codes (string; allowed values: [root.unauthorized.rbac.elevated_permissions_required])
The error codes associated with the response

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}/health \
-H "Authorization: ApiKey $ECE_API_KEY"