There is no deleted incidents option. All are records in log analytics which is largely immutable. You can resolve but not delete.
Sentinel REST API - Deleted Incidents
Frederik Larsen
76
Reputation points
Hi
To export our Incidents, I'm currently using the Sentinel Rest API, Incidents endpoint. V 2021-10-01.
Instead of doing a full load of all incidents each day, I've implemented a filter in the request $filter= properties/lastModifiedTimeUtc gt 'TodaysDate'.
This gives me all new and changed Incidents. I then merge these with yesterday's load to get the full picture.
But this does not include deleted incidents. Any way to get information about these -without doing a full load of all incidents?
(I will be on holiday until Jan 3.)
Thanks!
Accepted answer
-
Andrew Blumhardt 9,951 Reputation points Microsoft Employee
2022-12-23T06:05:19.103+00:00