Get WAN Interface Label (v2.5)
GET/sdwan/v2.5/api/waninterfacelabels/:wantinterface_label_id
List a specific WAN interface label.
Request
Path Parameters
The ID of the WAN interface label.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The bwc parameters.
The description of the WAN interface label. Maz size = 256.
The ID of the WAN interface label.
l3_reachability WANL3Reachability
The WAN L3 reachability information.
The probe configuration IDs.
The default element used.
The label of the WAN interface.
The link quality monitoring parameters.
The name of the WAN interface label. Max size = 128.
The probe profile ID.
An information field that can be added to identify the WAN interface label. Maximum 10 unique tags of length 1024 each are allowed.
Indicates if the use for application reachability probe is selected.
Indicates if the use for controller connections is selected.
Indicates if the use for lqm for non hub paths is enabled.
vpnlink_configuration VPNLinkConfiguration
The configuration of the VPN link.
The VPN keep alive failure count (must be between 3 and 30).
The VPN keep alive timeout interval (must be between 100ms-1740,000ms).
{
"bwc_enabled": true,
"id": "string",
"l3_reachability": {
"probe_config_ids": [
"string"
],
"use_element_default": true
},
"label": "string",
"lqm_enabled": true,
"name": "string",
"probe_profile_id": "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
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "WAN_INTERFACE_LABEL_NOT_FOUND"
}
]
}
}