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>
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"_comment": "Anonymized fixture — POST /sdwan/v4.0/api/anynetlinks/query with query_params ep2_site_id {eq}",
|
|
"items": [
|
|
{
|
|
"id": "al-hub-1",
|
|
"ep1_site_id": "site-HUB",
|
|
"ep1_wan_interface_id": "wi-hub-1",
|
|
"ep2_site_id": "16239359004050019",
|
|
"ep2_wan_interface_id": "16239359007870072",
|
|
"type": "AUTO-PUBLIC",
|
|
"forced": false,
|
|
"admin_up": true
|
|
},
|
|
{
|
|
"id": "al-hub-2",
|
|
"ep1_site_id": "site-HUB",
|
|
"ep1_wan_interface_id": "wi-hub-2",
|
|
"ep2_site_id": "16239359004050019",
|
|
"ep2_wan_interface_id": "16239359010020112",
|
|
"type": "AUTO-PUBLIC",
|
|
"forced": false,
|
|
"admin_up": true
|
|
}
|
|
]
|
|
}
|