Skip to main content
Triggered when device CPU usage exceeds the configured threshold. Alert name: ALERT_HIGH_CPU_USAGE

Payload

{
  "metadata": {
    "alert_name": "ALERT_HIGH_CPU_USAGE",
    "network_name": "Main Office",
    "timestamp": "2026-01-23T21:40:03Z"
  },
  "data": {
    "cpu_usages": [
      {
        "device": {
          "label": "Core Switch 1",
          "device_type": "switch"
        },
        "cpu_usage": 92.5,
        "cpu_threshold": 90.0
      }
    ]
  }
}

Fields

FieldTypeDescription
device.labelstringName of the device
device.device_typestringType of device
cpu_usagenumberCurrent CPU usage percentage
cpu_thresholdnumberConfigured threshold that was exceeded