Skip to main content

List service connections

GET 

/sse/config/v1/service-connections

List all service connections.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Responses

List of service connections

Schema
    data object[]
  • Array [
  • backup_SC string
    bgp_peer object
    local_ip_address string
    local_ipv6_address string
    peer_ip_address string
    peer_ipv6_address string
    same_as_primary boolean
    secret string
    ipsec_tunnel stringrequired
    name stringrequired
    nat_pool string
    no_export_community string

    Possible values: [Disabled, Enabled-In, Enabled-Out, Enabled-Both]

    onboarding_type string

    Possible values: [classic]

    Default value: classic

    protocol object
    bgp object
    do_not_export_routes boolean
    enable boolean
    fast_failover boolean
    local_ip_address string
    originate_default_route boolean
    peer_as string
    peer_ip_address string
    secret string
    summarize_mobile_user_routes boolean
    qos object
    enable boolean
    qos_profile string
    region stringrequired
    secondary_ipsec_tunnel string
    source_nat boolean
    subnets string[]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...