This object is only available through the Event object (i.e. event.alert). It represents
the actual alert from the SMS.
Properties
Name | Type | Description |
aggregrationPeriod | int | The amount of time over which the alerts were aggregated. |
destAddress | String | The destination IP address |
destPort | int | The destination port |
deviceID | int | The ID of the device generating the alert. Most useful if you are using external DB access. |
deviceTraceBeginSequence | int | |
deviceTraceBucket | int | |
deviceTraceEndSequence | int | |
hitCount | long | Aggregated value for the number of filter hits represented by this alert |
idx | long | Index value. Most useful if you are using external DB access |
logEventType | int | |
logVersion | short | |
messageParameters | String | |
noticeAction | short | |
packetTrace | short | |
physicalPortIn | int | |
policyUUID | String | The UUID of the policy triggering the filter hit. |
segmentID | int | The ID of the segment that generated the alert. |
sequenceNumber | long | |
severity | short | The severity of the alert |
signature | Signature | The signature information for the filter. |
signatureUUID | String | The UUID of the signature. Most useful if you are using external DB access. |
srcAddress | String | The source address of the alert |
srcPort | int | The source port |
time | long | |
timeEnd | long | |
vlanTag | int |
Methods
There are no Alert methods accessible from JavaScript.
Sample usage
var destAddr = event.alert.destAddress;