File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +17
-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.5",
7
- "regenerated": "2023-07-13 19:08:07.102067 ",
8
- "spec_repo_commit": "9ad4f63e "
7
+ "regenerated": "2023-07-13 19:35:35.496802 ",
8
+ "spec_repo_commit": "b37fc521 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-07-13 19:08:07.115252 ",
13
- "spec_repo_commit": "9ad4f63e "
12
+ "regenerated": "2023-07-13 19:35:35.513504 ",
13
+ "spec_repo_commit": "b37fc521 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -3523,6 +3523,11 @@ components:
3523
3523
description: ID of the dashboard.
3524
3524
example: q5j-nti-fv6
3525
3525
type: string
3526
+ integration_id:
3527
+ description: The short name of the integration.
3528
+ nullable: true
3529
+ readOnly: true
3530
+ type: string
3526
3531
is_favorite:
3527
3532
description: Whether or not the dashboard is in the favorites.
3528
3533
readOnly: true
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ export class DashboardListItem {
28
28
* ID of the dashboard.
29
29
*/
30
30
"id" : string ;
31
+ /**
32
+ * The short name of the integration.
33
+ */
34
+ "integrationId" ?: string ;
31
35
/**
32
36
* Whether or not the dashboard is in the favorites.
33
37
*/
@@ -88,6 +92,10 @@ export class DashboardListItem {
88
92
type : "string" ,
89
93
required : true ,
90
94
} ,
95
+ integrationId : {
96
+ baseName : "integration_id" ,
97
+ type : "string" ,
98
+ } ,
91
99
isFavorite : {
92
100
baseName : "is_favorite" ,
93
101
type : "boolean" ,
You can’t perform that action at this time.
0 commit comments