Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 77d9f08

Browse files
Merge pull request #2293 from splunk/bhillmer-DOCGUILD-26165-doc-feedback-appd-incidentid
[DOCGUILD-26165] add event id and definitions for event id and incident id
2 parents 5ecae43 + e70a217 commit 77d9f08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sp-oncall/spoc-integrations/appdynamics-integration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ Configure the AppDynamics SaaS version
163163
164164
"message_type":"${message_type}",
165165
166+
#latestEvent.incident.id is the AppDynamics incident ID for the health rule. 1 incident can include multiple events.
166167
"entity_id":"${latestEvent.incident.id}",
168+
169+
#latestEvent.id is the AppDynamics event ID for the triggering HTTP action.
170+
"event_id":"${latestEvent.id}",
167171
168172
"state_message":"${event.eventMessage}",
169173

0 commit comments

Comments
 (0)