HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
Guides

Cluster Alerts

Sample Cluster Webhook Alerts

Access Point

New VC Connected

{
  "id": "39e60718-9012-4fab-8bcd-6789012345fe",
  "alertId": "d6e8e2e2-1c2d-4e7a-9b2a-1e2f3d4c5b73",
  "tenantId": "aad30b82ee0a11ef806342e359fd2e63",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "New VC Connected",
  "category": "Cluster",
  "deviceType": "Access Point",
  "severity": "Info",
  "time": "2026-01-01T00:00:00.000Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "VC abc_ap connected to Central for the first time.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "SG00KM7005"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "hostname": "AP-ABC-01"
    }
  ]
}

VC Disconnected

{
  "id": "4ae60718-9012-4fab-8bcd-6789012345ff",
  "alertId": "d2e8e2e2-1c2d-4e7a-9b2a-1e2f3d4c5b6f",
  "tenantId": "aad30b82ee0a11ef806342e359fd2e63",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "VC Disconnected",
  "category": "Cluster",
  "deviceType": "Access Point",
  "severity": "Critical",
  "time": "2026-01-01T00:00:00.000Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "Aruba Central stopped receiving data from VC SetMeUp-CA:CD:5C.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "SG00KM7005"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "vcName": "SetMeUp-CA:CD:5C"
    }
  ]
}

Gateway

Cluster Leader Change

{
  "id": "cadc836a-ef94-3a20-bc35-57e7351a5162",
  "alertId": "0e311107-1b13-3258-a9b5-e3ee0e4f32fe",
  "tenantId": "20b15d98f71411eebe566237c088cb89",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "Cluster Leader Change",
  "category": "Cluster",
  "deviceType": "Gateway",
  "severity": "Critical",
  "time": "2026-01-01T00:00:00.000Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "Gateway Aruba7008_0A_CF_C0 (CG0019588) is now the leader of cluster auto_group_104.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "CG0019588"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "clusterName": "auto_group_104",
      "serialNumber": "CG0019588",
      "hostname": "Aruba7008_0A_CF_C0",
      "firmwareVersion": "10.8.0.0_93576"
    }
  ]
}

Gateway Joined Cluster

{
  "id": "cadc836a-ef94-3a20-bc35-57e7351a5162",
  "alertId": "0e311107-1b13-3258-a9b5-e3ee0e4f32fe",
  "tenantId": "20b15d98f71411eebe566237c088cb89",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "Gateway Joined Cluster",
  "category": "Cluster",
  "deviceType": "Gateway",
  "severity": "Info",
  "time": "2026-01-01T00:00:00.000Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "Gateway Aruba7008_0A_CF_C0 (CG0019588) joined cluster auto_group_104.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "CG0019588"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "clusterName": "auto_group_104",
      "serialNumber": "CG0019588",
      "hostname": "Aruba7008_0A_CF_C0",
      "firmwareVersion": "10.8.0.0_93576"
    }
  ]
}

Gateway Joined Cluster

{
  "id": "cadc836a-ef94-3a20-bc35-57e7351a5162",
  "alertId": "0e311107-1b13-3258-a9b5-e3ee0e4f32fe",
  "tenantId": "20b15d98f71411eebe566237c088cb89",
  "tenantName": "ABC Enterprise",
  "mspId": null,
  "mspName": null,
  "name": "Gateway Joined Cluster",
  "category": "Cluster",
  "deviceType": "Gateway",
  "severity": "Critical",
  "time": "2026-01-01T00:00:00.000Z",
  "operation": "Add",
  "state": "Active",
  "siteId": "14076693093",
  "configScope": "Global",
  "summary": "Gateway Aruba7008_0A_CF_C0 (CG0019588) left cluster auto_group_104.",
  "notes": "This is a sample note.",
  "impactedEntities": {
    "deviceSerial": [
      "CG0019588"
    ],
    "clientMac": []
  },
  "additionalDetails": [
    {
      "clusterName": "auto_group_104",
      "serialNumber": "CG0019588",
      "hostname": "Aruba7008_0A_CF_C0",
      "firmwareVersion": "10.8.0.0_93576"
    }
  ]
}

What’s Next