ProxyInfoedit

Information about a proxy

Propertiesedit

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

Exampleedit

{
   "healthy" : true,
   "host_ip" : "string",
   "metadata" : {},
   "proxy_id" : "string",
   "public_hostname" : "string",
   "runner_id" : "string"
}