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: discovery/monitoring-v1.json
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -753,7 +753,7 @@
753
753
}
754
754
}
755
755
},
756
-
"revision": "20240505",
756
+
"revision": "20240616",
757
757
"rootUrl": "https://monitoring.googleapis.com/",
758
758
"schemas": {
759
759
"Aggregation": {
@@ -1111,10 +1111,6 @@
1111
1111
"description": "A filter to reduce the amount of data charted in relevant widgets.",
1112
1112
"id": "DashboardFilter",
1113
1113
"properties": {
1114
-
"applyToNewWidgets": {
1115
-
"description": "Whether to apply this filter to new widgets by default",
1116
-
"type": "boolean"
1117
-
},
1118
1114
"filterType": {
1119
1115
"description": "The specified filter type",
1120
1116
"enum": [
@@ -2145,10 +2141,24 @@
2145
2141
"$ref": "Empty",
2146
2142
"description": "Will cause the Scorecard to show only the value, with no indicator to its value relative to its thresholds."
2147
2143
},
2144
+
"dimensions": {
2145
+
"description": "Optional. A dimension is a structured label, class, or category for a set of measurements in your data.",
2146
+
"items": {
2147
+
"$ref": "Dimension"
2148
+
},
2149
+
"type": "array"
2150
+
},
2148
2151
"gaugeView": {
2149
2152
"$ref": "GaugeView",
2150
2153
"description": "Will cause the scorecard to show a gauge chart."
2151
2154
},
2155
+
"measures": {
2156
+
"description": "Optional. A measure is a measured value of a property in your data. For example, rainfall in inches, number of units sold, revenue gained, etc.",
2157
+
"items": {
2158
+
"$ref": "Measure"
2159
+
},
2160
+
"type": "array"
2161
+
},
2152
2162
"sparkChartView": {
2153
2163
"$ref": "SparkChartView",
2154
2164
"description": "Will cause the scorecard to show a spark chart."
Copy file name to clipboardExpand all lines: discovery/monitoring-v3.json
+29-7Lines changed: 29 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1758,7 +1758,7 @@
1758
1758
],
1759
1759
"parameters": {
1760
1760
"name": {
1761
-
"description": "Required. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.",
1761
+
"description": "Required. Identifier. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.",
1762
1762
"location": "path",
1763
1763
"pattern": "^projects/[^/]+/snoozes/[^/]+$",
1764
1764
"required": true,
@@ -2714,7 +2714,7 @@
2714
2714
}
2715
2715
}
2716
2716
},
2717
-
"revision": "20240526",
2717
+
"revision": "20240616",
2718
2718
"rootUrl": "https://monitoring.googleapis.com/",
2719
2719
"schemas": {
2720
2720
"Aggregation": {
@@ -3457,15 +3457,22 @@
3457
3457
"id": "Documentation",
3458
3458
"properties": {
3459
3459
"content": {
3460
-
"description": "The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).",
3460
+
"description": "The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables#doc-vars).",
3461
3461
"type": "string"
3462
3462
},
3463
+
"links": {
3464
+
"description": "Optional. Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.",
3465
+
"items": {
3466
+
"$ref": "Link"
3467
+
},
3468
+
"type": "array"
3469
+
},
3463
3470
"mimeType": {
3464
3471
"description": "The format of the content field. Presently, only the value \"text/markdown\" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.",
3465
3472
"type": "string"
3466
3473
},
3467
3474
"subject": {
3468
-
"description": "Optional. The subject line of the notification. The subject line may not exceed 10,240 bytes. In notifications generated by this policy, the contents of the subject line after variable expansion will be truncated to 255 bytes or shorter at the latest UTF-8 character boundary. The 255-byte limit is recommended by this thread (https://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit). It is both the limit imposed by some third-party ticketing products and it is common to define textual fields in databases as VARCHAR(255).The contents of the subject line can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). If this field is missing or empty, a default subject line will be generated.",
3475
+
"description": "Optional. The subject line of the notification. The subject line may not exceed 10,240 bytes. In notifications generated by this policy, the contents of the subject line after variable expansion will be truncated to 255 bytes or shorter at the latest UTF-8 character boundary. The 255-byte limit is recommended by this thread (https://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit). It is both the limit imposed by some third-party ticketing products and it is common to define textual fields in databases as VARCHAR(255).The contents of the subject line can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables#doc-vars). If this field is missing or empty, a default subject line will be generated.",
3469
3476
"type": "string"
3470
3477
}
3471
3478
},
@@ -4106,6 +4113,21 @@
4106
4113
},
4107
4114
"type": "object"
4108
4115
},
4116
+
"Link": {
4117
+
"description": "Links to content such as playbooks, repositories, and other resources.",
4118
+
"id": "Link",
4119
+
"properties": {
4120
+
"displayName": {
4121
+
"description": "A short display name for the link. The display name must not be empty or exceed 63 characters. Example: \"playbook\".",
4122
+
"type": "string"
4123
+
},
4124
+
"url": {
4125
+
"description": "The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: \"https://my_domain.com/playbook?name=${resource.name}\"",
4126
+
"type": "string"
4127
+
}
4128
+
},
4129
+
"type": "object"
4130
+
},
4109
4131
"ListAlertPoliciesResponse": {
4110
4132
"description": "The protocol for the ListAlertPolicies response.",
4111
4133
"id": "ListAlertPoliciesResponse",
@@ -5158,7 +5180,7 @@
5158
5180
"additionalProperties": {
5159
5181
"type": "string"
5160
5182
},
5161
-
"description": "Optional. Labels to add to or overwrite in the PromQL query result. Label names must be valid (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). Label values can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). The only available variable names are the names of the labels in the PromQL result, including \"__name__\" and \"value\". \"labels\" may be empty.",
5183
+
"description": "Optional. Labels to add to or overwrite in the PromQL query result. Label names must be valid (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). Label values can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables#doc-vars). The only available variable names are the names of the labels in the PromQL result, including \"__name__\" and \"value\". \"labels\" may be empty.",
5162
5184
"type": "object"
5163
5185
},
5164
5186
"query": {
@@ -5459,7 +5481,7 @@
5459
5481
"type": "string"
5460
5482
},
5461
5483
"goal": {
5462
-
"description": "The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.",
5484
+
"description": "The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.9999.",
5463
5485
"format": "double",
5464
5486
"type": "number"
5465
5487
},
@@ -5503,7 +5525,7 @@
5503
5525
"description": "Required. The Snooze will be active from interval.start_time through interval.end_time. interval.start_time cannot be in the past. There is a 15 second clock skew to account for the time it takes for a request to reach the API from the UI."
5504
5526
},
5505
5527
"name": {
5506
-
"description": "Required. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.",
5528
+
"description": "Required. Identifier. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.",
* The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).
621
+
* The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables#doc-vars).
622
622
*/
623
623
content?: string|null;
624
+
/**
625
+
* Optional. Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
626
+
*/
627
+
links?: Schema$Link[];
624
628
/**
625
629
* The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information.
626
630
*/
627
631
mimeType?: string|null;
628
632
/**
629
-
* Optional. The subject line of the notification. The subject line may not exceed 10,240 bytes. In notifications generated by this policy, the contents of the subject line after variable expansion will be truncated to 255 bytes or shorter at the latest UTF-8 character boundary. The 255-byte limit is recommended by this thread (https://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit). It is both the limit imposed by some third-party ticketing products and it is common to define textual fields in databases as VARCHAR(255).The contents of the subject line can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). If this field is missing or empty, a default subject line will be generated.
633
+
* Optional. The subject line of the notification. The subject line may not exceed 10,240 bytes. In notifications generated by this policy, the contents of the subject line after variable expansion will be truncated to 255 bytes or shorter at the latest UTF-8 character boundary. The 255-byte limit is recommended by this thread (https://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit). It is both the limit imposed by some third-party ticketing products and it is common to define textual fields in databases as VARCHAR(255).The contents of the subject line can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables#doc-vars). If this field is missing or empty, a default subject line will be generated.
* Links to content such as playbooks, repositories, and other resources.
1077
+
*/
1078
+
exportinterfaceSchema$Link{
1079
+
/**
1080
+
* A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
1081
+
*/
1082
+
displayName?: string|null;
1083
+
/**
1084
+
* The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name\}"
1085
+
*/
1086
+
url?: string|null;
1087
+
}
1071
1088
/**
1072
1089
* The protocol for the ListAlertPolicies response.
* Optional. Labels to add to or overwrite in the PromQL query result. Label names must be valid (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). Label values can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). The only available variable names are the names of the labels in the PromQL result, including "__name__" and "value". "labels" may be empty.
1757
+
* Optional. Labels to add to or overwrite in the PromQL query result. Label names must be valid (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). Label values can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables#doc-vars). The only available variable names are the names of the labels in the PromQL result, including "__name__" and "value". "labels" may be empty.
* Required. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.
2004
+
* Required. Identifier. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.
* Required. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.
6123
+
* Required. Identifier. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.
0 commit comments