kb-cloud-client-typescript 2.4.0-alpha.41 → 2.4.0-alpha.43
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 +564 -0
- package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/adminapi/apis/diagnostics-api.js +566 -0
- package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
- package/dist/adminapi/models/dms-execution-plan-planning-mode.d.ts +22 -0
- package/dist/adminapi/models/dms-execution-plan-planning-mode.d.ts.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-planning-mode.js +26 -0
- package/dist/adminapi/models/dms-execution-plan-planning-mode.js.map +1 -0
- package/dist/adminapi/models/dms-execution-plan-result.d.ts +19 -0
- package/dist/adminapi/models/dms-execution-plan-result.d.ts.map +1 -1
- package/dist/adminapi/models/elasticsearch-allocation-decider.d.ts +37 -0
- package/dist/adminapi/models/elasticsearch-allocation-decider.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-allocation-decider.js +16 -0
- package/dist/adminapi/models/elasticsearch-allocation-decider.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-allocation-explanation.d.ts +113 -0
- package/dist/adminapi/models/elasticsearch-allocation-explanation.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-allocation-explanation.js +16 -0
- package/dist/adminapi/models/elasticsearch-allocation-explanation.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-disk-watermarks.d.ts +37 -0
- package/dist/adminapi/models/elasticsearch-disk-watermarks.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-disk-watermarks.js +16 -0
- package/dist/adminapi/models/elasticsearch-disk-watermarks.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-hot-threads-type.d.ts +23 -0
- package/dist/adminapi/models/elasticsearch-hot-threads-type.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-hot-threads-type.js +27 -0
- package/dist/adminapi/models/elasticsearch-hot-threads-type.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-hot-threads.d.ts +43 -0
- package/dist/adminapi/models/elasticsearch-hot-threads.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-hot-threads.js +16 -0
- package/dist/adminapi/models/elasticsearch-hot-threads.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-index-sort-by.d.ts +24 -0
- package/dist/adminapi/models/elasticsearch-index-sort-by.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-index-sort-by.js +28 -0
- package/dist/adminapi/models/elasticsearch-index-sort-by.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-index-storage.d.ts +85 -0
- package/dist/adminapi/models/elasticsearch-index-storage.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-index-storage.js +16 -0
- package/dist/adminapi/models/elasticsearch-index-storage.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-node-allocation-decision.d.ts +44 -0
- package/dist/adminapi/models/elasticsearch-node-allocation-decision.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-node-allocation-decision.js +16 -0
- package/dist/adminapi/models/elasticsearch-node-allocation-decision.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-node-allocation.d.ts +73 -0
- package/dist/adminapi/models/elasticsearch-node-allocation.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-node-allocation.js +16 -0
- package/dist/adminapi/models/elasticsearch-node-allocation.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-recovery-list.d.ts +32 -0
- package/dist/adminapi/models/elasticsearch-recovery-list.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-recovery-list.js +16 -0
- package/dist/adminapi/models/elasticsearch-recovery-list.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-recovery-size.d.ts +43 -0
- package/dist/adminapi/models/elasticsearch-recovery-size.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-recovery-size.js +16 -0
- package/dist/adminapi/models/elasticsearch-recovery-size.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-recovery-translog.d.ts +37 -0
- package/dist/adminapi/models/elasticsearch-recovery-translog.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-recovery-translog.js +16 -0
- package/dist/adminapi/models/elasticsearch-recovery-translog.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-list.d.ts +32 -0
- package/dist/adminapi/models/elasticsearch-shard-list.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-list.js +16 -0
- package/dist/adminapi/models/elasticsearch-shard-list.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-node.d.ts +31 -0
- package/dist/adminapi/models/elasticsearch-shard-node.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-node.js +16 -0
- package/dist/adminapi/models/elasticsearch-shard-node.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-recovery.d.ts +88 -0
- package/dist/adminapi/models/elasticsearch-shard-recovery.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-recovery.js +16 -0
- package/dist/adminapi/models/elasticsearch-shard-recovery.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-state.d.ts +24 -0
- package/dist/adminapi/models/elasticsearch-shard-state.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard-state.js +28 -0
- package/dist/adminapi/models/elasticsearch-shard-state.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard.d.ts +73 -0
- package/dist/adminapi/models/elasticsearch-shard.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-shard.js +16 -0
- package/dist/adminapi/models/elasticsearch-shard.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-sort-order.d.ts +22 -0
- package/dist/adminapi/models/elasticsearch-sort-order.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-sort-order.js +26 -0
- package/dist/adminapi/models/elasticsearch-sort-order.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-storage-analysis.d.ts +59 -0
- package/dist/adminapi/models/elasticsearch-storage-analysis.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-storage-analysis.js +16 -0
- package/dist/adminapi/models/elasticsearch-storage-analysis.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-task-analysis.d.ts +52 -0
- package/dist/adminapi/models/elasticsearch-task-analysis.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-task-analysis.js +16 -0
- package/dist/adminapi/models/elasticsearch-task-analysis.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-task.d.ts +79 -0
- package/dist/adminapi/models/elasticsearch-task.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-task.js +16 -0
- package/dist/adminapi/models/elasticsearch-task.js.map +1 -0
- package/dist/adminapi/models/elasticsearch-unassigned-info.d.ts +43 -0
- package/dist/adminapi/models/elasticsearch-unassigned-info.d.ts.map +1 -0
- package/dist/adminapi/models/elasticsearch-unassigned-info.js +16 -0
- package/dist/adminapi/models/elasticsearch-unassigned-info.js.map +1 -0
- package/dist/adminapi/models/environment-update.d.ts +6 -0
- package/dist/adminapi/models/environment-update.d.ts.map +1 -1
- package/dist/adminapi/models/index.d.ts +24 -0
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +24 -0
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/postgresql-sqlfingerprint-explain-response.d.ts +87 -0
- package/dist/adminapi/models/postgresql-sqlfingerprint-explain-response.d.ts.map +1 -0
- package/dist/adminapi/models/postgresql-sqlfingerprint-explain-response.js +16 -0
- package/dist/adminapi/models/postgresql-sqlfingerprint-explain-response.js.map +1 -0
- package/dist/adminapi/models/postgresql-sqlfingerprint.d.ts +6 -0
- package/dist/adminapi/models/postgresql-sqlfingerprint.d.ts.map +1 -1
- package/dist/adminapi/models/scheduling-config.d.ts +6 -0
- package/dist/adminapi/models/scheduling-config.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.d.ts +564 -0
- package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.js +566 -0
- package/dist/openapi/apis/diagnostics-api.js.map +1 -1
- package/dist/openapi/models/dms-execution-plan-planning-mode.d.ts +22 -0
- package/dist/openapi/models/dms-execution-plan-planning-mode.d.ts.map +1 -0
- package/dist/openapi/models/dms-execution-plan-planning-mode.js +26 -0
- package/dist/openapi/models/dms-execution-plan-planning-mode.js.map +1 -0
- package/dist/openapi/models/dms-execution-plan-result.d.ts +19 -0
- package/dist/openapi/models/dms-execution-plan-result.d.ts.map +1 -1
- package/dist/openapi/models/elasticsearch-allocation-decider.d.ts +37 -0
- package/dist/openapi/models/elasticsearch-allocation-decider.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-allocation-decider.js +16 -0
- package/dist/openapi/models/elasticsearch-allocation-decider.js.map +1 -0
- package/dist/openapi/models/elasticsearch-allocation-explanation.d.ts +113 -0
- package/dist/openapi/models/elasticsearch-allocation-explanation.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-allocation-explanation.js +16 -0
- package/dist/openapi/models/elasticsearch-allocation-explanation.js.map +1 -0
- package/dist/openapi/models/elasticsearch-disk-watermarks.d.ts +37 -0
- package/dist/openapi/models/elasticsearch-disk-watermarks.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-disk-watermarks.js +16 -0
- package/dist/openapi/models/elasticsearch-disk-watermarks.js.map +1 -0
- package/dist/openapi/models/elasticsearch-hot-threads-type.d.ts +23 -0
- package/dist/openapi/models/elasticsearch-hot-threads-type.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-hot-threads-type.js +27 -0
- package/dist/openapi/models/elasticsearch-hot-threads-type.js.map +1 -0
- package/dist/openapi/models/elasticsearch-hot-threads.d.ts +43 -0
- package/dist/openapi/models/elasticsearch-hot-threads.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-hot-threads.js +16 -0
- package/dist/openapi/models/elasticsearch-hot-threads.js.map +1 -0
- package/dist/openapi/models/elasticsearch-index-sort-by.d.ts +24 -0
- package/dist/openapi/models/elasticsearch-index-sort-by.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-index-sort-by.js +28 -0
- package/dist/openapi/models/elasticsearch-index-sort-by.js.map +1 -0
- package/dist/openapi/models/elasticsearch-index-storage.d.ts +85 -0
- package/dist/openapi/models/elasticsearch-index-storage.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-index-storage.js +16 -0
- package/dist/openapi/models/elasticsearch-index-storage.js.map +1 -0
- package/dist/openapi/models/elasticsearch-node-allocation-decision.d.ts +44 -0
- package/dist/openapi/models/elasticsearch-node-allocation-decision.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-node-allocation-decision.js +16 -0
- package/dist/openapi/models/elasticsearch-node-allocation-decision.js.map +1 -0
- package/dist/openapi/models/elasticsearch-node-allocation.d.ts +73 -0
- package/dist/openapi/models/elasticsearch-node-allocation.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-node-allocation.js +16 -0
- package/dist/openapi/models/elasticsearch-node-allocation.js.map +1 -0
- package/dist/openapi/models/elasticsearch-recovery-list.d.ts +32 -0
- package/dist/openapi/models/elasticsearch-recovery-list.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-recovery-list.js +16 -0
- package/dist/openapi/models/elasticsearch-recovery-list.js.map +1 -0
- package/dist/openapi/models/elasticsearch-recovery-size.d.ts +43 -0
- package/dist/openapi/models/elasticsearch-recovery-size.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-recovery-size.js +16 -0
- package/dist/openapi/models/elasticsearch-recovery-size.js.map +1 -0
- package/dist/openapi/models/elasticsearch-recovery-translog.d.ts +37 -0
- package/dist/openapi/models/elasticsearch-recovery-translog.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-recovery-translog.js +16 -0
- package/dist/openapi/models/elasticsearch-recovery-translog.js.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-list.d.ts +32 -0
- package/dist/openapi/models/elasticsearch-shard-list.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-list.js +16 -0
- package/dist/openapi/models/elasticsearch-shard-list.js.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-node.d.ts +31 -0
- package/dist/openapi/models/elasticsearch-shard-node.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-node.js +16 -0
- package/dist/openapi/models/elasticsearch-shard-node.js.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-recovery.d.ts +88 -0
- package/dist/openapi/models/elasticsearch-shard-recovery.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-recovery.js +16 -0
- package/dist/openapi/models/elasticsearch-shard-recovery.js.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-state.d.ts +24 -0
- package/dist/openapi/models/elasticsearch-shard-state.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-shard-state.js +28 -0
- package/dist/openapi/models/elasticsearch-shard-state.js.map +1 -0
- package/dist/openapi/models/elasticsearch-shard.d.ts +73 -0
- package/dist/openapi/models/elasticsearch-shard.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-shard.js +16 -0
- package/dist/openapi/models/elasticsearch-shard.js.map +1 -0
- package/dist/openapi/models/elasticsearch-sort-order.d.ts +22 -0
- package/dist/openapi/models/elasticsearch-sort-order.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-sort-order.js +26 -0
- package/dist/openapi/models/elasticsearch-sort-order.js.map +1 -0
- package/dist/openapi/models/elasticsearch-storage-analysis.d.ts +59 -0
- package/dist/openapi/models/elasticsearch-storage-analysis.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-storage-analysis.js +16 -0
- package/dist/openapi/models/elasticsearch-storage-analysis.js.map +1 -0
- package/dist/openapi/models/elasticsearch-task-analysis.d.ts +52 -0
- package/dist/openapi/models/elasticsearch-task-analysis.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-task-analysis.js +16 -0
- package/dist/openapi/models/elasticsearch-task-analysis.js.map +1 -0
- package/dist/openapi/models/elasticsearch-task.d.ts +79 -0
- package/dist/openapi/models/elasticsearch-task.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-task.js +16 -0
- package/dist/openapi/models/elasticsearch-task.js.map +1 -0
- package/dist/openapi/models/elasticsearch-unassigned-info.d.ts +43 -0
- package/dist/openapi/models/elasticsearch-unassigned-info.d.ts.map +1 -0
- package/dist/openapi/models/elasticsearch-unassigned-info.js +16 -0
- package/dist/openapi/models/elasticsearch-unassigned-info.js.map +1 -0
- package/dist/openapi/models/index.d.ts +24 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +24 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/postgresql-sqlfingerprint-explain-response.d.ts +87 -0
- package/dist/openapi/models/postgresql-sqlfingerprint-explain-response.d.ts.map +1 -0
- package/dist/openapi/models/postgresql-sqlfingerprint-explain-response.js +16 -0
- package/dist/openapi/models/postgresql-sqlfingerprint-explain-response.js.map +1 -0
- package/dist/openapi/models/postgresql-sqlfingerprint.d.ts +6 -0
- package/dist/openapi/models/postgresql-sqlfingerprint.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +24 -0
- package/src/adminapi/apis/diagnostics-api.ts +1029 -40
- package/src/adminapi/models/dms-execution-plan-planning-mode.ts +31 -0
- package/src/adminapi/models/dms-execution-plan-result.ts +21 -0
- package/src/adminapi/models/elasticsearch-allocation-decider.ts +42 -0
- package/src/adminapi/models/elasticsearch-allocation-explanation.ts +126 -0
- package/src/adminapi/models/elasticsearch-disk-watermarks.ts +42 -0
- package/src/adminapi/models/elasticsearch-hot-threads-type.ts +32 -0
- package/src/adminapi/models/elasticsearch-hot-threads.ts +48 -0
- package/src/adminapi/models/elasticsearch-index-sort-by.ts +33 -0
- package/src/adminapi/models/elasticsearch-index-storage.ts +90 -0
- package/src/adminapi/models/elasticsearch-node-allocation-decision.ts +51 -0
- package/src/adminapi/models/elasticsearch-node-allocation.ts +78 -0
- package/src/adminapi/models/elasticsearch-recovery-list.ts +39 -0
- package/src/adminapi/models/elasticsearch-recovery-size.ts +48 -0
- package/src/adminapi/models/elasticsearch-recovery-translog.ts +42 -0
- package/src/adminapi/models/elasticsearch-shard-list.ts +39 -0
- package/src/adminapi/models/elasticsearch-shard-node.ts +36 -0
- package/src/adminapi/models/elasticsearch-shard-recovery.ts +99 -0
- package/src/adminapi/models/elasticsearch-shard-state.ts +33 -0
- package/src/adminapi/models/elasticsearch-shard.ts +78 -0
- package/src/adminapi/models/elasticsearch-sort-order.ts +31 -0
- package/src/adminapi/models/elasticsearch-storage-analysis.ts +72 -0
- package/src/adminapi/models/elasticsearch-task-analysis.ts +63 -0
- package/src/adminapi/models/elasticsearch-task.ts +84 -0
- package/src/adminapi/models/elasticsearch-unassigned-info.ts +48 -0
- package/src/adminapi/models/environment-update.ts +6 -0
- package/src/adminapi/models/index.ts +24 -0
- package/src/adminapi/models/postgresql-sqlfingerprint-explain-response.ts +98 -0
- package/src/adminapi/models/postgresql-sqlfingerprint.ts +6 -0
- package/src/adminapi/models/scheduling-config.ts +6 -0
- package/src/adminapi.yaml +1056 -117
- package/src/openapi/.openapi-generator/FILES +24 -0
- package/src/openapi/apis/diagnostics-api.ts +1029 -40
- package/src/openapi/models/dms-execution-plan-planning-mode.ts +31 -0
- package/src/openapi/models/dms-execution-plan-result.ts +21 -0
- package/src/openapi/models/elasticsearch-allocation-decider.ts +42 -0
- package/src/openapi/models/elasticsearch-allocation-explanation.ts +126 -0
- package/src/openapi/models/elasticsearch-disk-watermarks.ts +42 -0
- package/src/openapi/models/elasticsearch-hot-threads-type.ts +32 -0
- package/src/openapi/models/elasticsearch-hot-threads.ts +48 -0
- package/src/openapi/models/elasticsearch-index-sort-by.ts +33 -0
- package/src/openapi/models/elasticsearch-index-storage.ts +90 -0
- package/src/openapi/models/elasticsearch-node-allocation-decision.ts +51 -0
- package/src/openapi/models/elasticsearch-node-allocation.ts +78 -0
- package/src/openapi/models/elasticsearch-recovery-list.ts +39 -0
- package/src/openapi/models/elasticsearch-recovery-size.ts +48 -0
- package/src/openapi/models/elasticsearch-recovery-translog.ts +42 -0
- package/src/openapi/models/elasticsearch-shard-list.ts +39 -0
- package/src/openapi/models/elasticsearch-shard-node.ts +36 -0
- package/src/openapi/models/elasticsearch-shard-recovery.ts +99 -0
- package/src/openapi/models/elasticsearch-shard-state.ts +33 -0
- package/src/openapi/models/elasticsearch-shard.ts +78 -0
- package/src/openapi/models/elasticsearch-sort-order.ts +31 -0
- package/src/openapi/models/elasticsearch-storage-analysis.ts +72 -0
- package/src/openapi/models/elasticsearch-task-analysis.ts +63 -0
- package/src/openapi/models/elasticsearch-task.ts +84 -0
- package/src/openapi/models/elasticsearch-unassigned-info.ts +48 -0
- package/src/openapi/models/index.ts +24 -0
- package/src/openapi/models/postgresql-sqlfingerprint-explain-response.ts +98 -0
- package/src/openapi/models/postgresql-sqlfingerprint.ts +6 -0
- package/src/openapi.yaml +1829 -903
|
@@ -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=elasticsearch-recovery-translog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-recovery-translog.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-recovery-translog.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 { ElasticsearchShard } from './elasticsearch-shard';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ElasticsearchShardList
|
|
17
|
+
*/
|
|
18
|
+
export interface ElasticsearchShardList {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ElasticsearchShard>}
|
|
22
|
+
* @memberof ElasticsearchShardList
|
|
23
|
+
*/
|
|
24
|
+
'shards': Array<ElasticsearchShard>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ElasticsearchShardList
|
|
29
|
+
*/
|
|
30
|
+
'collectedAt': string;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=elasticsearch-shard-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-list.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IACpC;;;;OAIG;IACH,aAAa,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=elasticsearch-shard-list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-list.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-list.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 ElasticsearchShardNode
|
|
16
|
+
*/
|
|
17
|
+
export interface ElasticsearchShardNode {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ElasticsearchShardNode
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ElasticsearchShardNode
|
|
28
|
+
*/
|
|
29
|
+
'name'?: string | null;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=elasticsearch-shard-node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-node.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-node.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,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=elasticsearch-shard-node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-node.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-node.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,88 @@
|
|
|
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 { ElasticsearchRecoverySize } from './elasticsearch-recovery-size';
|
|
13
|
+
import type { ElasticsearchRecoveryTranslog } from './elasticsearch-recovery-translog';
|
|
14
|
+
import type { ElasticsearchShardNode } from './elasticsearch-shard-node';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ElasticsearchShardRecovery
|
|
19
|
+
*/
|
|
20
|
+
export interface ElasticsearchShardRecovery {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof ElasticsearchShardRecovery
|
|
25
|
+
*/
|
|
26
|
+
'index'?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof ElasticsearchShardRecovery
|
|
31
|
+
*/
|
|
32
|
+
'shard'?: number | null;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ElasticsearchShardRecovery
|
|
37
|
+
*/
|
|
38
|
+
'type'?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ElasticsearchShardRecovery
|
|
43
|
+
*/
|
|
44
|
+
'stage'?: string | null;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof ElasticsearchShardRecovery
|
|
49
|
+
*/
|
|
50
|
+
'primary'?: boolean | null;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof ElasticsearchShardRecovery
|
|
55
|
+
*/
|
|
56
|
+
'startTimeMillis'?: number | null;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof ElasticsearchShardRecovery
|
|
61
|
+
*/
|
|
62
|
+
'totalTimeMillis'?: number | null;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {ElasticsearchShardNode}
|
|
66
|
+
* @memberof ElasticsearchShardRecovery
|
|
67
|
+
*/
|
|
68
|
+
'source'?: ElasticsearchShardNode;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {ElasticsearchShardNode}
|
|
72
|
+
* @memberof ElasticsearchShardRecovery
|
|
73
|
+
*/
|
|
74
|
+
'target'?: ElasticsearchShardNode;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {ElasticsearchRecoveryTranslog}
|
|
78
|
+
* @memberof ElasticsearchShardRecovery
|
|
79
|
+
*/
|
|
80
|
+
'translog'?: ElasticsearchRecoveryTranslog;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {ElasticsearchRecoverySize}
|
|
84
|
+
* @memberof ElasticsearchShardRecovery
|
|
85
|
+
*/
|
|
86
|
+
'size'?: ElasticsearchRecoverySize;
|
|
87
|
+
}
|
|
88
|
+
//# sourceMappingURL=elasticsearch-shard-recovery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-recovery.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-recovery.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAG/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAC;AAGvF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEzE;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,6BAA6B,CAAC;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,yBAAyB,CAAC;CACtC"}
|
|
@@ -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=elasticsearch-shard-recovery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-recovery.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-recovery.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ElasticsearchShardState: {
|
|
18
|
+
readonly STARTED: "STARTED";
|
|
19
|
+
readonly INITIALIZING: "INITIALIZING";
|
|
20
|
+
readonly RELOCATING: "RELOCATING";
|
|
21
|
+
readonly UNASSIGNED: "UNASSIGNED";
|
|
22
|
+
};
|
|
23
|
+
export type ElasticsearchShardState = typeof ElasticsearchShardState[keyof typeof ElasticsearchShardState];
|
|
24
|
+
//# sourceMappingURL=elasticsearch-shard-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-state.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-state.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,uBAAuB;;;;;CAK1B,CAAC;AAEX,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
exports.ElasticsearchShardState = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ElasticsearchShardState = {
|
|
23
|
+
STARTED: 'STARTED',
|
|
24
|
+
INITIALIZING: 'INITIALIZING',
|
|
25
|
+
RELOCATING: 'RELOCATING',
|
|
26
|
+
UNASSIGNED: 'UNASSIGNED'
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=elasticsearch-shard-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard-state.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard-state.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,uBAAuB,GAAG;IACnC,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;CAClB,CAAC"}
|
|
@@ -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 ElasticsearchShard
|
|
16
|
+
*/
|
|
17
|
+
export interface ElasticsearchShard {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ElasticsearchShard
|
|
22
|
+
*/
|
|
23
|
+
'index'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ElasticsearchShard
|
|
28
|
+
*/
|
|
29
|
+
'shard'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ElasticsearchShard
|
|
34
|
+
*/
|
|
35
|
+
'primary'?: boolean | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ElasticsearchShard
|
|
40
|
+
*/
|
|
41
|
+
'state'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof ElasticsearchShard
|
|
46
|
+
*/
|
|
47
|
+
'documents'?: number | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ElasticsearchShard
|
|
52
|
+
*/
|
|
53
|
+
'storeBytes'?: number | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ElasticsearchShard
|
|
58
|
+
*/
|
|
59
|
+
'nodeId'?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof ElasticsearchShard
|
|
64
|
+
*/
|
|
65
|
+
'nodeName'?: string | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ElasticsearchShard
|
|
70
|
+
*/
|
|
71
|
+
'unassignedReason'?: string | null;
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=elasticsearch-shard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC"}
|
|
@@ -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=elasticsearch-shard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-shard.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-shard.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ElasticsearchSortOrder: {
|
|
18
|
+
readonly asc: "asc";
|
|
19
|
+
readonly desc: "desc";
|
|
20
|
+
};
|
|
21
|
+
export type ElasticsearchSortOrder = typeof ElasticsearchSortOrder[keyof typeof ElasticsearchSortOrder];
|
|
22
|
+
//# sourceMappingURL=elasticsearch-sort-order.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-sort-order.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-sort-order.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,sBAAsB;;;CAGzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
exports.ElasticsearchSortOrder = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ElasticsearchSortOrder = {
|
|
23
|
+
asc: 'asc',
|
|
24
|
+
desc: 'desc'
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=elasticsearch-sort-order.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-sort-order.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-sort-order.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,sBAAsB,GAAG;IAClC,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
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 { ElasticsearchDiskWatermarks } from './elasticsearch-disk-watermarks';
|
|
13
|
+
import type { ElasticsearchIndexStorage } from './elasticsearch-index-storage';
|
|
14
|
+
import type { ElasticsearchNodeAllocation } from './elasticsearch-node-allocation';
|
|
15
|
+
import type { PerformanceTrendSource } from './performance-trend-source';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ElasticsearchStorageAnalysis
|
|
20
|
+
*/
|
|
21
|
+
export interface ElasticsearchStorageAnalysis {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {Array<ElasticsearchIndexStorage>}
|
|
25
|
+
* @memberof ElasticsearchStorageAnalysis
|
|
26
|
+
*/
|
|
27
|
+
'indices': Array<ElasticsearchIndexStorage>;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {Array<ElasticsearchNodeAllocation>}
|
|
31
|
+
* @memberof ElasticsearchStorageAnalysis
|
|
32
|
+
*/
|
|
33
|
+
'allocations': Array<ElasticsearchNodeAllocation>;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {ElasticsearchDiskWatermarks}
|
|
37
|
+
* @memberof ElasticsearchStorageAnalysis
|
|
38
|
+
*/
|
|
39
|
+
'watermarks': ElasticsearchDiskWatermarks;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {Array<PerformanceTrendSource>}
|
|
43
|
+
* @memberof ElasticsearchStorageAnalysis
|
|
44
|
+
*/
|
|
45
|
+
'sources': Array<PerformanceTrendSource>;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Array<string>}
|
|
49
|
+
* @memberof ElasticsearchStorageAnalysis
|
|
50
|
+
*/
|
|
51
|
+
'warnings': Array<string>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ElasticsearchStorageAnalysis
|
|
56
|
+
*/
|
|
57
|
+
'collectedAt': string;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=elasticsearch-storage-analysis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-storage-analysis.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-storage-analysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAGnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAG/E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAGnF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEzE;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAC5C;;;;OAIG;IACH,aAAa,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAClD;;;;OAIG;IACH,YAAY,EAAE,2BAA2B,CAAC;IAC1C;;;;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
|
+
* 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=elasticsearch-storage-analysis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-storage-analysis.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-storage-analysis.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { ElasticsearchHotThreads } from './elasticsearch-hot-threads';
|
|
13
|
+
import type { ElasticsearchTask } from './elasticsearch-task';
|
|
14
|
+
import type { PerformanceTrendSource } from './performance-trend-source';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ElasticsearchTaskAnalysis
|
|
19
|
+
*/
|
|
20
|
+
export interface ElasticsearchTaskAnalysis {
|
|
21
|
+
/**
|
|
22
|
+
* List of currently running tasks, sorted by running time in descending order
|
|
23
|
+
* @type {Array<ElasticsearchTask>}
|
|
24
|
+
* @memberof ElasticsearchTaskAnalysis
|
|
25
|
+
*/
|
|
26
|
+
'tasks': Array<ElasticsearchTask>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Array<ElasticsearchHotThreads>}
|
|
30
|
+
* @memberof ElasticsearchTaskAnalysis
|
|
31
|
+
*/
|
|
32
|
+
'hotThreads': Array<ElasticsearchHotThreads>;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {Array<PerformanceTrendSource>}
|
|
36
|
+
* @memberof ElasticsearchTaskAnalysis
|
|
37
|
+
*/
|
|
38
|
+
'sources': Array<PerformanceTrendSource>;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {Array<string>}
|
|
42
|
+
* @memberof ElasticsearchTaskAnalysis
|
|
43
|
+
*/
|
|
44
|
+
'warnings': Array<string>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof ElasticsearchTaskAnalysis
|
|
49
|
+
*/
|
|
50
|
+
'collectedAt': string;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=elasticsearch-task-analysis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-task-analysis.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-task-analysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEzE;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAClC;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IAC7C;;;;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
|
+
* 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=elasticsearch-task-analysis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elasticsearch-task-analysis.js","sourceRoot":"","sources":["../../../src/openapi/models/elasticsearch-task-analysis.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|