File tree Expand file tree Collapse file tree 8 files changed +20
-11
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 8 files changed +20
-11
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-10 16:39:44.473648 ",
8
- "spec_repo_commit": "d6c22916 "
7
+ "regenerated": "2024-05-14 14:47:46.610140 ",
8
+ "spec_repo_commit": "48746015 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-05-10 16:39:44.491962 ",
13
- "spec_repo_commit": "d6c22916 "
12
+ "regenerated": "2024-05-14 14:47:46.629980 ",
13
+ "spec_repo_commit": "48746015 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -11498,7 +11498,10 @@ components:
11498
11498
- time_slice
11499
11499
type: object
11500
11500
SLOTimeframe:
11501
- description: The SLO time window options.
11501
+ description: 'The SLO time window options. Note that "custom" is not a valid
11502
+ option for creating
11503
+
11504
+ or updating SLOs. It is only used when querying SLO history over custom timeframes.'
11502
11505
enum:
11503
11506
- 7d
11504
11507
- 30d
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ export class SLOOverallStatuses {
47
47
*/
48
48
"target" ?: number ;
49
49
/**
50
- * The SLO time window options.
50
+ * The SLO time window options. Note that "custom" is not a valid option for creating
51
+ * or updating SLOs. It is only used when querying SLO history over custom timeframes.
51
52
*/
52
53
"timeframe" ?: SLOTimeframe ;
53
54
Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ export class SLOResponseData {
103
103
*/
104
104
"thresholds" ?: Array < SLOThreshold > ;
105
105
/**
106
- * The SLO time window options.
106
+ * The SLO time window options. Note that "custom" is not a valid option for creating
107
+ * or updating SLOs. It is only used when querying SLO history over custom timeframes.
107
108
*/
108
109
"timeframe" ?: SLOTimeframe ;
109
110
/**
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ export class SLOThreshold {
25
25
*/
26
26
"targetDisplay" ?: string ;
27
27
/**
28
- * The SLO time window options.
28
+ * The SLO time window options. Note that "custom" is not a valid option for creating
29
+ * or updating SLOs. It is only used when querying SLO history over custom timeframes.
29
30
*/
30
31
"timeframe" : SLOTimeframe ;
31
32
/**
Original file line number Diff line number Diff line change 7
7
import { UnparsedObject } from "../../datadog-api-client-common/util" ;
8
8
9
9
/**
10
- * The SLO time window options.
10
+ * The SLO time window options. Note that "custom" is not a valid option for creating
11
+ * or updating SLOs. It is only used when querying SLO history over custom timeframes.
11
12
*/
12
13
13
14
export type SLOTimeframe =
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ export class ServiceLevelObjective {
99
99
*/
100
100
"thresholds" : Array < SLOThreshold > ;
101
101
/**
102
- * The SLO time window options.
102
+ * The SLO time window options. Note that "custom" is not a valid option for creating
103
+ * or updating SLOs. It is only used when querying SLO history over custom timeframes.
103
104
*/
104
105
"timeframe" ?: SLOTimeframe ;
105
106
/**
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ export class ServiceLevelObjectiveRequest {
67
67
*/
68
68
"thresholds" : Array < SLOThreshold > ;
69
69
/**
70
- * The SLO time window options.
70
+ * The SLO time window options. Note that "custom" is not a valid option for creating
71
+ * or updating SLOs. It is only used when querying SLO history over custom timeframes.
71
72
*/
72
73
"timeframe" ?: SLOTimeframe ;
73
74
/**
You can’t perform that action at this time.
0 commit comments