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.
ProxyOverview
editProxyOverview
editInformation about all of the proxies.
Properties
edit-
proxies
(array[
ProxyInfo
]
, required) - Proxies
-
proxies_count
(integer
asint32
, required) - Number of proxies
-
settings
(ProxiesSettings
, required) - Settings
Example
edit{ "proxies" : [ { "allocations" : [ { "allocations_type" : "string", "counts" : { "allocations" : 0, "connectors" : 0 } } ], "healthy" : true, "host_ip" : "string", "metadata" : {}, "proxy_id" : "string", "public_hostname" : "string", "runner_id" : "string", "zone" : "string" } ], "proxies_count" : 0, "settings" : { "expected_proxies_count" : 0, "http_settings" : { "cookie_secret" : "string", "dashboards_base_url" : "string", "disconnected_cutoff" : 0, "minimum_proxy_services" : 0, "sso_settings" : { "cookie_name" : "string", "default_redirect_path" : "string", "dont_log_requests" : true, "maintenance_bypass_cookie_name" : "string", "max_age" : 0, "sso_secret" : "string" }, "user_cookie_key" : "string" }, "signature_secret" : "string", "signature_valid_for_millis" : 0 } }