Skip to content

Commit e9340d4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit ee76c66 of spec repo (#3731)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent ca63914 commit e9340d4

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11815,7 +11815,8 @@ components:
1181511815
The default option results in different behavior depending on the monitor query type.
1181611816
For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
1181711817
For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
11818-
This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
11818+
This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
11819+
It is also required for metric monitors that use `scheduling_options.custom_schedule`.
1181911820
enum:
1182011821
- "default"
1182111822
- "show_no_data"

src/datadog_api_client/v1/model/monitor_options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ def __init__(
289289
The default option results in different behavior depending on the monitor query type.
290290
For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
291291
For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
292-
This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
292+
This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
293+
It is also required for metric monitors that use ``scheduling_options.custom_schedule``.
293294
:type on_missing_data: OnMissingDataOption, optional
294295
295296
:param renotify_interval: The number of minutes after the last notification before a monitor re-notifies on the current status.

src/datadog_api_client/v1/model/on_missing_data_option.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class OnMissingDataOption(ModelSimple):
1818
The default option results in different behavior depending on the monitor query type.
1919
For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
2020
For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
21-
This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
21+
This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
22+
It is also required for metric monitors that use `scheduling_options.custom_schedule`.
2223
2324
:param value: Must be one of ["default", "show_no_data", "show_and_notify_no_data", "resolve"].
2425
:type value: str

0 commit comments

Comments
 (0)