kb-cloud-client-typescript 2.3.0-alpha.196 → 2.3.0-alpha.198

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.
Files changed (117) hide show
  1. package/dist/adminapi/apis/diagnostics-api.d.ts +151 -0
  2. package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/diagnostics-api.js +163 -0
  4. package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
  5. package/dist/adminapi/models/index.d.ts +8 -0
  6. package/dist/adminapi/models/index.d.ts.map +1 -1
  7. package/dist/adminapi/models/index.js +8 -0
  8. package/dist/adminapi/models/index.js.map +1 -1
  9. package/dist/adminapi/models/mode-option-values-mappings.d.ts +1 -1
  10. package/dist/adminapi/models/mysql-database-space.d.ts +55 -0
  11. package/dist/adminapi/models/mysql-database-space.d.ts.map +1 -0
  12. package/dist/adminapi/models/mysql-database-space.js +16 -0
  13. package/dist/adminapi/models/mysql-database-space.js.map +1 -0
  14. package/dist/adminapi/models/mysql-index-space.d.ts +73 -0
  15. package/dist/adminapi/models/mysql-index-space.d.ts.map +1 -0
  16. package/dist/adminapi/models/mysql-index-space.js +16 -0
  17. package/dist/adminapi/models/mysql-index-space.js.map +1 -0
  18. package/dist/adminapi/models/mysql-space-analysis.d.ts +73 -0
  19. package/dist/adminapi/models/mysql-space-analysis.d.ts.map +1 -0
  20. package/dist/adminapi/models/mysql-space-analysis.js +16 -0
  21. package/dist/adminapi/models/mysql-space-analysis.js.map +1 -0
  22. package/dist/adminapi/models/mysql-space-source.d.ts +49 -0
  23. package/dist/adminapi/models/mysql-space-source.d.ts.map +1 -0
  24. package/dist/adminapi/models/mysql-space-source.js +16 -0
  25. package/dist/adminapi/models/mysql-space-source.js.map +1 -0
  26. package/dist/adminapi/models/mysql-space-summary.d.ts +73 -0
  27. package/dist/adminapi/models/mysql-space-summary.d.ts.map +1 -0
  28. package/dist/adminapi/models/mysql-space-summary.js +16 -0
  29. package/dist/adminapi/models/mysql-space-summary.js.map +1 -0
  30. package/dist/adminapi/models/mysql-storage-instance-usage.d.ts +79 -0
  31. package/dist/adminapi/models/mysql-storage-instance-usage.d.ts.map +1 -0
  32. package/dist/adminapi/models/mysql-storage-instance-usage.js +16 -0
  33. package/dist/adminapi/models/mysql-storage-instance-usage.js.map +1 -0
  34. package/dist/adminapi/models/mysql-storage-overview.d.ts +32 -0
  35. package/dist/adminapi/models/mysql-storage-overview.d.ts.map +1 -0
  36. package/dist/adminapi/models/mysql-storage-overview.js +16 -0
  37. package/dist/adminapi/models/mysql-storage-overview.js.map +1 -0
  38. package/dist/adminapi/models/mysql-table-space.d.ts +91 -0
  39. package/dist/adminapi/models/mysql-table-space.d.ts.map +1 -0
  40. package/dist/adminapi/models/mysql-table-space.js +16 -0
  41. package/dist/adminapi/models/mysql-table-space.js.map +1 -0
  42. package/dist/adminapi/models/performance-trend-series.d.ts +1 -1
  43. package/dist/adminapi/models/performance-trend-summary.d.ts +1 -1
  44. package/dist/openapi/apis/diagnostics-api.d.ts +151 -0
  45. package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
  46. package/dist/openapi/apis/diagnostics-api.js +163 -0
  47. package/dist/openapi/apis/diagnostics-api.js.map +1 -1
  48. package/dist/openapi/models/index.d.ts +8 -0
  49. package/dist/openapi/models/index.d.ts.map +1 -1
  50. package/dist/openapi/models/index.js +8 -0
  51. package/dist/openapi/models/index.js.map +1 -1
  52. package/dist/openapi/models/mode-option-values-mappings.d.ts +1 -1
  53. package/dist/openapi/models/mysql-database-space.d.ts +55 -0
  54. package/dist/openapi/models/mysql-database-space.d.ts.map +1 -0
  55. package/dist/openapi/models/mysql-database-space.js +16 -0
  56. package/dist/openapi/models/mysql-database-space.js.map +1 -0
  57. package/dist/openapi/models/mysql-index-space.d.ts +73 -0
  58. package/dist/openapi/models/mysql-index-space.d.ts.map +1 -0
  59. package/dist/openapi/models/mysql-index-space.js +16 -0
  60. package/dist/openapi/models/mysql-index-space.js.map +1 -0
  61. package/dist/openapi/models/mysql-space-analysis.d.ts +73 -0
  62. package/dist/openapi/models/mysql-space-analysis.d.ts.map +1 -0
  63. package/dist/openapi/models/mysql-space-analysis.js +16 -0
  64. package/dist/openapi/models/mysql-space-analysis.js.map +1 -0
  65. package/dist/openapi/models/mysql-space-source.d.ts +49 -0
  66. package/dist/openapi/models/mysql-space-source.d.ts.map +1 -0
  67. package/dist/openapi/models/mysql-space-source.js +16 -0
  68. package/dist/openapi/models/mysql-space-source.js.map +1 -0
  69. package/dist/openapi/models/mysql-space-summary.d.ts +73 -0
  70. package/dist/openapi/models/mysql-space-summary.d.ts.map +1 -0
  71. package/dist/openapi/models/mysql-space-summary.js +16 -0
  72. package/dist/openapi/models/mysql-space-summary.js.map +1 -0
  73. package/dist/openapi/models/mysql-storage-instance-usage.d.ts +79 -0
  74. package/dist/openapi/models/mysql-storage-instance-usage.d.ts.map +1 -0
  75. package/dist/openapi/models/mysql-storage-instance-usage.js +16 -0
  76. package/dist/openapi/models/mysql-storage-instance-usage.js.map +1 -0
  77. package/dist/openapi/models/mysql-storage-overview.d.ts +32 -0
  78. package/dist/openapi/models/mysql-storage-overview.d.ts.map +1 -0
  79. package/dist/openapi/models/mysql-storage-overview.js +16 -0
  80. package/dist/openapi/models/mysql-storage-overview.js.map +1 -0
  81. package/dist/openapi/models/mysql-table-space.d.ts +91 -0
  82. package/dist/openapi/models/mysql-table-space.d.ts.map +1 -0
  83. package/dist/openapi/models/mysql-table-space.js +16 -0
  84. package/dist/openapi/models/mysql-table-space.js.map +1 -0
  85. package/dist/openapi/models/performance-trend-series.d.ts +1 -1
  86. package/dist/openapi/models/performance-trend-summary.d.ts +1 -1
  87. package/package.json +1 -1
  88. package/src/adminapi/.openapi-generator/FILES +8 -0
  89. package/src/adminapi/apis/diagnostics-api.ts +265 -0
  90. package/src/adminapi/models/index.ts +8 -0
  91. package/src/adminapi/models/mode-option-values-mappings.ts +1 -1
  92. package/src/adminapi/models/mysql-database-space.ts +60 -0
  93. package/src/adminapi/models/mysql-index-space.ts +78 -0
  94. package/src/adminapi/models/mysql-space-analysis.ts +90 -0
  95. package/src/adminapi/models/mysql-space-source.ts +54 -0
  96. package/src/adminapi/models/mysql-space-summary.ts +78 -0
  97. package/src/adminapi/models/mysql-storage-instance-usage.ts +84 -0
  98. package/src/adminapi/models/mysql-storage-overview.ts +39 -0
  99. package/src/adminapi/models/mysql-table-space.ts +96 -0
  100. package/src/adminapi/models/performance-trend-series.ts +1 -1
  101. package/src/adminapi/models/performance-trend-summary.ts +1 -1
  102. package/src/adminapi.yaml +349 -2
  103. package/src/openapi/.openapi-generator/FILES +8 -0
  104. package/src/openapi/apis/diagnostics-api.ts +265 -0
  105. package/src/openapi/models/index.ts +8 -0
  106. package/src/openapi/models/mode-option-values-mappings.ts +1 -1
  107. package/src/openapi/models/mysql-database-space.ts +60 -0
  108. package/src/openapi/models/mysql-index-space.ts +78 -0
  109. package/src/openapi/models/mysql-space-analysis.ts +90 -0
  110. package/src/openapi/models/mysql-space-source.ts +54 -0
  111. package/src/openapi/models/mysql-space-summary.ts +78 -0
  112. package/src/openapi/models/mysql-storage-instance-usage.ts +84 -0
  113. package/src/openapi/models/mysql-storage-overview.ts +39 -0
  114. package/src/openapi/models/mysql-table-space.ts +96 -0
  115. package/src/openapi/models/performance-trend-series.ts +1 -1
  116. package/src/openapi/models/performance-trend-summary.ts +1 -1
  117. package/src/openapi.yaml +349 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-space-analysis.js","sourceRoot":"","sources":["../../../src/openapi/models/mysql-space-analysis.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 MysqlSpaceSource
16
+ */
17
+ export interface MysqlSpaceSource {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MysqlSpaceSource
22
+ */
23
+ 'name': string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MysqlSpaceSource
28
+ */
29
+ 'kind': string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MysqlSpaceSource
34
+ */
35
+ 'status': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MysqlSpaceSource
40
+ */
41
+ 'collectedAt': string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof MysqlSpaceSource
46
+ */
47
+ 'message'?: string;
48
+ }
49
+ //# sourceMappingURL=mysql-space-source.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-space-source.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mysql-space-source.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;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
+ * 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=mysql-space-source.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-space-source.js","sourceRoot":"","sources":["../../../src/openapi/models/mysql-space-source.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,73 @@
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 MysqlSpaceSummary
16
+ */
17
+ export interface MysqlSpaceSummary {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MysqlSpaceSummary
22
+ */
23
+ 'databaseName': string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof MysqlSpaceSummary
28
+ */
29
+ 'databaseSizeBytes': number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof MysqlSpaceSummary
34
+ */
35
+ 'dataBytes': number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof MysqlSpaceSummary
40
+ */
41
+ 'indexBytes': number;
42
+ /**
43
+ * DATA_FREE reported by information_schema. Its per-table meaning is most reliable with innodb_file_per_table.
44
+ * @type {number}
45
+ * @memberof MysqlSpaceSummary
46
+ */
47
+ 'freeBytes': number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof MysqlSpaceSummary
52
+ */
53
+ 'tableCount': number;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof MysqlSpaceSummary
58
+ */
59
+ 'tableListTruncated': boolean;
60
+ /**
61
+ *
62
+ * @type {boolean}
63
+ * @memberof MysqlSpaceSummary
64
+ */
65
+ 'indexListTruncated': boolean;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof MysqlSpaceSummary
70
+ */
71
+ 'indexSizeSource'?: string;
72
+ }
73
+ //# sourceMappingURL=mysql-space-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-space-summary.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mysql-space-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,oBAAoB,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
@@ -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=mysql-space-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-space-summary.js","sourceRoot":"","sources":["../../../src/openapi/models/mysql-space-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,79 @@
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 MysqlStorageInstanceUsage
16
+ */
17
+ export interface MysqlStorageInstanceUsage {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MysqlStorageInstanceUsage
22
+ */
23
+ 'instanceName'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MysqlStorageInstanceUsage
28
+ */
29
+ 'pvcName'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MysqlStorageInstanceUsage
34
+ */
35
+ 'role'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MysqlStorageInstanceUsage
40
+ */
41
+ 'componentName'?: string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof MysqlStorageInstanceUsage
46
+ */
47
+ 'totalBytes'?: number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof MysqlStorageInstanceUsage
52
+ */
53
+ 'usedBytes'?: number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof MysqlStorageInstanceUsage
58
+ */
59
+ 'availableBytes'?: number;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof MysqlStorageInstanceUsage
64
+ */
65
+ 'usageRatio'?: number | null;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof MysqlStorageInstanceUsage
70
+ */
71
+ 'updatedAt'?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof MysqlStorageInstanceUsage
76
+ */
77
+ 'source'?: string;
78
+ }
79
+ //# sourceMappingURL=mysql-storage-instance-usage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-storage-instance-usage.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mysql-storage-instance-usage.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -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=mysql-storage-instance-usage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-storage-instance-usage.js","sourceRoot":"","sources":["../../../src/openapi/models/mysql-storage-instance-usage.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,32 @@
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 { MysqlStorageInstanceUsage } from './mysql-storage-instance-usage';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface MysqlStorageOverview
17
+ */
18
+ export interface MysqlStorageOverview {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof MysqlStorageOverview
23
+ */
24
+ 'source': string;
25
+ /**
26
+ *
27
+ * @type {Array<MysqlStorageInstanceUsage>}
28
+ * @memberof MysqlStorageOverview
29
+ */
30
+ 'instances': Array<MysqlStorageInstanceUsage>;
31
+ }
32
+ //# sourceMappingURL=mysql-storage-overview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-storage-overview.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mysql-storage-overview.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CACjD"}
@@ -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=mysql-storage-overview.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-storage-overview.js","sourceRoot":"","sources":["../../../src/openapi/models/mysql-storage-overview.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,91 @@
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 MysqlTableSpace
16
+ */
17
+ export interface MysqlTableSpace {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MysqlTableSpace
22
+ */
23
+ 'database': string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MysqlTableSpace
28
+ */
29
+ 'name': string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MysqlTableSpace
34
+ */
35
+ 'engine': string;
36
+ /**
37
+ * Estimated row count for InnoDB tables.
38
+ * @type {number}
39
+ * @memberof MysqlTableSpace
40
+ */
41
+ 'rows': number;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof MysqlTableSpace
46
+ */
47
+ 'dataBytes': number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof MysqlTableSpace
52
+ */
53
+ 'indexBytes': number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof MysqlTableSpace
58
+ */
59
+ 'freeBytes': number;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof MysqlTableSpace
64
+ */
65
+ 'totalBytes': number;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof MysqlTableSpace
70
+ */
71
+ 'avgRowLength': number;
72
+ /**
73
+ * freeBytes divided by totalBytes plus freeBytes when available.
74
+ * @type {number}
75
+ * @memberof MysqlTableSpace
76
+ */
77
+ 'fragmentationRatio'?: number | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof MysqlTableSpace
82
+ */
83
+ 'createTime'?: string;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof MysqlTableSpace
88
+ */
89
+ 'updateTime'?: string;
90
+ }
91
+ //# sourceMappingURL=mysql-table-space.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-table-space.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/mysql-table-space.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -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=mysql-table-space.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mysql-table-space.js","sourceRoot":"","sources":["../../../src/openapi/models/mysql-table-space.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -30,7 +30,7 @@ export interface PerformanceTrendSeries {
30
30
  */
31
31
  'displayName': LocalizedDescription;
32
32
  /**
33
- * Metric category. Values are availability, performance, connections, resource, capacity, or vacuumWraparound.
33
+ * Metric category. Values include availability, performance, connections, resource, capacity, innodb, and vacuumWraparound.
34
34
  * @type {string}
35
35
  * @memberof PerformanceTrendSeries
36
36
  */
@@ -29,7 +29,7 @@ export interface PerformanceTrendSummary {
29
29
  */
30
30
  'displayName': LocalizedDescription;
31
31
  /**
32
- * Metric category. Values are availability, performance, connections, resource, capacity, or vacuumWraparound.
32
+ * Metric category. Values include availability, performance, connections, resource, capacity, innodb, and vacuumWraparound.
33
33
  * @type {string}
34
34
  * @memberof PerformanceTrendSummary
35
35
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kb-cloud-client-typescript",
3
- "version": "2.3.0-alpha.196",
3
+ "version": "2.3.0-alpha.198",
4
4
  "description": "Auto-generated TypeScript SDK for KubeBlocks Cloud API",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -679,8 +679,16 @@ models/monitor-data-sink-create.ts
679
679
  models/monitor-data-sink-list.ts
680
680
  models/monitor-data-sink-update.ts
681
681
  models/monitor-data-sink.ts
682
+ models/mysql-database-space.ts
683
+ models/mysql-index-space.ts
684
+ models/mysql-space-analysis.ts
685
+ models/mysql-space-source.ts
686
+ models/mysql-space-summary.ts
682
687
  models/mysql-sqlanalysis.ts
683
688
  models/mysql-sqlfingerprint.ts
689
+ models/mysql-storage-instance-usage.ts
690
+ models/mysql-storage-overview.ts
691
+ models/mysql-table-space.ts
684
692
  models/network-config.ts
685
693
  models/network-mode-option-inner.ts
686
694
  models/network-mode.ts