Get Specific Site WAN Interface (v2.8)
GET/v2.8/api/tenants/:tenant_id/sites/:site_id/waninterfaces/:wan_interface_id
Get a specific site wan interface.
Request
Path Parameters
The tenant ID.
ID of the site. More details on the site can be retrieved by querying the sites API.
ID of the WAN interface.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [aggressive
, non_aggressive
]
Allowed values: aggressive - For fast failure detection of links. This mode is the default mode and is recommended by Prisma SD-WAN. non_aggressive - when you want to reduce the amount of probe traffic, or for links that are subjected to high loss or poor quality.
Possible values: [auto
, manual
, manual_bwm_disabled
]
The bandwidth config mode.
Bwc Enabled
Cost value for the site WAN interface should be within range 0-1024.
The description of the WAN interface config (size max = 256).
The ID.
l3_reachability WANL3Reachability
The WAN L3 reachability information.
The probe configuration IDs.
The default element used.
The WAN interface label or Circuit label ID. This can be retrieved using the waninterfacelabels API.
The circuit downstream capacity in MB.
The circuit upstream capacity in MB.
lqm_config LQMConfig
The link quality monitoring parameters.
List of DC Site IDs.
Allowed values: 50-300 milliseconds.
Possible values: [min
, max
, avg
]
WAN interface LQM config statistics.
The link quality monitoring parameters.
The name of the WAN interface config (size max = 128).
The network ID.
The probe profile ID.
An information field that can be added to identify the application. Maximum 10 Unique tags of length 1024 each are allowed.
Possible values: [PUBLIC_WAN
, PRIVATE_WAN
]
Type of WAN.
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).
{
"bfd_mode": "aggressive",
"bw_config_mode": "auto",
"bwc_enabled": true,
"cost": 0,
"id": "string",
"l3_reachability": {
"probe_config_ids": [
"string"
],
"use_element_default": true
},
"label_id": "string",
"link_bw_down": 0,
"link_bw_up": 0,
"lqm_config": {
"hub_site_ids": [
"string"
],
"inter_packet_gap": 0,
"statistic": "min"
},
"lqm_enabled": true,
"name": "string",
"network_id": "string",
"probe_profile_id": "string",
"tags": [
"string"
],
"type": "PUBLIC_WAN",
"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
}
}