Skip to content

device:storage_full_end

The device:storage_full_end event is emitted when a device's storage (NAS, SD card or built-in HDD) is no longer about to fill up (< 80%).

INFO

In order for this event to be emitted, Advanced Health Monitoring needs to be enabled on the device configuration page.

Event specific attributes

KeyTypeDescription
diskIdstringVendor specific disk identifier

Payload example

json
{
    "eventTopic": "device",
    "eventCode": "storage_full_end",
    "eventDescription": "Edge storage is no longer full",
    "eventOccurred": "2023-09-07T10:18:41+02:00",
    "eventId": "1ee4d572-7b62-6136-86c8-35b55032bfe2",
    "eventData": {
        "deviceId": "0eeb5774-e88d-11ef-95f8-afbaa9403ab9",
        "deviceName": "CAM-01",
        "deviceDescription": "Camera 01",
        "siteId": "182140d9-d99c-4dc8-ae14-0071a01d7e98",
        "siteName": "HQ",
        "siteDescription": "Company headquarters in NYC",
        "groupId": "cf84e116-ee61-4bd8-b078-3d2fadfcc9ac",
        "groupName": "West entrance",
        "groupDescription": "E1",
        "groupActive": true,
        "groupState": "schedule",
        "diskId": "SD_DISK"
    }
}

This site is in beta and under active development. Links may break.