We are working on setting up Solarwinds alerting to PagerDuty. Looking for any advice or issues others have run into. Thanks!!
Hi @martian_monster
Preferred approach is v2, and a key to tie together your trigger and reset
API Reference | PagerDuty Developer Documentation
developer.pagerduty.com/docs/events-api-v2-overview
Services and Integrations
Common Event Format (PD-CEF)
2. Once that is done you can call it like a webhook from SolarWinds by passing the payload on the actions
Trigger Actions → Add Action → Send a GET or POST Request to a Webserver (probably something like the one mentioned below)