Token Variables Specific to Event Notifications
Incident Payload
Token Name | Description |
---|---|
${incident.incidentID} |
ID of the incident |
|
Display ID of the incident |
${incident.severity} |
Severity code of the incident |
|
Name of the target |
${incident.targetType} |
Target type |
${incident.creationTimestamp} |
Incident creation timestamp |
${incident.summary} |
Summary message for the incident |
${incident.resolutionStatus} |
Resolution state for the incident |
${incident.owner} |
Owner of the incident |
Event Payload
Token Name | Description |
---|---|
${event.eventID} |
ID for the event |
${event.eventClass} |
Event class |
${event.msg} |
Message for the event |
${event.severity} |
Severity code for the event |
${event.target} |
Name of the target |
${event.creationTimestamp} |
Evet creation timestamp |
${event.targetType} |
Target type |