Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Retrieve MCAS alert resolution status using LogicApps ?

Copper Contributor

Greetings,

 

I've been working on a LogicApps in Sentinel to retrieve the status of Microsoft Cloud App Security alerts using its REST API.

Capture3.PNG

So far, I'm capable of retrieving MCAS alerts which I can query in the Log Analytics

tempzdasnip.png

However, what I'm really interested in is the status of the alert (Open, Dismissed or Resolved), the parameter is called "ResolutionStatus" and should have 3 value as shown in MS documentation :

https://docs.microsoft.com/en-us/cloud-app-security/api-alerts

Capture4.PNG

 

 Thi parameter is not available when using a GET request for MCAS API, as you can see I have instead a statusValue which take only 2 values (0 = open, 1 = dismissed or resolved) :

 

tempsnip.png

The HTTP Get request is the following :

Capture.PNG

 

Do you have any idea on why the schema is different from the one that can be found in the documentation ? and do you have any clues on how to retrieve the resolutionStatus for MCAS alerts using logicapps ?

 

Thanks for your help,

 

Alexander

1 Reply