Get WAN Network (v2.0)
GET/v2.0/api/tenants/:tenant_id/wannetworks/:wan_network_id
List a WAN network.
Request
Path Parameters
tenant_id stringrequired
The ID of the tenant.
wan_network_id stringrequired
The ID of the WAN network.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"id": "string",
"name": "string",
"provider_as_numbers": [
0
],
"type": "PUBLIC_WAN"
}
Loading...