OpManager alerts can now be converted into ilert Events, enabling customers to monitor, acknowledge, and resolve alarms before escalation. This integration supports event deduplication and suppression, helping reduce alert noise. Thereby, it streamlines response to critical issues, minimizes downtime, and improves overall system reliability.
Steps to perform in ilert
Steps to follow in OpManager
Enter the following details under Create Event to create an event in OpManager,
{
"integrationKey": "<integ_key>",
"eventType": "ALERT",
"summary": "$displayName - $stringseverity",
"details": "$message",
"priority": "HIGH",
"alertKey":"$entity"
}
Note: Replace <integ_key> with the integration key copied from the ilert page.
To update an event, enter the following details,
{
"integrationKey": "<integ_key>",
"eventType": "ALERT",
"summary": "$displayName - $stringseverity",
"details": "$message",
"priority": "HIGH",
"alertKey":"$entity"
}
Note: Replace <integ_key> with the integration key copied from the ilert page.
Enter the following details to close an event in OpManager,
{
"integrationKey": "<integ_key>",
"eventType": "RESOLVE",
"summary": "$displayName - $stringseverity",
"details": "$message",
"priority": "HIGH",
"alertKey":"$entity"
}
Note: Replace <integ_key> with the integration key copied from the ilert page.

Refer to the steps below to configure multiple notification profiles.
Follow the steps below to configure the notification profile:
Trigger a real-time alert in OpManager, then log in to your ilert interface to verify that the alert has been logged as an event.
Know more about the integrations offered by OpManager
Know more about dynamic variables used in request body
Thank you for your feedback!