Sentinel REST API - Deleted Incidents

Frederik Larsen 76 Reputation points
2022-12-21T09:55:24.063+00:00

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!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,694 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
989 questions
{count} votes

Accepted answer
  1. Andrew Blumhardt 9,496 Reputation points Microsoft Employee
    2022-12-23T06:05:19.103+00:00

    There is no deleted incidents option. All are records in log analytics which is largely immutable. You can resolve but not delete.


0 additional answers

Sort by: Most helpful