Skip to main content

List all infrastructure settings

GET 

/sse/config/v1/shared-infrastructure-settings

List all infrastructure settings.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

Responses

List of infrastructure settings under Shared folder

Schema
    data object[]
  • Array [
  • api_key string
    captive_portal_redirect_ip_address string
    egress_ip_notification_url string
    infra_bgp_as string
    infrastructure_subnet string
    infrastructure_subnet_ipv6 string
    ipv6 boolean
    loopback_ips string[]
    tunnel_monitor_ip_address string
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...