File tree 4 files changed +9
-8
lines changed
packages/datadog-api-client-v1/models
4 files changed +9
-8
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-09-12 16:35:48.372067 ",
8
- "spec_repo_commit": "cbc99635 "
7
+ "regenerated": "2023-09-12 17:52:37.501420 ",
8
+ "spec_repo_commit": "752c972d "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-09-12 16:35:48.385573 ",
13
- "spec_repo_commit": "cbc99635 "
12
+ "regenerated": "2023-09-12 17:52:37.519287 ",
13
+ "spec_repo_commit": "752c972d "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6249,7 +6249,7 @@ components:
6249
6249
readOnly: true
6250
6250
type: integer
6251
6251
matching_downtimes:
6252
- description: A list of active downtimes that match this monitor.
6252
+ description: A list of active v1 downtimes that match this monitor.
6253
6253
items:
6254
6254
$ref: '#/components/schemas/MatchingDowntime'
6255
6255
type: array
@@ -6777,7 +6777,8 @@ components:
6777
6777
nullable: true
6778
6778
type: integer
6779
6779
deprecated: true
6780
- description: Information about the downtime applied to the monitor.
6780
+ description: Information about the downtime applied to the monitor. Only
6781
+ shows v1 downtimes.
6781
6782
type: object
6782
6783
synthetics_check_id:
6783
6784
deprecated: true
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export class Monitor {
33
33
*/
34
34
"id" ?: number ;
35
35
/**
36
- * A list of active downtimes that match this monitor.
36
+ * A list of active v1 downtimes that match this monitor.
37
37
*/
38
38
"matchingDowntimes" ?: Array < MatchingDowntime > ;
39
39
/**
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export class MonitorOptions {
156
156
*/
157
157
"schedulingOptions" ?: MonitorOptionsSchedulingOptions ;
158
158
/**
159
- * Information about the downtime applied to the monitor.
159
+ * Information about the downtime applied to the monitor. Only shows v1 downtimes.
160
160
*/
161
161
"silenced" ?: { [ key : string ] : number } ;
162
162
/**
You can’t perform that action at this time.
0 commit comments