Forum Discussion
akefallonitis
May 12, 2020Brass Contributor
Alert - Get incident
Hey,
I am trying to implement a Logic App with Alert - Get incident with an Azure Sentinel alert trigger and i get the following error when running:
{
"error": {
"code": 400,
"source": "logic-apis-northeurope.azure-apim.net",
"clientRequestId": "adc961ce-781a-406b-9f24-f02580e7f386",
"message": "The response is not in a JSON format.",
"innerError": "Invalid subscription id or resource group"
}
}
As i validated all the parameters and permissions seem correct i dont know what i am doing wrong.
Anyone had any similar issue ?
- akefallonitisBrass ContributorActually i need to retrieve sentinel incidents using logic app can anyone share a way to do it ?
- GaryBusheyBronze Contributor
akefallonitis I just wrote a blog post on doing that. Make sure to read Part 1 and 2 as I changed some of the ways I did the logic app in Part 2. Part 3 gives you a workbook to start from that uses the data.
- akefallonitisBrass Contributor
Hi Gary very nice!
Just one question what permissions the app needs to have to access and write the incidents ?