File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
src/datadog_api_client/v1/model 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:42.820919 ",
8
- "spec_repo_commit": "bf950df2 "
7
+ "regenerated": "2024-04-04 19:22:32.316903 ",
8
+ "spec_repo_commit": "fd06108d "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-04-04 17:56:42.841894 ",
13
- "spec_repo_commit": "bf950df2 "
12
+ "regenerated": "2024-04-04 19:22:32.334807 ",
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 @@ -275,6 +275,8 @@ def __init__(
275
275
:type renotify_occurrences: int, none_type, optional
276
276
277
277
:param renotify_statuses: The types of monitor statuses for which re-notification messages are sent.
278
+ Default: **null** if ``renotify_interval`` is **null**.
279
+ If ``renotify_interval`` is set, defaults to renotify on ``Alert`` and ``No Data``.
278
280
:type renotify_statuses: [MonitorRenotifyStatusType], none_type, optional
279
281
280
282
:param require_full_window: A Boolean indicating whether this monitor needs a full window of data before it’s evaluated.
You can’t perform that action at this time.
0 commit comments