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
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
**last_event_time** | **int** | Start time (in epoch millis) of the last event associated with this alert. | [optional]
7
+
**created** | **int** | When this alert was created, in epoch millis | [optional]
8
+
**minutes** | **int** | The number of consecutive minutes that a series matching the condition query must evaluate to \"true\" (non-zero value) before the alert fires |
7
9
**name** | **str** | |
8
10
**id** | **str** | | [optional]
9
11
**target** | **str** | The email address or integration endpoint (such as PagerDuty or webhook) to notify when the alert status changes |
10
12
**tags** | [**WFTags**](WFTags.md) | | [optional]
11
13
**status** | **list[str]** | Lists the current state of the alert. Can be one or more of: FIRING,SNOOZED, IN_MAINTENANCE, INVALID, NONE, CHECKING, TRASH, NO_DATA | [optional]
14
+
**event** | [**Event**](Event.md) | | [optional]
15
+
**updated** | **int** | When the alert was last updated, in epoch millis | [optional]
16
+
**process_rate_minutes** | **int** | The interval between checks for this alert, in minutes. Defaults to 1 minute | [optional]
17
+
**last_processed_millis** | **int** | The time when this alert was last checked, in epoch millis | [optional]
18
+
**update_user_id** | **str** | The user that last updated this alert | [optional]
12
19
**display_expression** | **str** | A second query whose results are displayed in the alert user interface instead of the condition query. This field is often used to display a version of the condition query with Boolean operators removed so that numerical values are plotted | [optional]
13
20
**condition_qb_enabled** | **bool** | Whether the condition query was created using the Query Builder. Default false | [optional]
14
21
**display_expression_qb_enabled** | **bool** | Whether the display expression query was created using the Query Builder. Default false | [optional]
@@ -17,40 +24,33 @@ Name | Type | Description | Notes
17
24
**display_expression_qb_serialization** | **str** | The special serialization of the Query Builder that corresponds to the display expression query. Applicable only when displayExpressionQBEnabled is true | [optional]
18
25
**include_obsolete_metrics** | **bool** | Whether to include obsolete metrics in alert query | [optional]
19
26
**severity** | **str** | Severity of the alert |
20
-
**creator_id** | **str** | | [optional]
21
-
**additional_information** | **str** | User-supplied additional explanatory information for this alert. Useful for linking runbooks, mitigations,, etc | [optional]
22
-
**resolve_after_minutes** | **int** | The number of consecutive minutes that a firing series matching the condition query must evaluate to \"false\" (zero value) before the alert resolves. When unset, this defaults to the same value as \"minutes\" | [optional]
23
-
**minutes** | **int** | The number of consecutive minutes that a series matching the condition query must evaluate to \"true\" (non-zero value) before the alert fires |
27
+
**last_query_time** | **int** | Last query time of the alert, averaged on hourly basis | [optional]
28
+
**notificants** | **list[str]** | A derived field listing the webhook ids used by this alert | [optional]
29
+
**alerts_last_day** | **int** | | [optional]
30
+
**alerts_last_week** | **int** | | [optional]
31
+
**alerts_last_month** | **int** | | [optional]
32
+
**snoozed** | **int** | The until which time this alert is snoozed (not checked), in epoch millis. A negative value implies the alert is snoozed indefinitely | [optional]
33
+
**in_maintenance_host_label_pairs** | [**list[SourceLabelPair]**](SourceLabelPair.md) | Lists the sources that will not be checked for this alert, due to matching a maintenance window | [optional]
**active_maintenance_windows** | **list[str]** | The names of the active maintenance windows that are affecting this alert | [optional]
36
+
**prefiring_host_label_pairs** | [**list[SourceLabelPair]**](SourceLabelPair.md) | Lists the series that are starting to fail, defined as failing for greater than 50% of the checks in the window determined by the \"minutes\" parameter | [optional]
37
+
**no_data_event** | [**Event**](Event.md) | No data event related to the alert | [optional]
38
+
**in_trash** | **bool** | | [optional]
25
39
**query_failing** | **bool** | Whether there was an exception when the alert condition last ran | [optional]
40
+
**create_user_id** | **str** | | [optional]
41
+
**additional_information** | **str** | User-supplied additional explanatory information for this alert. Useful for linking runbooks, mitigations,, etc | [optional]
42
+
**creator_id** | **str** | | [optional]
43
+
**resolve_after_minutes** | **int** | The number of consecutive minutes that a firing series matching the condition query must evaluate to \"false\" (zero value) before the alert resolves. When unset, this defaults to the same value as \"minutes\" | [optional]
44
+
**updater_id** | **str** | | [optional]
26
45
**last_failed_time** | **int** | The time of the last error encountered when running this alert's condition query, in epoch millis | [optional]
27
46
**last_error_message** | **str** | The last error encountered when running this alert's condition query | [optional]
28
47
**metrics_used** | **list[str]** | Number of metrics checked by the alert condition | [optional]
29
48
**hosts_used** | **list[str]** | Number of hosts checked by the alert condition | [optional]
30
-
**in_maintenance_host_label_pairs** | [**list[SourceLabelPair]**](SourceLabelPair.md) | Lists the sources that will not be checked for this alert, due to matching a maintenance window | [optional]
31
-
**active_maintenance_windows** | **list[str]** | The names of the active maintenance windows that are affecting this alert | [optional]
32
-
**prefiring_host_label_pairs** | [**list[SourceLabelPair]**](SourceLabelPair.md) | Lists the series that are starting to fail, defined as failing for greater than 50% of the checks in the window determined by the \"minutes\" parameter | [optional]
33
-
**notificants** | **list[str]** | A derived field listing the webhook ids used by this alert | [optional]
34
-
**last_processed_millis** | **int** | The time when this alert was last checked, in epoch millis | [optional]
35
-
**process_rate_minutes** | **int** | The interval between checks for this alert, in minutes. Defaults to 1 minute | [optional]
36
49
**points_scanned_at_last_query** | **int** | A derived field recording the number of data points scanned when the system last computed this alert's condition | [optional]
37
50
**last_notification_millis** | **int** | When this alert last caused a notification, in epoch millis | [optional]
38
51
**notification_resend_frequency_minutes** | **int** | How often to re-trigger a continually failing alert. If absent or <= 0, no retriggering occurs | [optional]
39
52
**created_epoch_millis** | **int** | | [optional]
40
53
**updated_epoch_millis** | **int** | | [optional]
41
-
**event** | [**Event**](Event.md) | | [optional]
42
-
**updater_id** | **str** | | [optional]
43
-
**created** | **int** | When this alert was created, in epoch millis | [optional]
44
-
**updated** | **int** | When the alert was last updated, in epoch millis | [optional]
45
-
**update_user_id** | **str** | The user that last updated this alert | [optional]
46
-
**last_query_time** | **int** | Last query time of the alert, averaged on hourly basis | [optional]
47
-
**alerts_last_day** | **int** | | [optional]
48
-
**alerts_last_week** | **int** | | [optional]
49
-
**alerts_last_month** | **int** | | [optional]
50
-
**snoozed** | **int** | The until which time this alert is snoozed (not checked), in epoch millis. A negative value implies the alert is snoozed indefinitely | [optional]
51
-
**no_data_event** | [**Event**](Event.md) | No data event related to the alert | [optional]
52
-
**in_trash** | **bool** | | [optional]
53
-
**create_user_id** | **str** | | [optional]
54
54
**deleted** | **bool** | | [optional]
55
55
**target_info** | [**list[TargetInfo]**](TargetInfo.md) | List of alert targets display information that includes name, id and type. | [optional]
56
56
**sort_attr** | **int** | Attribute used for default alert sort that is derived from state and severity | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**client_id** | **str** | Client Id for an Azure service account within your project. |
7
-
**tenant** | **str** | Tenant Id for an Azure service account within your project. |
8
7
**client_secret** | **str** | Client Secret for an Azure service account within your project. Use 'saved_secret' to retain the client secret when updating. |
8
+
**tenant** | **str** | Tenant Id for an Azure service account within your project. |
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**category_filter** | **list[str]** | A list of Azure services (such as Microsoft.Compute/virtualMachines, Microsoft.Cache/redis etc) from which to pull metrics. | [optional]
9
9
**resource_group_filter** | **list[str]** | A list of Azure resource groups from which to pull metrics. | [optional]
**units** | **str** | String to label the units of the chart on the Y-axis | [optional]
6
7
**name** | **str** | Name of the source |
7
8
**description** | **str** | Description of the chart | [optional]
8
9
**sources** | [**list[ChartSourceQuery]**](ChartSourceQuery.md) | Query expression to plot on the chart |
9
10
**include_obsolete_metrics** | **bool** | Whether to show obsolete metrics. Default: false | [optional]
10
11
**no_default_events** | **bool** | Whether to hide events related to the sources in the charts produced. Default false (i.e. shows events) | [optional]
11
-
**base** | **int** | If the chart has a log-scale Y-axis, the base for the logarithms | [optional]
12
-
**units** | **str** | String to label the units of the chart on the Y-axis | [optional]
13
12
**chart_attributes** | [**JsonNode**](JsonNode.md) | Experimental field for chart attributes | [optional]
14
-
**interpolate_points** | **bool** | Whether to interpolate points in the charts produced. Default: true | [optional]
**interpolate_points** | **bool** | Whether to interpolate points in the charts produced. Default: true | [optional]
17
17
18
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**type** | **str** | Chart Type. 'line' refers to the Line Plot, 'scatter' to the Point Plot, 'stacked-area' to the Stacked Area plot, 'table' to the Tabular View, 'scatterploy-xy' to Scatter Plot, 'markdown-widget' to the Markdown display, and 'sparkline' to the Single Stat view |
7
6
**min** | **float** | Min value of Y-axis. Set to null or leave blank for auto | [optional]
7
+
**type** | **str** | Chart Type. 'line' refers to the Line Plot, 'scatter' to the Point Plot, 'stacked-area' to the Stacked Area plot, 'table' to the Tabular View, 'scatterploy-xy' to Scatter Plot, 'markdown-widget' to the Markdown display, and 'sparkline' to the Single Stat view |
8
8
**max** | **float** | Max value of Y-axis. Set to null or leave blank for auto | [optional]
9
9
**expected_data_spacing** | **int** | Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid line in line plots. Default: 60s | [optional]
10
-
**plain_markdown_content** | **str** | The Markdown content for a Markdown display, in plain text. Use this field instead of `markdownContent`. | [optional]
11
10
**fixed_legend_enabled** | **bool** | Whether to enable a fixed tabular legend adjacent to the chart | [optional]
12
11
**fixed_legend_use_raw_stats** | **bool** | If true, the legend uses non-summarized stats instead of summarized | [optional]
12
+
**plain_markdown_content** | **str** | The Markdown content for a Markdown display, in plain text. Use this field instead of `markdownContent`. | [optional]
13
13
**line_type** | **str** | Plot interpolation type. linear is default | [optional]
14
14
**stack_type** | **str** | Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means Normalized from 0 to 1. wiggle means Minimize weighted changes. silhouette means to Center the Stream | [optional]
15
15
**windowing** | **str** | For the tabular view, whether to use the full time window for the query or the last X minutes | [optional]
0 commit comments