diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4b8fb50414..b3d9489af5 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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 diff --git a/src/datadog_api_client/v1/api/logs_api.py b/src/datadog_api_client/v1/api/logs_api.py index 9bd2988994..aedb613c5f 100644 --- a/src/datadog_api_client/v1/api/logs_api.py +++ b/src/datadog_api_client/v1/api/logs_api.py @@ -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 `_. + **Note** : This endpoint is enabled by default for logs customers. To disable it, contact `Datadog support `_. + :param body: Logs filter :type body: LogsListRequest :rtype: LogsListResponse