Difference between revisions of "NXSL:Event"

From NetXMS Wiki
Jump to navigation Jump to search
m
m (Added category)
Line 31: Line 31:
| userTag || string || User tag associated with event
| userTag || string || User tag associated with event
|}
|}
[[Category:NXSL Class Reference]]

Revision as of 08:38, 28 January 2013

Represents NetXMS event 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