A newer version is available. For the latest information, see the
current release documentation.
ProxyOverview
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ProxyOverview
editInformation about all of the proxies.
Properties
edit-
proxies(array[ProxyInfo], required) - Proxies
-
proxies_count(integerasint32, 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
}
}