Skip to content

Commit 0a7c846

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 98a17f1 of spec repo
1 parent fe8c5cc commit 0a7c846

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29628,6 +29628,8 @@ paths:
2962829628
consider use of the Datadog archive capabilities instead of the log list API.
2962929629
See [Datadog Logs Archive documentation][2].**
2963029630

29631+
**Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](https://docs.datadoghq.com/help/).
29632+
2963129633
[1]: /logs/guide/collect-multiple-logs-with-pagination
2963229634
[2]: https://docs.datadoghq.com/logs/archives
2963329635
operationId: ListLogs

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ public CompletableFuture<LogsListResponse> listLogsAsync(LogsListRequest body) {
8585
* href="https://docs.datadoghq.com/logs/archives">Datadog Logs Archive
8686
* documentation</a>.</strong>
8787
*
88+
* <p><strong>Note</strong>: This endpoint is enabled by default for logs customers. To disable
89+
* it, contact <a href="https://docs.datadoghq.com/help/">Datadog support</a>.
90+
*
8891
* @param body Logs filter (required)
8992
* @return ApiResponse&lt;LogsListResponse&gt;
9093
* @throws ApiException if fails to make API call

0 commit comments

Comments
 (0)