Config flaps
Triggered when devices experience configuration instability.
Alert name: ALERT_CONFIG_FLAPS
Payload
{
"metadata": {
"alert_name": "ALERT_CONFIG_FLAPS",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"config_flaps": [
{
"device": {
"label": "Core Switch 1",
"device_type": "switch"
},
"config_version": 42
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
device.label | string | Name of the device |
device.device_type | string | Type of device (e.g., "switch", "access_point") |
config_version | integer | Current configuration version number |