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 |
userstring |
The user associated with the event |
remotestring |
The IP address of the remote device associated with the event |