Skip to main content

Get WAN Networks (v2.0)

GET 

/sdwan/v2.0/api/wannetworks

List all the tenant WAN networks.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items WANNetwork[]
  • Array [
  • id string

    The ID of the WAN network.

    name stringrequired

    The name of the WAN network. Max size = 128.

    provider_as_numbers integer[]

    The provider AS numbers of the WAN network.

    type stringrequired

    Possible values: [PUBLIC_WAN, PRIVATE_WAN]

    The type of WAN network.

  • ]
Loading...