DHCP pool exhaustion
Triggered when a DHCP pool approaches or reaches capacity.
Alert name: ALERT_DHCP_POOL_EXHAUSTION
Payload
{
"metadata": {
"alert_name": "ALERT_DHCP_POOL_EXHAUSTION",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"exhaustion_entries": [
{
"vlan": {
"name": "Corporate",
"id": 100
},
"assigned_address_count": 245,
"total_address_count": 254,
"utilization": 0.96
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
vlan.name | string | Name of the VLAN |
vlan.id | integer | VLAN ID |
assigned_address_count | integer | Number of addresses currently assigned |
total_address_count | integer | Total addresses available in the pool |
utilization | number | Percentage of pool utilized (0.0 to 1.0) |