Difference between revisions of "NXSL:Event"

From NetXMS Wiki
Jump to navigation Jump to search
Line 31: Line 31:
| userTag || string || User tag associated with event
| userTag || string || User tag associated with event
|}
|}


'''Methods'''
'''Methods'''

Revision as of 21:34, 21 May 2015

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


Methods

setMessage

setSeverity

setUserTag