Ga naar hoofdinhoud

Notification

uuidstring<uuid>
start_timeintegerrequired
resolved_timeintegerrequired
notification_typeNotificationTypeEnum (string)required
  • SensorHubOffline - SensorHubOffline
  • DeviceOffline - DeviceOffline

Possible values: [SensorHubOffline, DeviceOffline]

object_namestringnullable

Name of the object to which this notification refers

Possible values: <= 255 characters

object_uuidstring<uuid>nullable

UUID of the object to which this notification refers

Notification
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"start_time": 0,
"resolved_time": 0,
"notification_type": "SensorHubOffline",
"object_name": "string",
"object_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}