kb-cloud-client-typescript 2.4.0-alpha.5 → 2.4.0-alpha.50
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/api.d.ts +3 -1
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +3 -1
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/account-api.d.ts +158 -86
- package/dist/adminapi/apis/account-api.d.ts.map +1 -1
- package/dist/adminapi/apis/account-api.js +175 -95
- package/dist/adminapi/apis/account-api.js.map +1 -1
- package/dist/adminapi/apis/alert-object-api.d.ts +10 -2
- package/dist/adminapi/apis/alert-object-api.d.ts.map +1 -1
- package/dist/adminapi/apis/alert-object-api.js +10 -5
- package/dist/adminapi/apis/alert-object-api.js.map +1 -1
- package/dist/adminapi/apis/clickhouse-api.d.ts +995 -0
- package/dist/adminapi/apis/clickhouse-api.d.ts.map +1 -0
- package/dist/adminapi/apis/clickhouse-api.js +1107 -0
- package/dist/adminapi/apis/clickhouse-api.js.map +1 -0
- package/dist/adminapi/apis/cluster-log-api.d.ts +5 -5
- package/dist/adminapi/apis/cluster-log-api.js +4 -4
- package/dist/adminapi/apis/dashboard-config-api.d.ts +223 -0
- package/dist/adminapi/apis/dashboard-config-api.d.ts.map +1 -0
- package/dist/adminapi/apis/dashboard-config-api.js +277 -0
- package/dist/adminapi/apis/dashboard-config-api.js.map +1 -0
- package/dist/adminapi/apis/diagnostics-api.d.ts +1192 -71
- package/dist/adminapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/adminapi/apis/diagnostics-api.js +1216 -54
- package/dist/adminapi/apis/diagnostics-api.js.map +1 -1
- package/dist/adminapi/apis/engine-license-api.d.ts +3 -3
- package/dist/adminapi/apis/engine-license-api.js +2 -2
- package/dist/adminapi/apis/milvus-api.d.ts +151 -79
- package/dist/adminapi/apis/milvus-api.d.ts.map +1 -1
- package/dist/adminapi/apis/milvus-api.js +153 -73
- package/dist/adminapi/apis/milvus-api.js.map +1 -1
- package/dist/adminapi/apis/oracle-api.d.ts +422 -0
- package/dist/adminapi/apis/oracle-api.d.ts.map +1 -0
- package/dist/adminapi/apis/oracle-api.js +471 -0
- package/dist/adminapi/apis/oracle-api.js.map +1 -0
- package/dist/adminapi/apis/rabbit-mqapi.d.ts +7 -7
- package/dist/adminapi/apis/rabbit-mqapi.d.ts.map +1 -1
- package/dist/adminapi/apis/rabbit-mqapi.js +10 -10
- package/dist/adminapi/apis/rabbit-mqapi.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +1144 -194
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +1231 -186
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/aggregate-task-result-summary.d.ts +6 -0
- package/dist/adminapi/models/aggregate-task-result-summary.d.ts.map +1 -1
- package/dist/adminapi/models/aggregate-task-result-type.d.ts +1 -0
- package/dist/adminapi/models/aggregate-task-result-type.d.ts.map +1 -1
- package/dist/adminapi/models/aggregate-task-result-type.js +2 -1
- package/dist/adminapi/models/aggregate-task-result-type.js.map +1 -1
- package/dist/adminapi/models/ck-account-type.d.ts +23 -0
- package/dist/adminapi/models/ck-account-type.d.ts.map +1 -0
- package/dist/adminapi/models/ck-account-type.js +27 -0
- package/dist/adminapi/models/ck-account-type.js.map +1 -0
- package/dist/adminapi/models/ck-account.d.ts +50 -0
- package/dist/adminapi/models/ck-account.d.ts.map +1 -0
- package/dist/adminapi/models/{autohealing-list-inner.js → ck-account.js} +1 -1
- package/dist/adminapi/models/ck-account.js.map +1 -0
- package/dist/adminapi/models/cluster-metrics.d.ts +4 -2
- package/dist/adminapi/models/cluster-metrics.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-reference.d.ts +31 -0
- package/dist/adminapi/models/cluster-reference.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-reference.js +16 -0
- package/dist/adminapi/models/cluster-reference.js.map +1 -0
- package/dist/adminapi/models/cluster-update.d.ts +6 -0
- package/dist/adminapi/models/cluster-update.d.ts.map +1 -1
- package/dist/adminapi/models/cluster.d.ts +3 -2
- package/dist/adminapi/models/cluster.d.ts.map +1 -1
- package/dist/adminapi/models/create-clickhouse-account-request.d.ts +37 -0
- package/dist/adminapi/models/create-clickhouse-account-request.d.ts.map +1 -0
- package/dist/adminapi/models/create-clickhouse-account-request.js +16 -0
- package/dist/adminapi/models/create-clickhouse-account-request.js.map +1 -0
- package/dist/adminapi/models/dashboard-config-update.d.ts +25 -0
- package/dist/adminapi/models/dashboard-config-update.d.ts.map +1 -0
- package/dist/adminapi/models/dashboard-config-update.js +16 -0
- package/dist/adminapi/models/dashboard-config-update.js.map +1 -0
- package/dist/adminapi/models/dashboard-config.d.ts +31 -0
- package/dist/adminapi/models/dashboard-config.d.ts.map +1 -0
- package/dist/adminapi/models/dashboard-config.js +16 -0
- package/dist/adminapi/models/dashboard-config.js.map +1 -0
- package/dist/adminapi/models/disaster-recovery-task.d.ts +0 -6
- package/dist/adminapi/models/disaster-recovery-task.d.ts.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/engine-mapping.d.ts +7 -0
- package/dist/adminapi/models/engine-mapping.d.ts.map +1 -1
- package/dist/adminapi/models/engine-option-license-file.d.ts +38 -0
- package/dist/adminapi/models/engine-option-license-file.d.ts.map +1 -0
- package/dist/adminapi/models/engine-option-license-file.js +16 -0
- package/dist/adminapi/models/engine-option-license-file.js.map +1 -0
- package/dist/adminapi/models/engine-option-license.d.ts +8 -1
- package/dist/adminapi/models/engine-option-license.d.ts.map +1 -1
- 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/essecurity-role-mapping.d.ts +3 -3
- package/dist/adminapi/models/essecurity-role-mapping.d.ts.map +1 -1
- package/dist/adminapi/models/essecurity-role-template.d.ts +1 -1
- package/dist/adminapi/models/essecurity-role-template.d.ts.map +1 -1
- package/dist/adminapi/models/get-clickhouse-role-grants200-response-inner.d.ts +49 -0
- package/dist/adminapi/models/get-clickhouse-role-grants200-response-inner.d.ts.map +1 -0
- package/dist/adminapi/models/get-clickhouse-role-grants200-response-inner.js +16 -0
- package/dist/adminapi/models/get-clickhouse-role-grants200-response-inner.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +57 -1
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +57 -1
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/inspection-criticality.d.ts +2 -1
- package/dist/adminapi/models/inspection-criticality.d.ts.map +1 -1
- package/dist/adminapi/models/inspection-criticality.js +3 -2
- package/dist/adminapi/models/inspection-criticality.js.map +1 -1
- package/dist/adminapi/models/inspection-evaluation-mode.d.ts +23 -0
- package/dist/adminapi/models/inspection-evaluation-mode.d.ts.map +1 -0
- package/dist/adminapi/models/inspection-evaluation-mode.js +27 -0
- package/dist/adminapi/models/inspection-evaluation-mode.js.map +1 -0
- package/dist/adminapi/models/inspection-script.d.ts +9 -2
- package/dist/adminapi/models/inspection-script.d.ts.map +1 -1
- package/dist/adminapi/models/inspection-task-item.d.ts +11 -11
- package/dist/adminapi/models/inspection-task.d.ts +3 -3
- package/dist/adminapi/models/inspection-task.d.ts.map +1 -1
- package/dist/adminapi/models/list-clickhouse-account-roles200-response-privileges-inner.d.ts +31 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response-privileges-inner.d.ts.map +1 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response-privileges-inner.js +16 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response-privileges-inner.js.map +1 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response.d.ts +32 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response.d.ts.map +1 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response.js +16 -0
- package/dist/adminapi/models/list-clickhouse-account-roles200-response.js.map +1 -0
- package/dist/adminapi/models/milvus-role-create-request.d.ts +32 -0
- package/dist/adminapi/models/milvus-role-create-request.d.ts.map +1 -0
- package/dist/adminapi/models/milvus-role-create-request.js +16 -0
- package/dist/adminapi/models/milvus-role-create-request.js.map +1 -0
- package/dist/adminapi/models/milvus-role-request.d.ts +1 -1
- package/dist/adminapi/models/mode-object-storage-additional-helm-value-path.d.ts +18 -0
- package/dist/adminapi/models/mode-object-storage-additional-helm-value-path.d.ts.map +1 -1
- package/dist/adminapi/models/mode-service-ref-helm-value-path.d.ts +6 -0
- package/dist/adminapi/models/mode-service-ref-helm-value-path.d.ts.map +1 -1
- package/dist/adminapi/models/mode-service-ref.d.ts +26 -0
- package/dist/adminapi/models/mode-service-ref.d.ts.map +1 -1
- package/dist/adminapi/models/mssql-cached-plan.d.ts +37 -0
- package/dist/adminapi/models/mssql-cached-plan.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-cached-plan.js +16 -0
- package/dist/adminapi/models/mssql-cached-plan.js.map +1 -0
- package/dist/adminapi/models/mssql-lock-snapshot.d.ts +52 -0
- package/dist/adminapi/models/mssql-lock-snapshot.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-lock-snapshot.js +16 -0
- package/dist/adminapi/models/mssql-lock-snapshot.js.map +1 -0
- package/dist/adminapi/models/mssql-lock.d.ts +73 -0
- package/dist/adminapi/models/mssql-lock.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-lock.js +16 -0
- package/dist/adminapi/models/mssql-lock.js.map +1 -0
- package/dist/adminapi/models/mssql-request.d.ts +115 -0
- package/dist/adminapi/models/mssql-request.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-request.js +16 -0
- package/dist/adminapi/models/mssql-request.js.map +1 -0
- package/dist/adminapi/models/mssql-session-snapshot.d.ts +38 -0
- package/dist/adminapi/models/mssql-session-snapshot.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-session-snapshot.js +16 -0
- package/dist/adminapi/models/mssql-session-snapshot.js.map +1 -0
- package/dist/adminapi/models/mssql-session.d.ts +104 -0
- package/dist/adminapi/models/mssql-session.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-session.js +16 -0
- package/dist/adminapi/models/mssql-session.js.map +1 -0
- package/dist/adminapi/models/mssql-wait.d.ts +61 -0
- package/dist/adminapi/models/mssql-wait.d.ts.map +1 -0
- package/dist/adminapi/models/mssql-wait.js +16 -0
- package/dist/adminapi/models/mssql-wait.js.map +1 -0
- package/dist/adminapi/models/ops-expose.d.ts +2 -2
- package/dist/adminapi/models/ops-request-name.d.ts +0 -6
- package/dist/adminapi/models/ops-request-name.d.ts.map +1 -1
- package/dist/adminapi/models/oracle-tablespace-contents.d.ts +22 -0
- package/dist/adminapi/models/oracle-tablespace-contents.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-contents.js +26 -0
- package/dist/adminapi/models/oracle-tablespace-contents.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-create.d.ts +45 -0
- package/dist/adminapi/models/oracle-tablespace-create.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-create.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-create.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.d.ts +22 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.js +26 -0
- package/dist/adminapi/models/oracle-tablespace-expand-action.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand.d.ts +45 -0
- package/dist/adminapi/models/oracle-tablespace-expand.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-expand.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-expand.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.d.ts +49 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-file-spec.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file.d.ts +67 -0
- package/dist/adminapi/models/oracle-tablespace-file.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace-file.js +16 -0
- package/dist/adminapi/models/oracle-tablespace-file.js.map +1 -0
- package/dist/adminapi/models/oracle-tablespace.d.ts +86 -0
- package/dist/adminapi/models/oracle-tablespace.d.ts.map +1 -0
- package/dist/adminapi/models/oracle-tablespace.js +16 -0
- package/dist/adminapi/models/oracle-tablespace.js.map +1 -0
- package/dist/adminapi/models/param-tpl-update.d.ts +6 -0
- package/dist/adminapi/models/param-tpl-update.d.ts.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/provision-config.d.ts +13 -0
- package/dist/adminapi/models/provision-config.d.ts.map +1 -1
- package/dist/adminapi/models/rbmq-password-update-request.d.ts +25 -0
- package/dist/adminapi/models/rbmq-password-update-request.d.ts.map +1 -0
- package/dist/adminapi/models/rbmq-password-update-request.js +16 -0
- package/dist/adminapi/models/rbmq-password-update-request.js.map +1 -0
- package/dist/adminapi/models/redis-info-response.d.ts +6 -0
- package/dist/adminapi/models/redis-info-response.d.ts.map +1 -1
- package/dist/adminapi/models/redis-key-scan-progress.d.ts +49 -0
- package/dist/adminapi/models/redis-key-scan-progress.d.ts.map +1 -0
- package/dist/adminapi/models/redis-key-scan-progress.js +16 -0
- package/dist/adminapi/models/redis-key-scan-progress.js.map +1 -0
- package/dist/adminapi/models/redis-key-summary-list.d.ts +7 -0
- package/dist/adminapi/models/redis-key-summary-list.d.ts.map +1 -1
- package/dist/adminapi/models/redis-key-value-item.d.ts +3 -5
- package/dist/adminapi/models/redis-key-value-item.d.ts.map +1 -1
- package/dist/adminapi/models/replication-check-option.d.ts +25 -0
- package/dist/adminapi/models/replication-check-option.d.ts.map +1 -0
- package/dist/adminapi/models/replication-check-option.js +16 -0
- package/dist/adminapi/models/replication-check-option.js.map +1 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.d.ts +31 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.d.ts.map +1 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.js +16 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.js.map +1 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request.d.ts +26 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request.d.ts.map +1 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request.js +16 -0
- package/dist/adminapi/models/revoke-clickhouse-role-privileges-request.js.map +1 -0
- package/dist/adminapi/models/scheduling-config.d.ts +6 -0
- package/dist/adminapi/models/scheduling-config.d.ts.map +1 -1
- package/dist/adminapi/models/service-ref.d.ts +8 -0
- package/dist/adminapi/models/service-ref.d.ts.map +1 -1
- package/dist/adminapi/models/update-clickhouse-account-password-request.d.ts +25 -0
- package/dist/adminapi/models/update-clickhouse-account-password-request.d.ts.map +1 -0
- package/dist/adminapi/models/update-clickhouse-account-password-request.js +16 -0
- package/dist/adminapi/models/update-clickhouse-account-password-request.js.map +1 -0
- package/dist/adminapi/models/update-clickhouse-account-roles-request.d.ts +25 -0
- package/dist/adminapi/models/update-clickhouse-account-roles-request.d.ts.map +1 -0
- package/dist/adminapi/models/update-clickhouse-account-roles-request.js +16 -0
- package/dist/adminapi/models/update-clickhouse-account-roles-request.js.map +1 -0
- package/dist/adminapi/models/vip-pool.d.ts +1 -1
- package/dist/internalapi/models/cluster-reference.d.ts +31 -0
- package/dist/internalapi/models/cluster-reference.d.ts.map +1 -0
- package/dist/internalapi/models/cluster-reference.js +16 -0
- package/dist/internalapi/models/cluster-reference.js.map +1 -0
- package/dist/internalapi/models/cluster-update.d.ts +6 -0
- package/dist/internalapi/models/cluster-update.d.ts.map +1 -1
- package/dist/internalapi/models/cluster.d.ts +3 -2
- package/dist/internalapi/models/cluster.d.ts.map +1 -1
- package/dist/internalapi/models/index.d.ts +1 -0
- package/dist/internalapi/models/index.d.ts.map +1 -1
- package/dist/internalapi/models/index.js +1 -0
- package/dist/internalapi/models/index.js.map +1 -1
- package/dist/internalapi/models/service-ref.d.ts +8 -0
- package/dist/internalapi/models/service-ref.d.ts.map +1 -1
- package/dist/openapi/api.d.ts +3 -1
- package/dist/openapi/api.d.ts.map +1 -1
- package/dist/openapi/api.js +3 -1
- package/dist/openapi/api.js.map +1 -1
- package/dist/openapi/apis/account-api.d.ts +158 -86
- package/dist/openapi/apis/account-api.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.js +175 -95
- package/dist/openapi/apis/account-api.js.map +1 -1
- package/dist/openapi/apis/clickhouse-api.d.ts +995 -0
- package/dist/openapi/apis/clickhouse-api.d.ts.map +1 -0
- package/dist/openapi/apis/clickhouse-api.js +1107 -0
- package/dist/openapi/apis/clickhouse-api.js.map +1 -0
- package/dist/openapi/apis/cluster-log-api.d.ts +5 -5
- package/dist/openapi/apis/cluster-log-api.js +4 -4
- package/dist/openapi/apis/dashboard-config-api.d.ts +104 -0
- package/dist/openapi/apis/dashboard-config-api.d.ts.map +1 -0
- package/dist/openapi/apis/{autohealing-api.js → dashboard-config-api.js} +42 -51
- package/dist/openapi/apis/dashboard-config-api.js.map +1 -0
- package/dist/openapi/apis/diagnostics-api.d.ts +1192 -71
- package/dist/openapi/apis/diagnostics-api.d.ts.map +1 -1
- package/dist/openapi/apis/diagnostics-api.js +1216 -54
- package/dist/openapi/apis/diagnostics-api.js.map +1 -1
- package/dist/openapi/apis/milvus-api.d.ts +151 -79
- package/dist/openapi/apis/milvus-api.d.ts.map +1 -1
- package/dist/openapi/apis/milvus-api.js +153 -73
- package/dist/openapi/apis/milvus-api.js.map +1 -1
- package/dist/openapi/apis/oracle-api.d.ts +422 -0
- package/dist/openapi/apis/oracle-api.d.ts.map +1 -0
- package/dist/openapi/apis/oracle-api.js +471 -0
- package/dist/openapi/apis/oracle-api.js.map +1 -0
- package/dist/openapi/apis/rabbit-mqapi.d.ts +7 -7
- package/dist/openapi/apis/rabbit-mqapi.d.ts.map +1 -1
- package/dist/openapi/apis/rabbit-mqapi.js +10 -10
- package/dist/openapi/apis/rabbit-mqapi.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +1141 -191
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +1231 -186
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/aggregate-task-result-summary.d.ts +6 -0
- package/dist/openapi/models/aggregate-task-result-summary.d.ts.map +1 -1
- package/dist/openapi/models/aggregate-task-result-type.d.ts +1 -0
- package/dist/openapi/models/aggregate-task-result-type.d.ts.map +1 -1
- package/dist/openapi/models/aggregate-task-result-type.js +2 -1
- package/dist/openapi/models/aggregate-task-result-type.js.map +1 -1
- package/dist/openapi/models/ck-account-type.d.ts +23 -0
- package/dist/openapi/models/ck-account-type.d.ts.map +1 -0
- package/dist/openapi/models/ck-account-type.js +27 -0
- package/dist/openapi/models/ck-account-type.js.map +1 -0
- package/dist/openapi/models/ck-account.d.ts +50 -0
- package/dist/openapi/models/ck-account.d.ts.map +1 -0
- package/dist/openapi/models/{autohealing-list-inner.js → ck-account.js} +1 -1
- package/dist/openapi/models/ck-account.js.map +1 -0
- package/dist/openapi/models/cluster-metrics.d.ts +4 -2
- package/dist/openapi/models/cluster-metrics.d.ts.map +1 -1
- package/dist/openapi/models/cluster-reference.d.ts +31 -0
- package/dist/openapi/models/cluster-reference.d.ts.map +1 -0
- package/dist/openapi/models/cluster-reference.js +16 -0
- package/dist/openapi/models/cluster-reference.js.map +1 -0
- package/dist/openapi/models/cluster-update.d.ts +6 -0
- package/dist/openapi/models/cluster-update.d.ts.map +1 -1
- package/dist/openapi/models/cluster.d.ts +3 -2
- package/dist/openapi/models/cluster.d.ts.map +1 -1
- package/dist/openapi/models/create-clickhouse-account-request.d.ts +37 -0
- package/dist/openapi/models/create-clickhouse-account-request.d.ts.map +1 -0
- package/dist/openapi/models/create-clickhouse-account-request.js +16 -0
- package/dist/openapi/models/create-clickhouse-account-request.js.map +1 -0
- package/dist/openapi/models/dashboard-config.d.ts +31 -0
- package/dist/openapi/models/dashboard-config.d.ts.map +1 -0
- package/dist/openapi/models/dashboard-config.js +16 -0
- package/dist/openapi/models/dashboard-config.js.map +1 -0
- package/dist/openapi/models/data-check-detail-item.d.ts +2 -2
- package/dist/openapi/models/disaster-recovery-task.d.ts +0 -6
- package/dist/openapi/models/disaster-recovery-task.d.ts.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/{autohealing-list-inner.d.ts → elasticsearch-task.d.ts} +29 -47
- 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/engine-mapping.d.ts +7 -0
- package/dist/openapi/models/engine-mapping.d.ts.map +1 -1
- package/dist/openapi/models/engine-option-license-file.d.ts +38 -0
- package/dist/openapi/models/engine-option-license-file.d.ts.map +1 -0
- package/dist/openapi/models/engine-option-license-file.js +16 -0
- package/dist/openapi/models/engine-option-license-file.js.map +1 -0
- package/dist/openapi/models/engine-option-license.d.ts +8 -1
- package/dist/openapi/models/engine-option-license.d.ts.map +1 -1
- package/dist/openapi/models/essecurity-role-mapping.d.ts +3 -3
- package/dist/openapi/models/essecurity-role-mapping.d.ts.map +1 -1
- package/dist/openapi/models/essecurity-role-template.d.ts +1 -1
- package/dist/openapi/models/essecurity-role-template.d.ts.map +1 -1
- package/dist/openapi/models/get-clickhouse-role-grants200-response-inner.d.ts +49 -0
- package/dist/openapi/models/get-clickhouse-role-grants200-response-inner.d.ts.map +1 -0
- package/dist/openapi/models/get-clickhouse-role-grants200-response-inner.js +16 -0
- package/dist/openapi/models/get-clickhouse-role-grants200-response-inner.js.map +1 -0
- package/dist/openapi/models/index.d.ts +56 -1
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +56 -1
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/inspection-criticality.d.ts +2 -1
- package/dist/openapi/models/inspection-criticality.d.ts.map +1 -1
- package/dist/openapi/models/inspection-criticality.js +3 -2
- package/dist/openapi/models/inspection-criticality.js.map +1 -1
- package/dist/openapi/models/inspection-evaluation-mode.d.ts +23 -0
- package/dist/openapi/models/inspection-evaluation-mode.d.ts.map +1 -0
- package/dist/openapi/models/inspection-evaluation-mode.js +27 -0
- package/dist/openapi/models/inspection-evaluation-mode.js.map +1 -0
- package/dist/openapi/models/inspection-script.d.ts +9 -2
- package/dist/openapi/models/inspection-script.d.ts.map +1 -1
- package/dist/openapi/models/inspection-task-item.d.ts +11 -11
- package/dist/openapi/models/inspection-task.d.ts +3 -3
- package/dist/openapi/models/inspection-task.d.ts.map +1 -1
- package/dist/openapi/models/list-clickhouse-account-roles200-response-privileges-inner.d.ts +31 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response-privileges-inner.d.ts.map +1 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response-privileges-inner.js +16 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response-privileges-inner.js.map +1 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response.d.ts +32 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response.d.ts.map +1 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response.js +16 -0
- package/dist/openapi/models/list-clickhouse-account-roles200-response.js.map +1 -0
- package/dist/openapi/models/milvus-role-create-request.d.ts +32 -0
- package/dist/openapi/models/milvus-role-create-request.d.ts.map +1 -0
- package/dist/openapi/models/milvus-role-create-request.js +16 -0
- package/dist/openapi/models/milvus-role-create-request.js.map +1 -0
- package/dist/openapi/models/milvus-role-request.d.ts +1 -1
- package/dist/openapi/models/mode-object-storage-additional-helm-value-path.d.ts +18 -0
- package/dist/openapi/models/mode-object-storage-additional-helm-value-path.d.ts.map +1 -1
- package/dist/openapi/models/mode-service-ref-helm-value-path.d.ts +6 -0
- package/dist/openapi/models/mode-service-ref-helm-value-path.d.ts.map +1 -1
- package/dist/openapi/models/mode-service-ref.d.ts +26 -0
- package/dist/openapi/models/mode-service-ref.d.ts.map +1 -1
- package/dist/openapi/models/mssql-cached-plan.d.ts +37 -0
- package/dist/openapi/models/mssql-cached-plan.d.ts.map +1 -0
- package/dist/openapi/models/mssql-cached-plan.js +16 -0
- package/dist/openapi/models/mssql-cached-plan.js.map +1 -0
- package/dist/openapi/models/mssql-lock-snapshot.d.ts +52 -0
- package/dist/openapi/models/mssql-lock-snapshot.d.ts.map +1 -0
- package/dist/openapi/models/mssql-lock-snapshot.js +16 -0
- package/dist/openapi/models/mssql-lock-snapshot.js.map +1 -0
- package/dist/openapi/models/mssql-lock.d.ts +73 -0
- package/dist/openapi/models/mssql-lock.d.ts.map +1 -0
- package/dist/openapi/models/mssql-lock.js +16 -0
- package/dist/openapi/models/mssql-lock.js.map +1 -0
- package/dist/openapi/models/mssql-request.d.ts +115 -0
- package/dist/openapi/models/mssql-request.d.ts.map +1 -0
- package/dist/openapi/models/mssql-request.js +16 -0
- package/dist/openapi/models/mssql-request.js.map +1 -0
- package/dist/openapi/models/mssql-session-snapshot.d.ts +38 -0
- package/dist/openapi/models/mssql-session-snapshot.d.ts.map +1 -0
- package/dist/openapi/models/mssql-session-snapshot.js +16 -0
- package/dist/openapi/models/mssql-session-snapshot.js.map +1 -0
- package/dist/openapi/models/mssql-session.d.ts +104 -0
- package/dist/openapi/models/mssql-session.d.ts.map +1 -0
- package/dist/openapi/models/mssql-session.js +16 -0
- package/dist/openapi/models/mssql-session.js.map +1 -0
- package/dist/openapi/models/mssql-wait.d.ts +61 -0
- package/dist/openapi/models/mssql-wait.d.ts.map +1 -0
- package/dist/openapi/models/mssql-wait.js +16 -0
- package/dist/openapi/models/mssql-wait.js.map +1 -0
- package/dist/openapi/models/ops-expose.d.ts +2 -2
- package/dist/openapi/models/ops-request-name.d.ts +0 -6
- package/dist/openapi/models/ops-request-name.d.ts.map +1 -1
- package/dist/openapi/models/oracle-tablespace-contents.d.ts +22 -0
- package/dist/openapi/models/oracle-tablespace-contents.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-contents.js +26 -0
- package/dist/openapi/models/oracle-tablespace-contents.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-create.d.ts +45 -0
- package/dist/openapi/models/oracle-tablespace-create.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-create.js +16 -0
- package/dist/openapi/models/oracle-tablespace-create.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.d.ts +22 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.js +26 -0
- package/dist/openapi/models/oracle-tablespace-expand-action.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand.d.ts +45 -0
- package/dist/openapi/models/oracle-tablespace-expand.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-expand.js +16 -0
- package/dist/openapi/models/oracle-tablespace-expand.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.d.ts +49 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.js +16 -0
- package/dist/openapi/models/oracle-tablespace-file-spec.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file.d.ts +67 -0
- package/dist/openapi/models/oracle-tablespace-file.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace-file.js +16 -0
- package/dist/openapi/models/oracle-tablespace-file.js.map +1 -0
- package/dist/openapi/models/oracle-tablespace.d.ts +86 -0
- package/dist/openapi/models/oracle-tablespace.d.ts.map +1 -0
- package/dist/openapi/models/oracle-tablespace.js +16 -0
- package/dist/openapi/models/oracle-tablespace.js.map +1 -0
- package/dist/openapi/models/param-tpl-update.d.ts +6 -0
- package/dist/openapi/models/param-tpl-update.d.ts.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/dist/openapi/models/rbmq-password-update-request.d.ts +25 -0
- package/dist/openapi/models/rbmq-password-update-request.d.ts.map +1 -0
- package/dist/openapi/models/rbmq-password-update-request.js +16 -0
- package/dist/openapi/models/rbmq-password-update-request.js.map +1 -0
- package/dist/openapi/models/redis-info-response.d.ts +6 -0
- package/dist/openapi/models/redis-info-response.d.ts.map +1 -1
- package/dist/openapi/models/redis-key-scan-progress.d.ts +49 -0
- package/dist/openapi/models/redis-key-scan-progress.d.ts.map +1 -0
- package/dist/openapi/models/redis-key-scan-progress.js +16 -0
- package/dist/openapi/models/redis-key-scan-progress.js.map +1 -0
- package/dist/openapi/models/redis-key-summary-list.d.ts +7 -0
- package/dist/openapi/models/redis-key-summary-list.d.ts.map +1 -1
- package/dist/openapi/models/redis-key-value-item.d.ts +3 -5
- package/dist/openapi/models/redis-key-value-item.d.ts.map +1 -1
- package/dist/openapi/models/replication-check-option.d.ts +25 -0
- package/dist/openapi/models/replication-check-option.d.ts.map +1 -0
- package/dist/openapi/models/replication-check-option.js +16 -0
- package/dist/openapi/models/replication-check-option.js.map +1 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.d.ts +31 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.d.ts.map +1 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.js +16 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.js.map +1 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request.d.ts +26 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request.d.ts.map +1 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request.js +16 -0
- package/dist/openapi/models/revoke-clickhouse-role-privileges-request.js.map +1 -0
- package/dist/openapi/models/service-ref.d.ts +8 -0
- package/dist/openapi/models/service-ref.d.ts.map +1 -1
- package/dist/openapi/models/update-clickhouse-account-password-request.d.ts +25 -0
- package/dist/openapi/models/update-clickhouse-account-password-request.d.ts.map +1 -0
- package/dist/openapi/models/update-clickhouse-account-password-request.js +16 -0
- package/dist/openapi/models/update-clickhouse-account-password-request.js.map +1 -0
- package/dist/openapi/models/update-clickhouse-account-roles-request.d.ts +25 -0
- package/dist/openapi/models/update-clickhouse-account-roles-request.d.ts.map +1 -0
- package/dist/openapi/models/update-clickhouse-account-roles-request.js +16 -0
- package/dist/openapi/models/update-clickhouse-account-roles-request.js.map +1 -0
- package/dist/openapi/models/vip-pool.d.ts +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +60 -2
- package/src/adminapi/api.ts +3 -1
- package/src/adminapi/apis/account-api.ts +280 -152
- package/src/adminapi/apis/alert-object-api.ts +18 -5
- package/src/adminapi/apis/clickhouse-api.ts +1735 -0
- package/src/adminapi/apis/cluster-log-api.ts +5 -5
- package/src/adminapi/apis/dashboard-config-api.ts +388 -0
- package/src/adminapi/apis/diagnostics-api.ts +2538 -571
- package/src/adminapi/apis/engine-license-api.ts +3 -3
- package/src/adminapi/apis/milvus-api.ts +242 -114
- package/src/adminapi/apis/oracle-api.ts +726 -0
- package/src/adminapi/apis/rabbit-mqapi.ts +14 -14
- package/src/adminapi/apis/shared-api.ts +2141 -467
- package/src/adminapi/models/aggregate-task-result-summary.ts +6 -0
- package/src/adminapi/models/aggregate-task-result-type.ts +2 -1
- package/src/adminapi/models/ck-account-type.ts +32 -0
- package/src/adminapi/models/ck-account.ts +59 -0
- package/src/adminapi/models/cluster-metrics.ts +2 -2
- package/src/adminapi/models/cluster-reference.ts +36 -0
- package/src/adminapi/models/cluster-update.ts +6 -0
- package/src/adminapi/models/cluster.ts +5 -2
- package/src/adminapi/models/create-clickhouse-account-request.ts +42 -0
- package/src/adminapi/models/dashboard-config-update.ts +30 -0
- package/src/adminapi/models/dashboard-config.ts +36 -0
- package/src/adminapi/models/disaster-recovery-task.ts +0 -6
- 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/engine-mapping.ts +9 -0
- package/src/adminapi/models/engine-option-license-file.ts +45 -0
- package/src/adminapi/models/engine-option-license.ts +10 -1
- package/src/adminapi/models/environment-update.ts +6 -0
- package/src/adminapi/models/essecurity-role-mapping.ts +3 -3
- package/src/adminapi/models/essecurity-role-template.ts +1 -1
- package/src/adminapi/models/get-clickhouse-role-grants200-response-inner.ts +54 -0
- package/src/adminapi/models/index.ts +57 -1
- package/src/adminapi/models/inspection-criticality.ts +3 -2
- package/src/adminapi/models/inspection-evaluation-mode.ts +32 -0
- package/src/adminapi/models/inspection-script.ts +11 -2
- package/src/adminapi/models/inspection-task-item.ts +11 -11
- package/src/adminapi/models/inspection-task.ts +3 -3
- package/src/adminapi/models/list-clickhouse-account-roles200-response-privileges-inner.ts +36 -0
- package/src/adminapi/models/list-clickhouse-account-roles200-response.ts +39 -0
- package/src/adminapi/models/milvus-role-create-request.ts +39 -0
- package/src/adminapi/models/milvus-role-request.ts +1 -1
- package/src/adminapi/models/mode-object-storage-additional-helm-value-path.ts +18 -0
- package/src/adminapi/models/mode-service-ref-helm-value-path.ts +6 -0
- package/src/adminapi/models/mode-service-ref.ts +24 -0
- package/src/adminapi/models/mssql-cached-plan.ts +42 -0
- package/src/adminapi/models/mssql-lock-snapshot.ts +63 -0
- package/src/adminapi/models/mssql-lock.ts +78 -0
- package/src/adminapi/models/mssql-request.ts +120 -0
- package/src/adminapi/models/mssql-session-snapshot.ts +45 -0
- package/src/adminapi/models/mssql-session.ts +111 -0
- package/src/adminapi/models/mssql-wait.ts +66 -0
- package/src/adminapi/models/ops-expose.ts +2 -2
- package/src/adminapi/models/ops-request-name.ts +0 -6
- package/src/adminapi/models/oracle-tablespace-contents.ts +31 -0
- package/src/adminapi/models/oracle-tablespace-create.ts +56 -0
- package/src/adminapi/models/oracle-tablespace-expand-action.ts +31 -0
- package/src/adminapi/models/oracle-tablespace-expand.ts +56 -0
- package/src/adminapi/models/oracle-tablespace-file-spec.ts +54 -0
- package/src/adminapi/models/oracle-tablespace-file.ts +72 -0
- package/src/adminapi/models/oracle-tablespace.ts +93 -0
- package/src/adminapi/models/param-tpl-update.ts +6 -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/provision-config.ts +15 -0
- package/src/adminapi/models/rbmq-password-update-request.ts +30 -0
- package/src/adminapi/models/redis-info-response.ts +6 -0
- package/src/adminapi/models/redis-key-scan-progress.ts +54 -0
- package/src/adminapi/models/redis-key-summary-list.ts +9 -0
- package/src/adminapi/models/redis-key-value-item.ts +3 -3
- package/src/adminapi/models/replication-check-option.ts +30 -0
- package/src/adminapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.ts +36 -0
- package/src/adminapi/models/revoke-clickhouse-role-privileges-request.ts +33 -0
- package/src/adminapi/models/scheduling-config.ts +6 -0
- package/src/adminapi/models/service-ref.ts +6 -0
- package/src/adminapi/models/update-clickhouse-account-password-request.ts +30 -0
- package/src/adminapi/models/update-clickhouse-account-roles-request.ts +30 -0
- package/src/adminapi/models/vip-pool.ts +1 -1
- package/src/adminapi.yaml +13799 -10953
- package/src/internalapi/.openapi-generator/FILES +1 -0
- package/src/internalapi/models/cluster-reference.ts +36 -0
- package/src/internalapi/models/cluster-update.ts +6 -0
- package/src/internalapi/models/cluster.ts +5 -2
- package/src/internalapi/models/index.ts +1 -0
- package/src/internalapi/models/service-ref.ts +6 -0
- package/src/internalapi.yaml +30 -1
- package/src/openapi/.openapi-generator/FILES +59 -2
- package/src/openapi/api.ts +3 -1
- package/src/openapi/apis/account-api.ts +280 -152
- package/src/openapi/apis/clickhouse-api.ts +1735 -0
- package/src/openapi/apis/cluster-log-api.ts +5 -5
- package/src/openapi/apis/dashboard-config-api.ts +172 -0
- package/src/openapi/apis/diagnostics-api.ts +2538 -571
- package/src/openapi/apis/milvus-api.ts +242 -114
- package/src/openapi/apis/oracle-api.ts +726 -0
- package/src/openapi/apis/rabbit-mqapi.ts +14 -14
- package/src/openapi/apis/shared-api.ts +2189 -515
- package/src/openapi/models/aggregate-task-result-summary.ts +6 -0
- package/src/openapi/models/aggregate-task-result-type.ts +2 -1
- package/src/openapi/models/ck-account-type.ts +32 -0
- package/src/openapi/models/ck-account.ts +59 -0
- package/src/openapi/models/cluster-metrics.ts +2 -2
- package/src/openapi/models/cluster-reference.ts +36 -0
- package/src/openapi/models/cluster-update.ts +6 -0
- package/src/openapi/models/cluster.ts +5 -2
- package/src/openapi/models/create-clickhouse-account-request.ts +42 -0
- package/src/openapi/models/dashboard-config.ts +36 -0
- package/src/openapi/models/data-check-detail-item.ts +2 -2
- package/src/openapi/models/disaster-recovery-task.ts +0 -6
- 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/{autohealing-list-inner.ts → elasticsearch-task.ts} +28 -46
- package/src/openapi/models/elasticsearch-unassigned-info.ts +48 -0
- package/src/openapi/models/engine-mapping.ts +9 -0
- package/src/openapi/models/engine-option-license-file.ts +45 -0
- package/src/openapi/models/engine-option-license.ts +10 -1
- package/src/openapi/models/essecurity-role-mapping.ts +3 -3
- package/src/openapi/models/essecurity-role-template.ts +1 -1
- package/src/openapi/models/get-clickhouse-role-grants200-response-inner.ts +54 -0
- package/src/openapi/models/index.ts +56 -1
- package/src/openapi/models/inspection-criticality.ts +3 -2
- package/src/openapi/models/inspection-evaluation-mode.ts +32 -0
- package/src/openapi/models/inspection-script.ts +11 -2
- package/src/openapi/models/inspection-task-item.ts +11 -11
- package/src/openapi/models/inspection-task.ts +3 -3
- package/src/openapi/models/list-clickhouse-account-roles200-response-privileges-inner.ts +36 -0
- package/src/openapi/models/list-clickhouse-account-roles200-response.ts +39 -0
- package/src/openapi/models/milvus-role-create-request.ts +39 -0
- package/src/openapi/models/milvus-role-request.ts +1 -1
- package/src/openapi/models/mode-object-storage-additional-helm-value-path.ts +18 -0
- package/src/openapi/models/mode-service-ref-helm-value-path.ts +6 -0
- package/src/openapi/models/mode-service-ref.ts +24 -0
- package/src/openapi/models/mssql-cached-plan.ts +42 -0
- package/src/openapi/models/mssql-lock-snapshot.ts +63 -0
- package/src/openapi/models/mssql-lock.ts +78 -0
- package/src/openapi/models/mssql-request.ts +120 -0
- package/src/openapi/models/mssql-session-snapshot.ts +45 -0
- package/src/openapi/models/mssql-session.ts +111 -0
- package/src/openapi/models/mssql-wait.ts +66 -0
- package/src/openapi/models/ops-expose.ts +2 -2
- package/src/openapi/models/ops-request-name.ts +0 -6
- package/src/openapi/models/oracle-tablespace-contents.ts +31 -0
- package/src/openapi/models/oracle-tablespace-create.ts +56 -0
- package/src/openapi/models/oracle-tablespace-expand-action.ts +31 -0
- package/src/openapi/models/oracle-tablespace-expand.ts +56 -0
- package/src/openapi/models/oracle-tablespace-file-spec.ts +54 -0
- package/src/openapi/models/oracle-tablespace-file.ts +72 -0
- package/src/openapi/models/oracle-tablespace.ts +93 -0
- package/src/openapi/models/param-tpl-update.ts +6 -0
- package/src/openapi/models/postgresql-sqlfingerprint-explain-response.ts +98 -0
- package/src/openapi/models/postgresql-sqlfingerprint.ts +6 -0
- package/src/openapi/models/rbmq-password-update-request.ts +30 -0
- package/src/openapi/models/redis-info-response.ts +6 -0
- package/src/openapi/models/redis-key-scan-progress.ts +54 -0
- package/src/openapi/models/redis-key-summary-list.ts +9 -0
- package/src/openapi/models/redis-key-value-item.ts +3 -3
- package/src/openapi/models/replication-check-option.ts +30 -0
- package/src/openapi/models/revoke-clickhouse-role-privileges-request-privileges-inner.ts +36 -0
- package/src/openapi/models/revoke-clickhouse-role-privileges-request.ts +33 -0
- package/src/openapi/models/service-ref.ts +6 -0
- package/src/openapi/models/update-clickhouse-account-password-request.ts +30 -0
- package/src/openapi/models/update-clickhouse-account-roles-request.ts +30 -0
- package/src/openapi/models/vip-pool.ts +1 -1
- package/src/openapi.yaml +4620 -1855
- package/dist/adminapi/apis/autohealing-api.d.ts +0 -117
- package/dist/adminapi/apis/autohealing-api.d.ts.map +0 -1
- package/dist/adminapi/apis/autohealing-api.js +0 -142
- package/dist/adminapi/apis/autohealing-api.js.map +0 -1
- package/dist/adminapi/models/autohealing-list-inner.d.ts +0 -97
- package/dist/adminapi/models/autohealing-list-inner.d.ts.map +0 -1
- package/dist/adminapi/models/autohealing-list-inner.js.map +0 -1
- package/dist/openapi/apis/autohealing-api.d.ts +0 -117
- package/dist/openapi/apis/autohealing-api.d.ts.map +0 -1
- package/dist/openapi/apis/autohealing-api.js.map +0 -1
- package/dist/openapi/models/autohealing-list-inner.d.ts.map +0 -1
- package/dist/openapi/models/autohealing-list-inner.js.map +0 -1
- package/src/adminapi/apis/autohealing-api.ts +0 -187
- package/src/adminapi/models/autohealing-list-inner.ts +0 -102
- package/src/openapi/apis/autohealing-api.ts +0 -187
|
@@ -29,6 +29,130 @@ const base_1 = require("../base");
|
|
|
29
29
|
*/
|
|
30
30
|
const DiagnosticsApiAxiosParamCreator = function (configuration) {
|
|
31
31
|
return {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @summary Explain Elasticsearch shard allocation
|
|
35
|
+
* @param {string} orgName
|
|
36
|
+
* @param {string} clusterName
|
|
37
|
+
* @param {string} index
|
|
38
|
+
* @param {number} shard
|
|
39
|
+
* @param {boolean} primary
|
|
40
|
+
* @param {string} [currentNode]
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
explainDiagnosticsElasticsearchAllocation: async (orgName, clusterName, index, shard, primary, currentNode, options = {}) => {
|
|
45
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
46
|
+
(0, common_1.assertParamExists)('explainDiagnosticsElasticsearchAllocation', 'orgName', orgName);
|
|
47
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
48
|
+
(0, common_1.assertParamExists)('explainDiagnosticsElasticsearchAllocation', 'clusterName', clusterName);
|
|
49
|
+
// verify required parameter 'index' is not null or undefined
|
|
50
|
+
(0, common_1.assertParamExists)('explainDiagnosticsElasticsearchAllocation', 'index', index);
|
|
51
|
+
// verify required parameter 'shard' is not null or undefined
|
|
52
|
+
(0, common_1.assertParamExists)('explainDiagnosticsElasticsearchAllocation', 'shard', shard);
|
|
53
|
+
// verify required parameter 'primary' is not null or undefined
|
|
54
|
+
(0, common_1.assertParamExists)('explainDiagnosticsElasticsearchAllocation', 'primary', primary);
|
|
55
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/elasticsearch/allocationExplain`
|
|
56
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
57
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
58
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
59
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
60
|
+
let baseOptions;
|
|
61
|
+
if (configuration) {
|
|
62
|
+
baseOptions = configuration.baseOptions;
|
|
63
|
+
}
|
|
64
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
65
|
+
const localVarHeaderParameter = {};
|
|
66
|
+
const localVarQueryParameter = {};
|
|
67
|
+
// authentication BearerToken required
|
|
68
|
+
// http bearer authentication required
|
|
69
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
70
|
+
// authentication DigestAuth required
|
|
71
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
72
|
+
if (index !== undefined) {
|
|
73
|
+
localVarQueryParameter['index'] = index;
|
|
74
|
+
}
|
|
75
|
+
if (shard !== undefined) {
|
|
76
|
+
localVarQueryParameter['shard'] = shard;
|
|
77
|
+
}
|
|
78
|
+
if (primary !== undefined) {
|
|
79
|
+
localVarQueryParameter['primary'] = primary;
|
|
80
|
+
}
|
|
81
|
+
if (currentNode !== undefined) {
|
|
82
|
+
localVarQueryParameter['currentNode'] = currentNode;
|
|
83
|
+
}
|
|
84
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
85
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
86
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
87
|
+
return {
|
|
88
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
89
|
+
options: localVarRequestOptions,
|
|
90
|
+
};
|
|
91
|
+
},
|
|
92
|
+
/**
|
|
93
|
+
* 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.
|
|
94
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
95
|
+
* @param {string} orgName Organization name
|
|
96
|
+
* @param {string} clusterName Cluster name
|
|
97
|
+
* @param {string} queryID PostgreSQL pg_stat_statements queryid represented as a string.
|
|
98
|
+
* @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.
|
|
99
|
+
* @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.
|
|
100
|
+
* @param {boolean} topLevel Top-level identity from the ranking row. Required to disambiguate the queryID on PostgreSQL versions that expose pg_stat_statements.toplevel.
|
|
101
|
+
* @param {string} [fingerprint] Optional fingerprint consistency guard. Currently aligned with PostgreSQL pg_stat_statements queryid.
|
|
102
|
+
* @param {*} [options] Override http request option.
|
|
103
|
+
* @throws {RequiredError}
|
|
104
|
+
*/
|
|
105
|
+
explainDiagnosticsPostgresqlSQLFingerprint: async (orgName, clusterName, queryID, database, user, topLevel, fingerprint, options = {}) => {
|
|
106
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
107
|
+
(0, common_1.assertParamExists)('explainDiagnosticsPostgresqlSQLFingerprint', 'orgName', orgName);
|
|
108
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
109
|
+
(0, common_1.assertParamExists)('explainDiagnosticsPostgresqlSQLFingerprint', 'clusterName', clusterName);
|
|
110
|
+
// verify required parameter 'queryID' is not null or undefined
|
|
111
|
+
(0, common_1.assertParamExists)('explainDiagnosticsPostgresqlSQLFingerprint', 'queryID', queryID);
|
|
112
|
+
// verify required parameter 'database' is not null or undefined
|
|
113
|
+
(0, common_1.assertParamExists)('explainDiagnosticsPostgresqlSQLFingerprint', 'database', database);
|
|
114
|
+
// verify required parameter 'user' is not null or undefined
|
|
115
|
+
(0, common_1.assertParamExists)('explainDiagnosticsPostgresqlSQLFingerprint', 'user', user);
|
|
116
|
+
// verify required parameter 'topLevel' is not null or undefined
|
|
117
|
+
(0, common_1.assertParamExists)('explainDiagnosticsPostgresqlSQLFingerprint', 'topLevel', topLevel);
|
|
118
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/postgresql/sqlAnalysis/queries/{queryID}/explain`
|
|
119
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
120
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
121
|
+
.replace(`{${"queryID"}}`, encodeURIComponent(String(queryID)));
|
|
122
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
123
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
124
|
+
let baseOptions;
|
|
125
|
+
if (configuration) {
|
|
126
|
+
baseOptions = configuration.baseOptions;
|
|
127
|
+
}
|
|
128
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
129
|
+
const localVarHeaderParameter = {};
|
|
130
|
+
const localVarQueryParameter = {};
|
|
131
|
+
// authentication BearerToken required
|
|
132
|
+
// http bearer authentication required
|
|
133
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
134
|
+
// authentication DigestAuth required
|
|
135
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
136
|
+
if (database !== undefined) {
|
|
137
|
+
localVarQueryParameter['database'] = database;
|
|
138
|
+
}
|
|
139
|
+
if (user !== undefined) {
|
|
140
|
+
localVarQueryParameter['user'] = user;
|
|
141
|
+
}
|
|
142
|
+
if (topLevel !== undefined) {
|
|
143
|
+
localVarQueryParameter['topLevel'] = topLevel;
|
|
144
|
+
}
|
|
145
|
+
if (fingerprint !== undefined) {
|
|
146
|
+
localVarQueryParameter['fingerprint'] = fingerprint;
|
|
147
|
+
}
|
|
148
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
149
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
150
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
151
|
+
return {
|
|
152
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
153
|
+
options: localVarRequestOptions,
|
|
154
|
+
};
|
|
155
|
+
},
|
|
32
156
|
/**
|
|
33
157
|
* 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.
|
|
34
158
|
* @summary Get Dameng SQL analysis
|
|
@@ -209,6 +333,114 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
|
|
|
209
333
|
options: localVarRequestOptions,
|
|
210
334
|
};
|
|
211
335
|
},
|
|
336
|
+
/**
|
|
337
|
+
*
|
|
338
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
339
|
+
* @param {string} orgName
|
|
340
|
+
* @param {string} clusterName
|
|
341
|
+
* @param {string} [node]
|
|
342
|
+
* @param {string} [index]
|
|
343
|
+
* @param {ElasticsearchIndexSortBy} [sortBy]
|
|
344
|
+
* @param {ElasticsearchSortOrder} [sortOrder]
|
|
345
|
+
* @param {*} [options] Override http request option.
|
|
346
|
+
* @throws {RequiredError}
|
|
347
|
+
*/
|
|
348
|
+
getDiagnosticsElasticsearchStorageAnalysis: async (orgName, clusterName, node, index, sortBy, sortOrder, options = {}) => {
|
|
349
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
350
|
+
(0, common_1.assertParamExists)('getDiagnosticsElasticsearchStorageAnalysis', 'orgName', orgName);
|
|
351
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
352
|
+
(0, common_1.assertParamExists)('getDiagnosticsElasticsearchStorageAnalysis', 'clusterName', clusterName);
|
|
353
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/elasticsearch/storageAnalysis`
|
|
354
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
355
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
356
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
357
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
358
|
+
let baseOptions;
|
|
359
|
+
if (configuration) {
|
|
360
|
+
baseOptions = configuration.baseOptions;
|
|
361
|
+
}
|
|
362
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
363
|
+
const localVarHeaderParameter = {};
|
|
364
|
+
const localVarQueryParameter = {};
|
|
365
|
+
// authentication BearerToken required
|
|
366
|
+
// http bearer authentication required
|
|
367
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
368
|
+
// authentication DigestAuth required
|
|
369
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
370
|
+
if (node !== undefined) {
|
|
371
|
+
localVarQueryParameter['node'] = node;
|
|
372
|
+
}
|
|
373
|
+
if (index !== undefined) {
|
|
374
|
+
localVarQueryParameter['index'] = index;
|
|
375
|
+
}
|
|
376
|
+
if (sortBy !== undefined) {
|
|
377
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
378
|
+
}
|
|
379
|
+
if (sortOrder !== undefined) {
|
|
380
|
+
localVarQueryParameter['sortOrder'] = sortOrder;
|
|
381
|
+
}
|
|
382
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
383
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
384
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
385
|
+
return {
|
|
386
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
387
|
+
options: localVarRequestOptions,
|
|
388
|
+
};
|
|
389
|
+
},
|
|
390
|
+
/**
|
|
391
|
+
*
|
|
392
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
393
|
+
* @param {string} orgName
|
|
394
|
+
* @param {string} clusterName
|
|
395
|
+
* @param {ElasticsearchHotThreadsType} [type]
|
|
396
|
+
* @param {string} [node]
|
|
397
|
+
* @param {number} [taskLimit]
|
|
398
|
+
* @param {number} [threads]
|
|
399
|
+
* @param {*} [options] Override http request option.
|
|
400
|
+
* @throws {RequiredError}
|
|
401
|
+
*/
|
|
402
|
+
getDiagnosticsElasticsearchTaskAnalysis: async (orgName, clusterName, type, node, taskLimit, threads, options = {}) => {
|
|
403
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
404
|
+
(0, common_1.assertParamExists)('getDiagnosticsElasticsearchTaskAnalysis', 'orgName', orgName);
|
|
405
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
406
|
+
(0, common_1.assertParamExists)('getDiagnosticsElasticsearchTaskAnalysis', 'clusterName', clusterName);
|
|
407
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/elasticsearch/taskAnalysis`
|
|
408
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
409
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
410
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
411
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
412
|
+
let baseOptions;
|
|
413
|
+
if (configuration) {
|
|
414
|
+
baseOptions = configuration.baseOptions;
|
|
415
|
+
}
|
|
416
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
417
|
+
const localVarHeaderParameter = {};
|
|
418
|
+
const localVarQueryParameter = {};
|
|
419
|
+
// authentication BearerToken required
|
|
420
|
+
// http bearer authentication required
|
|
421
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
422
|
+
// authentication DigestAuth required
|
|
423
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
424
|
+
if (type !== undefined) {
|
|
425
|
+
localVarQueryParameter['type'] = type;
|
|
426
|
+
}
|
|
427
|
+
if (node !== undefined) {
|
|
428
|
+
localVarQueryParameter['node'] = node;
|
|
429
|
+
}
|
|
430
|
+
if (taskLimit !== undefined) {
|
|
431
|
+
localVarQueryParameter['taskLimit'] = taskLimit;
|
|
432
|
+
}
|
|
433
|
+
if (threads !== undefined) {
|
|
434
|
+
localVarQueryParameter['threads'] = threads;
|
|
435
|
+
}
|
|
436
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
437
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
438
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
439
|
+
return {
|
|
440
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
441
|
+
options: localVarRequestOptions,
|
|
442
|
+
};
|
|
443
|
+
},
|
|
212
444
|
/**
|
|
213
445
|
*
|
|
214
446
|
* @summary Get Kingbase session diagnostics
|
|
@@ -252,25 +484,310 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
|
|
|
252
484
|
};
|
|
253
485
|
},
|
|
254
486
|
/**
|
|
255
|
-
* Returns the selected session and its direct lock rows from the current snapshot.
|
|
256
|
-
* @summary Get Kingbase session lock analysis
|
|
487
|
+
* Returns the selected session and its direct lock rows from the current snapshot.
|
|
488
|
+
* @summary Get Kingbase session lock analysis
|
|
489
|
+
* @param {string} orgName
|
|
490
|
+
* @param {string} clusterName
|
|
491
|
+
* @param {number} pid
|
|
492
|
+
* @param {*} [options] Override http request option.
|
|
493
|
+
* @throws {RequiredError}
|
|
494
|
+
*/
|
|
495
|
+
getDiagnosticsKingbaseSessionLockAnalysis: async (orgName, clusterName, pid, options = {}) => {
|
|
496
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
497
|
+
(0, common_1.assertParamExists)('getDiagnosticsKingbaseSessionLockAnalysis', 'orgName', orgName);
|
|
498
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
499
|
+
(0, common_1.assertParamExists)('getDiagnosticsKingbaseSessionLockAnalysis', 'clusterName', clusterName);
|
|
500
|
+
// verify required parameter 'pid' is not null or undefined
|
|
501
|
+
(0, common_1.assertParamExists)('getDiagnosticsKingbaseSessionLockAnalysis', 'pid', pid);
|
|
502
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/kingbase/sessions/{pid}/lockAnalysis`
|
|
503
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
504
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
505
|
+
.replace(`{${"pid"}}`, encodeURIComponent(String(pid)));
|
|
506
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
507
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
508
|
+
let baseOptions;
|
|
509
|
+
if (configuration) {
|
|
510
|
+
baseOptions = configuration.baseOptions;
|
|
511
|
+
}
|
|
512
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
513
|
+
const localVarHeaderParameter = {};
|
|
514
|
+
const localVarQueryParameter = {};
|
|
515
|
+
// authentication BearerToken required
|
|
516
|
+
// http bearer authentication required
|
|
517
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
518
|
+
// authentication DigestAuth required
|
|
519
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
520
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
521
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
522
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
523
|
+
return {
|
|
524
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
525
|
+
options: localVarRequestOptions,
|
|
526
|
+
};
|
|
527
|
+
},
|
|
528
|
+
/**
|
|
529
|
+
* Get read-only MariaDB performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
530
|
+
* @summary Get MariaDB performance trends
|
|
531
|
+
* @param {string} orgName Organization name
|
|
532
|
+
* @param {string} clusterName Cluster name
|
|
533
|
+
* @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
|
|
534
|
+
* @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h.
|
|
535
|
+
* @param {*} [options] Override http request option.
|
|
536
|
+
* @throws {RequiredError}
|
|
537
|
+
*/
|
|
538
|
+
getDiagnosticsMariaDBPerformanceTrends: async (orgName, clusterName, range, step, options = {}) => {
|
|
539
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
540
|
+
(0, common_1.assertParamExists)('getDiagnosticsMariaDBPerformanceTrends', 'orgName', orgName);
|
|
541
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
542
|
+
(0, common_1.assertParamExists)('getDiagnosticsMariaDBPerformanceTrends', 'clusterName', clusterName);
|
|
543
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mariadb/performanceTrends`
|
|
544
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
545
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
546
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
547
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
548
|
+
let baseOptions;
|
|
549
|
+
if (configuration) {
|
|
550
|
+
baseOptions = configuration.baseOptions;
|
|
551
|
+
}
|
|
552
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
553
|
+
const localVarHeaderParameter = {};
|
|
554
|
+
const localVarQueryParameter = {};
|
|
555
|
+
// authentication BearerToken required
|
|
556
|
+
// http bearer authentication required
|
|
557
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
558
|
+
// authentication DigestAuth required
|
|
559
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
560
|
+
if (range !== undefined) {
|
|
561
|
+
localVarQueryParameter['range'] = range;
|
|
562
|
+
}
|
|
563
|
+
if (step !== undefined) {
|
|
564
|
+
localVarQueryParameter['step'] = step;
|
|
565
|
+
}
|
|
566
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
567
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
568
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
569
|
+
return {
|
|
570
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
571
|
+
options: localVarRequestOptions,
|
|
572
|
+
};
|
|
573
|
+
},
|
|
574
|
+
/**
|
|
575
|
+
* Get a read-only MariaDB SQL fingerprint ranking from Performance Schema statement digests. The response does not expose raw SQL text, time-window aggregation, execution plans, or remediation actions.
|
|
576
|
+
* @summary Get MariaDB SQL analysis
|
|
577
|
+
* @param {string} orgName Organization name
|
|
578
|
+
* @param {string} clusterName Cluster name
|
|
579
|
+
* @param {number} [limit] Maximum number of SQL fingerprints to return. The backend applies its own upper bound.
|
|
580
|
+
* @param {string} [orderBy] Sort key. Allowed values are totalTime, meanTime, maxTime, and calls. Defaults to totalTime.
|
|
581
|
+
* @param {*} [options] Override http request option.
|
|
582
|
+
* @throws {RequiredError}
|
|
583
|
+
*/
|
|
584
|
+
getDiagnosticsMariaDBSQLAnalysis: async (orgName, clusterName, limit, orderBy, options = {}) => {
|
|
585
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
586
|
+
(0, common_1.assertParamExists)('getDiagnosticsMariaDBSQLAnalysis', 'orgName', orgName);
|
|
587
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
588
|
+
(0, common_1.assertParamExists)('getDiagnosticsMariaDBSQLAnalysis', 'clusterName', clusterName);
|
|
589
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mariadb/sqlAnalysis`
|
|
590
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
591
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
592
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
593
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
594
|
+
let baseOptions;
|
|
595
|
+
if (configuration) {
|
|
596
|
+
baseOptions = configuration.baseOptions;
|
|
597
|
+
}
|
|
598
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
599
|
+
const localVarHeaderParameter = {};
|
|
600
|
+
const localVarQueryParameter = {};
|
|
601
|
+
// authentication BearerToken required
|
|
602
|
+
// http bearer authentication required
|
|
603
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
604
|
+
// authentication DigestAuth required
|
|
605
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
606
|
+
if (limit !== undefined) {
|
|
607
|
+
localVarQueryParameter['limit'] = limit;
|
|
608
|
+
}
|
|
609
|
+
if (orderBy !== undefined) {
|
|
610
|
+
localVarQueryParameter['orderBy'] = orderBy;
|
|
611
|
+
}
|
|
612
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
613
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
614
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
615
|
+
return {
|
|
616
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
617
|
+
options: localVarRequestOptions,
|
|
618
|
+
};
|
|
619
|
+
},
|
|
620
|
+
/**
|
|
621
|
+
* Get a read-only MariaDB compatible space snapshot and fixed backend-owned storage metrics.
|
|
622
|
+
* @summary Get MariaDB space analysis
|
|
623
|
+
* @param {string} orgName
|
|
624
|
+
* @param {string} clusterName
|
|
625
|
+
* @param {string} [databaseName] Optional database name for table and index details. When omitted, the largest non-system database is selected.
|
|
626
|
+
* @param {*} [options] Override http request option.
|
|
627
|
+
* @throws {RequiredError}
|
|
628
|
+
*/
|
|
629
|
+
getDiagnosticsMariaDBSpaceAnalysis: async (orgName, clusterName, databaseName, options = {}) => {
|
|
630
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
631
|
+
(0, common_1.assertParamExists)('getDiagnosticsMariaDBSpaceAnalysis', 'orgName', orgName);
|
|
632
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
633
|
+
(0, common_1.assertParamExists)('getDiagnosticsMariaDBSpaceAnalysis', 'clusterName', clusterName);
|
|
634
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mariadb/spaceAnalysis`
|
|
635
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
636
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
637
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
638
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
639
|
+
let baseOptions;
|
|
640
|
+
if (configuration) {
|
|
641
|
+
baseOptions = configuration.baseOptions;
|
|
642
|
+
}
|
|
643
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
644
|
+
const localVarHeaderParameter = {};
|
|
645
|
+
const localVarQueryParameter = {};
|
|
646
|
+
// authentication BearerToken required
|
|
647
|
+
// http bearer authentication required
|
|
648
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
649
|
+
// authentication DigestAuth required
|
|
650
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
651
|
+
if (databaseName !== undefined) {
|
|
652
|
+
localVarQueryParameter['databaseName'] = databaseName;
|
|
653
|
+
}
|
|
654
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
655
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
656
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
657
|
+
return {
|
|
658
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
659
|
+
options: localVarRequestOptions,
|
|
660
|
+
};
|
|
661
|
+
},
|
|
662
|
+
/**
|
|
663
|
+
*
|
|
664
|
+
* @summary Get a SQL Server session
|
|
665
|
+
* @param {string} orgName
|
|
666
|
+
* @param {string} clusterName
|
|
667
|
+
* @param {number} sessionId
|
|
668
|
+
* @param {string} startedAt
|
|
669
|
+
* @param {*} [options] Override http request option.
|
|
670
|
+
* @throws {RequiredError}
|
|
671
|
+
*/
|
|
672
|
+
getDiagnosticsMssqlSession: async (orgName, clusterName, sessionId, startedAt, options = {}) => {
|
|
673
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
674
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSession', 'orgName', orgName);
|
|
675
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
676
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSession', 'clusterName', clusterName);
|
|
677
|
+
// verify required parameter 'sessionId' is not null or undefined
|
|
678
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSession', 'sessionId', sessionId);
|
|
679
|
+
// verify required parameter 'startedAt' is not null or undefined
|
|
680
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSession', 'startedAt', startedAt);
|
|
681
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mssql/sessions/{sessionId}`
|
|
682
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
683
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
684
|
+
.replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
|
|
685
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
686
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
687
|
+
let baseOptions;
|
|
688
|
+
if (configuration) {
|
|
689
|
+
baseOptions = configuration.baseOptions;
|
|
690
|
+
}
|
|
691
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
692
|
+
const localVarHeaderParameter = {};
|
|
693
|
+
const localVarQueryParameter = {};
|
|
694
|
+
// authentication BearerToken required
|
|
695
|
+
// http bearer authentication required
|
|
696
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
697
|
+
// authentication DigestAuth required
|
|
698
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
699
|
+
if (startedAt !== undefined) {
|
|
700
|
+
localVarQueryParameter['startedAt'] = startedAt;
|
|
701
|
+
}
|
|
702
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
703
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
704
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
705
|
+
return {
|
|
706
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
707
|
+
options: localVarRequestOptions,
|
|
708
|
+
};
|
|
709
|
+
},
|
|
710
|
+
/**
|
|
711
|
+
*
|
|
712
|
+
* @summary Read the cached compiled plan of a live SQL Server request
|
|
713
|
+
* @param {string} orgName
|
|
714
|
+
* @param {string} clusterName
|
|
715
|
+
* @param {number} sessionId
|
|
716
|
+
* @param {string} startedAt
|
|
717
|
+
* @param {number} requestId
|
|
718
|
+
* @param {string} requestStart
|
|
719
|
+
* @param {*} [options] Override http request option.
|
|
720
|
+
* @throws {RequiredError}
|
|
721
|
+
*/
|
|
722
|
+
getDiagnosticsMssqlSessionCachedPlan: async (orgName, clusterName, sessionId, startedAt, requestId, requestStart, options = {}) => {
|
|
723
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
724
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionCachedPlan', 'orgName', orgName);
|
|
725
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
726
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionCachedPlan', 'clusterName', clusterName);
|
|
727
|
+
// verify required parameter 'sessionId' is not null or undefined
|
|
728
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionCachedPlan', 'sessionId', sessionId);
|
|
729
|
+
// verify required parameter 'startedAt' is not null or undefined
|
|
730
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionCachedPlan', 'startedAt', startedAt);
|
|
731
|
+
// verify required parameter 'requestId' is not null or undefined
|
|
732
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionCachedPlan', 'requestId', requestId);
|
|
733
|
+
// verify required parameter 'requestStart' is not null or undefined
|
|
734
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionCachedPlan', 'requestStart', requestStart);
|
|
735
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mssql/sessions/{sessionId}/requests/{requestId}/cachedPlan`
|
|
736
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
737
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
738
|
+
.replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)))
|
|
739
|
+
.replace(`{${"requestId"}}`, encodeURIComponent(String(requestId)));
|
|
740
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
741
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
742
|
+
let baseOptions;
|
|
743
|
+
if (configuration) {
|
|
744
|
+
baseOptions = configuration.baseOptions;
|
|
745
|
+
}
|
|
746
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
747
|
+
const localVarHeaderParameter = {};
|
|
748
|
+
const localVarQueryParameter = {};
|
|
749
|
+
// authentication BearerToken required
|
|
750
|
+
// http bearer authentication required
|
|
751
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
752
|
+
// authentication DigestAuth required
|
|
753
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
754
|
+
if (startedAt !== undefined) {
|
|
755
|
+
localVarQueryParameter['startedAt'] = startedAt;
|
|
756
|
+
}
|
|
757
|
+
if (requestStart !== undefined) {
|
|
758
|
+
localVarQueryParameter['requestStart'] = requestStart;
|
|
759
|
+
}
|
|
760
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
761
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
762
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
763
|
+
return {
|
|
764
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
765
|
+
options: localVarRequestOptions,
|
|
766
|
+
};
|
|
767
|
+
},
|
|
768
|
+
/**
|
|
769
|
+
*
|
|
770
|
+
* @summary Get SQL Server blocking and locks
|
|
257
771
|
* @param {string} orgName
|
|
258
772
|
* @param {string} clusterName
|
|
259
|
-
* @param {number}
|
|
773
|
+
* @param {number} sessionId
|
|
774
|
+
* @param {string} startedAt
|
|
260
775
|
* @param {*} [options] Override http request option.
|
|
261
776
|
* @throws {RequiredError}
|
|
262
777
|
*/
|
|
263
|
-
|
|
778
|
+
getDiagnosticsMssqlSessionLockAnalysis: async (orgName, clusterName, sessionId, startedAt, options = {}) => {
|
|
264
779
|
// verify required parameter 'orgName' is not null or undefined
|
|
265
|
-
(0, common_1.assertParamExists)('
|
|
780
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionLockAnalysis', 'orgName', orgName);
|
|
266
781
|
// verify required parameter 'clusterName' is not null or undefined
|
|
267
|
-
(0, common_1.assertParamExists)('
|
|
268
|
-
// verify required parameter '
|
|
269
|
-
(0, common_1.assertParamExists)('
|
|
270
|
-
|
|
782
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionLockAnalysis', 'clusterName', clusterName);
|
|
783
|
+
// verify required parameter 'sessionId' is not null or undefined
|
|
784
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionLockAnalysis', 'sessionId', sessionId);
|
|
785
|
+
// verify required parameter 'startedAt' is not null or undefined
|
|
786
|
+
(0, common_1.assertParamExists)('getDiagnosticsMssqlSessionLockAnalysis', 'startedAt', startedAt);
|
|
787
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mssql/sessions/{sessionId}/lockAnalysis`
|
|
271
788
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
272
789
|
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
273
|
-
.replace(`{${"
|
|
790
|
+
.replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
|
|
274
791
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
275
792
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
276
793
|
let baseOptions;
|
|
@@ -285,6 +802,9 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
|
|
|
285
802
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
286
803
|
// authentication DigestAuth required
|
|
287
804
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
805
|
+
if (startedAt !== undefined) {
|
|
806
|
+
localVarQueryParameter['startedAt'] = startedAt;
|
|
807
|
+
}
|
|
288
808
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
289
809
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
290
810
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -691,6 +1211,102 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
|
|
|
691
1211
|
options: localVarRequestOptions,
|
|
692
1212
|
};
|
|
693
1213
|
},
|
|
1214
|
+
/**
|
|
1215
|
+
*
|
|
1216
|
+
* @summary List active Elasticsearch shard recoveries
|
|
1217
|
+
* @param {string} orgName
|
|
1218
|
+
* @param {string} clusterName
|
|
1219
|
+
* @param {string} [index] Index name or pattern
|
|
1220
|
+
* @param {string} [node] Exact target node ID or name
|
|
1221
|
+
* @param {*} [options] Override http request option.
|
|
1222
|
+
* @throws {RequiredError}
|
|
1223
|
+
*/
|
|
1224
|
+
listDiagnosticsElasticsearchRecoveries: async (orgName, clusterName, index, node, options = {}) => {
|
|
1225
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
1226
|
+
(0, common_1.assertParamExists)('listDiagnosticsElasticsearchRecoveries', 'orgName', orgName);
|
|
1227
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
1228
|
+
(0, common_1.assertParamExists)('listDiagnosticsElasticsearchRecoveries', 'clusterName', clusterName);
|
|
1229
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/elasticsearch/recoveries`
|
|
1230
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1231
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
1232
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1233
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1234
|
+
let baseOptions;
|
|
1235
|
+
if (configuration) {
|
|
1236
|
+
baseOptions = configuration.baseOptions;
|
|
1237
|
+
}
|
|
1238
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1239
|
+
const localVarHeaderParameter = {};
|
|
1240
|
+
const localVarQueryParameter = {};
|
|
1241
|
+
// authentication BearerToken required
|
|
1242
|
+
// http bearer authentication required
|
|
1243
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1244
|
+
// authentication DigestAuth required
|
|
1245
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
1246
|
+
if (index !== undefined) {
|
|
1247
|
+
localVarQueryParameter['index'] = index;
|
|
1248
|
+
}
|
|
1249
|
+
if (node !== undefined) {
|
|
1250
|
+
localVarQueryParameter['node'] = node;
|
|
1251
|
+
}
|
|
1252
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1253
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1254
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1255
|
+
return {
|
|
1256
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1257
|
+
options: localVarRequestOptions,
|
|
1258
|
+
};
|
|
1259
|
+
},
|
|
1260
|
+
/**
|
|
1261
|
+
*
|
|
1262
|
+
* @summary List Elasticsearch shards
|
|
1263
|
+
* @param {string} orgName
|
|
1264
|
+
* @param {string} clusterName
|
|
1265
|
+
* @param {string} [index] Index name or pattern
|
|
1266
|
+
* @param {string} [node] Exact node ID or name
|
|
1267
|
+
* @param {ElasticsearchShardState} [state]
|
|
1268
|
+
* @param {*} [options] Override http request option.
|
|
1269
|
+
* @throws {RequiredError}
|
|
1270
|
+
*/
|
|
1271
|
+
listDiagnosticsElasticsearchShards: async (orgName, clusterName, index, node, state, options = {}) => {
|
|
1272
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
1273
|
+
(0, common_1.assertParamExists)('listDiagnosticsElasticsearchShards', 'orgName', orgName);
|
|
1274
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
1275
|
+
(0, common_1.assertParamExists)('listDiagnosticsElasticsearchShards', 'clusterName', clusterName);
|
|
1276
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/elasticsearch/shards`
|
|
1277
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1278
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
1279
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1280
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1281
|
+
let baseOptions;
|
|
1282
|
+
if (configuration) {
|
|
1283
|
+
baseOptions = configuration.baseOptions;
|
|
1284
|
+
}
|
|
1285
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1286
|
+
const localVarHeaderParameter = {};
|
|
1287
|
+
const localVarQueryParameter = {};
|
|
1288
|
+
// authentication BearerToken required
|
|
1289
|
+
// http bearer authentication required
|
|
1290
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1291
|
+
// authentication DigestAuth required
|
|
1292
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
1293
|
+
if (index !== undefined) {
|
|
1294
|
+
localVarQueryParameter['index'] = index;
|
|
1295
|
+
}
|
|
1296
|
+
if (node !== undefined) {
|
|
1297
|
+
localVarQueryParameter['node'] = node;
|
|
1298
|
+
}
|
|
1299
|
+
if (state !== undefined) {
|
|
1300
|
+
localVarQueryParameter['state'] = state;
|
|
1301
|
+
}
|
|
1302
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1303
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1304
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1305
|
+
return {
|
|
1306
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1307
|
+
options: localVarRequestOptions,
|
|
1308
|
+
};
|
|
1309
|
+
},
|
|
694
1310
|
/**
|
|
695
1311
|
*
|
|
696
1312
|
* @summary List Kingbase session diagnostics
|
|
@@ -733,12 +1349,54 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
|
|
|
733
1349
|
options: localVarRequestOptions,
|
|
734
1350
|
};
|
|
735
1351
|
},
|
|
1352
|
+
/**
|
|
1353
|
+
*
|
|
1354
|
+
* @summary List SQL Server sessions
|
|
1355
|
+
* @param {string} orgName
|
|
1356
|
+
* @param {string} clusterName
|
|
1357
|
+
* @param {number} [limit]
|
|
1358
|
+
* @param {*} [options] Override http request option.
|
|
1359
|
+
* @throws {RequiredError}
|
|
1360
|
+
*/
|
|
1361
|
+
listDiagnosticsMssqlSessions: async (orgName, clusterName, limit, options = {}) => {
|
|
1362
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
1363
|
+
(0, common_1.assertParamExists)('listDiagnosticsMssqlSessions', 'orgName', orgName);
|
|
1364
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
1365
|
+
(0, common_1.assertParamExists)('listDiagnosticsMssqlSessions', 'clusterName', clusterName);
|
|
1366
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/diagnostics/mssql/sessions`
|
|
1367
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1368
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
1369
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1370
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1371
|
+
let baseOptions;
|
|
1372
|
+
if (configuration) {
|
|
1373
|
+
baseOptions = configuration.baseOptions;
|
|
1374
|
+
}
|
|
1375
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1376
|
+
const localVarHeaderParameter = {};
|
|
1377
|
+
const localVarQueryParameter = {};
|
|
1378
|
+
// authentication BearerToken required
|
|
1379
|
+
// http bearer authentication required
|
|
1380
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1381
|
+
// authentication DigestAuth required
|
|
1382
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
1383
|
+
if (limit !== undefined) {
|
|
1384
|
+
localVarQueryParameter['limit'] = limit;
|
|
1385
|
+
}
|
|
1386
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1387
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1388
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1389
|
+
return {
|
|
1390
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1391
|
+
options: localVarRequestOptions,
|
|
1392
|
+
};
|
|
1393
|
+
},
|
|
736
1394
|
/**
|
|
737
1395
|
* List PostgreSQL session basic diagnostics records. The response includes waitEventType and waitEvent so clients can identify lock-waiting sessions without loading lock rows.
|
|
738
1396
|
* @summary List PostgreSQL session basic diagnostics
|
|
739
1397
|
* @param {string} orgName Organization name
|
|
740
1398
|
* @param {string} clusterName Cluster name
|
|
741
|
-
* @param {number} [limit] Maximum number of sessions to return.
|
|
1399
|
+
* @param {number} [limit] Maximum number of sessions to return. When omitted, the API returns the complete point-in-time session snapshot. When provided, the value must be positive.
|
|
742
1400
|
* @param {*} [options] Override http request option.
|
|
743
1401
|
* @throws {RequiredError}
|
|
744
1402
|
*/
|
|
@@ -786,102 +1444,282 @@ const DiagnosticsApiFp = function (configuration) {
|
|
|
786
1444
|
const localVarAxiosParamCreator = (0, exports.DiagnosticsApiAxiosParamCreator)(configuration);
|
|
787
1445
|
return {
|
|
788
1446
|
/**
|
|
789
|
-
*
|
|
790
|
-
* @summary
|
|
1447
|
+
*
|
|
1448
|
+
* @summary Explain Elasticsearch shard allocation
|
|
1449
|
+
* @param {string} orgName
|
|
1450
|
+
* @param {string} clusterName
|
|
1451
|
+
* @param {string} index
|
|
1452
|
+
* @param {number} shard
|
|
1453
|
+
* @param {boolean} primary
|
|
1454
|
+
* @param {string} [currentNode]
|
|
1455
|
+
* @param {*} [options] Override http request option.
|
|
1456
|
+
* @throws {RequiredError}
|
|
1457
|
+
*/
|
|
1458
|
+
async explainDiagnosticsElasticsearchAllocation(orgName, clusterName, index, shard, primary, currentNode, options) {
|
|
1459
|
+
var _a, _b, _c;
|
|
1460
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainDiagnosticsElasticsearchAllocation(orgName, clusterName, index, shard, primary, currentNode, options);
|
|
1461
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1462
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.explainDiagnosticsElasticsearchAllocation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1463
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1464
|
+
},
|
|
1465
|
+
/**
|
|
1466
|
+
* 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.
|
|
1467
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
1468
|
+
* @param {string} orgName Organization name
|
|
1469
|
+
* @param {string} clusterName Cluster name
|
|
1470
|
+
* @param {string} queryID PostgreSQL pg_stat_statements queryid represented as a string.
|
|
1471
|
+
* @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.
|
|
1472
|
+
* @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.
|
|
1473
|
+
* @param {boolean} topLevel Top-level identity from the ranking row. Required to disambiguate the queryID on PostgreSQL versions that expose pg_stat_statements.toplevel.
|
|
1474
|
+
* @param {string} [fingerprint] Optional fingerprint consistency guard. Currently aligned with PostgreSQL pg_stat_statements queryid.
|
|
1475
|
+
* @param {*} [options] Override http request option.
|
|
1476
|
+
* @throws {RequiredError}
|
|
1477
|
+
*/
|
|
1478
|
+
async explainDiagnosticsPostgresqlSQLFingerprint(orgName, clusterName, queryID, database, user, topLevel, fingerprint, options) {
|
|
1479
|
+
var _a, _b, _c;
|
|
1480
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainDiagnosticsPostgresqlSQLFingerprint(orgName, clusterName, queryID, database, user, topLevel, fingerprint, options);
|
|
1481
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1482
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.explainDiagnosticsPostgresqlSQLFingerprint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1483
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1484
|
+
},
|
|
1485
|
+
/**
|
|
1486
|
+
* 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.
|
|
1487
|
+
* @summary Get Dameng SQL analysis
|
|
1488
|
+
* @param {string} orgName Organization name
|
|
1489
|
+
* @param {string} clusterName Cluster name
|
|
1490
|
+
* @param {number} [limit] Maximum number of SQL entries per category. Defaults to 20.
|
|
1491
|
+
* @param {*} [options] Override http request option.
|
|
1492
|
+
* @throws {RequiredError}
|
|
1493
|
+
*/
|
|
1494
|
+
async getDiagnosticsDamengSQLAnalysis(orgName, clusterName, limit, options) {
|
|
1495
|
+
var _a, _b, _c;
|
|
1496
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsDamengSQLAnalysis(orgName, clusterName, limit, options);
|
|
1497
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1498
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsDamengSQLAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1499
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1500
|
+
},
|
|
1501
|
+
/**
|
|
1502
|
+
* Get a single Dameng session detail by session ID from V$SESSIONS, including SQL text, transaction info, and client details.
|
|
1503
|
+
* @summary Get Dameng session detail
|
|
1504
|
+
* @param {string} orgName Organization name
|
|
1505
|
+
* @param {string} clusterName Cluster name
|
|
1506
|
+
* @param {number} sessionId Dameng session ID (SESS_ID)
|
|
1507
|
+
* @param {*} [options] Override http request option.
|
|
1508
|
+
* @throws {RequiredError}
|
|
1509
|
+
*/
|
|
1510
|
+
async getDiagnosticsDamengSession(orgName, clusterName, sessionId, options) {
|
|
1511
|
+
var _a, _b, _c;
|
|
1512
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsDamengSession(orgName, clusterName, sessionId, options);
|
|
1513
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1514
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsDamengSession']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1515
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1516
|
+
},
|
|
1517
|
+
/**
|
|
1518
|
+
* Get lock and blocking analysis for a Dameng session. Queries V$LOCK and V$SESSIONS to identify blocking/blocked relationships and lock details.
|
|
1519
|
+
* @summary Get Dameng session lock analysis
|
|
1520
|
+
* @param {string} orgName Organization name
|
|
1521
|
+
* @param {string} clusterName Cluster name
|
|
1522
|
+
* @param {number} sessionId Dameng session ID (SESS_ID)
|
|
1523
|
+
* @param {*} [options] Override http request option.
|
|
1524
|
+
* @throws {RequiredError}
|
|
1525
|
+
*/
|
|
1526
|
+
async getDiagnosticsDamengSessionLockAnalysis(orgName, clusterName, sessionId, options) {
|
|
1527
|
+
var _a, _b, _c;
|
|
1528
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsDamengSessionLockAnalysis(orgName, clusterName, sessionId, options);
|
|
1529
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1530
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsDamengSessionLockAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1531
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1532
|
+
},
|
|
1533
|
+
/**
|
|
1534
|
+
* Get a read-only Dameng space snapshot including tablespace usage, schema sizes, top tables, and top indexes. Queries dba_free_space, dba_data_files, DBA_SEGMENTS, DBA_TABLES, DBA_INDEXES, and DBA_IND_COLUMNS.
|
|
1535
|
+
* @summary Get Dameng space analysis
|
|
1536
|
+
* @param {string} orgName Organization name
|
|
1537
|
+
* @param {string} clusterName Cluster name
|
|
1538
|
+
* @param {number} [tableLimit] Maximum number of top tables to return (0 or omitted = not collected)
|
|
1539
|
+
* @param {number} [indexLimit] Maximum number of top indexes to return (0 or omitted = not collected)
|
|
1540
|
+
* @param {string} [schema] Filter tables and indexes by schema (owner). Omit or empty = all schemas.
|
|
1541
|
+
* @param {boolean} [skipBasic] Set to true to skip tablespace and schema queries, returning only tables and indexes.
|
|
1542
|
+
* @param {*} [options] Override http request option.
|
|
1543
|
+
* @throws {RequiredError}
|
|
1544
|
+
*/
|
|
1545
|
+
async getDiagnosticsDamengSpaceAnalysis(orgName, clusterName, tableLimit, indexLimit, schema, skipBasic, options) {
|
|
1546
|
+
var _a, _b, _c;
|
|
1547
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsDamengSpaceAnalysis(orgName, clusterName, tableLimit, indexLimit, schema, skipBasic, options);
|
|
1548
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1549
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsDamengSpaceAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1550
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1551
|
+
},
|
|
1552
|
+
/**
|
|
1553
|
+
*
|
|
1554
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
1555
|
+
* @param {string} orgName
|
|
1556
|
+
* @param {string} clusterName
|
|
1557
|
+
* @param {string} [node]
|
|
1558
|
+
* @param {string} [index]
|
|
1559
|
+
* @param {ElasticsearchIndexSortBy} [sortBy]
|
|
1560
|
+
* @param {ElasticsearchSortOrder} [sortOrder]
|
|
1561
|
+
* @param {*} [options] Override http request option.
|
|
1562
|
+
* @throws {RequiredError}
|
|
1563
|
+
*/
|
|
1564
|
+
async getDiagnosticsElasticsearchStorageAnalysis(orgName, clusterName, node, index, sortBy, sortOrder, options) {
|
|
1565
|
+
var _a, _b, _c;
|
|
1566
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsElasticsearchStorageAnalysis(orgName, clusterName, node, index, sortBy, sortOrder, options);
|
|
1567
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1568
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsElasticsearchStorageAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1569
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1570
|
+
},
|
|
1571
|
+
/**
|
|
1572
|
+
*
|
|
1573
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
1574
|
+
* @param {string} orgName
|
|
1575
|
+
* @param {string} clusterName
|
|
1576
|
+
* @param {ElasticsearchHotThreadsType} [type]
|
|
1577
|
+
* @param {string} [node]
|
|
1578
|
+
* @param {number} [taskLimit]
|
|
1579
|
+
* @param {number} [threads]
|
|
1580
|
+
* @param {*} [options] Override http request option.
|
|
1581
|
+
* @throws {RequiredError}
|
|
1582
|
+
*/
|
|
1583
|
+
async getDiagnosticsElasticsearchTaskAnalysis(orgName, clusterName, type, node, taskLimit, threads, options) {
|
|
1584
|
+
var _a, _b, _c;
|
|
1585
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsElasticsearchTaskAnalysis(orgName, clusterName, type, node, taskLimit, threads, options);
|
|
1586
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1587
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsElasticsearchTaskAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1588
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1589
|
+
},
|
|
1590
|
+
/**
|
|
1591
|
+
*
|
|
1592
|
+
* @summary Get Kingbase session diagnostics
|
|
1593
|
+
* @param {string} orgName
|
|
1594
|
+
* @param {string} clusterName
|
|
1595
|
+
* @param {number} pid
|
|
1596
|
+
* @param {*} [options] Override http request option.
|
|
1597
|
+
* @throws {RequiredError}
|
|
1598
|
+
*/
|
|
1599
|
+
async getDiagnosticsKingbaseSession(orgName, clusterName, pid, options) {
|
|
1600
|
+
var _a, _b, _c;
|
|
1601
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsKingbaseSession(orgName, clusterName, pid, options);
|
|
1602
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1603
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsKingbaseSession']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1604
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1605
|
+
},
|
|
1606
|
+
/**
|
|
1607
|
+
* Returns the selected session and its direct lock rows from the current snapshot.
|
|
1608
|
+
* @summary Get Kingbase session lock analysis
|
|
1609
|
+
* @param {string} orgName
|
|
1610
|
+
* @param {string} clusterName
|
|
1611
|
+
* @param {number} pid
|
|
1612
|
+
* @param {*} [options] Override http request option.
|
|
1613
|
+
* @throws {RequiredError}
|
|
1614
|
+
*/
|
|
1615
|
+
async getDiagnosticsKingbaseSessionLockAnalysis(orgName, clusterName, pid, options) {
|
|
1616
|
+
var _a, _b, _c;
|
|
1617
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsKingbaseSessionLockAnalysis(orgName, clusterName, pid, options);
|
|
1618
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1619
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsKingbaseSessionLockAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1620
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1621
|
+
},
|
|
1622
|
+
/**
|
|
1623
|
+
* Get read-only MariaDB performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
1624
|
+
* @summary Get MariaDB performance trends
|
|
791
1625
|
* @param {string} orgName Organization name
|
|
792
1626
|
* @param {string} clusterName Cluster name
|
|
793
|
-
* @param {
|
|
1627
|
+
* @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
|
|
1628
|
+
* @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h.
|
|
794
1629
|
* @param {*} [options] Override http request option.
|
|
795
1630
|
* @throws {RequiredError}
|
|
796
1631
|
*/
|
|
797
|
-
async
|
|
1632
|
+
async getDiagnosticsMariaDBPerformanceTrends(orgName, clusterName, range, step, options) {
|
|
798
1633
|
var _a, _b, _c;
|
|
799
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1634
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsMariaDBPerformanceTrends(orgName, clusterName, range, step, options);
|
|
800
1635
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
801
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.
|
|
1636
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsMariaDBPerformanceTrends']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
802
1637
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
803
1638
|
},
|
|
804
1639
|
/**
|
|
805
|
-
* Get a
|
|
806
|
-
* @summary Get
|
|
1640
|
+
* Get a read-only MariaDB SQL fingerprint ranking from Performance Schema statement digests. The response does not expose raw SQL text, time-window aggregation, execution plans, or remediation actions.
|
|
1641
|
+
* @summary Get MariaDB SQL analysis
|
|
807
1642
|
* @param {string} orgName Organization name
|
|
808
1643
|
* @param {string} clusterName Cluster name
|
|
809
|
-
* @param {number}
|
|
1644
|
+
* @param {number} [limit] Maximum number of SQL fingerprints to return. The backend applies its own upper bound.
|
|
1645
|
+
* @param {string} [orderBy] Sort key. Allowed values are totalTime, meanTime, maxTime, and calls. Defaults to totalTime.
|
|
810
1646
|
* @param {*} [options] Override http request option.
|
|
811
1647
|
* @throws {RequiredError}
|
|
812
1648
|
*/
|
|
813
|
-
async
|
|
1649
|
+
async getDiagnosticsMariaDBSQLAnalysis(orgName, clusterName, limit, orderBy, options) {
|
|
814
1650
|
var _a, _b, _c;
|
|
815
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1651
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsMariaDBSQLAnalysis(orgName, clusterName, limit, orderBy, options);
|
|
816
1652
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
817
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.
|
|
1653
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsMariaDBSQLAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
818
1654
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
819
1655
|
},
|
|
820
1656
|
/**
|
|
821
|
-
* Get
|
|
822
|
-
* @summary Get
|
|
823
|
-
* @param {string} orgName
|
|
824
|
-
* @param {string} clusterName
|
|
825
|
-
* @param {
|
|
1657
|
+
* Get a read-only MariaDB compatible space snapshot and fixed backend-owned storage metrics.
|
|
1658
|
+
* @summary Get MariaDB space analysis
|
|
1659
|
+
* @param {string} orgName
|
|
1660
|
+
* @param {string} clusterName
|
|
1661
|
+
* @param {string} [databaseName] Optional database name for table and index details. When omitted, the largest non-system database is selected.
|
|
826
1662
|
* @param {*} [options] Override http request option.
|
|
827
1663
|
* @throws {RequiredError}
|
|
828
1664
|
*/
|
|
829
|
-
async
|
|
1665
|
+
async getDiagnosticsMariaDBSpaceAnalysis(orgName, clusterName, databaseName, options) {
|
|
830
1666
|
var _a, _b, _c;
|
|
831
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1667
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsMariaDBSpaceAnalysis(orgName, clusterName, databaseName, options);
|
|
832
1668
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
833
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.
|
|
1669
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsMariaDBSpaceAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
834
1670
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
835
1671
|
},
|
|
836
1672
|
/**
|
|
837
|
-
*
|
|
838
|
-
* @summary Get
|
|
839
|
-
* @param {string} orgName
|
|
840
|
-
* @param {string} clusterName
|
|
841
|
-
* @param {number}
|
|
842
|
-
* @param {
|
|
843
|
-
* @param {string} [schema] Filter tables and indexes by schema (owner). Omit or empty = all schemas.
|
|
844
|
-
* @param {boolean} [skipBasic] Set to true to skip tablespace and schema queries, returning only tables and indexes.
|
|
1673
|
+
*
|
|
1674
|
+
* @summary Get a SQL Server session
|
|
1675
|
+
* @param {string} orgName
|
|
1676
|
+
* @param {string} clusterName
|
|
1677
|
+
* @param {number} sessionId
|
|
1678
|
+
* @param {string} startedAt
|
|
845
1679
|
* @param {*} [options] Override http request option.
|
|
846
1680
|
* @throws {RequiredError}
|
|
847
1681
|
*/
|
|
848
|
-
async
|
|
1682
|
+
async getDiagnosticsMssqlSession(orgName, clusterName, sessionId, startedAt, options) {
|
|
849
1683
|
var _a, _b, _c;
|
|
850
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1684
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsMssqlSession(orgName, clusterName, sessionId, startedAt, options);
|
|
851
1685
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
852
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.
|
|
1686
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsMssqlSession']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
853
1687
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
854
1688
|
},
|
|
855
1689
|
/**
|
|
856
1690
|
*
|
|
857
|
-
* @summary
|
|
1691
|
+
* @summary Read the cached compiled plan of a live SQL Server request
|
|
858
1692
|
* @param {string} orgName
|
|
859
1693
|
* @param {string} clusterName
|
|
860
|
-
* @param {number}
|
|
1694
|
+
* @param {number} sessionId
|
|
1695
|
+
* @param {string} startedAt
|
|
1696
|
+
* @param {number} requestId
|
|
1697
|
+
* @param {string} requestStart
|
|
861
1698
|
* @param {*} [options] Override http request option.
|
|
862
1699
|
* @throws {RequiredError}
|
|
863
1700
|
*/
|
|
864
|
-
async
|
|
1701
|
+
async getDiagnosticsMssqlSessionCachedPlan(orgName, clusterName, sessionId, startedAt, requestId, requestStart, options) {
|
|
865
1702
|
var _a, _b, _c;
|
|
866
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1703
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsMssqlSessionCachedPlan(orgName, clusterName, sessionId, startedAt, requestId, requestStart, options);
|
|
867
1704
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
868
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.
|
|
1705
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsMssqlSessionCachedPlan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
869
1706
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
870
1707
|
},
|
|
871
1708
|
/**
|
|
872
|
-
*
|
|
873
|
-
* @summary Get
|
|
1709
|
+
*
|
|
1710
|
+
* @summary Get SQL Server blocking and locks
|
|
874
1711
|
* @param {string} orgName
|
|
875
1712
|
* @param {string} clusterName
|
|
876
|
-
* @param {number}
|
|
1713
|
+
* @param {number} sessionId
|
|
1714
|
+
* @param {string} startedAt
|
|
877
1715
|
* @param {*} [options] Override http request option.
|
|
878
1716
|
* @throws {RequiredError}
|
|
879
1717
|
*/
|
|
880
|
-
async
|
|
1718
|
+
async getDiagnosticsMssqlSessionLockAnalysis(orgName, clusterName, sessionId, startedAt, options) {
|
|
881
1719
|
var _a, _b, _c;
|
|
882
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1720
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDiagnosticsMssqlSessionLockAnalysis(orgName, clusterName, sessionId, startedAt, options);
|
|
883
1721
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
884
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.
|
|
1722
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.getDiagnosticsMssqlSessionLockAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
885
1723
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
886
1724
|
},
|
|
887
1725
|
/**
|
|
@@ -1033,6 +1871,41 @@ const DiagnosticsApiFp = function (configuration) {
|
|
|
1033
1871
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.listDiagnosticsDamengSessions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1034
1872
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1035
1873
|
},
|
|
1874
|
+
/**
|
|
1875
|
+
*
|
|
1876
|
+
* @summary List active Elasticsearch shard recoveries
|
|
1877
|
+
* @param {string} orgName
|
|
1878
|
+
* @param {string} clusterName
|
|
1879
|
+
* @param {string} [index] Index name or pattern
|
|
1880
|
+
* @param {string} [node] Exact target node ID or name
|
|
1881
|
+
* @param {*} [options] Override http request option.
|
|
1882
|
+
* @throws {RequiredError}
|
|
1883
|
+
*/
|
|
1884
|
+
async listDiagnosticsElasticsearchRecoveries(orgName, clusterName, index, node, options) {
|
|
1885
|
+
var _a, _b, _c;
|
|
1886
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDiagnosticsElasticsearchRecoveries(orgName, clusterName, index, node, options);
|
|
1887
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1888
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.listDiagnosticsElasticsearchRecoveries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1889
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1890
|
+
},
|
|
1891
|
+
/**
|
|
1892
|
+
*
|
|
1893
|
+
* @summary List Elasticsearch shards
|
|
1894
|
+
* @param {string} orgName
|
|
1895
|
+
* @param {string} clusterName
|
|
1896
|
+
* @param {string} [index] Index name or pattern
|
|
1897
|
+
* @param {string} [node] Exact node ID or name
|
|
1898
|
+
* @param {ElasticsearchShardState} [state]
|
|
1899
|
+
* @param {*} [options] Override http request option.
|
|
1900
|
+
* @throws {RequiredError}
|
|
1901
|
+
*/
|
|
1902
|
+
async listDiagnosticsElasticsearchShards(orgName, clusterName, index, node, state, options) {
|
|
1903
|
+
var _a, _b, _c;
|
|
1904
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDiagnosticsElasticsearchShards(orgName, clusterName, index, node, state, options);
|
|
1905
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1906
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.listDiagnosticsElasticsearchShards']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1907
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1908
|
+
},
|
|
1036
1909
|
/**
|
|
1037
1910
|
*
|
|
1038
1911
|
* @summary List Kingbase session diagnostics
|
|
@@ -1049,12 +1922,28 @@ const DiagnosticsApiFp = function (configuration) {
|
|
|
1049
1922
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.listDiagnosticsKingbaseSessions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1050
1923
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1051
1924
|
},
|
|
1925
|
+
/**
|
|
1926
|
+
*
|
|
1927
|
+
* @summary List SQL Server sessions
|
|
1928
|
+
* @param {string} orgName
|
|
1929
|
+
* @param {string} clusterName
|
|
1930
|
+
* @param {number} [limit]
|
|
1931
|
+
* @param {*} [options] Override http request option.
|
|
1932
|
+
* @throws {RequiredError}
|
|
1933
|
+
*/
|
|
1934
|
+
async listDiagnosticsMssqlSessions(orgName, clusterName, limit, options) {
|
|
1935
|
+
var _a, _b, _c;
|
|
1936
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDiagnosticsMssqlSessions(orgName, clusterName, limit, options);
|
|
1937
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1938
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DiagnosticsApi.listDiagnosticsMssqlSessions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1939
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1940
|
+
},
|
|
1052
1941
|
/**
|
|
1053
1942
|
* List PostgreSQL session basic diagnostics records. The response includes waitEventType and waitEvent so clients can identify lock-waiting sessions without loading lock rows.
|
|
1054
1943
|
* @summary List PostgreSQL session basic diagnostics
|
|
1055
1944
|
* @param {string} orgName Organization name
|
|
1056
1945
|
* @param {string} clusterName Cluster name
|
|
1057
|
-
* @param {number} [limit] Maximum number of sessions to return.
|
|
1946
|
+
* @param {number} [limit] Maximum number of sessions to return. When omitted, the API returns the complete point-in-time session snapshot. When provided, the value must be positive.
|
|
1058
1947
|
* @param {*} [options] Override http request option.
|
|
1059
1948
|
* @throws {RequiredError}
|
|
1060
1949
|
*/
|
|
@@ -1075,6 +1964,26 @@ exports.DiagnosticsApiFp = DiagnosticsApiFp;
|
|
|
1075
1964
|
const DiagnosticsApiFactory = function (configuration, basePath, axios) {
|
|
1076
1965
|
const localVarFp = (0, exports.DiagnosticsApiFp)(configuration);
|
|
1077
1966
|
return {
|
|
1967
|
+
/**
|
|
1968
|
+
*
|
|
1969
|
+
* @summary Explain Elasticsearch shard allocation
|
|
1970
|
+
* @param {DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest} requestParameters Request parameters.
|
|
1971
|
+
* @param {*} [options] Override http request option.
|
|
1972
|
+
* @throws {RequiredError}
|
|
1973
|
+
*/
|
|
1974
|
+
explainDiagnosticsElasticsearchAllocation(requestParameters, options) {
|
|
1975
|
+
return localVarFp.explainDiagnosticsElasticsearchAllocation(requestParameters.orgName, requestParameters.clusterName, requestParameters.index, requestParameters.shard, requestParameters.primary, requestParameters.currentNode, options).then((request) => request(axios, basePath));
|
|
1976
|
+
},
|
|
1977
|
+
/**
|
|
1978
|
+
* 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.
|
|
1979
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
1980
|
+
* @param {DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest} requestParameters Request parameters.
|
|
1981
|
+
* @param {*} [options] Override http request option.
|
|
1982
|
+
* @throws {RequiredError}
|
|
1983
|
+
*/
|
|
1984
|
+
explainDiagnosticsPostgresqlSQLFingerprint(requestParameters, options) {
|
|
1985
|
+
return localVarFp.explainDiagnosticsPostgresqlSQLFingerprint(requestParameters.orgName, requestParameters.clusterName, requestParameters.queryID, requestParameters.database, requestParameters.user, requestParameters.topLevel, requestParameters.fingerprint, options).then((request) => request(axios, basePath));
|
|
1986
|
+
},
|
|
1078
1987
|
/**
|
|
1079
1988
|
* 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.
|
|
1080
1989
|
* @summary Get Dameng SQL analysis
|
|
@@ -1115,6 +2024,26 @@ const DiagnosticsApiFactory = function (configuration, basePath, axios) {
|
|
|
1115
2024
|
getDiagnosticsDamengSpaceAnalysis(requestParameters, options) {
|
|
1116
2025
|
return localVarFp.getDiagnosticsDamengSpaceAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.tableLimit, requestParameters.indexLimit, requestParameters.schema, requestParameters.skipBasic, options).then((request) => request(axios, basePath));
|
|
1117
2026
|
},
|
|
2027
|
+
/**
|
|
2028
|
+
*
|
|
2029
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
2030
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest} requestParameters Request parameters.
|
|
2031
|
+
* @param {*} [options] Override http request option.
|
|
2032
|
+
* @throws {RequiredError}
|
|
2033
|
+
*/
|
|
2034
|
+
getDiagnosticsElasticsearchStorageAnalysis(requestParameters, options) {
|
|
2035
|
+
return localVarFp.getDiagnosticsElasticsearchStorageAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.node, requestParameters.index, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(axios, basePath));
|
|
2036
|
+
},
|
|
2037
|
+
/**
|
|
2038
|
+
*
|
|
2039
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
2040
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest} requestParameters Request parameters.
|
|
2041
|
+
* @param {*} [options] Override http request option.
|
|
2042
|
+
* @throws {RequiredError}
|
|
2043
|
+
*/
|
|
2044
|
+
getDiagnosticsElasticsearchTaskAnalysis(requestParameters, options) {
|
|
2045
|
+
return localVarFp.getDiagnosticsElasticsearchTaskAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.type, requestParameters.node, requestParameters.taskLimit, requestParameters.threads, options).then((request) => request(axios, basePath));
|
|
2046
|
+
},
|
|
1118
2047
|
/**
|
|
1119
2048
|
*
|
|
1120
2049
|
* @summary Get Kingbase session diagnostics
|
|
@@ -1135,6 +2064,66 @@ const DiagnosticsApiFactory = function (configuration, basePath, axios) {
|
|
|
1135
2064
|
getDiagnosticsKingbaseSessionLockAnalysis(requestParameters, options) {
|
|
1136
2065
|
return localVarFp.getDiagnosticsKingbaseSessionLockAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.pid, options).then((request) => request(axios, basePath));
|
|
1137
2066
|
},
|
|
2067
|
+
/**
|
|
2068
|
+
* Get read-only MariaDB performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
2069
|
+
* @summary Get MariaDB performance trends
|
|
2070
|
+
* @param {DiagnosticsApiGetDiagnosticsMariaDBPerformanceTrendsRequest} requestParameters Request parameters.
|
|
2071
|
+
* @param {*} [options] Override http request option.
|
|
2072
|
+
* @throws {RequiredError}
|
|
2073
|
+
*/
|
|
2074
|
+
getDiagnosticsMariaDBPerformanceTrends(requestParameters, options) {
|
|
2075
|
+
return localVarFp.getDiagnosticsMariaDBPerformanceTrends(requestParameters.orgName, requestParameters.clusterName, requestParameters.range, requestParameters.step, options).then((request) => request(axios, basePath));
|
|
2076
|
+
},
|
|
2077
|
+
/**
|
|
2078
|
+
* Get a read-only MariaDB SQL fingerprint ranking from Performance Schema statement digests. The response does not expose raw SQL text, time-window aggregation, execution plans, or remediation actions.
|
|
2079
|
+
* @summary Get MariaDB SQL analysis
|
|
2080
|
+
* @param {DiagnosticsApiGetDiagnosticsMariaDBSQLAnalysisRequest} requestParameters Request parameters.
|
|
2081
|
+
* @param {*} [options] Override http request option.
|
|
2082
|
+
* @throws {RequiredError}
|
|
2083
|
+
*/
|
|
2084
|
+
getDiagnosticsMariaDBSQLAnalysis(requestParameters, options) {
|
|
2085
|
+
return localVarFp.getDiagnosticsMariaDBSQLAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, requestParameters.orderBy, options).then((request) => request(axios, basePath));
|
|
2086
|
+
},
|
|
2087
|
+
/**
|
|
2088
|
+
* Get a read-only MariaDB compatible space snapshot and fixed backend-owned storage metrics.
|
|
2089
|
+
* @summary Get MariaDB space analysis
|
|
2090
|
+
* @param {DiagnosticsApiGetDiagnosticsMariaDBSpaceAnalysisRequest} requestParameters Request parameters.
|
|
2091
|
+
* @param {*} [options] Override http request option.
|
|
2092
|
+
* @throws {RequiredError}
|
|
2093
|
+
*/
|
|
2094
|
+
getDiagnosticsMariaDBSpaceAnalysis(requestParameters, options) {
|
|
2095
|
+
return localVarFp.getDiagnosticsMariaDBSpaceAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.databaseName, options).then((request) => request(axios, basePath));
|
|
2096
|
+
},
|
|
2097
|
+
/**
|
|
2098
|
+
*
|
|
2099
|
+
* @summary Get a SQL Server session
|
|
2100
|
+
* @param {DiagnosticsApiGetDiagnosticsMssqlSessionRequest} requestParameters Request parameters.
|
|
2101
|
+
* @param {*} [options] Override http request option.
|
|
2102
|
+
* @throws {RequiredError}
|
|
2103
|
+
*/
|
|
2104
|
+
getDiagnosticsMssqlSession(requestParameters, options) {
|
|
2105
|
+
return localVarFp.getDiagnosticsMssqlSession(requestParameters.orgName, requestParameters.clusterName, requestParameters.sessionId, requestParameters.startedAt, options).then((request) => request(axios, basePath));
|
|
2106
|
+
},
|
|
2107
|
+
/**
|
|
2108
|
+
*
|
|
2109
|
+
* @summary Read the cached compiled plan of a live SQL Server request
|
|
2110
|
+
* @param {DiagnosticsApiGetDiagnosticsMssqlSessionCachedPlanRequest} requestParameters Request parameters.
|
|
2111
|
+
* @param {*} [options] Override http request option.
|
|
2112
|
+
* @throws {RequiredError}
|
|
2113
|
+
*/
|
|
2114
|
+
getDiagnosticsMssqlSessionCachedPlan(requestParameters, options) {
|
|
2115
|
+
return localVarFp.getDiagnosticsMssqlSessionCachedPlan(requestParameters.orgName, requestParameters.clusterName, requestParameters.sessionId, requestParameters.startedAt, requestParameters.requestId, requestParameters.requestStart, options).then((request) => request(axios, basePath));
|
|
2116
|
+
},
|
|
2117
|
+
/**
|
|
2118
|
+
*
|
|
2119
|
+
* @summary Get SQL Server blocking and locks
|
|
2120
|
+
* @param {DiagnosticsApiGetDiagnosticsMssqlSessionLockAnalysisRequest} requestParameters Request parameters.
|
|
2121
|
+
* @param {*} [options] Override http request option.
|
|
2122
|
+
* @throws {RequiredError}
|
|
2123
|
+
*/
|
|
2124
|
+
getDiagnosticsMssqlSessionLockAnalysis(requestParameters, options) {
|
|
2125
|
+
return localVarFp.getDiagnosticsMssqlSessionLockAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.sessionId, requestParameters.startedAt, options).then((request) => request(axios, basePath));
|
|
2126
|
+
},
|
|
1138
2127
|
/**
|
|
1139
2128
|
* Get read-only MySQL 5.7, 8.0, and 8.4 performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
1140
2129
|
* @summary Get MySQL performance trends
|
|
@@ -1225,6 +2214,26 @@ const DiagnosticsApiFactory = function (configuration, basePath, axios) {
|
|
|
1225
2214
|
listDiagnosticsDamengSessions(requestParameters, options) {
|
|
1226
2215
|
return localVarFp.listDiagnosticsDamengSessions(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, requestParameters.state, options).then((request) => request(axios, basePath));
|
|
1227
2216
|
},
|
|
2217
|
+
/**
|
|
2218
|
+
*
|
|
2219
|
+
* @summary List active Elasticsearch shard recoveries
|
|
2220
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest} requestParameters Request parameters.
|
|
2221
|
+
* @param {*} [options] Override http request option.
|
|
2222
|
+
* @throws {RequiredError}
|
|
2223
|
+
*/
|
|
2224
|
+
listDiagnosticsElasticsearchRecoveries(requestParameters, options) {
|
|
2225
|
+
return localVarFp.listDiagnosticsElasticsearchRecoveries(requestParameters.orgName, requestParameters.clusterName, requestParameters.index, requestParameters.node, options).then((request) => request(axios, basePath));
|
|
2226
|
+
},
|
|
2227
|
+
/**
|
|
2228
|
+
*
|
|
2229
|
+
* @summary List Elasticsearch shards
|
|
2230
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchShardsRequest} requestParameters Request parameters.
|
|
2231
|
+
* @param {*} [options] Override http request option.
|
|
2232
|
+
* @throws {RequiredError}
|
|
2233
|
+
*/
|
|
2234
|
+
listDiagnosticsElasticsearchShards(requestParameters, options) {
|
|
2235
|
+
return localVarFp.listDiagnosticsElasticsearchShards(requestParameters.orgName, requestParameters.clusterName, requestParameters.index, requestParameters.node, requestParameters.state, options).then((request) => request(axios, basePath));
|
|
2236
|
+
},
|
|
1228
2237
|
/**
|
|
1229
2238
|
*
|
|
1230
2239
|
* @summary List Kingbase session diagnostics
|
|
@@ -1235,6 +2244,16 @@ const DiagnosticsApiFactory = function (configuration, basePath, axios) {
|
|
|
1235
2244
|
listDiagnosticsKingbaseSessions(requestParameters, options) {
|
|
1236
2245
|
return localVarFp.listDiagnosticsKingbaseSessions(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
1237
2246
|
},
|
|
2247
|
+
/**
|
|
2248
|
+
*
|
|
2249
|
+
* @summary List SQL Server sessions
|
|
2250
|
+
* @param {DiagnosticsApiListDiagnosticsMssqlSessionsRequest} requestParameters Request parameters.
|
|
2251
|
+
* @param {*} [options] Override http request option.
|
|
2252
|
+
* @throws {RequiredError}
|
|
2253
|
+
*/
|
|
2254
|
+
listDiagnosticsMssqlSessions(requestParameters, options) {
|
|
2255
|
+
return localVarFp.listDiagnosticsMssqlSessions(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
2256
|
+
},
|
|
1238
2257
|
/**
|
|
1239
2258
|
* List PostgreSQL session basic diagnostics records. The response includes waitEventType and waitEvent so clients can identify lock-waiting sessions without loading lock rows.
|
|
1240
2259
|
* @summary List PostgreSQL session basic diagnostics
|
|
@@ -1255,6 +2274,28 @@ exports.DiagnosticsApiFactory = DiagnosticsApiFactory;
|
|
|
1255
2274
|
* @extends {BaseAPI}
|
|
1256
2275
|
*/
|
|
1257
2276
|
class DiagnosticsApi extends base_1.BaseAPI {
|
|
2277
|
+
/**
|
|
2278
|
+
*
|
|
2279
|
+
* @summary Explain Elasticsearch shard allocation
|
|
2280
|
+
* @param {DiagnosticsApiExplainDiagnosticsElasticsearchAllocationRequest} requestParameters Request parameters.
|
|
2281
|
+
* @param {*} [options] Override http request option.
|
|
2282
|
+
* @throws {RequiredError}
|
|
2283
|
+
* @memberof DiagnosticsApi
|
|
2284
|
+
*/
|
|
2285
|
+
explainDiagnosticsElasticsearchAllocation(requestParameters, options) {
|
|
2286
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).explainDiagnosticsElasticsearchAllocation(requestParameters.orgName, requestParameters.clusterName, requestParameters.index, requestParameters.shard, requestParameters.primary, requestParameters.currentNode, options).then((request) => request(this.axios, this.basePath));
|
|
2287
|
+
}
|
|
2288
|
+
/**
|
|
2289
|
+
* 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.
|
|
2290
|
+
* @summary Explain PostgreSQL SQL fingerprint
|
|
2291
|
+
* @param {DiagnosticsApiExplainDiagnosticsPostgresqlSQLFingerprintRequest} requestParameters Request parameters.
|
|
2292
|
+
* @param {*} [options] Override http request option.
|
|
2293
|
+
* @throws {RequiredError}
|
|
2294
|
+
* @memberof DiagnosticsApi
|
|
2295
|
+
*/
|
|
2296
|
+
explainDiagnosticsPostgresqlSQLFingerprint(requestParameters, options) {
|
|
2297
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).explainDiagnosticsPostgresqlSQLFingerprint(requestParameters.orgName, requestParameters.clusterName, requestParameters.queryID, requestParameters.database, requestParameters.user, requestParameters.topLevel, requestParameters.fingerprint, options).then((request) => request(this.axios, this.basePath));
|
|
2298
|
+
}
|
|
1258
2299
|
/**
|
|
1259
2300
|
* 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.
|
|
1260
2301
|
* @summary Get Dameng SQL analysis
|
|
@@ -1299,6 +2340,28 @@ class DiagnosticsApi extends base_1.BaseAPI {
|
|
|
1299
2340
|
getDiagnosticsDamengSpaceAnalysis(requestParameters, options) {
|
|
1300
2341
|
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsDamengSpaceAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.tableLimit, requestParameters.indexLimit, requestParameters.schema, requestParameters.skipBasic, options).then((request) => request(this.axios, this.basePath));
|
|
1301
2342
|
}
|
|
2343
|
+
/**
|
|
2344
|
+
*
|
|
2345
|
+
* @summary Get Elasticsearch storage and index analysis
|
|
2346
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchStorageAnalysisRequest} requestParameters Request parameters.
|
|
2347
|
+
* @param {*} [options] Override http request option.
|
|
2348
|
+
* @throws {RequiredError}
|
|
2349
|
+
* @memberof DiagnosticsApi
|
|
2350
|
+
*/
|
|
2351
|
+
getDiagnosticsElasticsearchStorageAnalysis(requestParameters, options) {
|
|
2352
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsElasticsearchStorageAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.node, requestParameters.index, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(this.axios, this.basePath));
|
|
2353
|
+
}
|
|
2354
|
+
/**
|
|
2355
|
+
*
|
|
2356
|
+
* @summary Get Elasticsearch task and hot-thread analysis
|
|
2357
|
+
* @param {DiagnosticsApiGetDiagnosticsElasticsearchTaskAnalysisRequest} requestParameters Request parameters.
|
|
2358
|
+
* @param {*} [options] Override http request option.
|
|
2359
|
+
* @throws {RequiredError}
|
|
2360
|
+
* @memberof DiagnosticsApi
|
|
2361
|
+
*/
|
|
2362
|
+
getDiagnosticsElasticsearchTaskAnalysis(requestParameters, options) {
|
|
2363
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsElasticsearchTaskAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.type, requestParameters.node, requestParameters.taskLimit, requestParameters.threads, options).then((request) => request(this.axios, this.basePath));
|
|
2364
|
+
}
|
|
1302
2365
|
/**
|
|
1303
2366
|
*
|
|
1304
2367
|
* @summary Get Kingbase session diagnostics
|
|
@@ -1321,6 +2384,72 @@ class DiagnosticsApi extends base_1.BaseAPI {
|
|
|
1321
2384
|
getDiagnosticsKingbaseSessionLockAnalysis(requestParameters, options) {
|
|
1322
2385
|
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsKingbaseSessionLockAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.pid, options).then((request) => request(this.axios, this.basePath));
|
|
1323
2386
|
}
|
|
2387
|
+
/**
|
|
2388
|
+
* Get read-only MariaDB performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
2389
|
+
* @summary Get MariaDB performance trends
|
|
2390
|
+
* @param {DiagnosticsApiGetDiagnosticsMariaDBPerformanceTrendsRequest} requestParameters Request parameters.
|
|
2391
|
+
* @param {*} [options] Override http request option.
|
|
2392
|
+
* @throws {RequiredError}
|
|
2393
|
+
* @memberof DiagnosticsApi
|
|
2394
|
+
*/
|
|
2395
|
+
getDiagnosticsMariaDBPerformanceTrends(requestParameters, options) {
|
|
2396
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsMariaDBPerformanceTrends(requestParameters.orgName, requestParameters.clusterName, requestParameters.range, requestParameters.step, options).then((request) => request(this.axios, this.basePath));
|
|
2397
|
+
}
|
|
2398
|
+
/**
|
|
2399
|
+
* Get a read-only MariaDB SQL fingerprint ranking from Performance Schema statement digests. The response does not expose raw SQL text, time-window aggregation, execution plans, or remediation actions.
|
|
2400
|
+
* @summary Get MariaDB SQL analysis
|
|
2401
|
+
* @param {DiagnosticsApiGetDiagnosticsMariaDBSQLAnalysisRequest} requestParameters Request parameters.
|
|
2402
|
+
* @param {*} [options] Override http request option.
|
|
2403
|
+
* @throws {RequiredError}
|
|
2404
|
+
* @memberof DiagnosticsApi
|
|
2405
|
+
*/
|
|
2406
|
+
getDiagnosticsMariaDBSQLAnalysis(requestParameters, options) {
|
|
2407
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsMariaDBSQLAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, requestParameters.orderBy, options).then((request) => request(this.axios, this.basePath));
|
|
2408
|
+
}
|
|
2409
|
+
/**
|
|
2410
|
+
* Get a read-only MariaDB compatible space snapshot and fixed backend-owned storage metrics.
|
|
2411
|
+
* @summary Get MariaDB space analysis
|
|
2412
|
+
* @param {DiagnosticsApiGetDiagnosticsMariaDBSpaceAnalysisRequest} requestParameters Request parameters.
|
|
2413
|
+
* @param {*} [options] Override http request option.
|
|
2414
|
+
* @throws {RequiredError}
|
|
2415
|
+
* @memberof DiagnosticsApi
|
|
2416
|
+
*/
|
|
2417
|
+
getDiagnosticsMariaDBSpaceAnalysis(requestParameters, options) {
|
|
2418
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsMariaDBSpaceAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.databaseName, options).then((request) => request(this.axios, this.basePath));
|
|
2419
|
+
}
|
|
2420
|
+
/**
|
|
2421
|
+
*
|
|
2422
|
+
* @summary Get a SQL Server session
|
|
2423
|
+
* @param {DiagnosticsApiGetDiagnosticsMssqlSessionRequest} requestParameters Request parameters.
|
|
2424
|
+
* @param {*} [options] Override http request option.
|
|
2425
|
+
* @throws {RequiredError}
|
|
2426
|
+
* @memberof DiagnosticsApi
|
|
2427
|
+
*/
|
|
2428
|
+
getDiagnosticsMssqlSession(requestParameters, options) {
|
|
2429
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsMssqlSession(requestParameters.orgName, requestParameters.clusterName, requestParameters.sessionId, requestParameters.startedAt, options).then((request) => request(this.axios, this.basePath));
|
|
2430
|
+
}
|
|
2431
|
+
/**
|
|
2432
|
+
*
|
|
2433
|
+
* @summary Read the cached compiled plan of a live SQL Server request
|
|
2434
|
+
* @param {DiagnosticsApiGetDiagnosticsMssqlSessionCachedPlanRequest} requestParameters Request parameters.
|
|
2435
|
+
* @param {*} [options] Override http request option.
|
|
2436
|
+
* @throws {RequiredError}
|
|
2437
|
+
* @memberof DiagnosticsApi
|
|
2438
|
+
*/
|
|
2439
|
+
getDiagnosticsMssqlSessionCachedPlan(requestParameters, options) {
|
|
2440
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsMssqlSessionCachedPlan(requestParameters.orgName, requestParameters.clusterName, requestParameters.sessionId, requestParameters.startedAt, requestParameters.requestId, requestParameters.requestStart, options).then((request) => request(this.axios, this.basePath));
|
|
2441
|
+
}
|
|
2442
|
+
/**
|
|
2443
|
+
*
|
|
2444
|
+
* @summary Get SQL Server blocking and locks
|
|
2445
|
+
* @param {DiagnosticsApiGetDiagnosticsMssqlSessionLockAnalysisRequest} requestParameters Request parameters.
|
|
2446
|
+
* @param {*} [options] Override http request option.
|
|
2447
|
+
* @throws {RequiredError}
|
|
2448
|
+
* @memberof DiagnosticsApi
|
|
2449
|
+
*/
|
|
2450
|
+
getDiagnosticsMssqlSessionLockAnalysis(requestParameters, options) {
|
|
2451
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsMssqlSessionLockAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.sessionId, requestParameters.startedAt, options).then((request) => request(this.axios, this.basePath));
|
|
2452
|
+
}
|
|
1324
2453
|
/**
|
|
1325
2454
|
* Get read-only MySQL 5.7, 8.0, and 8.4 performance trends from backend-owned metrics and database capability checks. The response does not expose SQL, PromQL, internal endpoints, or credentials.
|
|
1326
2455
|
* @summary Get MySQL performance trends
|
|
@@ -1420,6 +2549,28 @@ class DiagnosticsApi extends base_1.BaseAPI {
|
|
|
1420
2549
|
listDiagnosticsDamengSessions(requestParameters, options) {
|
|
1421
2550
|
return (0, exports.DiagnosticsApiFp)(this.configuration).listDiagnosticsDamengSessions(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, requestParameters.state, options).then((request) => request(this.axios, this.basePath));
|
|
1422
2551
|
}
|
|
2552
|
+
/**
|
|
2553
|
+
*
|
|
2554
|
+
* @summary List active Elasticsearch shard recoveries
|
|
2555
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchRecoveriesRequest} requestParameters Request parameters.
|
|
2556
|
+
* @param {*} [options] Override http request option.
|
|
2557
|
+
* @throws {RequiredError}
|
|
2558
|
+
* @memberof DiagnosticsApi
|
|
2559
|
+
*/
|
|
2560
|
+
listDiagnosticsElasticsearchRecoveries(requestParameters, options) {
|
|
2561
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).listDiagnosticsElasticsearchRecoveries(requestParameters.orgName, requestParameters.clusterName, requestParameters.index, requestParameters.node, options).then((request) => request(this.axios, this.basePath));
|
|
2562
|
+
}
|
|
2563
|
+
/**
|
|
2564
|
+
*
|
|
2565
|
+
* @summary List Elasticsearch shards
|
|
2566
|
+
* @param {DiagnosticsApiListDiagnosticsElasticsearchShardsRequest} requestParameters Request parameters.
|
|
2567
|
+
* @param {*} [options] Override http request option.
|
|
2568
|
+
* @throws {RequiredError}
|
|
2569
|
+
* @memberof DiagnosticsApi
|
|
2570
|
+
*/
|
|
2571
|
+
listDiagnosticsElasticsearchShards(requestParameters, options) {
|
|
2572
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).listDiagnosticsElasticsearchShards(requestParameters.orgName, requestParameters.clusterName, requestParameters.index, requestParameters.node, requestParameters.state, options).then((request) => request(this.axios, this.basePath));
|
|
2573
|
+
}
|
|
1423
2574
|
/**
|
|
1424
2575
|
*
|
|
1425
2576
|
* @summary List Kingbase session diagnostics
|
|
@@ -1431,6 +2582,17 @@ class DiagnosticsApi extends base_1.BaseAPI {
|
|
|
1431
2582
|
listDiagnosticsKingbaseSessions(requestParameters, options) {
|
|
1432
2583
|
return (0, exports.DiagnosticsApiFp)(this.configuration).listDiagnosticsKingbaseSessions(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
1433
2584
|
}
|
|
2585
|
+
/**
|
|
2586
|
+
*
|
|
2587
|
+
* @summary List SQL Server sessions
|
|
2588
|
+
* @param {DiagnosticsApiListDiagnosticsMssqlSessionsRequest} requestParameters Request parameters.
|
|
2589
|
+
* @param {*} [options] Override http request option.
|
|
2590
|
+
* @throws {RequiredError}
|
|
2591
|
+
* @memberof DiagnosticsApi
|
|
2592
|
+
*/
|
|
2593
|
+
listDiagnosticsMssqlSessions(requestParameters, options) {
|
|
2594
|
+
return (0, exports.DiagnosticsApiFp)(this.configuration).listDiagnosticsMssqlSessions(requestParameters.orgName, requestParameters.clusterName, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
2595
|
+
}
|
|
1434
2596
|
/**
|
|
1435
2597
|
* List PostgreSQL session basic diagnostics records. The response includes waitEventType and waitEvent so clients can identify lock-waiting sessions without loading lock rows.
|
|
1436
2598
|
* @summary List PostgreSQL session basic diagnostics
|