You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EVENTS_API_v2/trigger/trigger_with_incident_key.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ def trigger_incident():
30
30
headers=header)
31
31
32
32
ifresponse.json()["status"] =="success":
33
-
print ('Incident created with with dedup key (also known as incident / alert key) of '+'"'+response.json()['dedup_key'] +'"') #print dedup key if successful
33
+
print ('Incident Created')
34
34
else:
35
35
printresponse.text# print error message if not successful
Copy file name to clipboardExpand all lines: EVENTS_API_v2/trigger/trigger_without_incident_key.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ def trigger_incident():
28
28
headers=header)
29
29
30
30
ifresponse.json()["status"] =="success":
31
-
print ('Incident created with with dedup key (also known as incident / alert key) of '+'"'+response.json()['dedup_key'] +'"') #print dedup key if successful
31
+
print ('Incident created with with dedup key (also known as incident / alert key) of '+'"'+response.json()['dedup_key'] +'"')
32
32
else:
33
33
printresponse.text# print error message if not successful
0 commit comments