Skip to content

Commit c13d171

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f84ff920 of spec repo
1 parent 9da23c9 commit c13d171

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:48.053303",
8-
"spec_repo_commit": "6a4cfb82"
7+
"regenerated": "2025-02-13 18:47:19.649665",
8+
"spec_repo_commit": "f84ff920"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 18:33:48.069553",
13-
"spec_repo_commit": "6a4cfb82"
12+
"regenerated": "2025-02-13 18:47:19.665488",
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/

features/v1/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

features/v1/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

lib/datadog_api_client/v1/api/monitors_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def list_monitors(opts = {})
522522
# Get all monitors from your organization.
523523
#
524524
# @param opts [Hash] the optional parameters
525-
# @option opts [String] :group_states When specified, shows additional information about the group states. Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).
525+
# @option opts [String] :group_states When specified, shows additional information about the group states. Choose one or more from `all`, `alert`, `warn`, and `no data`.
526526
# @option opts [String] :name A string to filter monitors by name.
527527
# @option opts [String] :tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, `host:host0`.
528528
# @option opts [String] :monitor_tags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, `service:my-app`.

0 commit comments

Comments
 (0)