Skip to content

Event

Represents an event in the device.

Model

attribute description
id*
unsigned int
The unique ID of the event in the system
description*
i18n@event_descriptions
The events description
description_params
{ string: string }
An object holding values to be interpolated into the translated description string
severity*
Severity
The events severity level
tstamp*
unsigned int
A Unix timestamp defining when the event took place
status
'started'|'ended'
In case of a pair event that has definable start and end, this defines which of the two it is
user
string
The user associated with the event
remote
string
The IP address of the remote device associated with the event

Example

{
  "id": 3653,
  "description": "EVT14",
  "description_params": {
    "EP1": "admin",
    "EP2": "386"
  },
  "severity": "SVT6",
  "tstamp": 1598269427,
  "status": "started",
  "user": "admin"
}