Skip to main content

List service connections

GET 

/service-connections

Retrieve a list of service connections.

Request

Query Parameters

    folder anyrequired

    The folder in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

Responses

OK

Schema
    data object[]
  • Array [
  • id uuidrequired

    The UUID of the service connection

    name stringrequired

    The name of the service connection

    folder stringrequired

    Default value: Service Connections

    The folder containing the service connection

    ipsec_tunnel stringrequired
    onboarding_type

    Possible values: [classic]

    Default value: classic

    region stringrequired
    backup_SC string
    bgp_peer object
    local_ip_address string
    local_ipv6_address string
    peer_ip_address string
    peer_ipv6_address string
    secret password
    nat_pool string
    no_export_community

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

    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 password
    summarize_mobile_user_routes boolean
    qos object
    enable boolean
    qos_profile string
    secondary_ipsec_tunnel string
    source_nat boolean
    subnets string[]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...