kb-cloud-client-typescript 2.3.0-alpha.135 → 2.3.0-alpha.137
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 +6 -6
- package/dist/adminapi/apis/diagnostics-api.js +4 -4
- package/dist/adminapi/apis/dms-api.d.ts +230 -22
- package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
- package/dist/adminapi/apis/dms-api.js +219 -55
- package/dist/adminapi/apis/dms-api.js.map +1 -1
- package/dist/adminapi/models/index.d.ts +11 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +11 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/inspection-criticality.d.ts +24 -0
- package/dist/adminapi/models/inspection-criticality.d.ts.map +1 -0
- package/dist/adminapi/models/inspection-criticality.js +28 -0
- package/dist/adminapi/models/inspection-criticality.js.map +1 -0
- package/dist/adminapi/models/inspection-script-category.d.ts +7 -4
- package/dist/adminapi/models/inspection-script-category.d.ts.map +1 -1
- package/dist/adminapi/models/inspection-script-category.js +7 -4
- package/dist/adminapi/models/inspection-script-category.js.map +1 -1
- package/dist/adminapi/models/inspection-script.d.ts +38 -0
- package/dist/adminapi/models/inspection-script.d.ts.map +1 -1
- package/dist/adminapi/models/inspection-task-item.d.ts +58 -0
- package/dist/adminapi/models/inspection-task-item.d.ts.map +1 -1
- package/dist/adminapi/models/inspection-task.d.ts +25 -1
- package/dist/adminapi/models/inspection-task.d.ts.map +1 -1
- package/dist/adminapi/models/inspection-threshold-direction.d.ts +23 -0
- package/dist/adminapi/models/inspection-threshold-direction.d.ts.map +1 -0
- package/dist/adminapi/models/inspection-threshold-direction.js +27 -0
- package/dist/adminapi/models/inspection-threshold-direction.js.map +1 -0
- package/dist/adminapi/models/performance-trend-range.d.ts +1 -1
- package/dist/adminapi/models/performance-trend-series.d.ts +1 -1
- package/dist/adminapi/models/performance-trend-summary.d.ts +1 -1
- package/dist/adminapi/models/redis-analysis-expiration-group.d.ts +55 -0
- package/dist/adminapi/models/redis-analysis-expiration-group.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-expiration-group.js +16 -0
- package/dist/adminapi/models/redis-analysis-expiration-group.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-filter.d.ts +31 -0
- package/dist/adminapi/models/redis-analysis-filter.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-filter.js +16 -0
- package/dist/adminapi/models/redis-analysis-filter.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-key.d.ts +61 -0
- package/dist/adminapi/models/redis-analysis-key.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-key.js +16 -0
- package/dist/adminapi/models/redis-analysis-key.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-namespace-summary.d.ts +56 -0
- package/dist/adminapi/models/redis-analysis-namespace-summary.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-namespace-summary.js +16 -0
- package/dist/adminapi/models/redis-analysis-namespace-summary.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-namespace-type-summary.d.ts +49 -0
- package/dist/adminapi/models/redis-analysis-namespace-type-summary.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-namespace-type-summary.js +16 -0
- package/dist/adminapi/models/redis-analysis-namespace-type-summary.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-progress.d.ts +85 -0
- package/dist/adminapi/models/redis-analysis-progress.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-progress.js +16 -0
- package/dist/adminapi/models/redis-analysis-progress.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-response.d.ts +115 -0
- package/dist/adminapi/models/redis-analysis-response.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-response.js +16 -0
- package/dist/adminapi/models/redis-analysis-response.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-simple-type-summary.d.ts +37 -0
- package/dist/adminapi/models/redis-analysis-simple-type-summary.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-simple-type-summary.js +16 -0
- package/dist/adminapi/models/redis-analysis-simple-type-summary.js.map +1 -0
- package/dist/adminapi/models/redis-analysis-typed-summary.d.ts +32 -0
- package/dist/adminapi/models/redis-analysis-typed-summary.d.ts.map +1 -0
- package/dist/adminapi/models/redis-analysis-typed-summary.js +16 -0
- package/dist/adminapi/models/redis-analysis-typed-summary.js.map +1 -0
- package/dist/adminapi/models/redis-data-capabilities.d.ts +12 -0
- package/dist/adminapi/models/redis-data-capabilities.d.ts.map +1 -1
- package/dist/adminapi/models/redis-data-context.d.ts +7 -1
- package/dist/adminapi/models/redis-data-context.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.d.ts +6 -6
- package/dist/openapi/apis/diagnostics-api.js +4 -4
- package/dist/openapi/apis/dms-api.d.ts +230 -22
- package/dist/openapi/apis/dms-api.d.ts.map +1 -1
- package/dist/openapi/apis/dms-api.js +219 -55
- package/dist/openapi/apis/dms-api.js.map +1 -1
- package/dist/openapi/models/index.d.ts +11 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +11 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/inspection-criticality.d.ts +24 -0
- package/dist/openapi/models/inspection-criticality.d.ts.map +1 -0
- package/dist/openapi/models/inspection-criticality.js +28 -0
- package/dist/openapi/models/inspection-criticality.js.map +1 -0
- package/dist/openapi/models/inspection-script-category.d.ts +7 -4
- package/dist/openapi/models/inspection-script-category.d.ts.map +1 -1
- package/dist/openapi/models/inspection-script-category.js +7 -4
- package/dist/openapi/models/inspection-script-category.js.map +1 -1
- package/dist/openapi/models/inspection-script.d.ts +38 -0
- package/dist/openapi/models/inspection-script.d.ts.map +1 -1
- package/dist/openapi/models/inspection-task-item.d.ts +58 -0
- package/dist/openapi/models/inspection-task-item.d.ts.map +1 -1
- package/dist/openapi/models/inspection-task.d.ts +25 -1
- package/dist/openapi/models/inspection-task.d.ts.map +1 -1
- package/dist/openapi/models/inspection-threshold-direction.d.ts +23 -0
- package/dist/openapi/models/inspection-threshold-direction.d.ts.map +1 -0
- package/dist/openapi/models/inspection-threshold-direction.js +27 -0
- package/dist/openapi/models/inspection-threshold-direction.js.map +1 -0
- package/dist/openapi/models/performance-trend-range.d.ts +1 -1
- package/dist/openapi/models/performance-trend-series.d.ts +1 -1
- package/dist/openapi/models/performance-trend-summary.d.ts +1 -1
- package/dist/openapi/models/redis-analysis-expiration-group.d.ts +55 -0
- package/dist/openapi/models/redis-analysis-expiration-group.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-expiration-group.js +16 -0
- package/dist/openapi/models/redis-analysis-expiration-group.js.map +1 -0
- package/dist/openapi/models/redis-analysis-filter.d.ts +31 -0
- package/dist/openapi/models/redis-analysis-filter.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-filter.js +16 -0
- package/dist/openapi/models/redis-analysis-filter.js.map +1 -0
- package/dist/openapi/models/redis-analysis-key.d.ts +61 -0
- package/dist/openapi/models/redis-analysis-key.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-key.js +16 -0
- package/dist/openapi/models/redis-analysis-key.js.map +1 -0
- package/dist/openapi/models/redis-analysis-namespace-summary.d.ts +56 -0
- package/dist/openapi/models/redis-analysis-namespace-summary.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-namespace-summary.js +16 -0
- package/dist/openapi/models/redis-analysis-namespace-summary.js.map +1 -0
- package/dist/openapi/models/redis-analysis-namespace-type-summary.d.ts +49 -0
- package/dist/openapi/models/redis-analysis-namespace-type-summary.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-namespace-type-summary.js +16 -0
- package/dist/openapi/models/redis-analysis-namespace-type-summary.js.map +1 -0
- package/dist/openapi/models/redis-analysis-progress.d.ts +85 -0
- package/dist/openapi/models/redis-analysis-progress.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-progress.js +16 -0
- package/dist/openapi/models/redis-analysis-progress.js.map +1 -0
- package/dist/openapi/models/redis-analysis-response.d.ts +115 -0
- package/dist/openapi/models/redis-analysis-response.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-response.js +16 -0
- package/dist/openapi/models/redis-analysis-response.js.map +1 -0
- package/dist/openapi/models/redis-analysis-simple-type-summary.d.ts +37 -0
- package/dist/openapi/models/redis-analysis-simple-type-summary.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-simple-type-summary.js +16 -0
- package/dist/openapi/models/redis-analysis-simple-type-summary.js.map +1 -0
- package/dist/openapi/models/redis-analysis-typed-summary.d.ts +32 -0
- package/dist/openapi/models/redis-analysis-typed-summary.d.ts.map +1 -0
- package/dist/openapi/models/redis-analysis-typed-summary.js +16 -0
- package/dist/openapi/models/redis-analysis-typed-summary.js.map +1 -0
- package/dist/openapi/models/redis-data-capabilities.d.ts +12 -0
- package/dist/openapi/models/redis-data-capabilities.d.ts.map +1 -1
- package/dist/openapi/models/redis-data-context.d.ts +7 -1
- package/dist/openapi/models/redis-data-context.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +11 -0
- package/src/adminapi/apis/diagnostics-api.ts +6 -6
- package/src/adminapi/apis/dms-api.ts +402 -55
- package/src/adminapi/models/index.ts +11 -0
- package/src/adminapi/models/inspection-criticality.ts +33 -0
- package/src/adminapi/models/inspection-script-category.ts +7 -4
- package/src/adminapi/models/inspection-script.ts +42 -0
- package/src/adminapi/models/inspection-task-item.ts +62 -0
- package/src/adminapi/models/inspection-task.ts +25 -1
- package/src/adminapi/models/inspection-threshold-direction.ts +32 -0
- package/src/adminapi/models/performance-trend-range.ts +1 -1
- package/src/adminapi/models/performance-trend-series.ts +1 -1
- package/src/adminapi/models/performance-trend-summary.ts +1 -1
- package/src/adminapi/models/redis-analysis-expiration-group.ts +60 -0
- package/src/adminapi/models/redis-analysis-filter.ts +36 -0
- package/src/adminapi/models/redis-analysis-key.ts +66 -0
- package/src/adminapi/models/redis-analysis-namespace-summary.ts +63 -0
- package/src/adminapi/models/redis-analysis-namespace-type-summary.ts +54 -0
- package/src/adminapi/models/redis-analysis-progress.ts +90 -0
- package/src/adminapi/models/redis-analysis-response.ts +132 -0
- package/src/adminapi/models/redis-analysis-simple-type-summary.ts +42 -0
- package/src/adminapi/models/redis-analysis-typed-summary.ts +39 -0
- package/src/adminapi/models/redis-data-capabilities.ts +12 -0
- package/src/adminapi/models/redis-data-context.ts +7 -1
- package/src/adminapi.yaml +475 -9
- package/src/openapi/.openapi-generator/FILES +11 -0
- package/src/openapi/apis/diagnostics-api.ts +6 -6
- package/src/openapi/apis/dms-api.ts +402 -55
- package/src/openapi/models/index.ts +11 -0
- package/src/openapi/models/inspection-criticality.ts +33 -0
- package/src/openapi/models/inspection-script-category.ts +7 -4
- package/src/openapi/models/inspection-script.ts +42 -0
- package/src/openapi/models/inspection-task-item.ts +62 -0
- package/src/openapi/models/inspection-task.ts +25 -1
- package/src/openapi/models/inspection-threshold-direction.ts +32 -0
- package/src/openapi/models/performance-trend-range.ts +1 -1
- package/src/openapi/models/performance-trend-series.ts +1 -1
- package/src/openapi/models/performance-trend-summary.ts +1 -1
- package/src/openapi/models/redis-analysis-expiration-group.ts +60 -0
- package/src/openapi/models/redis-analysis-filter.ts +36 -0
- package/src/openapi/models/redis-analysis-key.ts +66 -0
- package/src/openapi/models/redis-analysis-namespace-summary.ts +63 -0
- package/src/openapi/models/redis-analysis-namespace-type-summary.ts +54 -0
- package/src/openapi/models/redis-analysis-progress.ts +90 -0
- package/src/openapi/models/redis-analysis-response.ts +132 -0
- package/src/openapi/models/redis-analysis-simple-type-summary.ts +42 -0
- package/src/openapi/models/redis-analysis-typed-summary.ts +39 -0
- package/src/openapi/models/redis-data-capabilities.ts +12 -0
- package/src/openapi/models/redis-data-context.ts +7 -1
- package/src/openapi.yaml +475 -9
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 RedisAnalysisExpirationGroup
|
|
16
|
+
*/
|
|
17
|
+
export interface RedisAnalysisExpirationGroup {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RedisAnalysisExpirationGroup
|
|
22
|
+
*/
|
|
23
|
+
'threshold'?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RedisAnalysisExpirationGroup
|
|
28
|
+
*/
|
|
29
|
+
'label'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Memory bytes likely to be freed in this TTL group.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof RedisAnalysisExpirationGroup
|
|
34
|
+
*/
|
|
35
|
+
'total'?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof RedisAnalysisExpirationGroup
|
|
40
|
+
*/
|
|
41
|
+
'keys'?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof RedisAnalysisExpirationGroup
|
|
46
|
+
*/
|
|
47
|
+
'keyRatio'?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof RedisAnalysisExpirationGroup
|
|
52
|
+
*/
|
|
53
|
+
'memoryRatio'?: number;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=redis-analysis-expiration-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-expiration-group.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-expiration-group.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-expiration-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-expiration-group.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-expiration-group.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 RedisAnalysisFilter
|
|
16
|
+
*/
|
|
17
|
+
export interface RedisAnalysisFilter {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RedisAnalysisFilter
|
|
22
|
+
*/
|
|
23
|
+
'match'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof RedisAnalysisFilter
|
|
28
|
+
*/
|
|
29
|
+
'count'?: number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=redis-analysis-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-filter.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-filter.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-filter.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-filter.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 RedisAnalysisKey
|
|
16
|
+
*/
|
|
17
|
+
export interface RedisAnalysisKey {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RedisAnalysisKey
|
|
22
|
+
*/
|
|
23
|
+
'name'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RedisAnalysisKey
|
|
28
|
+
*/
|
|
29
|
+
'type'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RedisAnalysisKey
|
|
34
|
+
*/
|
|
35
|
+
'nsp'?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof RedisAnalysisKey
|
|
40
|
+
*/
|
|
41
|
+
'ttl'?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof RedisAnalysisKey
|
|
46
|
+
*/
|
|
47
|
+
'memory'?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof RedisAnalysisKey
|
|
52
|
+
*/
|
|
53
|
+
'length'?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof RedisAnalysisKey
|
|
58
|
+
*/
|
|
59
|
+
'encoding'?: string;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=redis-analysis-key.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-key.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-key.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-key.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-key.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-key.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 { RedisAnalysisNamespaceTypeSummary } from './redis-analysis-namespace-type-summary';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RedisAnalysisNamespaceSummary
|
|
17
|
+
*/
|
|
18
|
+
export interface RedisAnalysisNamespaceSummary {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof RedisAnalysisNamespaceSummary
|
|
23
|
+
*/
|
|
24
|
+
'nsp'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof RedisAnalysisNamespaceSummary
|
|
29
|
+
*/
|
|
30
|
+
'keys'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof RedisAnalysisNamespaceSummary
|
|
35
|
+
*/
|
|
36
|
+
'memory'?: number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof RedisAnalysisNamespaceSummary
|
|
41
|
+
*/
|
|
42
|
+
'keyRatio'?: number;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof RedisAnalysisNamespaceSummary
|
|
47
|
+
*/
|
|
48
|
+
'memoryRatio'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Array<RedisAnalysisNamespaceTypeSummary>}
|
|
52
|
+
* @memberof RedisAnalysisNamespaceSummary
|
|
53
|
+
*/
|
|
54
|
+
'types'?: Array<RedisAnalysisNamespaceTypeSummary>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=redis-analysis-namespace-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-namespace-summary.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-namespace-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAEjG;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-namespace-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-namespace-summary.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-namespace-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 RedisAnalysisNamespaceTypeSummary
|
|
16
|
+
*/
|
|
17
|
+
export interface RedisAnalysisNamespaceTypeSummary {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RedisAnalysisNamespaceTypeSummary
|
|
22
|
+
*/
|
|
23
|
+
'type'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof RedisAnalysisNamespaceTypeSummary
|
|
28
|
+
*/
|
|
29
|
+
'keys'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof RedisAnalysisNamespaceTypeSummary
|
|
34
|
+
*/
|
|
35
|
+
'memory'?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof RedisAnalysisNamespaceTypeSummary
|
|
40
|
+
*/
|
|
41
|
+
'keyRatio'?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof RedisAnalysisNamespaceTypeSummary
|
|
46
|
+
*/
|
|
47
|
+
'memoryRatio'?: number;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=redis-analysis-namespace-type-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-namespace-type-summary.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-namespace-type-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-namespace-type-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-namespace-type-summary.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-namespace-type-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 RedisAnalysisProgress
|
|
16
|
+
*/
|
|
17
|
+
export interface RedisAnalysisProgress {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RedisAnalysisProgress
|
|
22
|
+
*/
|
|
23
|
+
'total'?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof RedisAnalysisProgress
|
|
28
|
+
*/
|
|
29
|
+
'scanned'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof RedisAnalysisProgress
|
|
34
|
+
*/
|
|
35
|
+
'processed'?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof RedisAnalysisProgress
|
|
40
|
+
*/
|
|
41
|
+
'sampleLimit'?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof RedisAnalysisProgress
|
|
46
|
+
*/
|
|
47
|
+
'cursor'?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof RedisAnalysisProgress
|
|
52
|
+
*/
|
|
53
|
+
'nextCursor'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof RedisAnalysisProgress
|
|
58
|
+
*/
|
|
59
|
+
'scannedPercent'?: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {boolean}
|
|
63
|
+
* @memberof RedisAnalysisProgress
|
|
64
|
+
*/
|
|
65
|
+
'complete'?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {boolean}
|
|
69
|
+
* @memberof RedisAnalysisProgress
|
|
70
|
+
*/
|
|
71
|
+
'sampled'?: boolean;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof RedisAnalysisProgress
|
|
76
|
+
*/
|
|
77
|
+
'extrapolationFactor'?: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof RedisAnalysisProgress
|
|
82
|
+
*/
|
|
83
|
+
'generatedAt'?: string;
|
|
84
|
+
}
|
|
85
|
+
//# sourceMappingURL=redis-analysis-progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-progress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-progress.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-progress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-progress.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-progress.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KubeBlocks Cloud API
|
|
3
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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 { RedisAnalysisExpirationGroup } from './redis-analysis-expiration-group';
|
|
13
|
+
import type { RedisAnalysisFilter } from './redis-analysis-filter';
|
|
14
|
+
import type { RedisAnalysisKey } from './redis-analysis-key';
|
|
15
|
+
import type { RedisAnalysisNamespaceSummary } from './redis-analysis-namespace-summary';
|
|
16
|
+
import type { RedisAnalysisProgress } from './redis-analysis-progress';
|
|
17
|
+
import type { RedisAnalysisTypedSummary } from './redis-analysis-typed-summary';
|
|
18
|
+
/**
|
|
19
|
+
* Instant Redis key analysis report sampled by bounded SCAN. This aligns with RedisInsight-style analysis dimensions but is not a persisted historical report.
|
|
20
|
+
* @export
|
|
21
|
+
* @interface RedisAnalysisResponse
|
|
22
|
+
*/
|
|
23
|
+
export interface RedisAnalysisResponse {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof RedisAnalysisResponse
|
|
28
|
+
*/
|
|
29
|
+
'db'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {RedisAnalysisFilter}
|
|
33
|
+
* @memberof RedisAnalysisResponse
|
|
34
|
+
*/
|
|
35
|
+
'filter'?: RedisAnalysisFilter;
|
|
36
|
+
/**
|
|
37
|
+
* Actual delimiter used to aggregate top namespaces.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof RedisAnalysisResponse
|
|
40
|
+
*/
|
|
41
|
+
'delimiter'?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {RedisAnalysisProgress}
|
|
45
|
+
* @memberof RedisAnalysisResponse
|
|
46
|
+
*/
|
|
47
|
+
'progress'?: RedisAnalysisProgress;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof RedisAnalysisResponse
|
|
52
|
+
*/
|
|
53
|
+
'createdAt'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Connected client count from Redis INFO when available.
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof RedisAnalysisResponse
|
|
58
|
+
*/
|
|
59
|
+
'connectedClients'?: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {RedisAnalysisTypedSummary}
|
|
63
|
+
* @memberof RedisAnalysisResponse
|
|
64
|
+
*/
|
|
65
|
+
'totalKeys'?: RedisAnalysisTypedSummary;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {RedisAnalysisTypedSummary}
|
|
69
|
+
* @memberof RedisAnalysisResponse
|
|
70
|
+
*/
|
|
71
|
+
'totalMemory'?: RedisAnalysisTypedSummary;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {Array<RedisAnalysisNamespaceSummary>}
|
|
75
|
+
* @memberof RedisAnalysisResponse
|
|
76
|
+
*/
|
|
77
|
+
'topKeysNsp'?: Array<RedisAnalysisNamespaceSummary>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {Array<RedisAnalysisNamespaceSummary>}
|
|
81
|
+
* @memberof RedisAnalysisResponse
|
|
82
|
+
*/
|
|
83
|
+
'topMemoryNsp'?: Array<RedisAnalysisNamespaceSummary>;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {Array<RedisAnalysisKey>}
|
|
87
|
+
* @memberof RedisAnalysisResponse
|
|
88
|
+
*/
|
|
89
|
+
'topKeysLength'?: Array<RedisAnalysisKey>;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {Array<RedisAnalysisKey>}
|
|
93
|
+
* @memberof RedisAnalysisResponse
|
|
94
|
+
*/
|
|
95
|
+
'topKeysMemory'?: Array<RedisAnalysisKey>;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {Array<RedisAnalysisExpirationGroup>}
|
|
99
|
+
* @memberof RedisAnalysisResponse
|
|
100
|
+
*/
|
|
101
|
+
'expirationGroups'?: Array<RedisAnalysisExpirationGroup>;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {Array<string>}
|
|
105
|
+
* @memberof RedisAnalysisResponse
|
|
106
|
+
*/
|
|
107
|
+
'warnings'?: Array<string>;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {Array<string>}
|
|
111
|
+
* @memberof RedisAnalysisResponse
|
|
112
|
+
*/
|
|
113
|
+
'recommendations'?: Array<string>;
|
|
114
|
+
}
|
|
115
|
+
//# sourceMappingURL=redis-analysis-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-response.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGtF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAG7D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC;;;;OAIG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACpD;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACtD;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;IACzD;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* KubeBlocks Cloud API
|
|
6
|
+
* KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
|
|
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=redis-analysis-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis-analysis-response.js","sourceRoot":"","sources":["../../../src/openapi/models/redis-analysis-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|