collabSupport/tests/fixtures/prisma/alarm-info-vpn.json
jmcqueen 90a56c4640 Fix Prisma overlay tunnel discovery with site-scoped query_params.
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>
2026-07-28 09:01:40 -04:00

6 lines
175 B
JSON

{
"_comment": "Alarm info nested shape with vpn_link_id for correlation tests",
"vpn_reasons": [
{ "code": "NETWORK_VPNLINK_DOWN", "vpn_link_id": "vpn-link-2" }
]
}