An EventInfo contains the properties of one event within an EventReport or an EventLog message.
Data Model
| Key | Type | Value |
|---|---|---|
| id | Number | A unique numeric identifier for this record. The event id is required to acknowledge a particular event. |
| pri | Number | The event priority coded as a one digit number 0 = suppressed, the event shall not be shown 1 = informational 2 = fault 3 = alarm 4 = warning |
| nak | Boolean | (needs to be acknowledged) This reads true for unacknowledged fault events. |
| msg | String | The event message text. |
| t1 | String | (time1) A time stamp defining the time when the event was detected. The format follows ISO 8601, example: 2021-03-26T08:02:30Z, time zone is always UTC. |
| t2 | String | (time2) A time stamp defining the time when the event was stored in the event database. The format follows ISO 8601, example: 2021-03-26T08:02:30Z, time zone is always UTC. |
| s1 | String | (source1) The name / id of the M&C which generated this event. |
| s2 | String | (source2) The name of the device which generated this event. |
| o1 | String | (origin1) The name of the originator. Used with parameter change events to tell who commanded the change. May be a user name or in case of automatic parameter changes the name of the device which caused the change. |
| o2 | String | (origin2) The host name / IP address from where a parameter change was commanded. |