searchSiteWanUsages
GET https://{{host}}/api/v1/sites/:site_id/wan_usages/search
Request
Name | Type | Description |
---|---|---|
mac | string | MAC address |
peer_mac | string | Peer MAC address |
port_id | string | Port ID for the device |
peer_port_id | string | Peer Port ID for the device |
policy | string | policy for the wan path |
tenant | string | tenant network in which the packet is sent |
path_type | string | path_type of the port |
RESPONSES
status: OK
{"results":[{"mac":"5c5b35000001","port_id":"ge-0/0/0.0","path_weight":10,"policy":"policy1","tenant":"tenant1","path_type":"vpn","peer_mac":"0200018c95e1","peer_port_id":"ge-0/0/3"}]}