File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ impl LogsAPI {
123123 /// consider use of the Datadog archive capabilities instead of the log list API.
124124 /// See [Datadog Logs Archive documentation][2].**
125125 ///
126+ /// **Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](<https://docs.datadoghq.com/help/>).
127+ ///
126128 /// [1]: /logs/guide/collect-multiple-logs-with-pagination
127129 /// [2]: <https://docs.datadoghq.com/logs/archives>
128130 pub async fn list_logs (
@@ -150,6 +152,8 @@ impl LogsAPI {
150152 /// consider use of the Datadog archive capabilities instead of the log list API.
151153 /// See [Datadog Logs Archive documentation][2].**
152154 ///
155+ /// **Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](<https://docs.datadoghq.com/help/>).
156+ ///
153157 /// [1]: /logs/guide/collect-multiple-logs-with-pagination
154158 /// [2]: <https://docs.datadoghq.com/logs/archives>
155159 pub async fn list_logs_with_http_info (
You can’t perform that action at this time.
0 commit comments