Get WAN Interface Labels (v2.4)
List all the WAN interface labels for a tenant.
Path Parameters
- tenant_id string required
The ID of the tenant.
- 200
- 400
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 WANInterfaceLabelV2N4[]
Array [bwc_enabled booleanThe bwc parameters.
descriptionThe description of the WAN interface label. Maz size = 256.
id stringThe ID of the WAN interface label.
label stringThe label of the WAN interface.
lqm_enabled booleanThe link quality monitoring parameters.
name stringThe name of the WAN interface label. Max size = 128.
tags string[]An information field that can be added to identify the WAN interface label. Maximum 10 unique tags of length 1024 each are allowed.
use_for_application_reachability_probes booleanIndicates if the use for application reachability probe is selected.
use_for_controller_connections booleanIndicates if the use for controller connections is selected.
use_lqm_for_non_hub_paths booleanIndicates if the use for lqm for non hub paths is enabled.
vpnlink_configuration VPNLinkConfiguration
The configuration of the VPN link.
keep_alive_failure_count integer requiredThe VPN keep alive failure count (must be between 3 and 30).
keep_alive_interval integer requiredThe VPN keep alive timeout interval (must be between 100ms-1740,000ms).
]
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"bwc_enabled": true,
"id": "string",
"label": "string",
"lqm_enabled": true,
"name": "string",
"tags": [
"string"
],
"use_for_application_reachability_probes": true,
"use_for_controller_connections": true,
"use_lqm_for_non_hub_paths": true,
"vpnlink_configuration": {
"keep_alive_failure_count": 0,
"keep_alive_interval": 0
}
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "WAN_INTERFACE_LABEL_NOT_FOUND"
}
]
}
}