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

Commit 1e904a3

Browse files
committed
add event id and definitions for event id and incident id
1 parent 8679943 commit 1e904a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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-
"entity_id":"${latestEvent.incident.id}",
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}",
167171
168172
"state_message":"${event.eventMessage}",
169173

0 commit comments

Comments
 (0)