Microsoft Sentinel · Capability
Microsoft Sentinel REST API — Incidents
Microsoft Sentinel REST API — Incidents. 4 operations. Lead operation: List incidents. Self-contained Naftiko capability covering one Microsoft Sentinel business surface.
What You Can Do
GET
Listincidents
— List incidents
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationalinsights/workspaces/{workspacename}/providers/microsoft-securityinsights/incidents
GET
Getincident
— Get incident
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationalinsights/workspaces/{workspacename}/providers/microsoft-securityinsights/incidents/{incidentid}
PUT
Createorupdateincident
— Create or update incident
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationalinsights/workspaces/{workspacename}/providers/microsoft-securityinsights/incidents/{incidentid}
DELETE
Deleteincident
— Delete incident
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationalinsights/workspaces/{workspacename}/providers/microsoft-securityinsights/incidents/{incidentid}
MCP Tools
list-incidents
List incidents
read-only
idempotent
get-incident
Get incident
read-only
idempotent
create-update-incident
Create or update incident
idempotent
delete-incident
Delete incident
idempotent