HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
Guides

Routing Alerts

Sample Routing Webhook Alerts

Switch

BGP Peer Down

{
  "id": "cadc836a-ef94-3a20-bc35-57e7351a5162",
  "alertId": "0e311107-1b13-3258-a9b5-e3ee0e4f32fe",
  "tenantId": "aad30b82ee0a11ef806342e359fd2e63",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "BGP Peer Down",
  "category": "Routing",
  "deviceType": "Switch",
  "severity": "Major",
  "time": "2025-10-31T03:19:53Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "Switch REB01HPE, BGP peer 10.0.0.1 (VRF: vrf1, AF: IPv4) is down, remote AS 4321, local AS 1234.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "SG00KM7005"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "serial": "SG00KM7005",
      "firmwareVersion": "FL.10.13.1040",
      "hostname": "REB01HPE",
      "status": "IDLE",
      "ipAddress": "10.0.0.1"
    }
  ]
}

OSPF Peer Down

{
  "id": "cadc836a-ef94-3a20-bc35-57e7351a5162",
  "alertId": "0e311107-1b13-3258-a9b5-e3ee0e4f32fe",
  "tenantId": "aad30b82ee0a11ef806342e359fd2e63",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "OSPF Peer Down",
  "category": "Routing",
  "deviceType": "Switch",
  "severity": "Major",
  "time": "2025-10-31T03:19:53Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "Switch REB01HPE, OSPF peer 10.0.0.1 (VRF: vrf1) is down on interface 1/1/1.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "SG00KM7005"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "serial": "SG00KM7005",
      "firmwareVersion": "FL.10.13.1040",
      "hostname": "REB01HPE",
      "nbrState": "Down",
      "ipAddress": "10.0.0.1"
    }
  ]
}

What’s Next