IBM Cloud Functions Integration
IBM Cloud Function provides a service to run your application code without servers, scale it automatically, and pay nothing when it's not in use, with integrations with IBM Cloud services.
Last updated
IBM Cloud Function provides a service to run your application code without servers, scale it automatically, and pay nothing when it's not in use, with integrations with IBM Cloud services.
Last updated
(c) 2011 - 2024 ilert GmbH
Go to Alert sources --> Alert sources and click on Create new alert source
Search for IBM Cloud Functions in the search field, click on the IBM Cloud Functions tile and click on Next.
Give your alert source a name, optionally assign teams and click Next.
Select an escalation policy by creating a new one or assigning an existing one.
Select you Alert grouping preference and click Continue setup. You may click Do not group alerts for now and change it later.
The next page show additional settings such as customer alert templates or notification prioritiy. Click on Finish setup for now.
On the final page, an API key and / or webhook URL will be generated that you will need later in this guide.
On IBM Cloud Functions dashboard, create an Action by clicking "Actions" -> "Create"
Choose the name of your choice, in this case we will name it as "ilert-incidents", and choose "Node.js 12" as a runtime
Paste the following on the code, and please replace the "ILERT_URL" with the IBM Cloud Functions URL that we got earlier on ilert's dashboard
To trigger it, we need to pass the params, in this case click on "Invoke with parameters" on top right
Put the following as a parameter, you can adjust the summary and details, however please replace the "API_KEY" **** with the IBM Cloud Functions API Key that we go on ilert's dashboard earlier and Apply the parameters
To trigger the creation of incidents on ilert simple click "Invoke" on the top right, and it should create the incident on ilert
How to trigger the incident creation from other service?
For more information about invoking from trigger in IBM Cloud Service, please refer to IBM Documentation: https://cloud.ibm.com/docs/openwhisk?topic=openwhisk-triggers
Is it possible to manage the incident, for example to accept or resolve the incident?
Yes it is possible if the eventType
is passed with value ACCEPT
or RESOLVE
, this should accept and resolve the issue respectively. In addition to that, you need to pass the incidentKey
parameter on creation as well. All the parameter on event creation will be accepted. For more information, please refer to our API Documentation: https://api.ilert.com/api-docs/#tag/Events/paths/~1events/post