It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ProxyInfo
editProxyInfo
editInformation about a proxy
Properties
edit-
healthy
(boolean
, required) - Specifies if the proxy is healthy
-
host_ip
(string
, required) - IP of the host the proxy runs on
-
metadata
(object
, required) - Arbitrary metadata associated with the proxy
-
proxy_id
(string
, required) - The proxy identifier
-
public_hostname
(string
, required) - Public hostname of the host the proxy runs on
-
runner_id
(string
) - Identifier of the runner for the proxy
Example
edit{ "healthy" : true, "host_ip" : "string", "metadata" : {}, "proxy_id" : "string", "public_hostname" : "string", "runner_id" : "string" }