Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
string | eventCondition |
Event condition. More... | |
string | message |
Log message. More... | |
time | firstAppearance |
Date & time of first appearance (UNIX timestamp, UTC) More... | |
time | lastAppearance |
Date & time of last appearance (UNIX timestamp, UTC) More... | |
int | numberAlerts |
Number of alerts. More... | |
Alert structure.
An alert contains the event id, the log message of the triggered alarm condition plus time and counter fields to express when and how often the alarm condition was triggered.
Definition at line 29 of file AlarmManager.idl.
string event::AlarmManager::Alert::eventCondition |
Event condition.
Definition at line 30 of file AlarmManager.idl.
time event::AlarmManager::Alert::firstAppearance |
Date & time of first appearance (UNIX timestamp, UTC)
Definition at line 32 of file AlarmManager.idl.
time event::AlarmManager::Alert::lastAppearance |
Date & time of last appearance (UNIX timestamp, UTC)
Definition at line 33 of file AlarmManager.idl.
string event::AlarmManager::Alert::message |
Log message.
Definition at line 31 of file AlarmManager.idl.
int event::AlarmManager::Alert::numberAlerts |
Number of alerts.
Definition at line 34 of file AlarmManager.idl.