Difference between revisions of "NXSL:Event"
Jump to navigation
Jump to search
m |
m |
||
| Line 1: | Line 1: | ||
Represents interface object. | Represents interface object. | ||
Revision as of 17:57, 3 April 2012
Represents interface object.
Class Name
Event
Attributes
| Name | Type | Description |
|---|---|---|
| code | int32 | Event code |
| customMessage | string | Custom message set in event processing policy |
| id | int64 | Unique event identifier |
| message | string | Event message |
| name | string | Event name |
| parameters | array | Event-specific parameters |
| severity | int32 | Event severity |
| timestamp | int64 | Timestamp as number of seconds since epoch (1 Jan 1970 00:00:00 UTC) |
| userTag | string | User tag associated with event |