Get health for a filtered group of proxies

edit

Get the health status of a filtered group of proxies.

Request

edit

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

Path parameters

edit
Name Type Required Description

proxies_filtered_group_id

string

Y

"The identifier for the filtered group of proxies

Query parameters

edit
Name Type Required Description

expect_status

string

N

The expected status

Responses

edit
200

(ProxiesFilteredGroupHealth)

Returns health information on a filtered group of proxies

417

(ProxiesFilteredGroupHealth)

The health status is worse than the expected one.

Request example

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