We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ecae43 + e70a217 commit 77d9f08Copy full SHA for 77d9f08
sp-oncall/spoc-integrations/appdynamics-integration.rst
@@ -163,7 +163,11 @@ Configure the AppDynamics SaaS version
163
164
"message_type":"${message_type}",
165
166
+ #latestEvent.incident.id is the AppDynamics incident ID for the health rule. 1 incident can include multiple events.
167
"entity_id":"${latestEvent.incident.id}",
168
+
169
+ #latestEvent.id is the AppDynamics event ID for the triggering HTTP action.
170
+ "event_id":"${latestEvent.id}",
171
172
"state_message":"${event.eventMessage}",
173
0 commit comments