Integrating OpsGenie with OpManager brings a powerful synergy to your IT operations and incident management strategy. This integration enables advanced alerting capabilities, ensuring that critical issues are detected and communicated promptly. With intelligent escalation workflows, incidents are automatically routed to the right teams or individuals based on predefined rules, reducing response times and minimizing service disruptions. Additionally, OpsGenie’s collaboration features empower teams to work together seamlessly, providing real-time updates, context, and insights to resolve issues efficiently. By combining these strengths, the integration helps organizations enhance operational efficiency, improve incident resolution, and maintain high service reliability.






https://api.opsgenie.com/v2/alertsAuthorization: GenieKey eb243592-faa2-451q*********fdf56
{
"message": "Haii message to send alert"
}

request_id will be generated, which can be used to acknowledge and close incidents in OpsGenie.
POST https://api.opsgenie.com/v2/alerts/$.requestId/acknowledge
Headers:
- Content-Type: application/json
- Authorization: GenieKey eb243592-faa2-451q*********fdf56
Body:
{
"user": "Monitoring Script",
"source": "AWS Lambda",
"note": "Action executed via Alert API"
}
POST https://api.opsgenie.com/v2/alerts/$.requestId/close
Headers:
- Authorization: GenieKey eb243592-faa2-451q*********fdf56
- Content-Type: application/json
Body:
{
"user": "Monitoring Script",
"source": "AWS Lambda",
"note": "Action executed via Alert API"
}





