Skip to content

Commit 56c548d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit df97aef of spec repo (#709)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1adbe8c commit 56c548d

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
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.5.1.dev2",
7-
"regenerated": "2021-12-03 09:52:08.788250",
8-
"spec_repo_commit": "1c2091d"
7+
"regenerated": "2021-12-07 14:20:03.067544",
8+
"spec_repo_commit": "df97aef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-12-03 09:52:09.215274",
13-
"spec_repo_commit": "1c2091d"
12+
"regenerated": "2021-12-07 14:20:03.592436",
13+
"spec_repo_commit": "df97aef"
1414
}
1515
}
1616
}

examples/v2/logs/ListLogs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
)
1919

2020
configuration = Configuration()
21-
configuration.unstable_operations["list_logs"] = True
2221
with ApiClient(configuration) as api_client:
2322
api_instance = LogsApi(api_client)
2423
response = api_instance.list_logs(body=body)

tests/v2/features/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)