ilert Provider
The ilert provider enables the creation, updating, and resolution of events or incidents on ilert, leveraging both incident management and event notification capabilities for effective incident response.
Overview
The ilert provider facilitates interaction with ilert’s API, allowing for the management of incidents and events. This includes the ability to create, update, and resolve incidents, as well as send custom event notifications. This provider integrates Keep’s system with ilert’s robust alerting and incident management platform.
Authentication
This provider requires authentication.
- ilert_token: ILert API token (required: True, sensitive: True)
- ilert_host: ILert API host (required: False, sensitive: False)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
- read_permission: Read permission (mandatory)
- write_permission: Write permission
In workflows
This provider can be used in workflows.
As “step” to query data, example:
As “action” to make changes or update data, example:
Check the following workflow example:
Connecting with the Provider
To integrate Keep with ilert, follow these steps:
- Log in to your ilert account.
- Navigate to “Alert Sources” under your account settings.
- Create a new alert source specifically for Keep.
- Note the
ALERT-SOURCE-API-KEY
provided for this alert source.
The endpoint to make requests for Keep integration will be: (https://api.ilert.com/api/v1/events/keep/{ALERT-SOURCE-API-KEY})