Device boot
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
| Field | Type | Description |
|---|---|---|
device.label | string | Name of the device |
device.device_type | string | Type of device |
reboot_reason | string | Reason for the reboot (e.g., "firmware_upgrade", "power_cycle") |