You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-common-schema-test-action-definitions.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,20 +71,20 @@ Any alert instance describes the resource that was affected and the cause of the
71
71
72
72
| Field | Description|
73
73
|:---|:---|
74
-
| alertId | The unique resource ID that identifies the alert instance. |
75
-
| alertRule | The name of the alert rule that generated the alert instance. |
76
-
| Severity | The severity of the alert. Possible values: Sev0, Sev1, Sev2, Sev3, or Sev4. |
77
-
| signalType | Identifies the signal on which the alert rule was defined. Possible values: Metric, Log, or Activity Log. |
78
-
| monitorCondition | When an alert fires, the alert's monitor condition is set to **Fired**. When the underlying condition that caused the alert to fire clears, the monitor condition is set to **Resolved**. |
79
-
| monitoringService | The monitoring service or solution that generated the alert. The fields for the alert context are dictated by the monitoring service. |
80
-
| alertTargetIds | The list of the Azure Resource Manager IDs that are affected targets of an alert. For a log alert defined on a Log Analytics workspace or Application Insights instance, it's the respective workspace or application. |
81
-
| configurationItems | The list of affected resources of an alert. The configuration items can be different from the alert targets in some cases, for example, in metric-for-log or log alerts defined on a Log Analytics workspace. The configuration items are the actual resources that send the telemetry and not the workspace. This field is used by IT service management systems to correlate alerts to resources in a configuration management database. |
82
-
| originAlertId | The ID of the alert instance, as generated by the monitoring service generating it. |
83
-
| firedDateTime | The date and time when the alert instance was fired in Coordinated Universal Time (UTC). |
84
-
| resolvedDateTime | The date and time when the monitor condition for the alert instance is set to **Resolved** in UTC. Currently, only applicable for metric alerts.|
85
-
| description | The description, as defined in the alert rule. |
86
-
|essentialsVersion| The version number for the `essentials` section.|
87
-
|alertContextVersion | The version number for the `alertContext` section. |
74
+
|`alertId`| The unique resource ID that identifies the alert instance. |
75
+
|`alertRule`| The name of the alert rule that generated the alert instance. |
76
+
|`Severity`| The severity of the alert. Possible values: `Sev0`, `Sev1`, `Sev2`, `Sev3`, or `Sev4`. |
77
+
|`signalType`| Identifies the signal on which the alert rule was defined. Possible values: `Metric`, `Log`, or `Activity Log`. |
78
+
|`monitorCondition`| When an alert fires, the alert's monitor condition is set to `Fired`. When the underlying condition that caused the alert to fire clears, the monitor condition is set to `Resolved`. |
79
+
|`monitoringService`| The monitoring service or solution that generated the alert. The fields for the alert context are dictated by the monitoring service. |
80
+
|`alertTargetIds`| The list of the Azure Resource Manager IDs that are affected targets of an alert. For a log alert defined on a Log Analytics workspace or Application Insights instance, it's the respective workspace or application. |
81
+
|`configurationItems`| The list of affected resources of an alert. The configuration items can be different from the alert targets in some cases, for example, in metric-for-log or log alerts defined on a Log Analytics workspace. The configuration items are the actual resources that send the telemetry and not the workspace. This field is used by IT service management systems to correlate alerts to resources in a configuration management database. |
82
+
|`originAlertId`| The ID of the alert instance, as generated by the monitoring service generating it. |
83
+
|`firedDateTime`| The date and time when the alert instance was fired in Coordinated Universal Time (UTC). |
84
+
|`resolvedDateTime`| The date and time when the monitor condition for the alert instance is set to `Resolved` in UTC. Currently, only applicable for metric alerts.|
85
+
|`description`| The description, as defined in the alert rule. |
86
+
|`essentialsVersion`| The version number for the `essentials` section.|
87
+
|`alertContextVersion`| The version number for the `alertContext` section. |
0 commit comments