Skip to content

Commit 1db9ac1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9ec17ed of spec repo
1 parent 42f3f95 commit 1db9ac1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.generator/schemas/v1/openapi.yaml

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

29107+
**Note**: For the Government (US1-FED) site, this endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](https://docs.datadoghq.com/help/).
29108+
2910729109
[1]: /logs/guide/collect-multiple-logs-with-pagination
2910829110
[2]: https://docs.datadoghq.com/logs/archives
2910929111
operationId: ListLogs

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ 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>: For the Government (US1-FED) site, this endpoint is enabled by
89+
* default for logs customers. To disable it, contact <a
90+
* href="https://docs.datadoghq.com/help/">Datadog support</a>.
91+
*
8892
* @param body Logs filter (required)
8993
* @return ApiResponse&lt;LogsListResponse&gt;
9094
* @throws ApiException if fails to make API call

0 commit comments

Comments
 (0)