Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29628,6 +29628,8 @@ paths:
consider use of the Datadog archive capabilities instead of the log list API.
See [Datadog Logs Archive documentation][2].**

**Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](https://docs.datadoghq.com/help/).

[1]: /logs/guide/collect-multiple-logs-with-pagination
[2]: https://docs.datadoghq.com/logs/archives
operationId: ListLogs
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/com/datadog/api/client/v1/api/LogsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public CompletableFuture<LogsListResponse> listLogsAsync(LogsListRequest body) {
* href="https://docs.datadoghq.com/logs/archives">Datadog Logs Archive
* documentation</a>.</strong>
*
* <p><strong>Note</strong>: This endpoint is enabled by default for logs customers. To disable
* it, contact <a href="https://docs.datadoghq.com/help/">Datadog support</a>.
*
* @param body Logs filter (required)
* @return ApiResponse&lt;LogsListResponse&gt;
* @throws ApiException if fails to make API call
Expand Down
Loading