File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +6
-4
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.4",
7
- "regenerated": "2022-10-07 16:18:54.165140 ",
8
- "spec_repo_commit": "1010045c "
7
+ "regenerated": "2022-10-07 16:37:29.832540 ",
8
+ "spec_repo_commit": "9a1ad838 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-10-07 16:18:54.182362 ",
13
- "spec_repo_commit": "1010045c "
12
+ "regenerated": "2022-10-07 16:37:29.848089 ",
13
+ "spec_repo_commit": "9a1ad838 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -5234,6 +5234,7 @@ components:
5234
5234
created_at :
5235
5235
description : The POSIX timestamp of the monitor's creation in nanoseconds.
5236
5236
example : 1646318692000
5237
+ format : int64
5237
5238
type : integer
5238
5239
group_status :
5239
5240
description : Monitor group status used when there is no `result_groups`.
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export class MonitorType {
67
67
createdAt : {
68
68
baseName : "created_at" ,
69
69
type : "number" ,
70
+ format : "int64" ,
70
71
} ,
71
72
groupStatus : {
72
73
baseName : "group_status" ,
You can’t perform that action at this time.
0 commit comments