Hello @Shelton ,
Can you please tell me whether we can integrate cloudera alerts through opsgenie API ? Like using below command,
curl -X POST https://api.opsgenie.com/alerts -H "Content-Type: application/json" -H "Authorization: GenieKey *****************************************" -d '{ "message": "Test Message from API" }'
Actually I have created DL in opsgenie and given that DL in cloudera recipients list, So it is sending mail notification to opsgenie and we are getting alerts through opsgenie. But here sometimes its taking more time to trigger the alerts, To avoid this issue, I was trying to integrate opsgenie API like above command to call through cloudera. Please do the needful.
Best Regards, Vinod