NrtAlertRule interface

Represents NRT alert rule.

Extends

Properties

alertDetailsOverride

The alert details override settings

alertRuleTemplateName

The Name of the alert rule template used to create this rule.

customDetails

Dictionary of string key-value pairs of columns to be attached to the alert

description

The description of the alert rule.

displayName

The display name for alerts created by this alert rule.

enabled

Determines whether this alert rule is enabled or disabled.

entityMappings

Array of the entity mappings of the alert rule

eventGroupingSettings

The event grouping settings.

incidentConfiguration

The settings of the incidents that created from alerts triggered by this analytics rule

kind

The kind of the alert rule

lastModifiedUtc

The last time that this alert rule has been modified.

query

The query that creates alerts for this rule.

sentinelEntitiesMappings

Array of the sentinel entity mappings of the alert rule

severity

The severity for alerts created by this alert rule.

subTechniques

The sub-techniques of the alert rule

suppressionDuration

The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.

suppressionEnabled

Determines whether the suppression for this alert rule is enabled or disabled.

tactics

The tactics of the alert rule

techniques

The techniques of the alert rule

templateVersion

The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>

Inherited Properties

etag

Etag of the azure resource

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

alertDetailsOverride

The alert details override settings

alertDetailsOverride?: AlertDetailsOverride

Property Value

alertRuleTemplateName

The Name of the alert rule template used to create this rule.

alertRuleTemplateName?: string

Property Value

string

customDetails

Dictionary of string key-value pairs of columns to be attached to the alert

customDetails?: Record<string, string>

Property Value

Record<string, string>

description

The description of the alert rule.

description?: string

Property Value

string

displayName

The display name for alerts created by this alert rule.

displayName?: string

Property Value

string

enabled

Determines whether this alert rule is enabled or disabled.

enabled?: boolean

Property Value

boolean

entityMappings

Array of the entity mappings of the alert rule

entityMappings?: EntityMapping[]

Property Value

eventGroupingSettings

The event grouping settings.

eventGroupingSettings?: EventGroupingSettings

Property Value

incidentConfiguration

The settings of the incidents that created from alerts triggered by this analytics rule

incidentConfiguration?: IncidentConfiguration

Property Value

kind

The kind of the alert rule

kind: "NRT"

Property Value

"NRT"

lastModifiedUtc

The last time that this alert rule has been modified.

lastModifiedUtc?: Date

Property Value

Date

query

The query that creates alerts for this rule.

query?: string

Property Value

string

sentinelEntitiesMappings

Array of the sentinel entity mappings of the alert rule

sentinelEntitiesMappings?: SentinelEntityMapping[]

Property Value

severity

The severity for alerts created by this alert rule.

severity?: string

Property Value

string

subTechniques

The sub-techniques of the alert rule

subTechniques?: string[]

Property Value

string[]

suppressionDuration

The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.

suppressionDuration?: string

Property Value

string

suppressionEnabled

Determines whether the suppression for this alert rule is enabled or disabled.

suppressionEnabled?: boolean

Property Value

boolean

tactics

The tactics of the alert rule

tactics?: string[]

Property Value

string[]

techniques

The techniques of the alert rule

techniques?: string[]

Property Value

string[]

templateVersion

The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>

templateVersion?: string

Property Value

string

Inherited Property Details

etag

Etag of the azure resource

etag?: string

Property Value

string

Inherited From AlertRule.etag

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From AlertRule.id

name

The name of the resource

name?: string

Property Value

string

Inherited From AlertRule.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From AlertRule.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From AlertRule.type