A newer version is available. For the latest information, see the
current release documentation.
Get proxy healthedit
Get the health status of all proxies.
Requestedit
GET /api/v1/platform/infrastructure/proxies/health
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
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. -
449
-
(
BasicFailedReply
) Elevated permissions are required. (code:root.unauthorized.rbac.elevated_permissions_required
)
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/platform/infrastructure/proxies/health \ -u $CLOUD_USER:$CLOUD_KEY