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
|
@@ -17,6 +17,15 @@ import type { DamengSQLAnalysis } from '../models';
|
|
|
17
17
|
import type { DamengSessionDetail } from '../models';
|
|
18
18
|
import type { DamengSessionListItem } from '../models';
|
|
19
19
|
import type { DamengSpaceAnalysis } from '../models';
|
|
20
|
+
import type { ElasticsearchAllocationExplanation } from '../models';
|
|
21
|
+
import type { ElasticsearchHotThreadsType } from '../models';
|
|
22
|
+
import type { ElasticsearchIndexSortBy } from '../models';
|
|
23
|
+
import type { ElasticsearchRecoveryList } from '../models';
|
|
24
|
+
import type { ElasticsearchShardList } from '../models';
|
|
25
|
+
import type { ElasticsearchShardState } from '../models';
|
|
26
|
+
import type { ElasticsearchSortOrder } from '../models';
|
|
27
|
+
import type { ElasticsearchStorageAnalysis } from '../models';
|
|
28
|
+
import type { ElasticsearchTaskAnalysis } from '../models';
|
|
20
29
|
import type { KingbaseLockAnalysis } from '../models';
|
|
21
30
|
import type { KingbaseSessionDetail } from '../models';
|
|
22
31
|
import type { KingbaseSessionList } from '../models';
|
|
@@ -25,6 +34,7 @@ import type { MysqlSpaceAnalysis } from '../models';
|
|
|
25
34
|
import type { PerformanceTrends } from '../models';
|
|
26
35
|
import type { PostgresqlLockAnalysis } from '../models';
|
|
27
36
|
import type { PostgresqlSQLAnalysis } from '../models';
|
|
37
|
+
import type { PostgresqlSQLFingerprintExplainResponse } from '../models';
|
|
28
38
|
import type { PostgresqlSession } from '../models';
|
|
29
39
|
import type { PostgresqlSpaceAnalysis } from '../models';
|
|
30
40
|
/**
|
|
@@ -32,6 +42,33 @@ import type { PostgresqlSpaceAnalysis } from '../models';
|
|
|
32
42
|
* @export
|
|
33
43
|
*/
|
|
34
44
|
export declare const DiagnosticsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @summary Explain Elasticsearch shard allocation
|
|
48
|
+
* @param {string} orgName
|
|
49
|
+
* @param {string} clusterName
|
|
50
|
+
* @param {string} index
|
|
51
|
+
* @param {number} shard
|
|
52
|
+
* @param {boolean} primary
|
|
53
|
+
* @param {string} [currentNode]
|
|
54
|
+
* @param {*} [options] Override http request option.
|
|
55
|
+
* @throws {RequiredError}
|
|
56
|
+
*/
|
|
57
|
+
explainDiagnosticsElasticsearchAllocation: (orgName: string, clusterName: string, index: string, shard: number, primary: boolean, currentNode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
58
|
+
/**
|
|
59
|
+
* Explicitly trigger a safe PostgreSQL EXPLAIN for one SQL fingerprint. The request does not accept raw SQL. DMS resolves the exact server-side parameterized SELECT statement identity independently of the ranking window, produces an estimated standard or generic plan without parameter sample values, rejects multiple statements, and never runs EXPLAIN ANALYZE or the original SQL. The plan uses current catalog statistics and the DMS connection context; it does not reconstruct the original role, search_path, session settings, parameter values, or historical actual plan.
|
|
60
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
61
|
+
* @param {string} orgName Organization name
|
|
62
|
+
* @param {string} clusterName Cluster name
|
|
63
|
+
* @param {string} queryID PostgreSQL pg_stat_statements queryid represented as a string.
|
|
64
|
+
* @param {string} database Database name from the ranking row. The key is required to disambiguate the queryID. An unresolved empty name returns 422 no_explainable_sql_statement.
|
|
65
|
+
* @param {string} user Database user from the ranking row. The key is required to disambiguate the queryID. An unresolved empty name returns 422 no_explainable_sql_statement.
|
|
66
|
+
* @param {boolean} topLevel Top-level identity from the ranking row. Required to disambiguate the queryID on PostgreSQL versions that expose pg_stat_statements.toplevel.
|
|
67
|
+
* @param {string} [fingerprint] Optional fingerprint consistency guard. Currently aligned with PostgreSQL pg_stat_statements queryid.
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
explainDiagnosticsPostgresqlSQLFingerprint: (orgName: string, clusterName: string, queryID: string, database: string, user: string, topLevel: boolean, fingerprint?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
35
72
|
/**
|
|
36
73
|
* Get a read-only Dameng SQL analysis snapshot from V$SYSTEM_LONG_EXEC_SQLS (long-running SQL) and V$SYSTEM_LARGE_MEM_SQLS (high-memory SQL). The response does not expose execution plans or remediation actions.
|
|
37
74
|
* @summary Get Dameng SQL analysis
|
|
@@ -75,6 +112,32 @@ export declare const DiagnosticsApiAxiosParamCreator: (configuration?: Configura
|
|
|
75
112
|
* @throws {RequiredError}
|
|
76
113
|
*/
|
|
77
114
|
getDiagnosticsDamengSpaceAnalysis: (orgName: string, clusterName: string, tableLimit?: number, indexLimit?: number, schema?: string, skipBasic?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
118
|
+
* @param {string} orgName
|
|
119
|
+
* @param {string} clusterName
|
|
120
|
+
* @param {string} [node]
|
|
121
|
+
* @param {string} [index]
|
|
122
|
+
* @param {ElasticsearchIndexSortBy} [sortBy]
|
|
123
|
+
* @param {ElasticsearchSortOrder} [sortOrder]
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
getDiagnosticsElasticsearchStorageAnalysis: (orgName: string, clusterName: string, node?: string, index?: string, sortBy?: ElasticsearchIndexSortBy, sortOrder?: ElasticsearchSortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
131
|
+
* @param {string} orgName
|
|
132
|
+
* @param {string} clusterName
|
|
133
|
+
* @param {ElasticsearchHotThreadsType} [type]
|
|
134
|
+
* @param {string} [node]
|
|
135
|
+
* @param {number} [taskLimit]
|
|
136
|
+
* @param {number} [threads]
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
getDiagnosticsElasticsearchTaskAnalysis: (orgName: string, clusterName: string, type?: ElasticsearchHotThreadsType, node?: string, taskLimit?: number, threads?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
141
|
/**
|
|
79
142
|
*
|
|
80
143
|
* @summary Get Kingbase session diagnostics
|
|
@@ -190,6 +253,29 @@ export declare const DiagnosticsApiAxiosParamCreator: (configuration?: Configura
|
|
|
190
253
|
* @throws {RequiredError}
|
|
191
254
|
*/
|
|
192
255
|
listDiagnosticsDamengSessions: (orgName: string, clusterName: string, limit?: number, state?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
256
|
+
/**
|
|
257
|
+
*
|
|
258
|
+
* @summary List active Elasticsearch shard recoveries
|
|
259
|
+
* @param {string} orgName
|
|
260
|
+
* @param {string} clusterName
|
|
261
|
+
* @param {string} [index] Index name or pattern
|
|
262
|
+
* @param {string} [node] Exact target node ID or name
|
|
263
|
+
* @param {*} [options] Override http request option.
|
|
264
|
+
* @throws {RequiredError}
|
|
265
|
+
*/
|
|
266
|
+
listDiagnosticsElasticsearchRecoveries: (orgName: string, clusterName: string, index?: string, node?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
267
|
+
/**
|
|
268
|
+
*
|
|
269
|
+
* @summary List Elasticsearch shards
|
|
270
|
+
* @param {string} orgName
|
|
271
|
+
* @param {string} clusterName
|
|
272
|
+
* @param {string} [index] Index name or pattern
|
|
273
|
+
* @param {string} [node] Exact node ID or name
|
|
274
|
+
* @param {ElasticsearchShardState} [state]
|
|
275
|
+
* @param {*} [options] Override http request option.
|
|
276
|
+
* @throws {RequiredError}
|
|
277
|
+
*/
|
|
278
|
+
listDiagnosticsElasticsearchShards: (orgName: string, clusterName: string, index?: string, node?: string, state?: ElasticsearchShardState, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
193
279
|
/**
|
|
194
280
|
*
|
|
195
281
|
* @summary List Kingbase session diagnostics
|
|
@@ -216,6 +302,33 @@ export declare const DiagnosticsApiAxiosParamCreator: (configuration?: Configura
|
|
|
216
302
|
* @export
|
|
217
303
|
*/
|
|
218
304
|
export declare const DiagnosticsApiFp: (configuration?: Configuration) => {
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @summary Explain Elasticsearch shard allocation
|
|
308
|
+
* @param {string} orgName
|
|
309
|
+
* @param {string} clusterName
|
|
310
|
+
* @param {string} index
|
|
311
|
+
* @param {number} shard
|
|
312
|
+
* @param {boolean} primary
|
|
313
|
+
* @param {string} [currentNode]
|
|
314
|
+
* @param {*} [options] Override http request option.
|
|
315
|
+
* @throws {RequiredError}
|
|
316
|
+
*/
|
|
317
|
+
explainDiagnosticsElasticsearchAllocation(orgName: string, clusterName: string, index: string, shard: number, primary: boolean, currentNode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ElasticsearchAllocationExplanation>>;
|
|
318
|
+
/**
|
|
319
|
+
* Explicitly trigger a safe PostgreSQL EXPLAIN for one SQL fingerprint. The request does not accept raw SQL. DMS resolves the exact server-side parameterized SELECT statement identity independently of the ranking window, produces an estimated standard or generic plan without parameter sample values, rejects multiple statements, and never runs EXPLAIN ANALYZE or the original SQL. The plan uses current catalog statistics and the DMS connection context; it does not reconstruct the original role, search_path, session settings, parameter values, or historical actual plan.
|
|
320
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
321
|
+
* @param {string} orgName Organization name
|
|
322
|
+
* @param {string} clusterName Cluster name
|
|
323
|
+
* @param {string} queryID PostgreSQL pg_stat_statements queryid represented as a string.
|
|
324
|
+
* @param {string} database Database name from the ranking row. The key is required to disambiguate the queryID. An unresolved empty name returns 422 no_explainable_sql_statement.
|
|
325
|
+
* @param {string} user Database user from the ranking row. The key is required to disambiguate the queryID. An unresolved empty name returns 422 no_explainable_sql_statement.
|
|
326
|
+
* @param {boolean} topLevel Top-level identity from the ranking row. Required to disambiguate the queryID on PostgreSQL versions that expose pg_stat_statements.toplevel.
|
|
327
|
+
* @param {string} [fingerprint] Optional fingerprint consistency guard. Currently aligned with PostgreSQL pg_stat_statements queryid.
|
|
328
|
+
* @param {*} [options] Override http request option.
|
|
329
|
+
* @throws {RequiredError}
|
|
330
|
+
*/
|
|
331
|
+
explainDiagnosticsPostgresqlSQLFingerprint(orgName: string, clusterName: string, queryID: string, database: string, user: string, topLevel: boolean, fingerprint?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostgresqlSQLFingerprintExplainResponse>>;
|
|
219
332
|
/**
|
|
220
333
|
* Get a read-only Dameng SQL analysis snapshot from V$SYSTEM_LONG_EXEC_SQLS (long-running SQL) and V$SYSTEM_LARGE_MEM_SQLS (high-memory SQL). The response does not expose execution plans or remediation actions.
|
|
221
334
|
* @summary Get Dameng SQL analysis
|
|
@@ -259,6 +372,32 @@ export declare const DiagnosticsApiFp: (configuration?: Configuration) => {
|
|
|
259
372
|
* @throws {RequiredError}
|
|
260
373
|
*/
|
|
261
374
|
getDiagnosticsDamengSpaceAnalysis(orgName: string, clusterName: string, tableLimit?: number, indexLimit?: number, schema?: string, skipBasic?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DamengSpaceAnalysis>>;
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
378
|
+
* @param {string} orgName
|
|
379
|
+
* @param {string} clusterName
|
|
380
|
+
* @param {string} [node]
|
|
381
|
+
* @param {string} [index]
|
|
382
|
+
* @param {ElasticsearchIndexSortBy} [sortBy]
|
|
383
|
+
* @param {ElasticsearchSortOrder} [sortOrder]
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
*/
|
|
387
|
+
getDiagnosticsElasticsearchStorageAnalysis(orgName: string, clusterName: string, node?: string, index?: string, sortBy?: ElasticsearchIndexSortBy, sortOrder?: ElasticsearchSortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ElasticsearchStorageAnalysis>>;
|
|
388
|
+
/**
|
|
389
|
+
*
|
|
390
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
391
|
+
* @param {string} orgName
|
|
392
|
+
* @param {string} clusterName
|
|
393
|
+
* @param {ElasticsearchHotThreadsType} [type]
|
|
394
|
+
* @param {string} [node]
|
|
395
|
+
* @param {number} [taskLimit]
|
|
396
|
+
* @param {number} [threads]
|
|
397
|
+
* @param {*} [options] Override http request option.
|
|
398
|
+
* @throws {RequiredError}
|
|
399
|
+
*/
|
|
400
|
+
getDiagnosticsElasticsearchTaskAnalysis(orgName: string, clusterName: string, type?: ElasticsearchHotThreadsType, node?: string, taskLimit?: number, threads?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ElasticsearchTaskAnalysis>>;
|
|
262
401
|
/**
|
|
263
402
|
*
|
|
264
403
|
* @summary Get Kingbase session diagnostics
|
|
@@ -374,6 +513,29 @@ export declare const DiagnosticsApiFp: (configuration?: Configuration) => {
|
|
|
374
513
|
* @throws {RequiredError}
|
|
375
514
|
*/
|
|
376
515
|
listDiagnosticsDamengSessions(orgName: string, clusterName: string, limit?: number, state?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DamengSessionListItem>>>;
|
|
516
|
+
/**
|
|
517
|
+
*
|
|
518
|
+
* @summary List active Elasticsearch shard recoveries
|
|
519
|
+
* @param {string} orgName
|
|
520
|
+
* @param {string} clusterName
|
|
521
|
+
* @param {string} [index] Index name or pattern
|
|
522
|
+
* @param {string} [node] Exact target node ID or name
|
|
523
|
+
* @param {*} [options] Override http request option.
|
|
524
|
+
* @throws {RequiredError}
|
|
525
|
+
*/
|
|
526
|
+
listDiagnosticsElasticsearchRecoveries(orgName: string, clusterName: string, index?: string, node?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ElasticsearchRecoveryList>>;
|
|
527
|
+
/**
|
|
528
|
+
*
|
|
529
|
+
* @summary List Elasticsearch shards
|
|
530
|
+
* @param {string} orgName
|
|
531
|
+
* @param {string} clusterName
|
|
532
|
+
* @param {string} [index] Index name or pattern
|
|
533
|
+
* @param {string} [node] Exact node ID or name
|
|
534
|
+
* @param {ElasticsearchShardState} [state]
|
|
535
|
+
* @param {*} [options] Override http request option.
|
|
536
|
+
* @throws {RequiredError}
|
|
537
|
+
*/
|
|
538
|
+
listDiagnosticsElasticsearchShards(orgName: string, clusterName: string, index?: string, node?: string, state?: ElasticsearchShardState, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ElasticsearchShardList>>;
|
|
377
539
|
/**
|
|
378
540
|
*
|
|
379
541
|
* @summary List Kingbase session diagnostics
|
|
@@ -400,6 +562,22 @@ export declare const DiagnosticsApiFp: (configuration?: Configuration) => {
|
|
|
400
562
|
* @export
|
|
401
563
|
*/
|
|
402
564
|
export declare const DiagnosticsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
565
|
+
/**
|
|
566
|
+
*
|
|
567
|
+
* @summary Explain Elasticsearch shard allocation
|
|
568
|
+
* @param {DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest} requestParameters Request parameters.
|
|
569
|
+
* @param {*} [options] Override http request option.
|
|
570
|
+
* @throws {RequiredError}
|
|
571
|
+
*/
|
|
572
|
+
explainDiagnosticsElasticsearchAllocation(requestParameters: DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchAllocationExplanation>;
|
|
573
|
+
/**
|
|
574
|
+
* Explicitly trigger a safe PostgreSQL EXPLAIN for one SQL fingerprint. The request does not accept raw SQL. DMS resolves the exact server-side parameterized SELECT statement identity independently of the ranking window, produces an estimated standard or generic plan without parameter sample values, rejects multiple statements, and never runs EXPLAIN ANALYZE or the original SQL. The plan uses current catalog statistics and the DMS connection context; it does not reconstruct the original role, search_path, session settings, parameter values, or historical actual plan.
|
|
575
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
576
|
+
* @param {DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest} requestParameters Request parameters.
|
|
577
|
+
* @param {*} [options] Override http request option.
|
|
578
|
+
* @throws {RequiredError}
|
|
579
|
+
*/
|
|
580
|
+
explainDiagnosticsPostgresqlSQLFingerprint(requestParameters: DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostgresqlSQLFingerprintExplainResponse>;
|
|
403
581
|
/**
|
|
404
582
|
* Get a read-only Dameng SQL analysis snapshot from V$SYSTEM_LONG_EXEC_SQLS (long-running SQL) and V$SYSTEM_LARGE_MEM_SQLS (high-memory SQL). The response does not expose execution plans or remediation actions.
|
|
405
583
|
* @summary Get Dameng SQL analysis
|
|
@@ -432,6 +610,22 @@ export declare const DiagnosticsApiFactory: (configuration?: Configuration, base
|
|
|
432
610
|
* @throws {RequiredError}
|
|
433
611
|
*/
|
|
434
612
|
getDiagnosticsDamengSpaceAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsDamengSpaceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<DamengSpaceAnalysis>;
|
|
613
|
+
/**
|
|
614
|
+
*
|
|
615
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
616
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest} requestParameters Request parameters.
|
|
617
|
+
* @param {*} [options] Override http request option.
|
|
618
|
+
* @throws {RequiredError}
|
|
619
|
+
*/
|
|
620
|
+
getDiagnosticsElasticsearchStorageAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchStorageAnalysis>;
|
|
621
|
+
/**
|
|
622
|
+
*
|
|
623
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
624
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest} requestParameters Request parameters.
|
|
625
|
+
* @param {*} [options] Override http request option.
|
|
626
|
+
* @throws {RequiredError}
|
|
627
|
+
*/
|
|
628
|
+
getDiagnosticsElasticsearchTaskAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchTaskAnalysis>;
|
|
435
629
|
/**
|
|
436
630
|
*
|
|
437
631
|
* @summary Get Kingbase session diagnostics
|
|
@@ -520,6 +714,22 @@ export declare const DiagnosticsApiFactory: (configuration?: Configuration, base
|
|
|
520
714
|
* @throws {RequiredError}
|
|
521
715
|
*/
|
|
522
716
|
listDiagnosticsDamengSessions(requestParameters: DiagnosticsApiListDiagnosticsDamengSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DamengSessionListItem>>;
|
|
717
|
+
/**
|
|
718
|
+
*
|
|
719
|
+
* @summary List active Elasticsearch shard recoveries
|
|
720
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest} requestParameters Request parameters.
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
*/
|
|
724
|
+
listDiagnosticsElasticsearchRecoveries(requestParameters: DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchRecoveryList>;
|
|
725
|
+
/**
|
|
726
|
+
*
|
|
727
|
+
* @summary List Elasticsearch shards
|
|
728
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchShardsRequest} requestParameters Request parameters.
|
|
729
|
+
* @param {*} [options] Override http request option.
|
|
730
|
+
* @throws {RequiredError}
|
|
731
|
+
*/
|
|
732
|
+
listDiagnosticsElasticsearchShards(requestParameters: DiagnosticsApiListDiagnosticsElasticsearchShardsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchShardList>;
|
|
523
733
|
/**
|
|
524
734
|
*
|
|
525
735
|
* @summary List Kingbase session diagnostics
|
|
@@ -543,6 +753,24 @@ export declare const DiagnosticsApiFactory: (configuration?: Configuration, base
|
|
|
543
753
|
* @interface DiagnosticsApi
|
|
544
754
|
*/
|
|
545
755
|
export interface DiagnosticsApiInterface {
|
|
756
|
+
/**
|
|
757
|
+
*
|
|
758
|
+
* @summary Explain Elasticsearch shard allocation
|
|
759
|
+
* @param {DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest} requestParameters Request parameters.
|
|
760
|
+
* @param {*} [options] Override http request option.
|
|
761
|
+
* @throws {RequiredError}
|
|
762
|
+
* @memberof DiagnosticsApiInterface
|
|
763
|
+
*/
|
|
764
|
+
explainDiagnosticsElasticsearchAllocation(requestParameters: DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchAllocationExplanation>;
|
|
765
|
+
/**
|
|
766
|
+
* Explicitly trigger a safe PostgreSQL EXPLAIN for one SQL fingerprint. The request does not accept raw SQL. DMS resolves the exact server-side parameterized SELECT statement identity independently of the ranking window, produces an estimated standard or generic plan without parameter sample values, rejects multiple statements, and never runs EXPLAIN ANALYZE or the original SQL. The plan uses current catalog statistics and the DMS connection context; it does not reconstruct the original role, search_path, session settings, parameter values, or historical actual plan.
|
|
767
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
768
|
+
* @param {DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest} requestParameters Request parameters.
|
|
769
|
+
* @param {*} [options] Override http request option.
|
|
770
|
+
* @throws {RequiredError}
|
|
771
|
+
* @memberof DiagnosticsApiInterface
|
|
772
|
+
*/
|
|
773
|
+
explainDiagnosticsPostgresqlSQLFingerprint(requestParameters: DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostgresqlSQLFingerprintExplainResponse>;
|
|
546
774
|
/**
|
|
547
775
|
* Get a read-only Dameng SQL analysis snapshot from V$SYSTEM_LONG_EXEC_SQLS (long-running SQL) and V$SYSTEM_LARGE_MEM_SQLS (high-memory SQL). The response does not expose execution plans or remediation actions.
|
|
548
776
|
* @summary Get Dameng SQL analysis
|
|
@@ -579,6 +807,24 @@ export interface DiagnosticsApiInterface {
|
|
|
579
807
|
* @memberof DiagnosticsApiInterface
|
|
580
808
|
*/
|
|
581
809
|
getDiagnosticsDamengSpaceAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsDamengSpaceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<DamengSpaceAnalysis>;
|
|
810
|
+
/**
|
|
811
|
+
*
|
|
812
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
813
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest} requestParameters Request parameters.
|
|
814
|
+
* @param {*} [options] Override http request option.
|
|
815
|
+
* @throws {RequiredError}
|
|
816
|
+
* @memberof DiagnosticsApiInterface
|
|
817
|
+
*/
|
|
818
|
+
getDiagnosticsElasticsearchStorageAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchStorageAnalysis>;
|
|
819
|
+
/**
|
|
820
|
+
*
|
|
821
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
822
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest} requestParameters Request parameters.
|
|
823
|
+
* @param {*} [options] Override http request option.
|
|
824
|
+
* @throws {RequiredError}
|
|
825
|
+
* @memberof DiagnosticsApiInterface
|
|
826
|
+
*/
|
|
827
|
+
getDiagnosticsElasticsearchTaskAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchTaskAnalysis>;
|
|
582
828
|
/**
|
|
583
829
|
*
|
|
584
830
|
* @summary Get Kingbase session diagnostics
|
|
@@ -678,6 +924,24 @@ export interface DiagnosticsApiInterface {
|
|
|
678
924
|
* @memberof DiagnosticsApiInterface
|
|
679
925
|
*/
|
|
680
926
|
listDiagnosticsDamengSessions(requestParameters: DiagnosticsApiListDiagnosticsDamengSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DamengSessionListItem>>;
|
|
927
|
+
/**
|
|
928
|
+
*
|
|
929
|
+
* @summary List active Elasticsearch shard recoveries
|
|
930
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest} requestParameters Request parameters.
|
|
931
|
+
* @param {*} [options] Override http request option.
|
|
932
|
+
* @throws {RequiredError}
|
|
933
|
+
* @memberof DiagnosticsApiInterface
|
|
934
|
+
*/
|
|
935
|
+
listDiagnosticsElasticsearchRecoveries(requestParameters: DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchRecoveryList>;
|
|
936
|
+
/**
|
|
937
|
+
*
|
|
938
|
+
* @summary List Elasticsearch shards
|
|
939
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchShardsRequest} requestParameters Request parameters.
|
|
940
|
+
* @param {*} [options] Override http request option.
|
|
941
|
+
* @throws {RequiredError}
|
|
942
|
+
* @memberof DiagnosticsApiInterface
|
|
943
|
+
*/
|
|
944
|
+
listDiagnosticsElasticsearchShards(requestParameters: DiagnosticsApiListDiagnosticsElasticsearchShardsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ElasticsearchShardList>;
|
|
681
945
|
/**
|
|
682
946
|
*
|
|
683
947
|
* @summary List Kingbase session diagnostics
|
|
@@ -697,6 +961,98 @@ export interface DiagnosticsApiInterface {
|
|
|
697
961
|
*/
|
|
698
962
|
listDiagnosticsPostgresqlSessions(requestParameters: DiagnosticsApiListDiagnosticsPostgresqlSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PostgresqlSession>>;
|
|
699
963
|
}
|
|
964
|
+
/**
|
|
965
|
+
* Request parameters for explainDiagnosticsElasticsearchAllocation operation in DiagnosticsApi.
|
|
966
|
+
* @export
|
|
967
|
+
* @interface DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest
|
|
968
|
+
*/
|
|
969
|
+
export interface DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest {
|
|
970
|
+
/**
|
|
971
|
+
*
|
|
972
|
+
* @type {string}
|
|
973
|
+
* @memberof DiagnosticsApiExplainDiagnosticsElasticsearchAllocation
|
|
974
|
+
*/
|
|
975
|
+
readonly orgName: string;
|
|
976
|
+
/**
|
|
977
|
+
*
|
|
978
|
+
* @type {string}
|
|
979
|
+
* @memberof DiagnosticsApiExplainDiagnosticsElasticsearchAllocation
|
|
980
|
+
*/
|
|
981
|
+
readonly clusterName: string;
|
|
982
|
+
/**
|
|
983
|
+
*
|
|
984
|
+
* @type {string}
|
|
985
|
+
* @memberof DiagnosticsApiExplainDiagnosticsElasticsearchAllocation
|
|
986
|
+
*/
|
|
987
|
+
readonly index: string;
|
|
988
|
+
/**
|
|
989
|
+
*
|
|
990
|
+
* @type {number}
|
|
991
|
+
* @memberof DiagnosticsApiExplainDiagnosticsElasticsearchAllocation
|
|
992
|
+
*/
|
|
993
|
+
readonly shard: number;
|
|
994
|
+
/**
|
|
995
|
+
*
|
|
996
|
+
* @type {boolean}
|
|
997
|
+
* @memberof DiagnosticsApiExplainDiagnosticsElasticsearchAllocation
|
|
998
|
+
*/
|
|
999
|
+
readonly primary: boolean;
|
|
1000
|
+
/**
|
|
1001
|
+
*
|
|
1002
|
+
* @type {string}
|
|
1003
|
+
* @memberof DiagnosticsApiExplainDiagnosticsElasticsearchAllocation
|
|
1004
|
+
*/
|
|
1005
|
+
readonly currentNode?: string;
|
|
1006
|
+
}
|
|
1007
|
+
/**
|
|
1008
|
+
* Request parameters for explainDiagnosticsPostgresqlSQLFingerprint operation in DiagnosticsApi.
|
|
1009
|
+
* @export
|
|
1010
|
+
* @interface DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest
|
|
1011
|
+
*/
|
|
1012
|
+
export interface DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest {
|
|
1013
|
+
/**
|
|
1014
|
+
* Organization name
|
|
1015
|
+
* @type {string}
|
|
1016
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1017
|
+
*/
|
|
1018
|
+
readonly orgName: string;
|
|
1019
|
+
/**
|
|
1020
|
+
* Cluster name
|
|
1021
|
+
* @type {string}
|
|
1022
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1023
|
+
*/
|
|
1024
|
+
readonly clusterName: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* PostgreSQL pg_stat_statements queryid represented as a string.
|
|
1027
|
+
* @type {string}
|
|
1028
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1029
|
+
*/
|
|
1030
|
+
readonly queryID: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* Database name from the ranking row. The key is required to disambiguate the queryID. An unresolved empty name returns 422 no_explainable_sql_statement.
|
|
1033
|
+
* @type {string}
|
|
1034
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1035
|
+
*/
|
|
1036
|
+
readonly database: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Database user from the ranking row. The key is required to disambiguate the queryID. An unresolved empty name returns 422 no_explainable_sql_statement.
|
|
1039
|
+
* @type {string}
|
|
1040
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1041
|
+
*/
|
|
1042
|
+
readonly user: string;
|
|
1043
|
+
/**
|
|
1044
|
+
* Top-level identity from the ranking row. Required to disambiguate the queryID on PostgreSQL versions that expose pg_stat_statements.toplevel.
|
|
1045
|
+
* @type {boolean}
|
|
1046
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1047
|
+
*/
|
|
1048
|
+
readonly topLevel: boolean;
|
|
1049
|
+
/**
|
|
1050
|
+
* Optional fingerprint consistency guard. Currently aligned with PostgreSQL pg_stat_statements queryid.
|
|
1051
|
+
* @type {string}
|
|
1052
|
+
* @memberof DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprint
|
|
1053
|
+
*/
|
|
1054
|
+
readonly fingerprint?: string;
|
|
1055
|
+
}
|
|
700
1056
|
/**
|
|
701
1057
|
* Request parameters for getDiagnosticsDamengSQLAnalysis operation in DiagnosticsApi.
|
|
702
1058
|
* @export
|
|
@@ -815,6 +1171,92 @@ export interface DiagnosticsApiGetDiagnosticsDamengSpaceAnalysisRequest {
|
|
|
815
1171
|
*/
|
|
816
1172
|
readonly skipBasic?: boolean;
|
|
817
1173
|
}
|
|
1174
|
+
/**
|
|
1175
|
+
* Request parameters for getDiagnosticsElasticsearchStorageAnalysis operation in DiagnosticsApi.
|
|
1176
|
+
* @export
|
|
1177
|
+
* @interface DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest
|
|
1178
|
+
*/
|
|
1179
|
+
export interface DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest {
|
|
1180
|
+
/**
|
|
1181
|
+
*
|
|
1182
|
+
* @type {string}
|
|
1183
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysis
|
|
1184
|
+
*/
|
|
1185
|
+
readonly orgName: string;
|
|
1186
|
+
/**
|
|
1187
|
+
*
|
|
1188
|
+
* @type {string}
|
|
1189
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysis
|
|
1190
|
+
*/
|
|
1191
|
+
readonly clusterName: string;
|
|
1192
|
+
/**
|
|
1193
|
+
*
|
|
1194
|
+
* @type {string}
|
|
1195
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysis
|
|
1196
|
+
*/
|
|
1197
|
+
readonly node?: string;
|
|
1198
|
+
/**
|
|
1199
|
+
*
|
|
1200
|
+
* @type {string}
|
|
1201
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysis
|
|
1202
|
+
*/
|
|
1203
|
+
readonly index?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
*
|
|
1206
|
+
* @type {ElasticsearchIndexSortBy}
|
|
1207
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysis
|
|
1208
|
+
*/
|
|
1209
|
+
readonly sortBy?: ElasticsearchIndexSortBy;
|
|
1210
|
+
/**
|
|
1211
|
+
*
|
|
1212
|
+
* @type {ElasticsearchSortOrder}
|
|
1213
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysis
|
|
1214
|
+
*/
|
|
1215
|
+
readonly sortOrder?: ElasticsearchSortOrder;
|
|
1216
|
+
}
|
|
1217
|
+
/**
|
|
1218
|
+
* Request parameters for getDiagnosticsElasticsearchTaskAnalysis operation in DiagnosticsApi.
|
|
1219
|
+
* @export
|
|
1220
|
+
* @interface DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest
|
|
1221
|
+
*/
|
|
1222
|
+
export interface DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest {
|
|
1223
|
+
/**
|
|
1224
|
+
*
|
|
1225
|
+
* @type {string}
|
|
1226
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysis
|
|
1227
|
+
*/
|
|
1228
|
+
readonly orgName: string;
|
|
1229
|
+
/**
|
|
1230
|
+
*
|
|
1231
|
+
* @type {string}
|
|
1232
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysis
|
|
1233
|
+
*/
|
|
1234
|
+
readonly clusterName: string;
|
|
1235
|
+
/**
|
|
1236
|
+
*
|
|
1237
|
+
* @type {ElasticsearchHotThreadsType}
|
|
1238
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysis
|
|
1239
|
+
*/
|
|
1240
|
+
readonly type?: ElasticsearchHotThreadsType;
|
|
1241
|
+
/**
|
|
1242
|
+
*
|
|
1243
|
+
* @type {string}
|
|
1244
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysis
|
|
1245
|
+
*/
|
|
1246
|
+
readonly node?: string;
|
|
1247
|
+
/**
|
|
1248
|
+
*
|
|
1249
|
+
* @type {number}
|
|
1250
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysis
|
|
1251
|
+
*/
|
|
1252
|
+
readonly taskLimit?: number;
|
|
1253
|
+
/**
|
|
1254
|
+
*
|
|
1255
|
+
* @type {number}
|
|
1256
|
+
* @memberof DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysis
|
|
1257
|
+
*/
|
|
1258
|
+
readonly threads?: number;
|
|
1259
|
+
}
|
|
818
1260
|
/**
|
|
819
1261
|
* Request parameters for getDiagnosticsKingbaseSession operation in DiagnosticsApi.
|
|
820
1262
|
* @export
|
|
@@ -1120,6 +1562,74 @@ export interface DiagnosticsApiListDiagnosticsDamengSessionsRequest {
|
|
|
1120
1562
|
*/
|
|
1121
1563
|
readonly state?: string;
|
|
1122
1564
|
}
|
|
1565
|
+
/**
|
|
1566
|
+
* Request parameters for listDiagnosticsElasticsearchRecoveries operation in DiagnosticsApi.
|
|
1567
|
+
* @export
|
|
1568
|
+
* @interface DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest
|
|
1569
|
+
*/
|
|
1570
|
+
export interface DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest {
|
|
1571
|
+
/**
|
|
1572
|
+
*
|
|
1573
|
+
* @type {string}
|
|
1574
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchRecoveries
|
|
1575
|
+
*/
|
|
1576
|
+
readonly orgName: string;
|
|
1577
|
+
/**
|
|
1578
|
+
*
|
|
1579
|
+
* @type {string}
|
|
1580
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchRecoveries
|
|
1581
|
+
*/
|
|
1582
|
+
readonly clusterName: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* Index name or pattern
|
|
1585
|
+
* @type {string}
|
|
1586
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchRecoveries
|
|
1587
|
+
*/
|
|
1588
|
+
readonly index?: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* Exact target node ID or name
|
|
1591
|
+
* @type {string}
|
|
1592
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchRecoveries
|
|
1593
|
+
*/
|
|
1594
|
+
readonly node?: string;
|
|
1595
|
+
}
|
|
1596
|
+
/**
|
|
1597
|
+
* Request parameters for listDiagnosticsElasticsearchShards operation in DiagnosticsApi.
|
|
1598
|
+
* @export
|
|
1599
|
+
* @interface DiagnosticsApiListDiagnosticsElasticsearchShardsRequest
|
|
1600
|
+
*/
|
|
1601
|
+
export interface DiagnosticsApiListDiagnosticsElasticsearchShardsRequest {
|
|
1602
|
+
/**
|
|
1603
|
+
*
|
|
1604
|
+
* @type {string}
|
|
1605
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchShards
|
|
1606
|
+
*/
|
|
1607
|
+
readonly orgName: string;
|
|
1608
|
+
/**
|
|
1609
|
+
*
|
|
1610
|
+
* @type {string}
|
|
1611
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchShards
|
|
1612
|
+
*/
|
|
1613
|
+
readonly clusterName: string;
|
|
1614
|
+
/**
|
|
1615
|
+
* Index name or pattern
|
|
1616
|
+
* @type {string}
|
|
1617
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchShards
|
|
1618
|
+
*/
|
|
1619
|
+
readonly index?: string;
|
|
1620
|
+
/**
|
|
1621
|
+
* Exact node ID or name
|
|
1622
|
+
* @type {string}
|
|
1623
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchShards
|
|
1624
|
+
*/
|
|
1625
|
+
readonly node?: string;
|
|
1626
|
+
/**
|
|
1627
|
+
*
|
|
1628
|
+
* @type {ElasticsearchShardState}
|
|
1629
|
+
* @memberof DiagnosticsApiListDiagnosticsElasticsearchShards
|
|
1630
|
+
*/
|
|
1631
|
+
readonly state?: ElasticsearchShardState;
|
|
1632
|
+
}
|
|
1123
1633
|
/**
|
|
1124
1634
|
* Request parameters for listDiagnosticsKingbaseSessions operation in DiagnosticsApi.
|
|
1125
1635
|
* @export
|
|
@@ -1177,6 +1687,24 @@ export interface DiagnosticsApiListDiagnosticsPostgresqlSessionsRequest {
|
|
|
1177
1687
|
* @extends {BaseAPI}
|
|
1178
1688
|
*/
|
|
1179
1689
|
export declare class DiagnosticsApi extends BaseAPI implements DiagnosticsApiInterface {
|
|
1690
|
+
/**
|
|
1691
|
+
*
|
|
1692
|
+
* @summary Explain Elasticsearch shard allocation
|
|
1693
|
+
* @param {DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest} requestParameters Request parameters.
|
|
1694
|
+
* @param {*} [options] Override http request option.
|
|
1695
|
+
* @throws {RequiredError}
|
|
1696
|
+
* @memberof DiagnosticsApi
|
|
1697
|
+
*/
|
|
1698
|
+
explainDiagnosticsElasticsearchAllocation(requestParameters: DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElasticsearchAllocationExplanation, any, {}>>;
|
|
1699
|
+
/**
|
|
1700
|
+
* Explicitly trigger a safe PostgreSQL EXPLAIN for one SQL fingerprint. The request does not accept raw SQL. DMS resolves the exact server-side parameterized SELECT statement identity independently of the ranking window, produces an estimated standard or generic plan without parameter sample values, rejects multiple statements, and never runs EXPLAIN ANALYZE or the original SQL. The plan uses current catalog statistics and the DMS connection context; it does not reconstruct the original role, search_path, session settings, parameter values, or historical actual plan.
|
|
1701
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
1702
|
+
* @param {DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest} requestParameters Request parameters.
|
|
1703
|
+
* @param {*} [options] Override http request option.
|
|
1704
|
+
* @throws {RequiredError}
|
|
1705
|
+
* @memberof DiagnosticsApi
|
|
1706
|
+
*/
|
|
1707
|
+
explainDiagnosticsPostgresqlSQLFingerprint(requestParameters: DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostgresqlSQLFingerprintExplainResponse, any, {}>>;
|
|
1180
1708
|
/**
|
|
1181
1709
|
* Get a read-only Dameng SQL analysis snapshot from V$SYSTEM_LONG_EXEC_SQLS (long-running SQL) and V$SYSTEM_LARGE_MEM_SQLS (high-memory SQL). The response does not expose execution plans or remediation actions.
|
|
1182
1710
|
* @summary Get Dameng SQL analysis
|
|
@@ -1213,6 +1741,24 @@ export declare class DiagnosticsApi extends BaseAPI implements DiagnosticsApiInt
|
|
|
1213
1741
|
* @memberof DiagnosticsApi
|
|
1214
1742
|
*/
|
|
1215
1743
|
getDiagnosticsDamengSpaceAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsDamengSpaceAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DamengSpaceAnalysis, any, {}>>;
|
|
1744
|
+
/**
|
|
1745
|
+
*
|
|
1746
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
1747
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest} requestParameters Request parameters.
|
|
1748
|
+
* @param {*} [options] Override http request option.
|
|
1749
|
+
* @throws {RequiredError}
|
|
1750
|
+
* @memberof DiagnosticsApi
|
|
1751
|
+
*/
|
|
1752
|
+
getDiagnosticsElasticsearchStorageAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElasticsearchStorageAnalysis, any, {}>>;
|
|
1753
|
+
/**
|
|
1754
|
+
*
|
|
1755
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
1756
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest} requestParameters Request parameters.
|
|
1757
|
+
* @param {*} [options] Override http request option.
|
|
1758
|
+
* @throws {RequiredError}
|
|
1759
|
+
* @memberof DiagnosticsApi
|
|
1760
|
+
*/
|
|
1761
|
+
getDiagnosticsElasticsearchTaskAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElasticsearchTaskAnalysis, any, {}>>;
|
|
1216
1762
|
/**
|
|
1217
1763
|
*
|
|
1218
1764
|
* @summary Get Kingbase session diagnostics
|
|
@@ -1312,6 +1858,24 @@ export declare class DiagnosticsApi extends BaseAPI implements DiagnosticsApiInt
|
|
|
1312
1858
|
* @memberof DiagnosticsApi
|
|
1313
1859
|
*/
|
|
1314
1860
|
listDiagnosticsDamengSessions(requestParameters: DiagnosticsApiListDiagnosticsDamengSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DamengSessionListItem[], any, {}>>;
|
|
1861
|
+
/**
|
|
1862
|
+
*
|
|
1863
|
+
* @summary List active Elasticsearch shard recoveries
|
|
1864
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest} requestParameters Request parameters.
|
|
1865
|
+
* @param {*} [options] Override http request option.
|
|
1866
|
+
* @throws {RequiredError}
|
|
1867
|
+
* @memberof DiagnosticsApi
|
|
1868
|
+
*/
|
|
1869
|
+
listDiagnosticsElasticsearchRecoveries(requestParameters: DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElasticsearchRecoveryList, any, {}>>;
|
|
1870
|
+
/**
|
|
1871
|
+
*
|
|
1872
|
+
* @summary List Elasticsearch shards
|
|
1873
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchShardsRequest} requestParameters Request parameters.
|
|
1874
|
+
* @param {*} [options] Override http request option.
|
|
1875
|
+
* @throws {RequiredError}
|
|
1876
|
+
* @memberof DiagnosticsApi
|
|
1877
|
+
*/
|
|
1878
|
+
listDiagnosticsElasticsearchShards(requestParameters: DiagnosticsApiListDiagnosticsElasticsearchShardsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElasticsearchShardList, any, {}>>;
|
|
1315
1879
|
/**
|
|
1316
1880
|
*
|
|
1317
1881
|
* @summary List Kingbase session diagnostics
|