Get proxy health
editGet proxy health
editGet the health status of all proxies.
Request
editGET /api/v1/platform/infrastructure/proxies/health
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
The expected status |
Responses
edit-
200
-
Returns health information on all the proxies
-
417
-
The health status is worse than the expected one.
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/infrastructure/proxies/health \ -H "Authorization: ApiKey $ECE_API_KEY"