Hi,
I created an Event API V2 integration and test it with the CURL provided. But I did not get an incident on the Open incident page. Below is the test crul and response. Note: i removed the integration key from the curl commends.
Thaks.
Bill.
curl --request ‘POST’
–url ‘https://events.pagerduty.com/v2/enqueue’
–header ‘Content-Type: application/json’
–data ‘{
“payload”: {
“summary”: “Test alert”,
“severity”: “critical”,
“source”: “Alert source”
},
“routing_key”: “”,
“event_action”: “trigger”
}’
{“dedup_key”:“a4c4fcd0e2da490eb2791920699eaee0”,“message”:“Event processed”,“status”:“success”}bash-5.1$