Use topology/links and anynetlinks filters with eq/in operators so store WAN follow-ups return real peer tunnels instead of unscoped dumps. Co-authored-by: Cursor <cursoragent@cursor.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"_comment": "Anonymized fixture — POST /sdwan/v2.0/api/topology/links/query with query_params target_site_id {in}",
|
|
"items": [
|
|
{
|
|
"id": "topo-link-1",
|
|
"path_id": "path-1",
|
|
"type": "public-anynet",
|
|
"sub_type": "auto",
|
|
"status": "up",
|
|
"admin_up": true,
|
|
"vpnlinks": ["vpn-link-1"],
|
|
"source_site_id": "site-HUB",
|
|
"source_site_name": "CG00001-HUB",
|
|
"source_wan_if_id": "wi-hub-mpls",
|
|
"source_circuit_name": "MPLS-HUB",
|
|
"target_site_id": "site-A",
|
|
"target_site_name": "CG01005",
|
|
"target_wan_if_id": "wi-mpls",
|
|
"target_circuit_name": "Inet1-01005"
|
|
},
|
|
{
|
|
"id": "topo-link-2",
|
|
"path_id": "path-2",
|
|
"type": "public-anynet",
|
|
"sub_type": "auto",
|
|
"status": "down",
|
|
"admin_up": true,
|
|
"vpnlinks": ["vpn-link-2"],
|
|
"source_site_id": "site-HUB",
|
|
"source_site_name": "CG00001-HUB",
|
|
"source_wan_if_id": "wi-hub-bb",
|
|
"target_site_id": "site-A",
|
|
"target_site_name": "CG01005",
|
|
"target_wan_if_id": "wi-bb",
|
|
"target_circuit_name": "LTE-01005"
|
|
}
|
|
]
|
|
}
|