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
print ('Incident created with with dedup key (also known as incident / alert key) of '+'"'+response.json()['dedup_key'] +'"') #print dedup key if successful
34
+
else:
35
+
printresponse.text# print error message if not successful
print ('Incident created with with dedup key (also known as incident / alert key) of '+'"'+response.json()['dedup_key'] +'"') #print dedup key if successful
32
+
else:
33
+
printresponse.text# print error message if not successful
0 commit comments