Skip to main content

Get Service Connections for Tenant (v2.0)

GET 

/sdwan/v2.0/api/serviceconnections

List all service connections for a given tenant.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    items ServiceConnection[]
  • Array [
  • description

    The description of the service connection.

    id string

    The ID.

    is_primary boolean

    The service connection is primary or not. True or False.

    name stringrequired

    The name of the service connection.

    pa_compute_region_id string

    The prima access compute region ID.

    pa_compute_region_oid stringrequired

    The prima access compute region oid.

    security_service_ep_id string

    The security service ID.

    service_endpoint_id string

    The service endpoint ID.

    site_id string

    The site ID.

    tags string[]

    A information field that can be added to identify the service connection. Maximum 10 unique tags of length 1024 each are allowed.

    type ServiceConnectionTyperequired

    The service connection type value.

    value string

    Value

  • ]
Loading...