From e705172bb48f74ed46b2c9c5b82ff340e97563e2 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 17 Mar 2025 21:08:14 +0000 Subject: [PATCH] Regenerate client from commit 2dfddc18 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 12 +++++++++--- .../com/datadog/api/client/v1/api/MonitorsApi.java | 2 +- .../com/datadog/api/client/v1/api/downtimes.feature | 3 ++- .../com/datadog/api/client/v1/api/monitors.feature | 4 +++- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index b354e71b2ae..5c2b11c8f88 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-17 17:20:21.464212", - "spec_repo_commit": "29344bf2" + "regenerated": "2025-03-17 21:06:19.299453", + "spec_repo_commit": "2dfddc18" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-17 17:20:21.480204", - "spec_repo_commit": "29344bf2" + "regenerated": "2025-03-17 21:06:19.314659", + "spec_repo_commit": "2dfddc18" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index c44a16f3789..2e767a05abb 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -29328,7 +29328,7 @@ paths: - description: 'When specified, shows additional information about the group states. - Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).' + Choose one or more from `all`, `alert`, `warn`, and `no data`.' in: query name: group_states required: false @@ -36863,7 +36863,10 @@ tags: scopes from alerting. Downtime settings, which can be scheduled with start and - end times, prevent all alerting related to specified Datadog tags.' + end times, prevent all alerting related to specified Datadog tags. + + + **Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).' name: Downtimes - description: 'The Event Management API allows you to programmatically post events to the Events Explorer and fetch events from the Events Explorer. See the [Event @@ -36940,7 +36943,10 @@ tags: notifies your team when a defined threshold has exceeded. - For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).' + For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/). + + + **Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).' externalDocs: description: Find out more at url: https://docs.datadoghq.com/monitors/create/types/ diff --git a/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java b/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java index d15c66d62f7..50bf8c36b80 100644 --- a/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java @@ -1089,7 +1089,7 @@ public static class ListMonitorsOptionalParameters { * * @param groupStates When specified, shows additional information about the group states. * Choose one or more from all, alert, warn, and - * no data (no%20data). (optional) + * no data. (optional) * @return ListMonitorsOptionalParameters */ public ListMonitorsOptionalParameters groupStates(String groupStates) { diff --git a/src/test/resources/com/datadog/api/client/v1/api/downtimes.feature b/src/test/resources/com/datadog/api/client/v1/api/downtimes.feature index ccad86b876d..fccf3660272 100644 --- a/src/test/resources/com/datadog/api/client/v1/api/downtimes.feature +++ b/src/test/resources/com/datadog/api/client/v1/api/downtimes.feature @@ -4,7 +4,8 @@ Feature: Downtimes you greater control over monitor notifications by allowing you to globally exclude scopes from alerting. Downtime settings, which can be scheduled with start and end times, prevent all alerting related to specified - Datadog tags. + Datadog tags. **Note:** `curl` commands require [url + encoding](https://curl.se/docs/url-syntax.html). Background: Given a valid "apiKeyAuth" key in the system diff --git a/src/test/resources/com/datadog/api/client/v1/api/monitors.feature b/src/test/resources/com/datadog/api/client/v1/api/monitors.feature index 05ef98216ed..9bbc6531fa2 100644 --- a/src/test/resources/com/datadog/api/client/v1/api/monitors.feature +++ b/src/test/resources/com/datadog/api/client/v1/api/monitors.feature @@ -3,7 +3,9 @@ Feature: Monitors [Monitors](https://docs.datadoghq.com/monitors) allow you to watch a metric or check that you care about and notifies your team when a defined threshold has exceeded. For more information, see [Creating - Monitors](https://docs.datadoghq.com/monitors/create/types/). + Monitors](https://docs.datadoghq.com/monitors/create/types/). **Note:** + `curl` commands require [url encoding](https://curl.se/docs/url- + syntax.html). Background: Given a valid "apiKeyAuth" key in the system