Get proxies settings

GET /platform/infrastructure/proxies/settings

WARNING This endpoint is deprecated and scheduled to be removed in the next major version.

Retrieves the settings for all proxies.

Responses

  • 200 application/json

    Settings for all proxies.

    Hide response attributes Show response attributes object
    • expected_proxies_count integer(int32) Required

      Expected number of proxies

    • signature_secret string Required

      Secret string for signature generation

    • signature_valid_for_millis integer(int64) Required

      Signature validity in milliseconds

    • http_settings object Required

      WARNING This object is deprecated and scheduled to be removed in the next major version.

      Hide http_settings attributes Show http_settings attributes object
      • disconnected_cutoff integer(int64) Required

        Cutoff interval after disconnection in milliseconds

      • minimum_proxy_services integer(int32) Required

        Minimum number of proxy instances

      • sso_settings object Required

        WARNING This object is deprecated and scheduled to be removed in the next major version.

        Hide sso_settings attributes Show sso_settings attributes object
        • max_age integer(int64) Required

          Maximum age of single-sign-on token in milliseconds

        • sso_secret string Required

          Secret string for single-sign-on

        • dont_log_requests boolean Required

          If true, don't log requests

        • default_redirect_path string Required

          Default path where users are redirected after a successful single-sign-on

      • dashboards_base_url string Required

        Base URL for the dashboard

GET /platform/infrastructure/proxies/settings
curl \
 --request GET 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/settings' \
 --user "username:password"