Example searches: “region”, “400”, “metadata”, “Delete Extension”, “404”
Retrieves a single proxy by ID.
The identifier for the proxy
The information for the proxy specified by {proxy_id}.
The proxy identifier
Identifier of the runner for the proxy
IP of the host the proxy runs on
Public hostname of the host the proxy runs on
Arbitrary metadata associated with the proxy
Specifies if the proxy is healthy
The zone.
Allocation information by type.
The single proxy allocation for a specified type, such as Elasticsearch, Kibana, or APM.
The type of proxy allocations
Values are elasticsearch, kibana, apm, integrations_server, appsearch, or enterprise_search.
elasticsearch
kibana
apm
integrations_server
appsearch
enterprise_search
The number of proxy allocations.
The allocations count.
The connector count.
Unable to find the {proxy_id} specified proxy. Edit your request, then try again. (code: proxies.proxy_not_found)
proxies.proxy_not_found
The error codes associated with the response
Value is proxies.proxy_not_found.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request GET 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/{proxy_id}' \ --user "username:password"