Skip to main content
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

FieldTypeDescription
vlan.namestringName of the VLAN
vlan.idintegerVLAN ID
assigned_address_countintegerNumber of addresses currently assigned
total_address_countintegerTotal addresses available in the pool
utilizationnumberPercentage of pool utilized (0.0 to 1.0)