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
2 changes: 2 additions & 0 deletions src/datadog_api_client/v1/api/logs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def list_logs(
consider use of the Datadog archive capabilities instead of the log list API.
See `Datadog Logs Archive documentation <https://docs.datadoghq.com/logs/archives>`_.

**Note** : This endpoint is enabled by default for logs customers. To disable it, contact `Datadog support <https://docs.datadoghq.com/help/>`_.

:param body: Logs filter
:type body: LogsListRequest
:rtype: LogsListResponse
Expand Down
Loading