File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-04-04 17:56:36.285390 ",
8
- "spec_repo_commit": "bf950df2 "
7
+ "regenerated": "2024-04-04 19:22:22.387463 ",
8
+ "spec_repo_commit": "fd06108d "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-04-04 17:56:36.306538 ",
13
- "spec_repo_commit": "bf950df2 "
12
+ "regenerated": "2024-04-04 19:22:22.408419 ",
13
+ "spec_repo_commit": "fd06108d "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -7067,8 +7067,13 @@ components:
7067
7067
nullable: true
7068
7068
type: integer
7069
7069
renotify_statuses:
7070
- description: The types of monitor statuses for which re-notification messages
7070
+ description: ' The types of monitor statuses for which re-notification messages
7071
7071
are sent.
7072
+
7073
+ Default: **null** if `renotify_interval` is **null**.
7074
+
7075
+ If `renotify_interval` is set, defaults to renotify on `Alert` and `No
7076
+ Data`.'
7072
7077
items:
7073
7078
$ref: '#/components/schemas/MonitorRenotifyStatusType'
7074
7079
nullable: true
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ export class MonitorOptions {
143
143
"renotifyOccurrences" ?: number ;
144
144
/**
145
145
* The types of monitor statuses for which re-notification messages are sent.
146
+ * Default: **null** if `renotify_interval` is **null**.
147
+ * If `renotify_interval` is set, defaults to renotify on `Alert` and `No Data`.
146
148
*/
147
149
"renotifyStatuses" ?: Array < MonitorRenotifyStatusType > ;
148
150
/**
You can’t perform that action at this time.
0 commit comments