Path parameters
-
The identifier for the proxy
GET /platform/infrastructure/proxies/{proxy_id}
curl \
-X GET https://{{hostname}}/api/v1/platform/infrastructure/proxies/{proxy_id}
Response examples (200)
{
"proxy_id": "string",
"runner_id": "string",
"host_ip": "string",
"public_hostname": "string",
"metadata": {},
"healthy": true,
"zone": "string",
"allocations": [
{
"allocations_type": "elasticsearch",
"counts": {
"allocations": 42,
"connectors": 42
}
}
]
}
Response examples (404)
# Headers
x-cloud-error-codes: proxies.proxy_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}