From 75b257223cc04a4f60d55de806746fe1dcc5d111 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 8 Jul 2026 00:28:44 +0000 Subject: [PATCH] Regenerate client from commit ee76c66 of spec repo --- .generator/schemas/v1/openapi.yaml | 3 ++- src/datadog_api_client/v1/model/monitor_options.py | 3 ++- src/datadog_api_client/v1/model/on_missing_data_option.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 050e782eb9..051a69bc02 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -11815,7 +11815,8 @@ components: The default option results in different behavior depending on the monitor query type. For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status. - This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. + This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. + It is also required for metric monitors that use `scheduling_options.custom_schedule`. enum: - "default" - "show_no_data" diff --git a/src/datadog_api_client/v1/model/monitor_options.py b/src/datadog_api_client/v1/model/monitor_options.py index 7596b26290..d3a3e6b629 100644 --- a/src/datadog_api_client/v1/model/monitor_options.py +++ b/src/datadog_api_client/v1/model/monitor_options.py @@ -289,7 +289,8 @@ def __init__( The default option results in different behavior depending on the monitor query type. For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status. - This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. + This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. + It is also required for metric monitors that use ``scheduling_options.custom_schedule``. :type on_missing_data: OnMissingDataOption, optional :param renotify_interval: The number of minutes after the last notification before a monitor re-notifies on the current status. diff --git a/src/datadog_api_client/v1/model/on_missing_data_option.py b/src/datadog_api_client/v1/model/on_missing_data_option.py index 2875389d36..0bc9baef1f 100644 --- a/src/datadog_api_client/v1/model/on_missing_data_option.py +++ b/src/datadog_api_client/v1/model/on_missing_data_option.py @@ -18,7 +18,8 @@ class OnMissingDataOption(ModelSimple): The default option results in different behavior depending on the monitor query type. For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status. - This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. + This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. + It is also required for metric monitors that use `scheduling_options.custom_schedule`. :param value: Must be one of ["default", "show_no_data", "show_and_notify_no_data", "resolve"]. :type value: str