Query parameters
-
expect_status
string The expected status
GET
/platform/infrastructure/proxies/health
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/health' \
--user "username:password"
Response examples (200)
{
"observed_proxies_count": 42,
"expected_proxies_count": 42,
"allocations": [
{
"allocations_type": "string",
"max_allocations": 42,
"proxies_at_max_allocations": 42
}
],
"filtered_groups": [
{
"group": {
"id": "string",
"filters": [
{
"key": "string",
"value": "string"
}
],
"expected_proxies_count": 42
},
"observed_proxies_count": 42,
"status": "string"
}
],
"status": "string"
}
Response examples (417)
{
"observed_proxies_count": 42,
"expected_proxies_count": 42,
"allocations": [
{
"allocations_type": "string",
"max_allocations": 42,
"proxies_at_max_allocations": 42
}
],
"filtered_groups": [
{
"group": {
"id": "string",
"filters": [
{
"key": "string",
"value": "string"
}
],
"expected_proxies_count": 42
},
"observed_proxies_count": 42,
"status": "string"
}
],
"status": "string"
}