Skip to content

Commit 15fa90b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit df97aef of spec repo (#627)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 5f6936f commit 15fa90b

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

.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.5.1.dev2",
7-
"regenerated": "2021-12-03 10:57:34.225994",
8-
"spec_repo_commit": "df5b6af"
7+
"regenerated": "2021-12-07 14:19:54.376826",
8+
"spec_repo_commit": "df97aef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-12-03 10:57:34.264480",
13-
"spec_repo_commit": "df5b6af"
12+
"regenerated": "2021-12-07 14:19:54.422297",
13+
"spec_repo_commit": "df97aef"
1414
}
1515
}
1616
}

examples/v2/logs/ListLogs.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Search logs returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient::V2.configure do |config|
5-
config.unstable_operations[:list_logs] = true
6-
end
74
api_instance = DatadogAPIClient::V2::LogsAPI.new
85

96
body = DatadogAPIClient::V2::LogsListRequest.new({

features/v2/logs.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ Feature: Logs
3737

3838
Scenario: Search logs returns "OK" response
3939
Given a valid "appKeyAuth" key in the system
40-
And operation "ListLogs" enabled
4140
And new "ListLogs" request
4241
And body with value {"filter": {"query": "datadog-agent", "indexes": ["main"], "from": "2020-09-17T11:48:36+01:00", "to": "2020-09-17T12:48:36+01:00"}, "sort": "timestamp", "page": {"limit": 5}}
4342
When the request is sent
4443
Then the response status is 200 OK
4544

4645
Scenario: Get a quick list of logs returns "OK" response
4746
Given a valid "appKeyAuth" key in the system
48-
And operation "ListLogsGet" enabled
4947
And new "ListLogsGet" request
5048
And request contains "filter[query]" parameter with value "datadog-agent"
5149
And request contains "filter[index]" parameter with value "main"

0 commit comments

Comments
 (0)