Get health for a filtered group of proxies
Get the health status of a filtered group of proxies.
Path parameters
-
"The identifier for the filtered group of proxies
Query parameters
-
expect_status string
The expected status
GET /platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}/health
curl \
-X GET https://{{hostname}}/api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}/health
Response examples (200)
{
"group": {
"id": "string",
"filters": [
{
"key": "string",
"value": "string"
}
],
"expected_proxies_count": 42
},
"observed_proxies_count": 42,
"status": "string"
}
Response examples (417)
{
"group": {
"id": "string",
"filters": [
{
"key": "string",
"value": "string"
}
],
"expected_proxies_count": 42
},
"observed_proxies_count": 42,
"status": "string"
}