Forum Discussion
Closing Sentinel Incident with logic App
Hi,
I am trying to automate the closure of Sentinel Incident created via the API (no alert id related).
I have configured a logic app with an http event received task thats listen any API request from a webhook server, and then, close the incident.
But I got an error when it comes to change the incident status in the logic app:
2 Replies
- GaryBusheyBronze Contributor
descof I wonder if there is something else going on. I just got an error adding a comment to an incident which I have done numerous times before. It was saying the subscription or the resource group was wrong but they are the exact same entries I have been using.
- descofCopper Contributor
GaryBusheyWe are also thinking about a problem while creating the incident via the API. We are looking if this is an internal issue or if we put the startTimeUtc, endtimeUtc in the wrong format..
edit: we tried to force the startTimeUtc, endtimeUtc but apparently Sentinel overwrite the values with its own. So we cant close a custom incident created with the api with logic app 😞