Identifiers

The following are identifiers available for use in KBML expressions in actions.

event
The event/alert that the action is acting upon. The type of the event is controlled by the choice of Event Type. This identifier is only valid if the Event Type of the action is not none.
subject
The subject of the event/alert that the action is acting upon. This can be thought of as “the thing the alert is about”. The type of the subject is controlled by the choice of Subject Type in the action configuration panel.
currentDatetime
The date and time that the action was executed (as distinct from the date and time that an alert was posted).
device
The z/OS® image on which the alert was generated, or on which the Db2Dbms was running.
domainName
Always “DefaultDomain”.
trigger
A string that indicates what triggered this action. If the action was executed via a ManagedEvent Response, then trigger will be one of: posted, acknowledged, cleared, priorityChanged, repetitionCountChanged, annotated, statusChanged. If the action was executed by a user via a custom-launch tool, then trigger will be "userAction". If the action was executed by an action schedule, then trigger will be the name of the action schedule prefixed with "schedule".
userName
The name of the user who initiated the action, if applicable (for example from a custom launch).