Parameters Passed by an Event
The parameters describe the event that triggered the action.
The total number of elements in the array depends on the number of event types and event summaries that triggered the action.
The parameter values are passed in the order in which they are described.
Structure of Parameters Sent by an Event
- APP_NAME
- APP_ID
- EN_TIME
- PRIORITY
- SEVERITY
- ACTION_NAME
- EN_NAME
- EN_ ID
- EN_INTERVAL_IN_MINUTES
- NUMBER_OF_EVENT_TYPES
The following parameters are passed for each event type:
- EVENT_TYPE_x
- EVENT_TYPE_NUM_x
- NUMBER_OF_EVENT_SUMMARIES
The following parameters are passed for each event summary:
- EVENT_SUMMARY_ID_x
- EVENT_SUMMARY_TYPE_x
- EVENT_SUMMARY_SEVERITY_x
- EVENT_SUMMARY_STRING_x
- DEEP_LINK_URL
- ACCOUNT
- ACCOUNT_NAME
Definitions of Parameters Sent by an Event
Event Notification Parameter | Definition |
---|---|
APP_NAME |
Name of the business application. |
APP_ID |
Application ID number. |
EN_TIME |
Event notification time, for example, Wed Jan 04 09:36:55 PST 2012. |
PRIORITY |
Integer designating how urgently a health rule violation should be fixed, with the lowest number (0) the most urgent. |
SEVERITY |
Allowed values: INFO, WARN, or ERROR. In the Splunk AppDynamics On-Premises UI they are called Info, Warning, and Critical. |
ACTION_NAME | Name of the triggered action. |
EN_NAME |
Name of the event notification. |
EN_ID |
Event notification ID number. |
EN_INTERVAL_IN_MINUTES |
Event notification interval in minutes. |
NUMBER_OF_EVENT_TYPES |
Determines how many times to loop through the event type map parameters. |
EVENT_TYPE_x |
If there is more than one event type, the parameters repeat for each event type, where x increments the number representing the event type. |
EVENT_TYPE_NUM_x |
Number of events of this type. |
NUMBER_OF_EVENT_SUMMARIES |
Number of event summaries in the notification that determines how many times to loop through the event summary parameters. |
EVENT_SUMMARY_ID_x |
Event summary ID number. |
EVENT_SUMMARY_TIME_x |
Event summary time, for example: Wed Jan 04 09:34:13 PST 2012. |
EVENT_SUMMARY_TYPE_x |
Type of event, such as: APPLICATION_CONFIG_CHANGE, APP_SERVER_RESTART, DIAGNOSTIC_SESSION, STALL. |
EVENT_SUMMARY_SEVERITY_x |
Event severity, such as: INFO, WARN, or ERROR. In the Controller UI, they are called Info, Warning, and Critical. |
EVENT_SUMMARY_STRING_x |
Event summary string, such as: Application Server environment variables changed. |
DEEP_LINK_URL | http://<controller-host-url>/#location=APP_EVENT_VIEWER_MODAL&eventSummary=
Append each event summary ID to the URL to provide a link to the Controller UI for this event. |
ACCOUNT | The entity type "ACCOUNT". Note: This is a predefined text. |
ACCOUNT_NAME | Name of the account in which the action was triggered. |