Skip to main content
Triggered when a Meter device boots up. Alert name: ALERT_DEVICE_BOOT

Payload

{
  "metadata": {
    "alert_name": "ALERT_DEVICE_BOOT",
    "network_name": "Main Office",
    "timestamp": "2026-01-23T21:40:03Z"
  },
  "data": {
    "device": {
      "label": "Core Switch 1",
      "device_type": "switch"
    },
    "reboot_reason": "firmware_upgrade"
  }
}

Fields

FieldTypeDescription
device.labelstringName of the device
device.device_typestringType of device
reboot_reasonstringReason for the reboot (e.g., “firmware_upgrade”, “power_cycle”)