Base Names
This tables describes the base names for the predefined variables with their corresponding info classes.
Base Name | Description | Info Class |
---|---|---|
account
| Account in which the action was triggered. | EntityInfo
|
policy
| Policy that triggered the action. | PolicyInfo
|
action
| Triggered action. | ActionInfo
|
topSeverity
| INFO , WARN or ERROR.
| NotificationSeverity
|
topSeverityImage
| Severity image or icon. | ImageInfo
|
notificationConfigText
| Email actions only. | String
|
controllerUrl
| URL of the controller. | String
|
appDynamicsIcon
| - | ImageInfo
|
appDynamicsLogo
| - | ImageInfo
|
latestEvent
| Most recent triggering event. | EventInfo
|
fullEventList
| List of events that triggered the action. | List<EventInfo>
|
fullEventsByTypeMap
| List of events that triggered the action, grouped by type. | Map<String, List<EventInfo>>
|
clampLimit
| Optional setting, limit on how many triggering events to display. | int
|
clamped
| True if clamp limit is set. | boolean
|
clampedEventList
| n most recent triggering events if clamped. | List<EventInfo>
|
clampedEventsByTypeMap
| n most recent triggering events if clamped, grouped by type. | Map<String, List<EventInfo>>
|
fullEventsNodeMap | Node level variables to be used in email and HTTP templates. |
Map<EventInfo, NodeTemplateVariables> |