Get proxy healthedit

Get the health status of all proxies.

Requestedit

GET /api/v1/platform/infrastructure/proxies/health

Query parametersedit

Name Type Required Description

expect_status

string

N

The expected status

Responsesedit

200

(ProxiesHealth)

Returns health information on all the proxies

417

(ProxiesHealth)

The health status is worse than the expected one.

Request exampleedit

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