kb-cloud-client-typescript 2.3.0-alpha.130 → 2.3.0-alpha.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adminapi/apis/diagnostics-api.d.ts +80 -0
- package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/adminapi/apis/diagnostics-api.js +84 -0
- package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
- package/dist/adminapi/models/cdc-settings.d.ts +10 -6
- package/dist/adminapi/models/cdc-settings.d.ts.map +1 -1
- package/dist/adminapi/models/cdc-sql-executor.d.ts +6 -0
- package/dist/adminapi/models/cdc-sql-executor.d.ts.map +1 -1
- package/dist/adminapi/models/engine-mapping.d.ts +7 -0
- package/dist/adminapi/models/engine-mapping.d.ts.map +1 -1
- package/dist/adminapi/models/index.d.ts +7 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +7 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/performance-trend-point.d.ts +31 -0
- package/dist/adminapi/models/performance-trend-point.d.ts.map +1 -0
- package/dist/adminapi/models/performance-trend-point.js +16 -0
- package/dist/adminapi/models/performance-trend-point.js.map +1 -0
- package/dist/adminapi/models/performance-trend-range.d.ts +43 -0
- package/dist/adminapi/models/performance-trend-range.d.ts.map +1 -0
- package/dist/adminapi/models/performance-trend-range.js +16 -0
- package/dist/adminapi/models/performance-trend-range.js.map +1 -0
- package/dist/adminapi/models/performance-trend-series.d.ts +83 -0
- package/dist/adminapi/models/performance-trend-series.d.ts.map +1 -0
- package/dist/adminapi/models/performance-trend-series.js +16 -0
- package/dist/adminapi/models/performance-trend-series.js.map +1 -0
- package/dist/adminapi/models/performance-trend-source.d.ts +49 -0
- package/dist/adminapi/models/performance-trend-source.d.ts.map +1 -0
- package/dist/adminapi/models/performance-trend-source.js +16 -0
- package/dist/adminapi/models/performance-trend-source.js.map +1 -0
- package/dist/adminapi/models/performance-trend-summary.d.ts +106 -0
- package/dist/adminapi/models/performance-trend-summary.d.ts.map +1 -0
- package/dist/adminapi/models/performance-trend-summary.js +16 -0
- package/dist/adminapi/models/performance-trend-summary.js.map +1 -0
- package/dist/adminapi/models/performance-trends.d.ts +65 -0
- package/dist/adminapi/models/performance-trends.d.ts.map +1 -0
- package/dist/adminapi/models/performance-trends.js +16 -0
- package/dist/adminapi/models/performance-trends.js.map +1 -0
- package/dist/adminapi/models/select-module-mode.d.ts +22 -0
- package/dist/adminapi/models/select-module-mode.d.ts.map +1 -0
- package/dist/adminapi/models/select-module-mode.js +26 -0
- package/dist/adminapi/models/select-module-mode.js.map +1 -0
- package/dist/openapi/apis/diagnostics-api.d.ts +80 -0
- package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.js +84 -0
- package/dist/openapi/apis/diagnostics-api.js.map +1 -1
- package/dist/openapi/models/cdc-settings.d.ts +10 -6
- package/dist/openapi/models/cdc-settings.d.ts.map +1 -1
- package/dist/openapi/models/cdc-sql-executor.d.ts +6 -0
- package/dist/openapi/models/cdc-sql-executor.d.ts.map +1 -1
- package/dist/openapi/models/engine-mapping.d.ts +7 -0
- package/dist/openapi/models/engine-mapping.d.ts.map +1 -1
- package/dist/openapi/models/index.d.ts +7 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +7 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/performance-trend-point.d.ts +31 -0
- package/dist/openapi/models/performance-trend-point.d.ts.map +1 -0
- package/dist/openapi/models/performance-trend-point.js +16 -0
- package/dist/openapi/models/performance-trend-point.js.map +1 -0
- package/dist/openapi/models/performance-trend-range.d.ts +43 -0
- package/dist/openapi/models/performance-trend-range.d.ts.map +1 -0
- package/dist/openapi/models/performance-trend-range.js +16 -0
- package/dist/openapi/models/performance-trend-range.js.map +1 -0
- package/dist/openapi/models/performance-trend-series.d.ts +83 -0
- package/dist/openapi/models/performance-trend-series.d.ts.map +1 -0
- package/dist/openapi/models/performance-trend-series.js +16 -0
- package/dist/openapi/models/performance-trend-series.js.map +1 -0
- package/dist/openapi/models/performance-trend-source.d.ts +49 -0
- package/dist/openapi/models/performance-trend-source.d.ts.map +1 -0
- package/dist/openapi/models/performance-trend-source.js +16 -0
- package/dist/openapi/models/performance-trend-source.js.map +1 -0
- package/dist/openapi/models/performance-trend-summary.d.ts +106 -0
- package/dist/openapi/models/performance-trend-summary.d.ts.map +1 -0
- package/dist/openapi/models/performance-trend-summary.js +16 -0
- package/dist/openapi/models/performance-trend-summary.js.map +1 -0
- package/dist/openapi/models/performance-trends.d.ts +65 -0
- package/dist/openapi/models/performance-trends.d.ts.map +1 -0
- package/dist/openapi/models/performance-trends.js +16 -0
- package/dist/openapi/models/performance-trends.js.map +1 -0
- package/dist/openapi/models/select-module-mode.d.ts +22 -0
- package/dist/openapi/models/select-module-mode.d.ts.map +1 -0
- package/dist/openapi/models/select-module-mode.js +26 -0
- package/dist/openapi/models/select-module-mode.js.map +1 -0
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +7 -0
- package/src/adminapi/apis/diagnostics-api.ts +140 -0
- package/src/adminapi/models/cdc-settings.ts +6 -6
- package/src/adminapi/models/cdc-sql-executor.ts +6 -0
- package/src/adminapi/models/engine-mapping.ts +11 -0
- package/src/adminapi/models/index.ts +7 -0
- package/src/adminapi/models/performance-trend-point.ts +36 -0
- package/src/adminapi/models/performance-trend-range.ts +48 -0
- package/src/adminapi/models/performance-trend-series.ts +90 -0
- package/src/adminapi/models/performance-trend-source.ts +54 -0
- package/src/adminapi/models/performance-trend-summary.ts +111 -0
- package/src/adminapi/models/performance-trends.ts +78 -0
- package/src/adminapi/models/select-module-mode.ts +31 -0
- package/src/adminapi.yaml +249 -2
- package/src/openapi/.openapi-generator/FILES +7 -0
- package/src/openapi/apis/diagnostics-api.ts +140 -0
- package/src/openapi/models/cdc-settings.ts +6 -6
- package/src/openapi/models/cdc-sql-executor.ts +6 -0
- package/src/openapi/models/engine-mapping.ts +11 -0
- package/src/openapi/models/index.ts +7 -0
- package/src/openapi/models/performance-trend-point.ts +36 -0
- package/src/openapi/models/performance-trend-range.ts +48 -0
- package/src/openapi/models/performance-trend-series.ts +90 -0
- package/src/openapi/models/performance-trend-source.ts +54 -0
- package/src/openapi/models/performance-trend-summary.ts +111 -0
- package/src/openapi/models/performance-trends.ts +78 -0
- package/src/openapi/models/select-module-mode.ts +31 -0
- package/src/openapi.yaml +249 -2
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PerformanceTrendPoint
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTrendPoint {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PerformanceTrendPoint
|
|
22
|
+
*/
|
|
23
|
+
'timestamp': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof PerformanceTrendPoint
|
|
28
|
+
*/
|
|
29
|
+
'value': number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=performance-trend-point.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-point.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-point.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=performance-trend-point.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-point.js","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-point.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PerformanceTrendRange
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTrendRange {
|
|
18
|
+
/**
|
|
19
|
+
* Controlled query range label. Values are 1h, 6h, or 24h.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PerformanceTrendRange
|
|
22
|
+
*/
|
|
23
|
+
'label': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PerformanceTrendRange
|
|
28
|
+
*/
|
|
29
|
+
'start': string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PerformanceTrendRange
|
|
34
|
+
*/
|
|
35
|
+
'end': string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof PerformanceTrendRange
|
|
40
|
+
*/
|
|
41
|
+
'durationSeconds': number;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=performance-trend-range.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-range.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-range.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=performance-trend-range.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-range.js","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-range.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { LocalizedDescription } from './localized-description';
|
|
13
|
+
import type { PerformanceTrendPoint } from './performance-trend-point';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PerformanceTrendSeries
|
|
18
|
+
*/
|
|
19
|
+
export interface PerformanceTrendSeries {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof PerformanceTrendSeries
|
|
24
|
+
*/
|
|
25
|
+
'metric': string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {LocalizedDescription}
|
|
29
|
+
* @memberof PerformanceTrendSeries
|
|
30
|
+
*/
|
|
31
|
+
'displayName': LocalizedDescription;
|
|
32
|
+
/**
|
|
33
|
+
* Metric category. Values are connectionsSessions, workload, resourcePressure, storagePVC, availability, maintenance, performance, or capacity.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof PerformanceTrendSeries
|
|
36
|
+
*/
|
|
37
|
+
'category': string;
|
|
38
|
+
/**
|
|
39
|
+
* Optional series dimension. Values include cluster, instance, pvc, and database.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof PerformanceTrendSeries
|
|
42
|
+
*/
|
|
43
|
+
'dimension'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Optional dimension labels, for example instance, pvc, role, or datname.
|
|
46
|
+
* @type {{ [key: string]: string; }}
|
|
47
|
+
* @memberof PerformanceTrendSeries
|
|
48
|
+
*/
|
|
49
|
+
'labels'?: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof PerformanceTrendSeries
|
|
56
|
+
*/
|
|
57
|
+
'unit': string;
|
|
58
|
+
/**
|
|
59
|
+
* Optional warning threshold in the same unit as this metric.
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof PerformanceTrendSeries
|
|
62
|
+
*/
|
|
63
|
+
'warnThreshold'?: number;
|
|
64
|
+
/**
|
|
65
|
+
* Optional critical threshold in the same unit as this metric.
|
|
66
|
+
* @type {number}
|
|
67
|
+
* @memberof PerformanceTrendSeries
|
|
68
|
+
*/
|
|
69
|
+
'critThreshold'?: number;
|
|
70
|
+
/**
|
|
71
|
+
* Optional threshold direction. Values are above, below, or boolean.
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof PerformanceTrendSeries
|
|
74
|
+
*/
|
|
75
|
+
'thresholdDirection'?: string;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {Array<PerformanceTrendPoint>}
|
|
79
|
+
* @memberof PerformanceTrendSeries
|
|
80
|
+
*/
|
|
81
|
+
'points': Array<PerformanceTrendPoint>;
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=performance-trend-series.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-series.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-series.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAGpE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,EAAE,oBAAoB,CAAC;IACpC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACtC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=performance-trend-series.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-series.js","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-series.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PerformanceTrendSource
|
|
16
|
+
*/
|
|
17
|
+
export interface PerformanceTrendSource {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PerformanceTrendSource
|
|
22
|
+
*/
|
|
23
|
+
'name': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PerformanceTrendSource
|
|
28
|
+
*/
|
|
29
|
+
'kind': string;
|
|
30
|
+
/**
|
|
31
|
+
* Coarse source status. Values are success, partial, failed, skipped, or noData.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PerformanceTrendSource
|
|
34
|
+
*/
|
|
35
|
+
'status': string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PerformanceTrendSource
|
|
40
|
+
*/
|
|
41
|
+
'collectedAt': string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof PerformanceTrendSource
|
|
46
|
+
*/
|
|
47
|
+
'message'?: string;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=performance-trend-source.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-source.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-source.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=performance-trend-source.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-source.js","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-source.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { LocalizedDescription } from './localized-description';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PerformanceTrendSummary
|
|
17
|
+
*/
|
|
18
|
+
export interface PerformanceTrendSummary {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PerformanceTrendSummary
|
|
23
|
+
*/
|
|
24
|
+
'metric': string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {LocalizedDescription}
|
|
28
|
+
* @memberof PerformanceTrendSummary
|
|
29
|
+
*/
|
|
30
|
+
'displayName': LocalizedDescription;
|
|
31
|
+
/**
|
|
32
|
+
* Metric category. Values are connectionsSessions, workload, resourcePressure, storagePVC, availability, maintenance, performance, or capacity.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PerformanceTrendSummary
|
|
35
|
+
*/
|
|
36
|
+
'category': string;
|
|
37
|
+
/**
|
|
38
|
+
* Optional series dimension. Values include cluster, instance, pvc, and database.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PerformanceTrendSummary
|
|
41
|
+
*/
|
|
42
|
+
'dimension'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Optional dimension labels, for example instance, pvc, role, or datname.
|
|
45
|
+
* @type {{ [key: string]: string; }}
|
|
46
|
+
* @memberof PerformanceTrendSummary
|
|
47
|
+
*/
|
|
48
|
+
'labels'?: {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof PerformanceTrendSummary
|
|
55
|
+
*/
|
|
56
|
+
'unit': string;
|
|
57
|
+
/**
|
|
58
|
+
* Optional warning threshold in the same unit as this metric.
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof PerformanceTrendSummary
|
|
61
|
+
*/
|
|
62
|
+
'warnThreshold'?: number;
|
|
63
|
+
/**
|
|
64
|
+
* Optional critical threshold in the same unit as this metric.
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof PerformanceTrendSummary
|
|
67
|
+
*/
|
|
68
|
+
'critThreshold'?: number;
|
|
69
|
+
/**
|
|
70
|
+
* Optional threshold direction. Values are above, below, or boolean.
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof PerformanceTrendSummary
|
|
73
|
+
*/
|
|
74
|
+
'thresholdDirection'?: string;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {number}
|
|
78
|
+
* @memberof PerformanceTrendSummary
|
|
79
|
+
*/
|
|
80
|
+
'min': number;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {number}
|
|
84
|
+
* @memberof PerformanceTrendSummary
|
|
85
|
+
*/
|
|
86
|
+
'max': number;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {number}
|
|
90
|
+
* @memberof PerformanceTrendSummary
|
|
91
|
+
*/
|
|
92
|
+
'avg': number;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {number}
|
|
96
|
+
* @memberof PerformanceTrendSummary
|
|
97
|
+
*/
|
|
98
|
+
'latest': number;
|
|
99
|
+
/**
|
|
100
|
+
* Change direction when at least two samples exist. Values are increasing, decreasing, or stable.
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof PerformanceTrendSummary
|
|
103
|
+
*/
|
|
104
|
+
'changeDirection'?: string;
|
|
105
|
+
}
|
|
106
|
+
//# sourceMappingURL=performance-trend-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-summary.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,EAAE,oBAAoB,CAAC;IACpC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACtC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=performance-trend-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trend-summary.js","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trend-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { PerformanceTrendRange } from './performance-trend-range';
|
|
13
|
+
import type { PerformanceTrendSeries } from './performance-trend-series';
|
|
14
|
+
import type { PerformanceTrendSource } from './performance-trend-source';
|
|
15
|
+
import type { PerformanceTrendSummary } from './performance-trend-summary';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PerformanceTrends
|
|
20
|
+
*/
|
|
21
|
+
export interface PerformanceTrends {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {PerformanceTrendRange}
|
|
25
|
+
* @memberof PerformanceTrends
|
|
26
|
+
*/
|
|
27
|
+
'range': PerformanceTrendRange;
|
|
28
|
+
/**
|
|
29
|
+
* Controlled backend query step.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PerformanceTrends
|
|
32
|
+
*/
|
|
33
|
+
'granularity': string;
|
|
34
|
+
/**
|
|
35
|
+
* Per-series numeric summary. changeDirection is present only when at least two points exist.
|
|
36
|
+
* @type {Array<PerformanceTrendSummary>}
|
|
37
|
+
* @memberof PerformanceTrends
|
|
38
|
+
*/
|
|
39
|
+
'summary': Array<PerformanceTrendSummary>;
|
|
40
|
+
/**
|
|
41
|
+
* Successfully collected and displayable metric series only. Unsupported, empty, or failed metrics are not represented as per-metric entries.
|
|
42
|
+
* @type {Array<PerformanceTrendSeries>}
|
|
43
|
+
* @memberof PerformanceTrends
|
|
44
|
+
*/
|
|
45
|
+
'series': Array<PerformanceTrendSeries>;
|
|
46
|
+
/**
|
|
47
|
+
* Coarse collection source status. Messages are sanitized and do not expose PromQL, endpoints, credentials, or raw internal errors.
|
|
48
|
+
* @type {Array<PerformanceTrendSource>}
|
|
49
|
+
* @memberof PerformanceTrends
|
|
50
|
+
*/
|
|
51
|
+
'sources': Array<PerformanceTrendSource>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {Array<string>}
|
|
55
|
+
* @memberof PerformanceTrends
|
|
56
|
+
*/
|
|
57
|
+
'warnings': Array<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Backend collection timestamp in UTC.
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof PerformanceTrends
|
|
62
|
+
*/
|
|
63
|
+
'collectedAt': string;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=performance-trends.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trends.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trends.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGzE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,OAAO,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IACxC;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IACzC;;;;OAIG;IACH,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=performance-trends.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performance-trends.js","sourceRoot":"","sources":["../../../src/adminapi/models/performance-trends.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Admin API
|
|
3
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: support@apecloud.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const SelectModuleMode: {
|
|
18
|
+
readonly single: "single";
|
|
19
|
+
readonly multiple: "multiple";
|
|
20
|
+
};
|
|
21
|
+
export type SelectModuleMode = typeof SelectModuleMode[keyof typeof SelectModuleMode];
|
|
22
|
+
//# sourceMappingURL=select-module-mode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-module-mode.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/select-module-mode.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Admin API
|
|
6
|
+
* The Admin API is used to manage the ApeCloud platform.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: support@apecloud.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SelectModuleMode = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.SelectModuleMode = {
|
|
23
|
+
single: 'single',
|
|
24
|
+
multiple: 'multiple'
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=select-module-mode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-module-mode.js","sourceRoot":"","sources":["../../../src/adminapi/models/select-module-mode.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,gBAAgB,GAAG;IAC5B,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC"}
|