Skip to content

Commit d73d1a9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add logs submission note (#1351)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent c888927 commit d73d1a9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-02-17 21:33:20.208946",
8-
"spec_repo_commit": "f388a249"
7+
"regenerated": "2023-02-22 18:12:32.678592",
8+
"spec_repo_commit": "7f9c8d81"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-02-17 21:33:20.221513",
13-
"spec_repo_commit": "f388a249"
12+
"regenerated": "2023-02-22 18:12:32.771626",
13+
"spec_repo_commit": "7f9c8d81"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15342,6 +15342,9 @@ paths:
1534215342
Add the `Content-Encoding: gzip` header to the request when sending compressed
1534315343
logs.
1534415344

15345+
Log events can be submitted up to 18 hours in the past and 2 hours in the
15346+
future.
15347+
1534515348

1534615349
The status codes answered by the HTTP API are:
1534715350

src/datadog_api_client/v2/api/logs_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ def submit_log(
459459
460460
Datadog recommends sending your logs compressed.
461461
Add the ``Content-Encoding: gzip`` header to the request when sending compressed logs.
462+
Log events can be submitted up to 18 hours in the past and 2 hours in the future.
462463
463464
The status codes answered by the HTTP API are:
464465

0 commit comments

Comments
 (0)