ProxyOverviewedit

Information about all of the proxies.

Propertiesedit

proxies (array[ProxyInfo], required)
Proxies
proxies_count (integer as int32, required)
Number of proxies
settings (ProxiesSettings, required)
Settings

Exampleedit

{
   "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
   }
}