IP conflict
Triggered when an IP address conflict is detected on the network.
Alert name: ALERT_IP_CONFLICT
Payload
{
"metadata": {
"alert_name": "ALERT_IP_CONFLICT",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"ip_conflicts": [
{
"ip": "192.168.1.50",
"macs": [
"AA:BB:CC:DD:EE:F1",
"AA:BB:CC:DD:EE:F2"
]
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
ip | string | The conflicting IP address |
macs | array of strings | MAC addresses claiming the same IP |