Skip to content

Commit 3f5a2cc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f84ff920 of spec repo
1 parent 0072b91 commit 3f5a2cc

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-02-12 18:33:46.151421",
8-
"spec_repo_commit": "6a4cfb82"
7+
"regenerated": "2025-02-13 18:47:17.533476",
8+
"spec_repo_commit": "f84ff920"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 18:33:46.166854",
13-
"spec_repo_commit": "6a4cfb82"
12+
"regenerated": "2025-02-13 18:47:17.548561",
13+
"spec_repo_commit": "f84ff920"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29008,7 +29008,7 @@ paths:
2900829008
- description: 'When specified, shows additional information about the group
2900929009
states.
2901029010

29011-
Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).'
29011+
Choose one or more from `all`, `alert`, `warn`, and `no data`.'
2901229012
in: query
2901329013
name: group_states
2901429014
required: false
@@ -36543,7 +36543,10 @@ tags:
3654336543

3654436544
scopes from alerting. Downtime settings, which can be scheduled with start and
3654536545

36546-
end times, prevent all alerting related to specified Datadog tags.'
36546+
end times, prevent all alerting related to specified Datadog tags.
36547+
36548+
36549+
**Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).'
3654736550
name: Downtimes
3654836551
- description: 'The Event Management API allows you to programmatically post events
3654936552
to the Events Explorer and fetch events from the Events Explorer. See the [Event
@@ -36620,7 +36623,10 @@ tags:
3662036623
notifies your team when a defined threshold has exceeded.
3662136624

3662236625

36623-
For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).'
36626+
For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).
36627+
36628+
36629+
**Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).'
3662436630
externalDocs:
3662536631
description: Find out more at
3662636632
url: https://docs.datadoghq.com/monitors/create/types/

src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ public static class ListMonitorsOptionalParameters {
10891089
*
10901090
* @param groupStates When specified, shows additional information about the group states.
10911091
* Choose one or more from <code>all</code>, <code>alert</code>, <code>warn</code>, and
1092-
* <code>no data</code> (<code>no%20data</code>). (optional)
1092+
* <code>no data</code>. (optional)
10931093
* @return ListMonitorsOptionalParameters
10941094
*/
10951095
public ListMonitorsOptionalParameters groupStates(String groupStates) {

src/test/resources/com/datadog/api/client/v1/api/downtimes.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Feature: Downtimes
44
you greater control over monitor notifications by allowing you to globally
55
exclude scopes from alerting. Downtime settings, which can be scheduled
66
with start and end times, prevent all alerting related to specified
7-
Datadog tags.
7+
Datadog tags. **Note:** `curl` commands require [url
8+
encoding](https://curl.se/docs/url-syntax.html).
89

910
Background:
1011
Given a valid "apiKeyAuth" key in the system

src/test/resources/com/datadog/api/client/v1/api/monitors.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Feature: Monitors
33
[Monitors](https://docs.datadoghq.com/monitors) allow you to watch a
44
metric or check that you care about and notifies your team when a defined
55
threshold has exceeded. For more information, see [Creating
6-
Monitors](https://docs.datadoghq.com/monitors/create/types/).
6+
Monitors](https://docs.datadoghq.com/monitors/create/types/). **Note:**
7+
`curl` commands require [url encoding](https://curl.se/docs/url-
8+
syntax.html).
79

810
Background:
911
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)