Skip to main content

Get WAN Networks (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/wannetworks

List all the tenant WAN networks.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

Responses

Successful Operation

Schema
    count int32

    The total number of responses.

    id string

    The ID of the response.

    type string

    The type of response.

    items WANNetworkV2N1[]
  • Array [
  • description

    The description of the WAN network. Maz size = 256.

    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.

    tags string[]

    An information field that can be added to identify the WAN network. Maximum 10 unique tags of length 1024 each are allowed.

    type stringrequired

    Possible values: [PUBLIC_WAN, PRIVATE_WAN]

    The type of WAN network.

  • ]
Loading...