Get WAN Networks (v2.0)
List all the tenant WAN networks.
Path Parameters
- tenant_id string required
The ID of the tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- count int32
The total number of responses.
- id string
The ID of the response.
- type string
The type of response.
items WANNetwork[]
Array [id stringThe ID of the WAN network.
name string requiredThe name of the WAN network. Max size = 128.
provider_as_numbers integer[]The provider AS numbers of the WAN network.
type string requiredPossible values: [
PUBLIC_WAN
,PRIVATE_WAN
]The type of WAN network.
]
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"id": "string",
"name": "string",
"provider_as_numbers": [
0
],
"type": "PUBLIC_WAN"
}
]
}
Loading...