Get Site WAN Interfaces (v2.6)
GET/v2.6/api/tenants/:tenant_id/sites/:site_id/waninterfaces
Get all the WAN interfaces for the site.
Request
Path Parameters
The tenant ID.
ID of the site. More details on the site can be retrieved by querying the sites API.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The number of responses.
The ID of the response.
The ID of the tenant.
items WANInterfaceV2N6[]
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.
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.
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.
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).
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"bfd_mode": "aggressive",
"bw_config_mode": "auto",
"bwc_enabled": true,
"cost": 0,
"id": "string",
"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",
"tags": [
"string"
],
"type": "PUBLIC_WAN",
"use_for_application_reachability_probes": true,
"use_for_controller_connections": true,
"vpnlink_configuration": {
"keep_alive_failure_count": 0,
"keep_alive_interval": 0
}
}
]
}