Skip to main content

incidents_alerts

Creates, updates, deletes, gets or lists a incidents_alerts resource.

Overview

Nameincidents_alerts
TypeResource
Idazure.sentinel.incidents_alerts

Fields

NameDatatypeDescription
kindstringThe kind of the entity
propertiesobjectSecurityAlert entity property bag.

Methods

NameAccessible byRequired ParamsDescription
listSELECTincidentId, resourceGroupName, subscriptionId, workspaceNameGets all alerts for an incident.

SELECT examples

Gets all alerts for an incident.

SELECT
kind,
properties
FROM azure.sentinel.incidents_alerts
WHERE incidentId = '{{ incidentId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';