Can TDX make outbound HTTP REST calls to other applications?

Is this possible?  If so what API calls would I use?

Our infrastructure team uses OpsGenie,  We want TDX to make an outbound HTTP REST call to OpsGenie whenever a Major Incident is created. The HTTP REST call from TDX would raise an alert  in OpsGenie ​​​​.

Tags API
Asked by Janet Moore on Mon 9/21/20 9:48 AM Last edited Mon 9/21/20 10:26 AM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Mon 9/21/20 10:30 AM

You could potentially configure a webhook to send to it if OpsGenie can utilize webhooks. Webhooks for TDX though do not specify classification type when sending, they just send for *all* created tickets if you have the option checked to trigger one for ticket creation. You'll have to maybe have some middle application that filters them to Major Incidents.

No feedback