STP error
Triggered when a STP error is detected.
Alert name: ALERT_STP_ERROR
Payload
{
"metadata": {
"alert_name": "ALERT_STP_ERROR",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"device": {
"label": "Core Switch 1",
"device_type": "switch"
},
"port_number": 24,
"stp_error": "BPDU guard triggered"
}
}Fields
| Field | Type | Description |
|---|---|---|
device.label | string | Name of the device |
device.device_type | string | Type of device |
port_number | integer | Port where the error occurred |
stp_error | string | Description of the STP error |