File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-05-29 17:07:14.558729 ",
8
- "spec_repo_commit": "faa2d929 "
7
+ "regenerated": "2024-05-29 19:13:00.890499 ",
8
+ "spec_repo_commit": "e834e6d7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-05-29 17:07:14.576283 ",
13
- "spec_repo_commit": "faa2d929 "
12
+ "regenerated": "2024-05-29 19:13:00.909042 ",
13
+ "spec_repo_commit": "e834e6d7 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2197,7 +2197,7 @@ components:
2197
2197
description: 'POSIX timestamp of the event. Must be sent as an integer (that
2198
2198
is no quotes).
2199
2199
2200
- Limited to events no older than 18 hours.'
2200
+ Limited to events up to 18 hours in the past and two hours in the future .'
2201
2201
format: int64
2202
2202
type: integer
2203
2203
device_name:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export class Event {
20
20
"alertType" ?: EventAlertType ;
21
21
/**
22
22
* POSIX timestamp of the event. Must be sent as an integer (that is no quotes).
23
- * Limited to events no older than 18 hours.
23
+ * Limited to events up to 18 hours in the past and two hours in the future .
24
24
*/
25
25
"dateHappened" ?: number ;
26
26
/**
You can’t perform that action at this time.
0 commit comments