kb-cloud-client-typescript 2.2.30 → 2.3.0-alpha.101
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 +1 -0
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +1 -0
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/aiagent-api.d.ts +1143 -0
- package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -0
- package/dist/adminapi/apis/aiagent-api.js +1214 -0
- package/dist/adminapi/apis/aiagent-api.js.map +1 -0
- package/dist/adminapi/apis/cluster-api.d.ts +163 -2
- package/dist/adminapi/apis/cluster-api.d.ts.map +1 -1
- package/dist/adminapi/apis/cluster-api.js +170 -5
- package/dist/adminapi/apis/cluster-api.js.map +1 -1
- package/dist/adminapi/apis/cluster-log-api.d.ts +1242 -131
- package/dist/adminapi/apis/cluster-log-api.d.ts.map +1 -1
- package/dist/adminapi/apis/cluster-log-api.js +882 -15
- package/dist/adminapi/apis/cluster-log-api.js.map +1 -1
- package/dist/adminapi/apis/dms-api.d.ts +2868 -458
- package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
- package/dist/adminapi/apis/dms-api.js +2673 -321
- package/dist/adminapi/apis/dms-api.js.map +1 -1
- package/dist/adminapi/apis/engine-api.d.ts +399 -0
- package/dist/adminapi/apis/engine-api.d.ts.map +1 -1
- package/dist/adminapi/apis/engine-api.js +442 -0
- package/dist/adminapi/apis/engine-api.js.map +1 -1
- package/dist/adminapi/apis/parameter-template-api.d.ts +80 -0
- package/dist/adminapi/apis/parameter-template-api.d.ts.map +1 -1
- package/dist/adminapi/apis/parameter-template-api.js +83 -0
- package/dist/adminapi/apis/parameter-template-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +1664 -282
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +1197 -64
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/ai-agent-conversation-list.d.ts +26 -0
- package/dist/adminapi/models/ai-agent-conversation-list.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation-list.js +16 -0
- package/dist/adminapi/models/ai-agent-conversation-list.js.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation-status.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-conversation-status.d.ts.map +1 -0
- package/dist/adminapi/models/{inspection-supported-engines.js → ai-agent-conversation-status.js} +9 -13
- package/dist/adminapi/models/ai-agent-conversation-status.js.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation.d.ts +76 -0
- package/dist/adminapi/models/ai-agent-conversation.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-conversation.js +16 -0
- package/dist/adminapi/models/ai-agent-conversation.js.map +1 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts +37 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.js +16 -0
- package/dist/adminapi/models/ai-agent-create-conversation-request.js.map +1 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.d.ts +31 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.js +16 -0
- package/dist/adminapi/models/ai-agent-delete-conversation-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-event-type.d.ts +35 -0
- package/dist/adminapi/models/ai-agent-event-type.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-event-type.js +39 -0
- package/dist/adminapi/models/ai-agent-event-type.js.map +1 -0
- package/dist/adminapi/models/ai-agent-event.d.ts +70 -0
- package/dist/adminapi/models/ai-agent-event.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-event.js +16 -0
- package/dist/adminapi/models/ai-agent-event.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message-list.d.ts +26 -0
- package/dist/adminapi/models/ai-agent-message-list.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-list.js +16 -0
- package/dist/adminapi/models/ai-agent-message-list.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part-type.d.ts +24 -0
- package/dist/adminapi/models/ai-agent-message-part-type.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part-type.js +28 -0
- package/dist/adminapi/models/ai-agent-message-part-type.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part.d.ts +46 -0
- package/dist/adminapi/models/ai-agent-message-part.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-part.js +16 -0
- package/dist/adminapi/models/ai-agent-message-part.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message-role.d.ts +23 -0
- package/dist/adminapi/models/ai-agent-message-role.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message-role.js +27 -0
- package/dist/adminapi/models/ai-agent-message-role.js.map +1 -0
- package/dist/adminapi/models/ai-agent-message.d.ts +64 -0
- package/dist/adminapi/models/ai-agent-message.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-message.js +16 -0
- package/dist/adminapi/models/ai-agent-message.js.map +1 -0
- package/dist/adminapi/models/ai-agent-object-ref.d.ts +31 -0
- package/dist/adminapi/models/ai-agent-object-ref.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-object-ref.js +16 -0
- package/dist/adminapi/models/ai-agent-object-ref.js.map +1 -0
- package/dist/adminapi/models/ai-agent-runtime-status-code.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-runtime-status-code.js +29 -0
- package/dist/adminapi/models/ai-agent-runtime-status-code.js.map +1 -0
- package/dist/adminapi/models/ai-agent-runtime-status.d.ts +45 -0
- package/dist/adminapi/models/ai-agent-runtime-status.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-runtime-status.js +16 -0
- package/dist/adminapi/models/ai-agent-runtime-status.js.map +1 -0
- package/dist/adminapi/models/ai-agent-scope.d.ts +44 -0
- package/dist/adminapi/models/ai-agent-scope.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-scope.js +16 -0
- package/dist/adminapi/models/ai-agent-scope.js.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-request.d.ts +32 -0
- package/dist/adminapi/models/ai-agent-send-message-request.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-request.js +16 -0
- package/dist/adminapi/models/ai-agent-send-message-request.js.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-response.d.ts +44 -0
- package/dist/adminapi/models/ai-agent-send-message-response.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-send-message-response.js +16 -0
- package/dist/adminapi/models/ai-agent-send-message-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.d.ts +32 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.js +16 -0
- package/dist/adminapi/models/ai-agent-stop-conversation-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.js +16 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.d.ts +38 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.js +16 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts +24 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.js +28 -0
- package/dist/adminapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action-list.d.ts +26 -0
- package/dist/adminapi/models/ai-agent-turn-action-list.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action-list.js +16 -0
- package/dist/adminapi/models/ai-agent-turn-action-list.js.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action.d.ts +106 -0
- package/dist/adminapi/models/ai-agent-turn-action.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-action.js +16 -0
- package/dist/adminapi/models/ai-agent-turn-action.js.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-status.d.ts +25 -0
- package/dist/adminapi/models/ai-agent-turn-status.d.ts.map +1 -0
- package/dist/adminapi/models/ai-agent-turn-status.js +29 -0
- package/dist/adminapi/models/ai-agent-turn-status.js.map +1 -0
- package/dist/adminapi/models/bench-option.d.ts +6 -0
- package/dist/adminapi/models/bench-option.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-execution-log-item.d.ts +7 -0
- package/dist/adminapi/models/cluster-execution-log-item.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-log-hits-item.d.ts +6 -0
- package/dist/adminapi/models/cluster-log-hits-item.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-slow-log-database-distribution.d.ts +31 -0
- package/dist/adminapi/models/cluster-slow-log-database-distribution.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-database-distribution.js +16 -0
- package/dist/adminapi/models/cluster-slow-log-database-distribution.js.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-detail.d.ts +55 -0
- package/dist/adminapi/models/cluster-slow-log-detail.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-detail.js +16 -0
- package/dist/adminapi/models/cluster-slow-log-detail.js.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-explain-response.d.ts +75 -0
- package/dist/adminapi/models/cluster-slow-log-explain-response.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-explain-response.js +16 -0
- package/dist/adminapi/models/cluster-slow-log-explain-response.js.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-stats.d.ts +7 -0
- package/dist/adminapi/models/cluster-slow-log-stats.d.ts.map +1 -1
- package/dist/adminapi/models/cluster-slow-log-template-list.d.ts +26 -0
- package/dist/adminapi/models/cluster-slow-log-template-list.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-template-list.js +16 -0
- package/dist/adminapi/models/cluster-slow-log-template-list.js.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-template.d.ts +133 -0
- package/dist/adminapi/models/cluster-slow-log-template.d.ts.map +1 -0
- package/dist/adminapi/models/cluster-slow-log-template.js +16 -0
- package/dist/adminapi/models/cluster-slow-log-template.js.map +1 -0
- package/dist/adminapi/models/database-option.d.ts +6 -0
- package/dist/adminapi/models/database-option.d.ts.map +1 -1
- package/dist/adminapi/models/database-parameter-item.d.ts +6 -0
- package/dist/adminapi/models/database-parameter-item.d.ts.map +1 -1
- package/dist/adminapi/models/database-parameter-list-item.d.ts +6 -0
- package/dist/adminapi/models/database-parameter-list-item.d.ts.map +1 -1
- package/dist/adminapi/models/dms-option.d.ts +0 -6
- package/dist/adminapi/models/dms-option.d.ts.map +1 -1
- package/dist/adminapi/models/dms-query-history.d.ts +10 -4
- package/dist/adminapi/models/dms-query-history.d.ts.map +1 -1
- package/dist/adminapi/models/engine-network-mode-options-inner.d.ts +38 -0
- package/dist/adminapi/models/engine-network-mode-options-inner.d.ts.map +1 -0
- package/dist/adminapi/models/engine-network-mode-options-inner.js +16 -0
- package/dist/adminapi/models/engine-network-mode-options-inner.js.map +1 -0
- package/dist/adminapi/models/engine-network-mode-supported.d.ts +34 -0
- package/dist/adminapi/models/engine-network-mode-supported.d.ts.map +1 -0
- package/dist/adminapi/models/engine-network-mode-supported.js +16 -0
- package/dist/adminapi/models/engine-network-mode-supported.js.map +1 -0
- package/dist/adminapi/models/engine-option.d.ts +7 -0
- package/dist/adminapi/models/engine-option.d.ts.map +1 -1
- package/dist/adminapi/models/environment-engine-option-create.d.ts +37 -0
- package/dist/adminapi/models/environment-engine-option-create.d.ts.map +1 -0
- package/dist/adminapi/models/environment-engine-option-create.js +16 -0
- package/dist/adminapi/models/environment-engine-option-create.js.map +1 -0
- package/dist/adminapi/models/environment-engine-option-update.d.ts +25 -0
- package/dist/adminapi/models/environment-engine-option-update.d.ts.map +1 -0
- package/dist/adminapi/models/environment-engine-option-update.js +16 -0
- package/dist/adminapi/models/environment-engine-option-update.js.map +1 -0
- package/dist/adminapi/models/environment-engine-option.d.ts +67 -0
- package/dist/adminapi/models/environment-engine-option.d.ts.map +1 -0
- package/dist/adminapi/models/environment-engine-option.js +16 -0
- package/dist/adminapi/models/environment-engine-option.js.map +1 -0
- package/dist/adminapi/models/index.d.ts +77 -1
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +77 -1
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/adminapi/models/inspection-task.d.ts +2 -3
- package/dist/adminapi/models/inspection-task.d.ts.map +1 -1
- package/dist/adminapi/models/instance-resource-stats.d.ts +6 -0
- package/dist/adminapi/models/instance-resource-stats.d.ts.map +1 -1
- package/dist/adminapi/models/llm.d.ts +1 -1
- package/dist/adminapi/models/log-option.d.ts +6 -0
- package/dist/adminapi/models/log-option.d.ts.map +1 -1
- package/dist/adminapi/models/mongo-aggregate-request.d.ts +37 -0
- package/dist/adminapi/models/mongo-aggregate-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-aggregate-request.js +16 -0
- package/dist/adminapi/models/mongo-aggregate-request.js.map +1 -0
- package/dist/adminapi/models/mongo-collection-capabilities.d.ts +49 -0
- package/dist/adminapi/models/mongo-collection-capabilities.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-collection-capabilities.js +16 -0
- package/dist/adminapi/models/mongo-collection-capabilities.js.map +1 -0
- package/dist/adminapi/models/mongo-collection-info.d.ts +50 -0
- package/dist/adminapi/models/mongo-collection-info.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-collection-info.js +16 -0
- package/dist/adminapi/models/mongo-collection-info.js.map +1 -0
- package/dist/adminapi/models/mongo-collection-stats.d.ts +62 -0
- package/dist/adminapi/models/mongo-collection-stats.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-collection-stats.js +16 -0
- package/dist/adminapi/models/mongo-collection-stats.js.map +1 -0
- package/dist/adminapi/models/mongo-create-collection-options.d.ts +61 -0
- package/dist/adminapi/models/mongo-create-collection-options.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-create-collection-options.js +16 -0
- package/dist/adminapi/models/mongo-create-collection-options.js.map +1 -0
- package/dist/adminapi/models/mongo-create-collection-request.d.ts +26 -0
- package/dist/adminapi/models/mongo-create-collection-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-create-collection-request.js +16 -0
- package/dist/adminapi/models/mongo-create-collection-request.js.map +1 -0
- package/dist/adminapi/models/mongo-create-index-request.d.ts +32 -0
- package/dist/adminapi/models/mongo-create-index-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-create-index-request.js +16 -0
- package/dist/adminapi/models/mongo-create-index-request.js.map +1 -0
- package/dist/adminapi/models/mongo-create-view-request.d.ts +43 -0
- package/dist/adminapi/models/mongo-create-view-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-create-view-request.js +16 -0
- package/dist/adminapi/models/mongo-create-view-request.js.map +1 -0
- package/dist/adminapi/models/mongo-database-info.d.ts +49 -0
- package/dist/adminapi/models/mongo-database-info.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-database-info.js +16 -0
- package/dist/adminapi/models/mongo-database-info.js.map +1 -0
- package/dist/adminapi/models/mongo-delete-request.d.ts +31 -0
- package/dist/adminapi/models/mongo-delete-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-delete-request.js +16 -0
- package/dist/adminapi/models/mongo-delete-request.js.map +1 -0
- package/dist/adminapi/models/mongo-explain-request.d.ts +67 -0
- package/dist/adminapi/models/mongo-explain-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-explain-request.js +16 -0
- package/dist/adminapi/models/mongo-explain-request.js.map +1 -0
- package/dist/adminapi/models/mongo-explain-response.d.ts +31 -0
- package/dist/adminapi/models/mongo-explain-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-explain-response.js +16 -0
- package/dist/adminapi/models/mongo-explain-response.js.map +1 -0
- package/dist/adminapi/models/mongo-find-request.d.ts +61 -0
- package/dist/adminapi/models/mongo-find-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-find-request.js +16 -0
- package/dist/adminapi/models/mongo-find-request.js.map +1 -0
- package/dist/adminapi/models/mongo-find-response.d.ts +43 -0
- package/dist/adminapi/models/mongo-find-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-find-response.js +16 -0
- package/dist/adminapi/models/mongo-find-response.js.map +1 -0
- package/dist/adminapi/models/mongo-index-info.d.ts +67 -0
- package/dist/adminapi/models/mongo-index-info.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-index-info.js +16 -0
- package/dist/adminapi/models/mongo-index-info.js.map +1 -0
- package/dist/adminapi/models/mongo-index-options.d.ts +37 -0
- package/dist/adminapi/models/mongo-index-options.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-index-options.js +16 -0
- package/dist/adminapi/models/mongo-index-options.js.map +1 -0
- package/dist/adminapi/models/mongo-insert-request.d.ts +31 -0
- package/dist/adminapi/models/mongo-insert-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-insert-request.js +16 -0
- package/dist/adminapi/models/mongo-insert-request.js.map +1 -0
- package/dist/adminapi/models/mongo-replace-request.d.ts +37 -0
- package/dist/adminapi/models/mongo-replace-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-replace-request.js +16 -0
- package/dist/adminapi/models/mongo-replace-request.js.map +1 -0
- package/dist/adminapi/models/mongo-schema-analysis.d.ts +38 -0
- package/dist/adminapi/models/mongo-schema-analysis.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-schema-analysis.js +16 -0
- package/dist/adminapi/models/mongo-schema-analysis.js.map +1 -0
- package/dist/adminapi/models/mongo-schema-field.d.ts +37 -0
- package/dist/adminapi/models/mongo-schema-field.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-schema-field.js +16 -0
- package/dist/adminapi/models/mongo-schema-field.js.map +1 -0
- package/dist/adminapi/models/mongo-set-validation-request.d.ts +37 -0
- package/dist/adminapi/models/mongo-set-validation-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-set-validation-request.js +16 -0
- package/dist/adminapi/models/mongo-set-validation-request.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-completion-item.d.ts +25 -0
- package/dist/adminapi/models/mongo-shell-completion-item.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-completion-item.js +16 -0
- package/dist/adminapi/models/mongo-shell-completion-item.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-completions-request.d.ts +25 -0
- package/dist/adminapi/models/mongo-shell-completions-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-completions-request.js +16 -0
- package/dist/adminapi/models/mongo-shell-completions-request.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-completions-response.d.ts +26 -0
- package/dist/adminapi/models/mongo-shell-completions-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-completions-response.js +16 -0
- package/dist/adminapi/models/mongo-shell-completions-response.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-create-session-request.d.ts +25 -0
- package/dist/adminapi/models/mongo-shell-create-session-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-create-session-request.js +16 -0
- package/dist/adminapi/models/mongo-shell-create-session-request.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-evaluate-request.d.ts +37 -0
- package/dist/adminapi/models/mongo-shell-evaluate-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-evaluate-request.js +16 -0
- package/dist/adminapi/models/mongo-shell-evaluate-request.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-evaluate-response.d.ts +44 -0
- package/dist/adminapi/models/mongo-shell-evaluate-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-evaluate-response.js +16 -0
- package/dist/adminapi/models/mongo-shell-evaluate-response.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-interrupt-response.d.ts +25 -0
- package/dist/adminapi/models/mongo-shell-interrupt-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-interrupt-response.js +16 -0
- package/dist/adminapi/models/mongo-shell-interrupt-response.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-prompt-response.d.ts +25 -0
- package/dist/adminapi/models/mongo-shell-prompt-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-prompt-response.js +16 -0
- package/dist/adminapi/models/mongo-shell-prompt-response.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-result.d.ts +37 -0
- package/dist/adminapi/models/mongo-shell-result.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-result.js +16 -0
- package/dist/adminapi/models/mongo-shell-result.js.map +1 -0
- package/dist/adminapi/models/mongo-shell-session.d.ts +49 -0
- package/dist/adminapi/models/mongo-shell-session.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-shell-session.js +16 -0
- package/dist/adminapi/models/mongo-shell-session.js.map +1 -0
- package/dist/adminapi/models/mongo-update-request.d.ts +43 -0
- package/dist/adminapi/models/mongo-update-request.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-update-request.js +16 -0
- package/dist/adminapi/models/mongo-update-request.js.map +1 -0
- package/dist/adminapi/models/mongo-validation-info.d.ts +37 -0
- package/dist/adminapi/models/mongo-validation-info.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-validation-info.js +16 -0
- package/dist/adminapi/models/mongo-validation-info.js.map +1 -0
- package/dist/adminapi/models/mongo-write-response.d.ts +31 -0
- package/dist/adminapi/models/mongo-write-response.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-write-response.js +16 -0
- package/dist/adminapi/models/mongo-write-response.js.map +1 -0
- package/dist/adminapi/models/mongo-write-result.d.ts +55 -0
- package/dist/adminapi/models/mongo-write-result.d.ts.map +1 -0
- package/dist/adminapi/models/mongo-write-result.js +16 -0
- package/dist/adminapi/models/mongo-write-result.js.map +1 -0
- package/dist/adminapi/models/parameter-template-diff-item.d.ts +43 -0
- package/dist/adminapi/models/parameter-template-diff-item.d.ts.map +1 -0
- package/dist/adminapi/models/parameter-template-diff-item.js +16 -0
- package/dist/adminapi/models/parameter-template-diff-item.js.map +1 -0
- package/dist/adminapi/models/parameter-template-diff.d.ts +26 -0
- package/dist/adminapi/models/parameter-template-diff.d.ts.map +1 -0
- package/dist/adminapi/models/parameter-template-diff.js +16 -0
- package/dist/adminapi/models/parameter-template-diff.js.map +1 -0
- package/dist/adminapi/models/tde-option.d.ts +32 -0
- package/dist/adminapi/models/tde-option.d.ts.map +1 -0
- package/dist/adminapi/models/tde-option.js +16 -0
- package/dist/adminapi/models/tde-option.js.map +1 -0
- package/dist/adminapi/models/tde-parameter-option.d.ts +49 -0
- package/dist/adminapi/models/tde-parameter-option.d.ts.map +1 -0
- package/dist/adminapi/models/tde-parameter-option.js +16 -0
- package/dist/adminapi/models/tde-parameter-option.js.map +1 -0
- package/dist/adminapi/models/tde-request.d.ts +31 -0
- package/dist/adminapi/models/tde-request.d.ts.map +1 -0
- package/dist/adminapi/models/tde-request.js +16 -0
- package/dist/adminapi/models/tde-request.js.map +1 -0
- package/dist/adminapi/models/tde-response.d.ts +31 -0
- package/dist/adminapi/models/tde-response.d.ts.map +1 -0
- package/dist/adminapi/models/tde-response.js +16 -0
- package/dist/adminapi/models/tde-response.js.map +1 -0
- package/dist/adminapi/models/tde-status.d.ts +33 -0
- package/dist/adminapi/models/tde-status.d.ts.map +1 -0
- package/dist/adminapi/models/tde-status.js +16 -0
- package/dist/adminapi/models/tde-status.js.map +1 -0
- package/dist/openapi/api.d.ts +1 -0
- package/dist/openapi/api.d.ts.map +1 -1
- package/dist/openapi/api.js +1 -0
- package/dist/openapi/api.js.map +1 -1
- package/dist/openapi/apis/aiagent-api.d.ts +1143 -0
- package/dist/openapi/apis/aiagent-api.d.ts.map +1 -0
- package/dist/openapi/apis/aiagent-api.js +1214 -0
- package/dist/openapi/apis/aiagent-api.js.map +1 -0
- package/dist/openapi/apis/benchmark-api.d.ts +64 -0
- package/dist/openapi/apis/benchmark-api.d.ts.map +1 -1
- package/dist/openapi/apis/benchmark-api.js +72 -0
- package/dist/openapi/apis/benchmark-api.js.map +1 -1
- package/dist/openapi/apis/cluster-api.d.ts +163 -2
- package/dist/openapi/apis/cluster-api.d.ts.map +1 -1
- package/dist/openapi/apis/cluster-api.js +170 -5
- package/dist/openapi/apis/cluster-api.js.map +1 -1
- package/dist/openapi/apis/cluster-log-api.d.ts +1146 -35
- package/dist/openapi/apis/cluster-log-api.d.ts.map +1 -1
- package/dist/openapi/apis/cluster-log-api.js +882 -15
- package/dist/openapi/apis/cluster-log-api.js.map +1 -1
- package/dist/openapi/apis/data-replication-api.d.ts +440 -0
- package/dist/openapi/apis/data-replication-api.d.ts.map +1 -1
- package/dist/openapi/apis/data-replication-api.js +464 -0
- package/dist/openapi/apis/data-replication-api.js.map +1 -1
- package/dist/openapi/apis/dms-api.d.ts +2868 -458
- package/dist/openapi/apis/dms-api.d.ts.map +1 -1
- package/dist/openapi/apis/dms-api.js +2673 -321
- package/dist/openapi/apis/dms-api.js.map +1 -1
- package/dist/openapi/apis/engine-api.d.ts +72 -0
- package/dist/openapi/apis/engine-api.d.ts.map +1 -1
- package/dist/openapi/apis/engine-api.js +80 -0
- package/dist/openapi/apis/engine-api.js.map +1 -1
- package/dist/openapi/apis/parameter-template-api.d.ts +80 -0
- package/dist/openapi/apis/parameter-template-api.d.ts.map +1 -1
- package/dist/openapi/apis/parameter-template-api.js +81 -0
- package/dist/openapi/apis/parameter-template-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +1570 -188
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +1195 -62
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/ai-agent-conversation-list.d.ts +26 -0
- package/dist/openapi/models/ai-agent-conversation-list.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-list.js +16 -0
- package/dist/openapi/models/ai-agent-conversation-list.js.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-status.d.ts +25 -0
- package/dist/openapi/models/ai-agent-conversation-status.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-conversation-status.js +29 -0
- package/dist/openapi/models/ai-agent-conversation-status.js.map +1 -0
- package/dist/openapi/models/ai-agent-conversation.d.ts +76 -0
- package/dist/openapi/models/ai-agent-conversation.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-conversation.js +16 -0
- package/dist/openapi/models/ai-agent-conversation.js.map +1 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts +37 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.js +16 -0
- package/dist/openapi/models/ai-agent-create-conversation-request.js.map +1 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.d.ts +31 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.js +16 -0
- package/dist/openapi/models/ai-agent-delete-conversation-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-event-type.d.ts +35 -0
- package/dist/openapi/models/ai-agent-event-type.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-event-type.js +39 -0
- package/dist/openapi/models/ai-agent-event-type.js.map +1 -0
- package/dist/openapi/models/ai-agent-event.d.ts +70 -0
- package/dist/openapi/models/ai-agent-event.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-event.js +16 -0
- package/dist/openapi/models/ai-agent-event.js.map +1 -0
- package/dist/openapi/models/ai-agent-message-list.d.ts +26 -0
- package/dist/openapi/models/ai-agent-message-list.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message-list.js +16 -0
- package/dist/openapi/models/ai-agent-message-list.js.map +1 -0
- package/dist/openapi/models/ai-agent-message-part-type.d.ts +24 -0
- package/dist/openapi/models/ai-agent-message-part-type.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message-part-type.js +28 -0
- package/dist/openapi/models/ai-agent-message-part-type.js.map +1 -0
- package/dist/openapi/models/ai-agent-message-part.d.ts +46 -0
- package/dist/openapi/models/ai-agent-message-part.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message-part.js +16 -0
- package/dist/openapi/models/ai-agent-message-part.js.map +1 -0
- package/dist/openapi/models/{pgbench-step.d.ts → ai-agent-message-role.d.ts} +7 -8
- package/dist/openapi/models/ai-agent-message-role.d.ts.map +1 -0
- package/dist/openapi/models/{pgbench-step.js → ai-agent-message-role.js} +7 -8
- package/dist/openapi/models/ai-agent-message-role.js.map +1 -0
- package/dist/openapi/models/ai-agent-message.d.ts +64 -0
- package/dist/openapi/models/ai-agent-message.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-message.js +16 -0
- package/dist/openapi/models/ai-agent-message.js.map +1 -0
- package/dist/openapi/models/ai-agent-object-ref.d.ts +31 -0
- package/dist/openapi/models/ai-agent-object-ref.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-object-ref.js +16 -0
- package/dist/openapi/models/ai-agent-object-ref.js.map +1 -0
- package/dist/openapi/models/ai-agent-runtime-status-code.d.ts +25 -0
- package/dist/openapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-runtime-status-code.js +29 -0
- package/dist/openapi/models/ai-agent-runtime-status-code.js.map +1 -0
- package/dist/openapi/models/ai-agent-runtime-status.d.ts +45 -0
- package/dist/openapi/models/ai-agent-runtime-status.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-runtime-status.js +16 -0
- package/dist/openapi/models/ai-agent-runtime-status.js.map +1 -0
- package/dist/openapi/models/ai-agent-scope.d.ts +44 -0
- package/dist/openapi/models/ai-agent-scope.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-scope.js +16 -0
- package/dist/openapi/models/ai-agent-scope.js.map +1 -0
- package/dist/openapi/models/ai-agent-send-message-request.d.ts +32 -0
- package/dist/openapi/models/ai-agent-send-message-request.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-send-message-request.js +16 -0
- package/dist/openapi/models/ai-agent-send-message-request.js.map +1 -0
- package/dist/openapi/models/ai-agent-send-message-response.d.ts +44 -0
- package/dist/openapi/models/ai-agent-send-message-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-send-message-response.js +16 -0
- package/dist/openapi/models/ai-agent-send-message-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts +32 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.js +16 -0
- package/dist/openapi/models/ai-agent-stop-conversation-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.d.ts +25 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js +16 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts +38 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js +16 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts +24 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-status.js +28 -0
- package/dist/openapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action-list.d.ts +26 -0
- package/dist/openapi/models/ai-agent-turn-action-list.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action-list.js +16 -0
- package/dist/openapi/models/ai-agent-turn-action-list.js.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action.d.ts +106 -0
- package/dist/openapi/models/ai-agent-turn-action.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-turn-action.js +16 -0
- package/dist/openapi/models/ai-agent-turn-action.js.map +1 -0
- package/dist/openapi/models/ai-agent-turn-status.d.ts +25 -0
- package/dist/openapi/models/ai-agent-turn-status.d.ts.map +1 -0
- package/dist/openapi/models/ai-agent-turn-status.js +29 -0
- package/dist/openapi/models/ai-agent-turn-status.js.map +1 -0
- package/dist/openapi/models/bench-option.d.ts +6 -0
- package/dist/openapi/models/bench-option.d.ts.map +1 -1
- package/dist/openapi/models/{ycsb-step.d.ts → benchmark-step.d.ts} +3 -3
- package/dist/openapi/models/benchmark-step.d.ts.map +1 -0
- package/dist/openapi/models/{ycsb-step.js → benchmark-step.js} +3 -3
- package/dist/openapi/models/benchmark-step.js.map +1 -0
- package/dist/openapi/models/benchmark-type.d.ts +1 -0
- package/dist/openapi/models/benchmark-type.d.ts.map +1 -1
- package/dist/openapi/models/benchmark-type.js +2 -1
- package/dist/openapi/models/benchmark-type.js.map +1 -1
- package/dist/openapi/models/cluster-execution-log-item.d.ts +7 -0
- package/dist/openapi/models/cluster-execution-log-item.d.ts.map +1 -1
- package/dist/openapi/models/cluster-log-hits-item.d.ts +6 -0
- package/dist/openapi/models/cluster-log-hits-item.d.ts.map +1 -1
- package/dist/openapi/models/cluster-slow-log-database-distribution.d.ts +31 -0
- package/dist/openapi/models/cluster-slow-log-database-distribution.d.ts.map +1 -0
- package/dist/openapi/models/cluster-slow-log-database-distribution.js +16 -0
- package/dist/openapi/models/cluster-slow-log-database-distribution.js.map +1 -0
- package/dist/openapi/models/cluster-slow-log-detail.d.ts +55 -0
- package/dist/openapi/models/cluster-slow-log-detail.d.ts.map +1 -0
- package/dist/openapi/models/cluster-slow-log-detail.js +16 -0
- package/dist/openapi/models/cluster-slow-log-detail.js.map +1 -0
- package/dist/openapi/models/cluster-slow-log-explain-response.d.ts +75 -0
- package/dist/openapi/models/cluster-slow-log-explain-response.d.ts.map +1 -0
- package/dist/openapi/models/cluster-slow-log-explain-response.js +16 -0
- package/dist/openapi/models/cluster-slow-log-explain-response.js.map +1 -0
- package/dist/openapi/models/cluster-slow-log-stats.d.ts +7 -0
- package/dist/openapi/models/cluster-slow-log-stats.d.ts.map +1 -1
- package/dist/openapi/models/cluster-slow-log-template-list.d.ts +26 -0
- package/dist/openapi/models/cluster-slow-log-template-list.d.ts.map +1 -0
- package/dist/openapi/models/cluster-slow-log-template-list.js +16 -0
- package/dist/openapi/models/cluster-slow-log-template-list.js.map +1 -0
- package/dist/openapi/models/cluster-slow-log-template.d.ts +133 -0
- package/dist/openapi/models/cluster-slow-log-template.d.ts.map +1 -0
- package/dist/openapi/models/cluster-slow-log-template.js +16 -0
- package/dist/openapi/models/cluster-slow-log-template.js.map +1 -0
- package/dist/openapi/models/data-check-create.d.ts +64 -0
- package/dist/openapi/models/data-check-create.d.ts.map +1 -0
- package/dist/openapi/models/data-check-create.js +16 -0
- package/dist/openapi/models/data-check-create.js.map +1 -0
- package/dist/openapi/models/data-check-detail-item.d.ts +94 -0
- package/dist/openapi/models/data-check-detail-item.d.ts.map +1 -0
- package/dist/openapi/models/data-check-detail-item.js +16 -0
- package/dist/openapi/models/data-check-detail-item.js.map +1 -0
- package/dist/openapi/models/{tpcc-step.d.ts → data-check-detail-type.d.ts} +6 -8
- package/dist/openapi/models/data-check-detail-type.d.ts.map +1 -0
- package/dist/openapi/models/{tpcc-step.js → data-check-detail-type.js} +6 -8
- package/dist/openapi/models/data-check-detail-type.js.map +1 -0
- package/dist/openapi/models/data-check-details.d.ts +33 -0
- package/dist/openapi/models/data-check-details.d.ts.map +1 -0
- package/dist/openapi/models/data-check-details.js +16 -0
- package/dist/openapi/models/data-check-details.js.map +1 -0
- package/dist/openapi/models/data-check-diff-value.d.ts +43 -0
- package/dist/openapi/models/data-check-diff-value.d.ts.map +1 -0
- package/dist/openapi/models/data-check-diff-value.js +16 -0
- package/dist/openapi/models/data-check-diff-value.js.map +1 -0
- package/dist/openapi/models/data-check-item.d.ts +101 -0
- package/dist/openapi/models/data-check-item.d.ts.map +1 -0
- package/dist/openapi/models/data-check-item.js +16 -0
- package/dist/openapi/models/data-check-item.js.map +1 -0
- package/dist/openapi/models/data-check-list-item.d.ts +101 -0
- package/dist/openapi/models/data-check-list-item.d.ts.map +1 -0
- package/dist/openapi/models/data-check-list-item.js +16 -0
- package/dist/openapi/models/data-check-list-item.js.map +1 -0
- package/dist/openapi/models/data-check-list-summary.d.ts +49 -0
- package/dist/openapi/models/data-check-list-summary.d.ts.map +1 -0
- package/dist/openapi/models/data-check-list-summary.js +16 -0
- package/dist/openapi/models/data-check-list-summary.js.map +1 -0
- package/dist/openapi/models/data-check-response.d.ts +37 -0
- package/dist/openapi/models/data-check-response.d.ts.map +1 -0
- package/dist/openapi/models/data-check-response.js +16 -0
- package/dist/openapi/models/data-check-response.js.map +1 -0
- package/dist/openapi/models/data-check-status.d.ts +23 -0
- package/dist/openapi/models/data-check-status.d.ts.map +1 -0
- package/dist/openapi/models/{sysbench-step.js → data-check-status.js} +7 -8
- package/dist/openapi/models/data-check-status.js.map +1 -0
- package/dist/openapi/models/data-check-summary.d.ts +56 -0
- package/dist/openapi/models/data-check-summary.d.ts.map +1 -0
- package/dist/openapi/models/data-check-summary.js +16 -0
- package/dist/openapi/models/data-check-summary.js.map +1 -0
- package/dist/openapi/models/data-check-table-summary.d.ts +67 -0
- package/dist/openapi/models/data-check-table-summary.d.ts.map +1 -0
- package/dist/openapi/models/data-check-table-summary.js +16 -0
- package/dist/openapi/models/data-check-table-summary.js.map +1 -0
- package/dist/openapi/models/data-check-type.d.ts +22 -0
- package/dist/openapi/models/data-check-type.d.ts.map +1 -0
- package/dist/openapi/models/data-check-type.js +26 -0
- package/dist/openapi/models/data-check-type.js.map +1 -0
- package/dist/openapi/models/database-option.d.ts +6 -0
- package/dist/openapi/models/database-option.d.ts.map +1 -1
- package/dist/openapi/models/dms-option.d.ts +0 -6
- package/dist/openapi/models/dms-option.d.ts.map +1 -1
- package/dist/openapi/models/dms-query-history.d.ts +10 -4
- package/dist/openapi/models/dms-query-history.d.ts.map +1 -1
- package/dist/openapi/models/engine-network-mode-supported.d.ts +34 -0
- package/dist/openapi/models/engine-network-mode-supported.d.ts.map +1 -0
- package/dist/openapi/models/engine-network-mode-supported.js +16 -0
- package/dist/openapi/models/engine-network-mode-supported.js.map +1 -0
- package/dist/openapi/models/engine-option.d.ts +7 -0
- package/dist/openapi/models/engine-option.d.ts.map +1 -1
- package/dist/openapi/models/{inspection-supported-engines.d.ts → esrally-data-profile.d.ts} +15 -13
- package/dist/openapi/models/esrally-data-profile.d.ts.map +1 -0
- package/dist/openapi/models/{inspection-supported-engines.js → esrally-data-profile.js} +15 -13
- package/dist/openapi/models/esrally-data-profile.js.map +1 -0
- package/dist/openapi/models/esrally-on-error.d.ts +22 -0
- package/dist/openapi/models/esrally-on-error.d.ts.map +1 -0
- package/dist/openapi/models/esrally-on-error.js +26 -0
- package/dist/openapi/models/esrally-on-error.js.map +1 -0
- package/dist/openapi/models/esrally-telemetry.d.ts +31 -0
- package/dist/openapi/models/esrally-telemetry.d.ts.map +1 -0
- package/dist/openapi/models/esrally-telemetry.js +35 -0
- package/dist/openapi/models/esrally-telemetry.js.map +1 -0
- package/dist/openapi/models/{sysbench-step.d.ts → esrally-workload.d.ts} +7 -7
- package/dist/openapi/models/esrally-workload.d.ts.map +1 -0
- package/dist/openapi/models/esrally-workload.js +28 -0
- package/dist/openapi/models/esrally-workload.js.map +1 -0
- package/dist/openapi/models/esrally.d.ts +120 -0
- package/dist/openapi/models/esrally.d.ts.map +1 -0
- package/dist/openapi/models/esrally.js +16 -0
- package/dist/openapi/models/esrally.js.map +1 -0
- package/dist/openapi/models/index.d.ts +92 -5
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +92 -5
- package/dist/openapi/models/index.js.map +1 -1
- package/dist/openapi/models/inspection-task.d.ts +2 -3
- package/dist/openapi/models/inspection-task.d.ts.map +1 -1
- package/dist/openapi/models/llm.d.ts +1 -1
- package/dist/openapi/models/log-option.d.ts +6 -0
- package/dist/openapi/models/log-option.d.ts.map +1 -1
- package/dist/openapi/models/mongo-aggregate-request.d.ts +37 -0
- package/dist/openapi/models/mongo-aggregate-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-aggregate-request.js +16 -0
- package/dist/openapi/models/mongo-aggregate-request.js.map +1 -0
- package/dist/openapi/models/mongo-collection-capabilities.d.ts +49 -0
- package/dist/openapi/models/mongo-collection-capabilities.d.ts.map +1 -0
- package/dist/openapi/models/mongo-collection-capabilities.js +16 -0
- package/dist/openapi/models/mongo-collection-capabilities.js.map +1 -0
- package/dist/openapi/models/mongo-collection-info.d.ts +50 -0
- package/dist/openapi/models/mongo-collection-info.d.ts.map +1 -0
- package/dist/openapi/models/mongo-collection-info.js +16 -0
- package/dist/openapi/models/mongo-collection-info.js.map +1 -0
- package/dist/openapi/models/mongo-collection-stats.d.ts +62 -0
- package/dist/openapi/models/mongo-collection-stats.d.ts.map +1 -0
- package/dist/openapi/models/mongo-collection-stats.js +16 -0
- package/dist/openapi/models/mongo-collection-stats.js.map +1 -0
- package/dist/openapi/models/mongo-create-collection-options.d.ts +61 -0
- package/dist/openapi/models/mongo-create-collection-options.d.ts.map +1 -0
- package/dist/openapi/models/mongo-create-collection-options.js +16 -0
- package/dist/openapi/models/mongo-create-collection-options.js.map +1 -0
- package/dist/openapi/models/mongo-create-collection-request.d.ts +26 -0
- package/dist/openapi/models/mongo-create-collection-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-create-collection-request.js +16 -0
- package/dist/openapi/models/mongo-create-collection-request.js.map +1 -0
- package/dist/openapi/models/mongo-create-index-request.d.ts +32 -0
- package/dist/openapi/models/mongo-create-index-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-create-index-request.js +16 -0
- package/dist/openapi/models/mongo-create-index-request.js.map +1 -0
- package/dist/openapi/models/mongo-create-view-request.d.ts +43 -0
- package/dist/openapi/models/mongo-create-view-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-create-view-request.js +16 -0
- package/dist/openapi/models/mongo-create-view-request.js.map +1 -0
- package/dist/openapi/models/mongo-database-info.d.ts +49 -0
- package/dist/openapi/models/mongo-database-info.d.ts.map +1 -0
- package/dist/openapi/models/mongo-database-info.js +16 -0
- package/dist/openapi/models/mongo-database-info.js.map +1 -0
- package/dist/openapi/models/mongo-delete-request.d.ts +31 -0
- package/dist/openapi/models/mongo-delete-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-delete-request.js +16 -0
- package/dist/openapi/models/mongo-delete-request.js.map +1 -0
- package/dist/openapi/models/mongo-explain-request.d.ts +67 -0
- package/dist/openapi/models/mongo-explain-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-explain-request.js +16 -0
- package/dist/openapi/models/mongo-explain-request.js.map +1 -0
- package/dist/openapi/models/mongo-explain-response.d.ts +31 -0
- package/dist/openapi/models/mongo-explain-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-explain-response.js +16 -0
- package/dist/openapi/models/mongo-explain-response.js.map +1 -0
- package/dist/openapi/models/mongo-find-request.d.ts +61 -0
- package/dist/openapi/models/mongo-find-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-find-request.js +16 -0
- package/dist/openapi/models/mongo-find-request.js.map +1 -0
- package/dist/openapi/models/mongo-find-response.d.ts +43 -0
- package/dist/openapi/models/mongo-find-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-find-response.js +16 -0
- package/dist/openapi/models/mongo-find-response.js.map +1 -0
- package/dist/openapi/models/mongo-index-info.d.ts +67 -0
- package/dist/openapi/models/mongo-index-info.d.ts.map +1 -0
- package/dist/openapi/models/mongo-index-info.js +16 -0
- package/dist/openapi/models/mongo-index-info.js.map +1 -0
- package/dist/openapi/models/mongo-index-options.d.ts +37 -0
- package/dist/openapi/models/mongo-index-options.d.ts.map +1 -0
- package/dist/openapi/models/mongo-index-options.js +16 -0
- package/dist/openapi/models/mongo-index-options.js.map +1 -0
- package/dist/openapi/models/mongo-insert-request.d.ts +31 -0
- package/dist/openapi/models/mongo-insert-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-insert-request.js +16 -0
- package/dist/openapi/models/mongo-insert-request.js.map +1 -0
- package/dist/openapi/models/mongo-replace-request.d.ts +37 -0
- package/dist/openapi/models/mongo-replace-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-replace-request.js +16 -0
- package/dist/openapi/models/mongo-replace-request.js.map +1 -0
- package/dist/openapi/models/mongo-schema-analysis.d.ts +38 -0
- package/dist/openapi/models/mongo-schema-analysis.d.ts.map +1 -0
- package/dist/openapi/models/mongo-schema-analysis.js +16 -0
- package/dist/openapi/models/mongo-schema-analysis.js.map +1 -0
- package/dist/openapi/models/mongo-schema-field.d.ts +37 -0
- package/dist/openapi/models/mongo-schema-field.d.ts.map +1 -0
- package/dist/openapi/models/mongo-schema-field.js +16 -0
- package/dist/openapi/models/mongo-schema-field.js.map +1 -0
- package/dist/openapi/models/mongo-set-validation-request.d.ts +37 -0
- package/dist/openapi/models/mongo-set-validation-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-set-validation-request.js +16 -0
- package/dist/openapi/models/mongo-set-validation-request.js.map +1 -0
- package/dist/openapi/models/mongo-shell-completion-item.d.ts +25 -0
- package/dist/openapi/models/mongo-shell-completion-item.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-completion-item.js +16 -0
- package/dist/openapi/models/mongo-shell-completion-item.js.map +1 -0
- package/dist/openapi/models/mongo-shell-completions-request.d.ts +25 -0
- package/dist/openapi/models/mongo-shell-completions-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-completions-request.js +16 -0
- package/dist/openapi/models/mongo-shell-completions-request.js.map +1 -0
- package/dist/openapi/models/mongo-shell-completions-response.d.ts +26 -0
- package/dist/openapi/models/mongo-shell-completions-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-completions-response.js +16 -0
- package/dist/openapi/models/mongo-shell-completions-response.js.map +1 -0
- package/dist/openapi/models/mongo-shell-create-session-request.d.ts +25 -0
- package/dist/openapi/models/mongo-shell-create-session-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-create-session-request.js +16 -0
- package/dist/openapi/models/mongo-shell-create-session-request.js.map +1 -0
- package/dist/openapi/models/mongo-shell-evaluate-request.d.ts +37 -0
- package/dist/openapi/models/mongo-shell-evaluate-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-evaluate-request.js +16 -0
- package/dist/openapi/models/mongo-shell-evaluate-request.js.map +1 -0
- package/dist/openapi/models/mongo-shell-evaluate-response.d.ts +44 -0
- package/dist/openapi/models/mongo-shell-evaluate-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-evaluate-response.js +16 -0
- package/dist/openapi/models/mongo-shell-evaluate-response.js.map +1 -0
- package/dist/openapi/models/mongo-shell-interrupt-response.d.ts +25 -0
- package/dist/openapi/models/mongo-shell-interrupt-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-interrupt-response.js +16 -0
- package/dist/openapi/models/mongo-shell-interrupt-response.js.map +1 -0
- package/dist/openapi/models/mongo-shell-prompt-response.d.ts +25 -0
- package/dist/openapi/models/mongo-shell-prompt-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-prompt-response.js +16 -0
- package/dist/openapi/models/mongo-shell-prompt-response.js.map +1 -0
- package/dist/openapi/models/mongo-shell-result.d.ts +37 -0
- package/dist/openapi/models/mongo-shell-result.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-result.js +16 -0
- package/dist/openapi/models/mongo-shell-result.js.map +1 -0
- package/dist/openapi/models/mongo-shell-session.d.ts +49 -0
- package/dist/openapi/models/mongo-shell-session.d.ts.map +1 -0
- package/dist/openapi/models/mongo-shell-session.js +16 -0
- package/dist/openapi/models/mongo-shell-session.js.map +1 -0
- package/dist/openapi/models/mongo-update-request.d.ts +43 -0
- package/dist/openapi/models/mongo-update-request.d.ts.map +1 -0
- package/dist/openapi/models/mongo-update-request.js +16 -0
- package/dist/openapi/models/mongo-update-request.js.map +1 -0
- package/dist/openapi/models/mongo-validation-info.d.ts +37 -0
- package/dist/openapi/models/mongo-validation-info.d.ts.map +1 -0
- package/dist/openapi/models/mongo-validation-info.js +16 -0
- package/dist/openapi/models/mongo-validation-info.js.map +1 -0
- package/dist/openapi/models/mongo-write-response.d.ts +31 -0
- package/dist/openapi/models/mongo-write-response.d.ts.map +1 -0
- package/dist/openapi/models/mongo-write-response.js +16 -0
- package/dist/openapi/models/mongo-write-response.js.map +1 -0
- package/dist/openapi/models/mongo-write-result.d.ts +55 -0
- package/dist/openapi/models/mongo-write-result.d.ts.map +1 -0
- package/dist/openapi/models/mongo-write-result.js +16 -0
- package/dist/openapi/models/mongo-write-result.js.map +1 -0
- package/dist/openapi/models/parameter-template-diff-item.d.ts +43 -0
- package/dist/openapi/models/parameter-template-diff-item.d.ts.map +1 -0
- package/dist/openapi/models/parameter-template-diff-item.js +16 -0
- package/dist/openapi/models/parameter-template-diff-item.js.map +1 -0
- package/dist/openapi/models/parameter-template-diff.d.ts +26 -0
- package/dist/openapi/models/parameter-template-diff.d.ts.map +1 -0
- package/dist/openapi/models/parameter-template-diff.js +16 -0
- package/dist/openapi/models/parameter-template-diff.js.map +1 -0
- package/dist/openapi/models/pgbench.d.ts +3 -3
- package/dist/openapi/models/pgbench.d.ts.map +1 -1
- package/dist/openapi/models/sysbench.d.ts +3 -3
- package/dist/openapi/models/sysbench.d.ts.map +1 -1
- package/dist/openapi/models/tde-option.d.ts +32 -0
- package/dist/openapi/models/tde-option.d.ts.map +1 -0
- package/dist/openapi/models/tde-option.js +16 -0
- package/dist/openapi/models/tde-option.js.map +1 -0
- package/dist/openapi/models/tde-parameter-option.d.ts +49 -0
- package/dist/openapi/models/tde-parameter-option.d.ts.map +1 -0
- package/dist/openapi/models/tde-parameter-option.js +16 -0
- package/dist/openapi/models/tde-parameter-option.js.map +1 -0
- package/dist/openapi/models/tde-request.d.ts +31 -0
- package/dist/openapi/models/tde-request.d.ts.map +1 -0
- package/dist/openapi/models/tde-request.js +16 -0
- package/dist/openapi/models/tde-request.js.map +1 -0
- package/dist/openapi/models/tde-response.d.ts +31 -0
- package/dist/openapi/models/tde-response.d.ts.map +1 -0
- package/dist/openapi/models/tde-response.js +16 -0
- package/dist/openapi/models/tde-response.js.map +1 -0
- package/dist/openapi/models/tde-status.d.ts +33 -0
- package/dist/openapi/models/tde-status.d.ts.map +1 -0
- package/dist/openapi/models/tde-status.js +16 -0
- package/dist/openapi/models/tde-status.js.map +1 -0
- package/dist/openapi/models/tpcc.d.ts +3 -3
- package/dist/openapi/models/tpcc.d.ts.map +1 -1
- package/dist/openapi/models/ycsb.d.ts +3 -3
- package/dist/openapi/models/ycsb.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +78 -1
- package/src/adminapi/api.ts +1 -0
- package/src/adminapi/apis/aiagent-api.ts +1935 -0
- package/src/adminapi/apis/cluster-api.ts +282 -5
- package/src/adminapi/apis/cluster-log-api.ts +2062 -213
- package/src/adminapi/apis/dms-api.ts +4961 -937
- package/src/adminapi/apis/engine-api.ts +694 -0
- package/src/adminapi/apis/parameter-template-api.ts +139 -0
- package/src/adminapi/apis/shared-api.ts +3597 -1288
- package/src/adminapi/models/ai-agent-conversation-list.ts +33 -0
- package/src/adminapi/models/{inspection-supported-engines.ts → ai-agent-conversation-status.ts} +8 -12
- package/src/adminapi/models/ai-agent-conversation.ts +89 -0
- package/src/adminapi/models/ai-agent-create-conversation-request.ts +42 -0
- package/src/adminapi/models/ai-agent-delete-conversation-response.ts +36 -0
- package/src/adminapi/models/ai-agent-event-type.ts +44 -0
- package/src/adminapi/models/ai-agent-event.ts +77 -0
- package/src/adminapi/models/ai-agent-message-list.ts +33 -0
- package/src/adminapi/models/ai-agent-message-part-type.ts +33 -0
- package/src/adminapi/models/ai-agent-message-part.ts +53 -0
- package/src/adminapi/models/ai-agent-message-role.ts +32 -0
- package/src/adminapi/models/ai-agent-message.ts +77 -0
- package/src/adminapi/models/ai-agent-object-ref.ts +36 -0
- package/src/adminapi/models/ai-agent-runtime-status-code.ts +34 -0
- package/src/adminapi/models/ai-agent-runtime-status.ts +56 -0
- package/src/adminapi/models/ai-agent-scope.ts +51 -0
- package/src/adminapi/models/ai-agent-send-message-request.ts +39 -0
- package/src/adminapi/models/ai-agent-send-message-response.ts +53 -0
- package/src/adminapi/models/ai-agent-stop-conversation-response.ts +41 -0
- package/src/adminapi/models/ai-agent-tool-confirmation-decision-request.ts +30 -0
- package/src/adminapi/models/ai-agent-tool-confirmation-decision-response.ts +47 -0
- package/src/adminapi/models/ai-agent-tool-confirmation-status.ts +33 -0
- package/src/adminapi/models/ai-agent-turn-action-list.ts +33 -0
- package/src/adminapi/models/ai-agent-turn-action.ts +113 -0
- package/src/adminapi/models/ai-agent-turn-status.ts +34 -0
- package/src/adminapi/models/bench-option.ts +6 -0
- package/src/adminapi/models/cluster-execution-log-item.ts +9 -0
- package/src/adminapi/models/cluster-log-hits-item.ts +6 -0
- package/src/adminapi/models/cluster-slow-log-database-distribution.ts +36 -0
- package/src/adminapi/models/cluster-slow-log-detail.ts +60 -0
- package/src/adminapi/models/cluster-slow-log-explain-response.ts +84 -0
- package/src/adminapi/models/cluster-slow-log-stats.ts +9 -0
- package/src/adminapi/models/cluster-slow-log-template-list.ts +33 -0
- package/src/adminapi/models/cluster-slow-log-template.ts +138 -0
- package/src/adminapi/models/database-option.ts +6 -0
- package/src/adminapi/models/database-parameter-item.ts +6 -0
- package/src/adminapi/models/database-parameter-list-item.ts +6 -0
- package/src/adminapi/models/dms-option.ts +0 -6
- package/src/adminapi/models/dms-query-history.ts +10 -4
- package/src/adminapi/models/engine-network-mode-options-inner.ts +45 -0
- package/src/adminapi/models/engine-network-mode-supported.ts +39 -0
- package/src/adminapi/models/engine-option.ts +9 -0
- package/src/adminapi/models/environment-engine-option-create.ts +42 -0
- package/src/adminapi/models/environment-engine-option-update.ts +30 -0
- package/src/adminapi/models/environment-engine-option.ts +72 -0
- package/src/adminapi/models/index.ts +77 -1
- package/src/adminapi/models/inspection-task.ts +2 -7
- package/src/adminapi/models/instance-resource-stats.ts +6 -0
- package/src/adminapi/models/llm.ts +1 -1
- package/src/adminapi/models/log-option.ts +6 -0
- package/src/adminapi/models/mongo-aggregate-request.ts +42 -0
- package/src/adminapi/models/mongo-collection-capabilities.ts +54 -0
- package/src/adminapi/models/mongo-collection-info.ts +57 -0
- package/src/adminapi/models/mongo-collection-stats.ts +69 -0
- package/src/adminapi/models/mongo-create-collection-options.ts +66 -0
- package/src/adminapi/models/mongo-create-collection-request.ts +33 -0
- package/src/adminapi/models/mongo-create-index-request.ts +39 -0
- package/src/adminapi/models/mongo-create-view-request.ts +48 -0
- package/src/adminapi/models/mongo-database-info.ts +54 -0
- package/src/adminapi/models/mongo-delete-request.ts +36 -0
- package/src/adminapi/models/mongo-explain-request.ts +72 -0
- package/src/adminapi/models/mongo-explain-response.ts +36 -0
- package/src/adminapi/models/mongo-find-request.ts +66 -0
- package/src/adminapi/models/mongo-find-response.ts +48 -0
- package/src/adminapi/models/mongo-index-info.ts +72 -0
- package/src/adminapi/models/mongo-index-options.ts +42 -0
- package/src/adminapi/models/mongo-insert-request.ts +36 -0
- package/src/adminapi/models/mongo-replace-request.ts +42 -0
- package/src/adminapi/models/mongo-schema-analysis.ts +45 -0
- package/src/adminapi/models/mongo-schema-field.ts +42 -0
- package/src/adminapi/models/mongo-set-validation-request.ts +42 -0
- package/src/adminapi/models/mongo-shell-completion-item.ts +30 -0
- package/src/adminapi/models/mongo-shell-completions-request.ts +30 -0
- package/src/adminapi/models/mongo-shell-completions-response.ts +33 -0
- package/src/adminapi/models/mongo-shell-create-session-request.ts +30 -0
- package/src/adminapi/models/mongo-shell-evaluate-request.ts +42 -0
- package/src/adminapi/models/mongo-shell-evaluate-response.ts +51 -0
- package/src/adminapi/models/mongo-shell-interrupt-response.ts +30 -0
- package/src/adminapi/models/mongo-shell-prompt-response.ts +30 -0
- package/src/adminapi/models/mongo-shell-result.ts +42 -0
- package/src/adminapi/models/mongo-shell-session.ts +54 -0
- package/src/adminapi/models/mongo-update-request.ts +48 -0
- package/src/adminapi/models/mongo-validation-info.ts +42 -0
- package/src/adminapi/models/mongo-write-response.ts +36 -0
- package/src/adminapi/models/mongo-write-result.ts +60 -0
- package/src/adminapi/models/parameter-template-diff-item.ts +48 -0
- package/src/adminapi/models/parameter-template-diff.ts +33 -0
- package/src/adminapi/models/tde-option.ts +39 -0
- package/src/adminapi/models/tde-parameter-option.ts +54 -0
- package/src/adminapi/models/tde-request.ts +36 -0
- package/src/adminapi/models/tde-response.ts +36 -0
- package/src/adminapi/models/tde-status.ts +36 -0
- package/src/adminapi.yaml +4250 -157
- package/src/openapi/.openapi-generator/FILES +93 -5
- package/src/openapi/api.ts +1 -0
- package/src/openapi/apis/aiagent-api.ts +1935 -0
- package/src/openapi/apis/benchmark-api.ts +112 -0
- package/src/openapi/apis/cluster-api.ts +282 -5
- package/src/openapi/apis/cluster-log-api.ts +2127 -278
- package/src/openapi/apis/data-replication-api.ts +756 -0
- package/src/openapi/apis/dms-api.ts +4961 -937
- package/src/openapi/apis/engine-api.ts +128 -0
- package/src/openapi/apis/parameter-template-api.ts +136 -0
- package/src/openapi/apis/shared-api.ts +2705 -396
- package/src/openapi/models/ai-agent-conversation-list.ts +33 -0
- package/src/openapi/models/ai-agent-conversation-status.ts +34 -0
- package/src/openapi/models/ai-agent-conversation.ts +89 -0
- package/src/openapi/models/ai-agent-create-conversation-request.ts +42 -0
- package/src/openapi/models/ai-agent-delete-conversation-response.ts +36 -0
- package/src/openapi/models/ai-agent-event-type.ts +44 -0
- package/src/openapi/models/ai-agent-event.ts +77 -0
- package/src/openapi/models/ai-agent-message-list.ts +33 -0
- package/src/openapi/models/ai-agent-message-part-type.ts +33 -0
- package/src/openapi/models/ai-agent-message-part.ts +53 -0
- package/src/openapi/models/{sysbench-step.ts → ai-agent-message-role.ts} +6 -7
- package/src/openapi/models/ai-agent-message.ts +77 -0
- package/src/openapi/models/ai-agent-object-ref.ts +36 -0
- package/src/openapi/models/ai-agent-runtime-status-code.ts +34 -0
- package/src/openapi/models/ai-agent-runtime-status.ts +56 -0
- package/src/openapi/models/ai-agent-scope.ts +51 -0
- package/src/openapi/models/ai-agent-send-message-request.ts +39 -0
- package/src/openapi/models/ai-agent-send-message-response.ts +53 -0
- package/src/openapi/models/ai-agent-stop-conversation-response.ts +41 -0
- package/src/openapi/models/ai-agent-tool-confirmation-decision-request.ts +30 -0
- package/src/openapi/models/ai-agent-tool-confirmation-decision-response.ts +47 -0
- package/src/openapi/models/ai-agent-tool-confirmation-status.ts +33 -0
- package/src/openapi/models/ai-agent-turn-action-list.ts +33 -0
- package/src/openapi/models/ai-agent-turn-action.ts +113 -0
- package/src/openapi/models/ai-agent-turn-status.ts +34 -0
- package/src/openapi/models/bench-option.ts +6 -0
- package/src/openapi/models/{ycsb-step.ts → benchmark-step.ts} +2 -2
- package/src/openapi/models/benchmark-type.ts +2 -1
- package/src/openapi/models/cluster-execution-log-item.ts +9 -0
- package/src/openapi/models/cluster-log-hits-item.ts +6 -0
- package/src/openapi/models/cluster-slow-log-database-distribution.ts +36 -0
- package/src/openapi/models/cluster-slow-log-detail.ts +60 -0
- package/src/openapi/models/cluster-slow-log-explain-response.ts +84 -0
- package/src/openapi/models/cluster-slow-log-stats.ts +9 -0
- package/src/openapi/models/cluster-slow-log-template-list.ts +33 -0
- package/src/openapi/models/cluster-slow-log-template.ts +138 -0
- package/src/openapi/models/data-check-create.ts +77 -0
- package/src/openapi/models/data-check-detail-item.ts +93 -0
- package/src/openapi/models/{tpcc-step.ts → data-check-detail-type.ts} +5 -7
- package/src/openapi/models/data-check-details.ts +42 -0
- package/src/openapi/models/data-check-diff-value.ts +48 -0
- package/src/openapi/models/data-check-item.ts +116 -0
- package/src/openapi/models/data-check-list-item.ts +116 -0
- package/src/openapi/models/data-check-list-summary.ts +54 -0
- package/src/openapi/models/data-check-response.ts +42 -0
- package/src/openapi/models/{pgbench-step.ts → data-check-status.ts} +6 -7
- package/src/openapi/models/data-check-summary.ts +63 -0
- package/src/openapi/models/data-check-table-summary.ts +72 -0
- package/src/openapi/models/data-check-type.ts +31 -0
- package/src/openapi/models/database-option.ts +6 -0
- package/src/openapi/models/dms-option.ts +0 -6
- package/src/openapi/models/dms-query-history.ts +10 -4
- package/src/openapi/models/engine-network-mode-supported.ts +39 -0
- package/src/openapi/models/engine-option.ts +9 -0
- package/src/openapi/models/{inspection-supported-engines.ts → esrally-data-profile.ts} +14 -12
- package/src/openapi/models/esrally-on-error.ts +31 -0
- package/src/openapi/models/esrally-telemetry.ts +40 -0
- package/src/openapi/models/esrally-workload.ts +33 -0
- package/src/openapi/models/esrally.ts +137 -0
- package/src/openapi/models/index.ts +92 -5
- package/src/openapi/models/inspection-task.ts +2 -7
- package/src/openapi/models/llm.ts +1 -1
- package/src/openapi/models/log-option.ts +6 -0
- package/src/openapi/models/mongo-aggregate-request.ts +42 -0
- package/src/openapi/models/mongo-collection-capabilities.ts +54 -0
- package/src/openapi/models/mongo-collection-info.ts +57 -0
- package/src/openapi/models/mongo-collection-stats.ts +69 -0
- package/src/openapi/models/mongo-create-collection-options.ts +66 -0
- package/src/openapi/models/mongo-create-collection-request.ts +33 -0
- package/src/openapi/models/mongo-create-index-request.ts +39 -0
- package/src/openapi/models/mongo-create-view-request.ts +48 -0
- package/src/openapi/models/mongo-database-info.ts +54 -0
- package/src/openapi/models/mongo-delete-request.ts +36 -0
- package/src/openapi/models/mongo-explain-request.ts +72 -0
- package/src/openapi/models/mongo-explain-response.ts +36 -0
- package/src/openapi/models/mongo-find-request.ts +66 -0
- package/src/openapi/models/mongo-find-response.ts +48 -0
- package/src/openapi/models/mongo-index-info.ts +72 -0
- package/src/openapi/models/mongo-index-options.ts +42 -0
- package/src/openapi/models/mongo-insert-request.ts +36 -0
- package/src/openapi/models/mongo-replace-request.ts +42 -0
- package/src/openapi/models/mongo-schema-analysis.ts +45 -0
- package/src/openapi/models/mongo-schema-field.ts +42 -0
- package/src/openapi/models/mongo-set-validation-request.ts +42 -0
- package/src/openapi/models/mongo-shell-completion-item.ts +30 -0
- package/src/openapi/models/mongo-shell-completions-request.ts +30 -0
- package/src/openapi/models/mongo-shell-completions-response.ts +33 -0
- package/src/openapi/models/mongo-shell-create-session-request.ts +30 -0
- package/src/openapi/models/mongo-shell-evaluate-request.ts +42 -0
- package/src/openapi/models/mongo-shell-evaluate-response.ts +51 -0
- package/src/openapi/models/mongo-shell-interrupt-response.ts +30 -0
- package/src/openapi/models/mongo-shell-prompt-response.ts +30 -0
- package/src/openapi/models/mongo-shell-result.ts +42 -0
- package/src/openapi/models/mongo-shell-session.ts +54 -0
- package/src/openapi/models/mongo-update-request.ts +48 -0
- package/src/openapi/models/mongo-validation-info.ts +42 -0
- package/src/openapi/models/mongo-write-response.ts +36 -0
- package/src/openapi/models/mongo-write-result.ts +60 -0
- package/src/openapi/models/parameter-template-diff-item.ts +48 -0
- package/src/openapi/models/parameter-template-diff.ts +33 -0
- package/src/openapi/models/pgbench.ts +3 -3
- package/src/openapi/models/sysbench.ts +3 -3
- package/src/openapi/models/tde-option.ts +39 -0
- package/src/openapi/models/tde-parameter-option.ts +54 -0
- package/src/openapi/models/tde-request.ts +36 -0
- package/src/openapi/models/tde-response.ts +36 -0
- package/src/openapi/models/tde-status.ts +36 -0
- package/src/openapi/models/tpcc.ts +3 -3
- package/src/openapi/models/ycsb.ts +4 -4
- package/src/openapi.yaml +9433 -4992
- package/dist/adminapi/models/inspection-supported-engines.d.ts +0 -29
- package/dist/adminapi/models/inspection-supported-engines.d.ts.map +0 -1
- package/dist/adminapi/models/inspection-supported-engines.js.map +0 -1
- package/dist/openapi/models/inspection-supported-engines.d.ts.map +0 -1
- package/dist/openapi/models/inspection-supported-engines.js.map +0 -1
- package/dist/openapi/models/pgbench-step.d.ts.map +0 -1
- package/dist/openapi/models/pgbench-step.js.map +0 -1
- package/dist/openapi/models/sysbench-step.d.ts.map +0 -1
- package/dist/openapi/models/sysbench-step.js.map +0 -1
- package/dist/openapi/models/tpcc-step.d.ts.map +0 -1
- package/dist/openapi/models/tpcc-step.js.map +0 -1
- package/dist/openapi/models/ycsb-step.d.ts.map +0 -1
- package/dist/openapi/models/ycsb-step.js.map +0 -1
|
@@ -49,7 +49,10 @@ import type { ClusterLogHitsResponse } from '../models';
|
|
|
49
49
|
import type { ClusterMetrics } from '../models';
|
|
50
50
|
import type { ClusterModeTransition } from '../models';
|
|
51
51
|
import type { ClusterRawLogResponse } from '../models';
|
|
52
|
+
import type { ClusterSlowLogExplainResponse } from '../models';
|
|
52
53
|
import type { ClusterSlowLogStats } from '../models';
|
|
54
|
+
import type { ClusterSlowLogTemplate } from '../models';
|
|
55
|
+
import type { ClusterSlowLogTemplateList } from '../models';
|
|
53
56
|
import type { ClusterTags } from '../models';
|
|
54
57
|
import type { ClusterUpdate } from '../models';
|
|
55
58
|
import type { ConfigEntry } from '../models';
|
|
@@ -169,6 +172,9 @@ import type { Tag } from '../models';
|
|
|
169
172
|
import type { TagCreate } from '../models';
|
|
170
173
|
import type { TagUpdate } from '../models';
|
|
171
174
|
import type { TaskTypeList } from '../models';
|
|
175
|
+
import type { TdeRequest } from '../models';
|
|
176
|
+
import type { TdeResponse } from '../models';
|
|
177
|
+
import type { TdeStatus } from '../models';
|
|
172
178
|
import type { Tenant } from '../models';
|
|
173
179
|
import type { TlsCert } from '../models';
|
|
174
180
|
import type { TlsRequest } from '../models';
|
|
@@ -848,6 +854,31 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
848
854
|
* @throws {RequiredError}
|
|
849
855
|
*/
|
|
850
856
|
expandKafkaTopicPartitions: (orgName: string, clusterName: string, topic: string, expandPartitionRequest: ExpandPartitionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
857
|
+
/**
|
|
858
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
859
|
+
* @summary Explain cluster slow log SQL
|
|
860
|
+
* @param {string} orgName
|
|
861
|
+
* @param {string} clusterName
|
|
862
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
863
|
+
* @param {*} [options] Override http request option.
|
|
864
|
+
* @throws {RequiredError}
|
|
865
|
+
*/
|
|
866
|
+
explainSlowLog: (orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
867
|
+
/**
|
|
868
|
+
* Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
|
|
869
|
+
* @summary Explain cluster slow log template
|
|
870
|
+
* @param {string} orgName
|
|
871
|
+
* @param {string} clusterName
|
|
872
|
+
* @param {string} templateId
|
|
873
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
874
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
875
|
+
* @param {string} [componentName]
|
|
876
|
+
* @param {string} [instanceName]
|
|
877
|
+
* @param {string} [query]
|
|
878
|
+
* @param {*} [options] Override http request option.
|
|
879
|
+
* @throws {RequiredError}
|
|
880
|
+
*/
|
|
881
|
+
explainSlowLogTemplate: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
851
882
|
/**
|
|
852
883
|
* Export cluster logs and return as a file download
|
|
853
884
|
* @summary Export cluster logs
|
|
@@ -1018,10 +1049,12 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1018
1049
|
* @summary Get cluster details by ID
|
|
1019
1050
|
* @param {string} orgName name of the Org
|
|
1020
1051
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
1052
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
1053
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
1021
1054
|
* @param {*} [options] Override http request option.
|
|
1022
1055
|
* @throws {RequiredError}
|
|
1023
1056
|
*/
|
|
1024
|
-
getClusterByID: (orgName: string, clusterID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1057
|
+
getClusterByID: (orgName: string, clusterID: string, backupName?: string, restoreTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1025
1058
|
/**
|
|
1026
1059
|
* read log of the specified cluster instance
|
|
1027
1060
|
* @summary Tail cluster instance container log
|
|
@@ -1230,10 +1263,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1230
1263
|
* @param {string} schema schema or database name
|
|
1231
1264
|
* @param {string} type object type
|
|
1232
1265
|
* @param {string} objectName object name
|
|
1266
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
1233
1267
|
* @param {*} [options] Override http request option.
|
|
1234
1268
|
* @throws {RequiredError}
|
|
1235
1269
|
*/
|
|
1236
|
-
getObjectInfo: (orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1270
|
+
getObjectInfo: (orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1237
1271
|
/**
|
|
1238
1272
|
*
|
|
1239
1273
|
* @summary Get a parameter of an organization
|
|
@@ -1306,10 +1340,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1306
1340
|
* @param {string} orgName name of the Org
|
|
1307
1341
|
* @param {string} clusterName name of the cluster
|
|
1308
1342
|
* @param {string} id id of the datasource
|
|
1343
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
1309
1344
|
* @param {*} [options] Override http request option.
|
|
1310
1345
|
* @throws {RequiredError}
|
|
1311
1346
|
*/
|
|
1312
|
-
getSchemaList: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1347
|
+
getSchemaList: (orgName: string, clusterName: string, id: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1313
1348
|
/**
|
|
1314
1349
|
* Get statistics summary for slow logs of a cluster
|
|
1315
1350
|
* @summary Get cluster slow log statistics
|
|
@@ -1319,10 +1354,45 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1319
1354
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
1320
1355
|
* @param {string} [componentName]
|
|
1321
1356
|
* @param {string} [instanceName]
|
|
1357
|
+
* @param {string} [query]
|
|
1358
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1359
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1360
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1361
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1362
|
+
* @param {number} [minRowsExamined]
|
|
1363
|
+
* @param {number} [maxRowsExamined]
|
|
1364
|
+
* @param {number} [minRowsSent]
|
|
1365
|
+
* @param {number} [maxRowsSent]
|
|
1366
|
+
* @param {string} [dbName]
|
|
1367
|
+
* @param {string} [dbNameContains]
|
|
1368
|
+
* @param {string} [userName]
|
|
1369
|
+
* @param {string} [userNameContains]
|
|
1370
|
+
* @param {string} [clientIp]
|
|
1371
|
+
* @param {string} [clientIpContains]
|
|
1372
|
+
* @param {string} [clientIpCIDR]
|
|
1373
|
+
* @param {string} [appName]
|
|
1374
|
+
* @param {string} [appNameContains]
|
|
1375
|
+
* @param {string} [templateId]
|
|
1376
|
+
* @param {boolean} [unclassifiedOnly]
|
|
1377
|
+
* @param {*} [options] Override http request option.
|
|
1378
|
+
* @throws {RequiredError}
|
|
1379
|
+
*/
|
|
1380
|
+
getSlowLogStats: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1381
|
+
/**
|
|
1382
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
1383
|
+
* @summary Get cluster slow log template
|
|
1384
|
+
* @param {string} orgName
|
|
1385
|
+
* @param {string} clusterName
|
|
1386
|
+
* @param {string} templateId
|
|
1387
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
1388
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
1389
|
+
* @param {string} [componentName]
|
|
1390
|
+
* @param {string} [instanceName]
|
|
1391
|
+
* @param {string} [query]
|
|
1322
1392
|
* @param {*} [options] Override http request option.
|
|
1323
1393
|
* @throws {RequiredError}
|
|
1324
1394
|
*/
|
|
1325
|
-
|
|
1395
|
+
getSlowLogTemplate: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1326
1396
|
/**
|
|
1327
1397
|
* Query the SQL audit log switch status for a cluster component
|
|
1328
1398
|
* @summary Get SQL audit log status
|
|
@@ -1333,6 +1403,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1333
1403
|
* @throws {RequiredError}
|
|
1334
1404
|
*/
|
|
1335
1405
|
getSqlAudit: (orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1406
|
+
/**
|
|
1407
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
1408
|
+
* @summary Get TDE status
|
|
1409
|
+
* @param {string} orgName name of the Org
|
|
1410
|
+
* @param {string} clusterName name of the Cluster
|
|
1411
|
+
* @param {string} component component type
|
|
1412
|
+
* @param {*} [options] Override http request option.
|
|
1413
|
+
* @throws {RequiredError}
|
|
1414
|
+
*/
|
|
1415
|
+
getTDE: (orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1336
1416
|
/**
|
|
1337
1417
|
*
|
|
1338
1418
|
* @summary Get cluster TLS certificate
|
|
@@ -1499,6 +1579,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1499
1579
|
* @throws {RequiredError}
|
|
1500
1580
|
*/
|
|
1501
1581
|
listDatabases: (engineName: string, orgName: string, clusterName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1582
|
+
/**
|
|
1583
|
+
*
|
|
1584
|
+
* @summary list all databases of the datasource
|
|
1585
|
+
* @param {string} orgName name of the Org
|
|
1586
|
+
* @param {string} clusterName name of the cluster
|
|
1587
|
+
* @param {string} id id of the datasource
|
|
1588
|
+
* @param {*} [options] Override http request option.
|
|
1589
|
+
* @throws {RequiredError}
|
|
1590
|
+
*/
|
|
1591
|
+
listDmsDatabases: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1502
1592
|
/**
|
|
1503
1593
|
*
|
|
1504
1594
|
* @summary List cluster endpoints
|
|
@@ -1655,10 +1745,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1655
1745
|
* @param {string} id id of the datasource
|
|
1656
1746
|
* @param {string} schema schema or database name
|
|
1657
1747
|
* @param {string} type object type
|
|
1748
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
1658
1749
|
* @param {*} [options] Override http request option.
|
|
1659
1750
|
* @throws {RequiredError}
|
|
1660
1751
|
*/
|
|
1661
|
-
listObjectNamesByType: (orgName: string, clusterName: string, id: string, schema: string, type: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1752
|
+
listObjectNamesByType: (orgName: string, clusterName: string, id: string, schema: string, type: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1662
1753
|
/**
|
|
1663
1754
|
*
|
|
1664
1755
|
* @summary list the type and number of database objects in the specified database or schema
|
|
@@ -1666,10 +1757,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1666
1757
|
* @param {string} clusterName name of the cluster
|
|
1667
1758
|
* @param {string} id id of the datasource
|
|
1668
1759
|
* @param {string} schema schema or database name
|
|
1760
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
1669
1761
|
* @param {*} [options] Override http request option.
|
|
1670
1762
|
* @throws {RequiredError}
|
|
1671
1763
|
*/
|
|
1672
|
-
listObjectTypesInSchema: (orgName: string, clusterName: string, id: string, schema: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1764
|
+
listObjectTypesInSchema: (orgName: string, clusterName: string, id: string, schema: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1673
1765
|
/**
|
|
1674
1766
|
*
|
|
1675
1767
|
* @summary List objects tree for selective backup
|
|
@@ -1777,10 +1869,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1777
1869
|
* @param {string} orgName name of the Org
|
|
1778
1870
|
* @param {string} clusterName name of the cluster
|
|
1779
1871
|
* @param {string} id id of the datasource
|
|
1872
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
1780
1873
|
* @param {*} [options] Override http request option.
|
|
1781
1874
|
* @throws {RequiredError}
|
|
1782
1875
|
*/
|
|
1783
|
-
listQueryHistory: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1876
|
+
listQueryHistory: (orgName: string, clusterName: string, id: string, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1784
1877
|
/**
|
|
1785
1878
|
* List all RabbitMQ accounts
|
|
1786
1879
|
* @summary List RabbitMQ accounts
|
|
@@ -2078,10 +2171,24 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2078
2171
|
* @param {string} [componentName]
|
|
2079
2172
|
* @param {string} [instanceName]
|
|
2080
2173
|
* @param {string} [query]
|
|
2174
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
2175
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
2176
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
2177
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
2178
|
+
* @param {number} [minRowsExamined]
|
|
2179
|
+
* @param {number} [maxRowsExamined]
|
|
2180
|
+
* @param {number} [minRowsSent]
|
|
2181
|
+
* @param {number} [maxRowsSent]
|
|
2182
|
+
* @param {string} [dbName]
|
|
2183
|
+
* @param {string} [userName]
|
|
2184
|
+
* @param {string} [clientIp]
|
|
2185
|
+
* @param {string} [appName]
|
|
2186
|
+
* @param {string} [templateId]
|
|
2187
|
+
* @param {boolean} [unclassifiedOnly]
|
|
2081
2188
|
* @param {*} [options] Override http request option.
|
|
2082
2189
|
* @throws {RequiredError}
|
|
2083
2190
|
*/
|
|
2084
|
-
queryLogHits: (orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2191
|
+
queryLogHits: (orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, userName?: string, clientIp?: string, appName?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2085
2192
|
/**
|
|
2086
2193
|
* Query pod logs of a cluster
|
|
2087
2194
|
* @summary Query cluster pod logs
|
|
@@ -2116,10 +2223,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2116
2223
|
*/
|
|
2117
2224
|
queryRunningLogs: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, filename?: string, limit?: string, query?: string, sortType?: SortType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2118
2225
|
/**
|
|
2119
|
-
* Query slow
|
|
2120
|
-
* @summary Query cluster slow
|
|
2226
|
+
* Query slow log samples for a template
|
|
2227
|
+
* @summary Query cluster slow log template samples
|
|
2121
2228
|
* @param {string} orgName
|
|
2122
2229
|
* @param {string} clusterName
|
|
2230
|
+
* @param {string} templateId
|
|
2123
2231
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2124
2232
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
2125
2233
|
* @param {string} [componentName]
|
|
@@ -2130,7 +2238,76 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2130
2238
|
* @param {*} [options] Override http request option.
|
|
2131
2239
|
* @throws {RequiredError}
|
|
2132
2240
|
*/
|
|
2133
|
-
|
|
2241
|
+
querySlowLogTemplateSamples: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2242
|
+
/**
|
|
2243
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
2244
|
+
* @summary Query cluster slow log templates
|
|
2245
|
+
* @param {string} orgName
|
|
2246
|
+
* @param {string} clusterName
|
|
2247
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2248
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
2249
|
+
* @param {string} [componentName]
|
|
2250
|
+
* @param {string} [instanceName]
|
|
2251
|
+
* @param {string} [query]
|
|
2252
|
+
* @param {number} [topN]
|
|
2253
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
2254
|
+
* @param {SortType} [sortType]
|
|
2255
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2256
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2257
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2258
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2259
|
+
* @param {number} [minRowsExamined]
|
|
2260
|
+
* @param {number} [maxRowsExamined]
|
|
2261
|
+
* @param {number} [minRowsSent]
|
|
2262
|
+
* @param {number} [maxRowsSent]
|
|
2263
|
+
* @param {string} [dbName]
|
|
2264
|
+
* @param {string} [dbNameContains]
|
|
2265
|
+
* @param {string} [userName]
|
|
2266
|
+
* @param {string} [userNameContains]
|
|
2267
|
+
* @param {string} [clientIp]
|
|
2268
|
+
* @param {string} [clientIpContains]
|
|
2269
|
+
* @param {string} [clientIpCIDR]
|
|
2270
|
+
* @param {string} [appName]
|
|
2271
|
+
* @param {string} [appNameContains]
|
|
2272
|
+
* @param {*} [options] Override http request option.
|
|
2273
|
+
* @throws {RequiredError}
|
|
2274
|
+
*/
|
|
2275
|
+
querySlowLogTemplates: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, topN?: number, sortBy?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2276
|
+
/**
|
|
2277
|
+
* Query slow logs of a cluster
|
|
2278
|
+
* @summary Query cluster slow logs
|
|
2279
|
+
* @param {string} orgName
|
|
2280
|
+
* @param {string} clusterName
|
|
2281
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2282
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
2283
|
+
* @param {string} [componentName]
|
|
2284
|
+
* @param {string} [instanceName]
|
|
2285
|
+
* @param {string} [query]
|
|
2286
|
+
* @param {string} [limit]
|
|
2287
|
+
* @param {SortType} [sortType]
|
|
2288
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2289
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2290
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2291
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2292
|
+
* @param {number} [minRowsExamined]
|
|
2293
|
+
* @param {number} [maxRowsExamined]
|
|
2294
|
+
* @param {number} [minRowsSent]
|
|
2295
|
+
* @param {number} [maxRowsSent]
|
|
2296
|
+
* @param {string} [dbName]
|
|
2297
|
+
* @param {string} [dbNameContains]
|
|
2298
|
+
* @param {string} [userName]
|
|
2299
|
+
* @param {string} [userNameContains]
|
|
2300
|
+
* @param {string} [clientIp]
|
|
2301
|
+
* @param {string} [clientIpContains]
|
|
2302
|
+
* @param {string} [clientIpCIDR]
|
|
2303
|
+
* @param {string} [appName]
|
|
2304
|
+
* @param {string} [appNameContains]
|
|
2305
|
+
* @param {string} [templateId]
|
|
2306
|
+
* @param {boolean} [unclassifiedOnly]
|
|
2307
|
+
* @param {*} [options] Override http request option.
|
|
2308
|
+
* @throws {RequiredError}
|
|
2309
|
+
*/
|
|
2310
|
+
querySlowLogs: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2134
2311
|
/**
|
|
2135
2312
|
* Get feature
|
|
2136
2313
|
* @summary Get feature
|
|
@@ -2585,6 +2762,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2585
2762
|
* @throws {RequiredError}
|
|
2586
2763
|
*/
|
|
2587
2764
|
updateSqlAudit: (orgName: string, clusterName: string, body: SqlAuditRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2765
|
+
/**
|
|
2766
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
2767
|
+
* @summary Enable TDE
|
|
2768
|
+
* @param {string} orgName name of the Org
|
|
2769
|
+
* @param {string} clusterName name of the Cluster
|
|
2770
|
+
* @param {TdeRequest} body
|
|
2771
|
+
* @param {*} [options] Override http request option.
|
|
2772
|
+
* @throws {RequiredError}
|
|
2773
|
+
*/
|
|
2774
|
+
updateTDE: (orgName: string, clusterName: string, body: TdeRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2588
2775
|
/**
|
|
2589
2776
|
* Update cluster tags
|
|
2590
2777
|
* @param {string} orgName
|
|
@@ -3303,6 +3490,31 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3303
3490
|
* @throws {RequiredError}
|
|
3304
3491
|
*/
|
|
3305
3492
|
expandKafkaTopicPartitions(orgName: string, clusterName: string, topic: string, expandPartitionRequest: ExpandPartitionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3493
|
+
/**
|
|
3494
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
3495
|
+
* @summary Explain cluster slow log SQL
|
|
3496
|
+
* @param {string} orgName
|
|
3497
|
+
* @param {string} clusterName
|
|
3498
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
3499
|
+
* @param {*} [options] Override http request option.
|
|
3500
|
+
* @throws {RequiredError}
|
|
3501
|
+
*/
|
|
3502
|
+
explainSlowLog(orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogExplainResponse>>;
|
|
3503
|
+
/**
|
|
3504
|
+
* Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
|
|
3505
|
+
* @summary Explain cluster slow log template
|
|
3506
|
+
* @param {string} orgName
|
|
3507
|
+
* @param {string} clusterName
|
|
3508
|
+
* @param {string} templateId
|
|
3509
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
3510
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
3511
|
+
* @param {string} [componentName]
|
|
3512
|
+
* @param {string} [instanceName]
|
|
3513
|
+
* @param {string} [query]
|
|
3514
|
+
* @param {*} [options] Override http request option.
|
|
3515
|
+
* @throws {RequiredError}
|
|
3516
|
+
*/
|
|
3517
|
+
explainSlowLogTemplate(orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogExplainResponse>>;
|
|
3306
3518
|
/**
|
|
3307
3519
|
* Export cluster logs and return as a file download
|
|
3308
3520
|
* @summary Export cluster logs
|
|
@@ -3473,10 +3685,12 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3473
3685
|
* @summary Get cluster details by ID
|
|
3474
3686
|
* @param {string} orgName name of the Org
|
|
3475
3687
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
3688
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
3689
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
3476
3690
|
* @param {*} [options] Override http request option.
|
|
3477
3691
|
* @throws {RequiredError}
|
|
3478
3692
|
*/
|
|
3479
|
-
getClusterByID(orgName: string, clusterID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Cluster>>;
|
|
3693
|
+
getClusterByID(orgName: string, clusterID: string, backupName?: string, restoreTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Cluster>>;
|
|
3480
3694
|
/**
|
|
3481
3695
|
* read log of the specified cluster instance
|
|
3482
3696
|
* @summary Tail cluster instance container log
|
|
@@ -3685,10 +3899,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3685
3899
|
* @param {string} schema schema or database name
|
|
3686
3900
|
* @param {string} type object type
|
|
3687
3901
|
* @param {string} objectName object name
|
|
3902
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
3688
3903
|
* @param {*} [options] Override http request option.
|
|
3689
3904
|
* @throws {RequiredError}
|
|
3690
3905
|
*/
|
|
3691
|
-
getObjectInfo(orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsObjectResponse>>;
|
|
3906
|
+
getObjectInfo(orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsObjectResponse>>;
|
|
3692
3907
|
/**
|
|
3693
3908
|
*
|
|
3694
3909
|
* @summary Get a parameter of an organization
|
|
@@ -3761,10 +3976,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3761
3976
|
* @param {string} orgName name of the Org
|
|
3762
3977
|
* @param {string} clusterName name of the cluster
|
|
3763
3978
|
* @param {string} id id of the datasource
|
|
3979
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
3764
3980
|
* @param {*} [options] Override http request option.
|
|
3765
3981
|
* @throws {RequiredError}
|
|
3766
3982
|
*/
|
|
3767
|
-
getSchemaList(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3983
|
+
getSchemaList(orgName: string, clusterName: string, id: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3768
3984
|
/**
|
|
3769
3985
|
* Get statistics summary for slow logs of a cluster
|
|
3770
3986
|
* @summary Get cluster slow log statistics
|
|
@@ -3774,10 +3990,45 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3774
3990
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
3775
3991
|
* @param {string} [componentName]
|
|
3776
3992
|
* @param {string} [instanceName]
|
|
3993
|
+
* @param {string} [query]
|
|
3994
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
3995
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
3996
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
3997
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
3998
|
+
* @param {number} [minRowsExamined]
|
|
3999
|
+
* @param {number} [maxRowsExamined]
|
|
4000
|
+
* @param {number} [minRowsSent]
|
|
4001
|
+
* @param {number} [maxRowsSent]
|
|
4002
|
+
* @param {string} [dbName]
|
|
4003
|
+
* @param {string} [dbNameContains]
|
|
4004
|
+
* @param {string} [userName]
|
|
4005
|
+
* @param {string} [userNameContains]
|
|
4006
|
+
* @param {string} [clientIp]
|
|
4007
|
+
* @param {string} [clientIpContains]
|
|
4008
|
+
* @param {string} [clientIpCIDR]
|
|
4009
|
+
* @param {string} [appName]
|
|
4010
|
+
* @param {string} [appNameContains]
|
|
4011
|
+
* @param {string} [templateId]
|
|
4012
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4013
|
+
* @param {*} [options] Override http request option.
|
|
4014
|
+
* @throws {RequiredError}
|
|
4015
|
+
*/
|
|
4016
|
+
getSlowLogStats(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogStats>>;
|
|
4017
|
+
/**
|
|
4018
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
4019
|
+
* @summary Get cluster slow log template
|
|
4020
|
+
* @param {string} orgName
|
|
4021
|
+
* @param {string} clusterName
|
|
4022
|
+
* @param {string} templateId
|
|
4023
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4024
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4025
|
+
* @param {string} [componentName]
|
|
4026
|
+
* @param {string} [instanceName]
|
|
4027
|
+
* @param {string} [query]
|
|
3777
4028
|
* @param {*} [options] Override http request option.
|
|
3778
4029
|
* @throws {RequiredError}
|
|
3779
4030
|
*/
|
|
3780
|
-
|
|
4031
|
+
getSlowLogTemplate(orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogTemplate>>;
|
|
3781
4032
|
/**
|
|
3782
4033
|
* Query the SQL audit log switch status for a cluster component
|
|
3783
4034
|
* @summary Get SQL audit log status
|
|
@@ -3788,6 +4039,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3788
4039
|
* @throws {RequiredError}
|
|
3789
4040
|
*/
|
|
3790
4041
|
getSqlAudit(orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SqlAuditStatus>>;
|
|
4042
|
+
/**
|
|
4043
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
4044
|
+
* @summary Get TDE status
|
|
4045
|
+
* @param {string} orgName name of the Org
|
|
4046
|
+
* @param {string} clusterName name of the Cluster
|
|
4047
|
+
* @param {string} component component type
|
|
4048
|
+
* @param {*} [options] Override http request option.
|
|
4049
|
+
* @throws {RequiredError}
|
|
4050
|
+
*/
|
|
4051
|
+
getTDE(orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TdeStatus>>;
|
|
3791
4052
|
/**
|
|
3792
4053
|
*
|
|
3793
4054
|
* @summary Get cluster TLS certificate
|
|
@@ -3954,6 +4215,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3954
4215
|
* @throws {RequiredError}
|
|
3955
4216
|
*/
|
|
3956
4217
|
listDatabases(engineName: string, orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DatabaseList>>;
|
|
4218
|
+
/**
|
|
4219
|
+
*
|
|
4220
|
+
* @summary list all databases of the datasource
|
|
4221
|
+
* @param {string} orgName name of the Org
|
|
4222
|
+
* @param {string} clusterName name of the cluster
|
|
4223
|
+
* @param {string} id id of the datasource
|
|
4224
|
+
* @param {*} [options] Override http request option.
|
|
4225
|
+
* @throws {RequiredError}
|
|
4226
|
+
*/
|
|
4227
|
+
listDmsDatabases(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3957
4228
|
/**
|
|
3958
4229
|
*
|
|
3959
4230
|
* @summary List cluster endpoints
|
|
@@ -4110,10 +4381,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4110
4381
|
* @param {string} id id of the datasource
|
|
4111
4382
|
* @param {string} schema schema or database name
|
|
4112
4383
|
* @param {string} type object type
|
|
4384
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
4113
4385
|
* @param {*} [options] Override http request option.
|
|
4114
4386
|
* @throws {RequiredError}
|
|
4115
4387
|
*/
|
|
4116
|
-
listObjectNamesByType(orgName: string, clusterName: string, id: string, schema: string, type: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
4388
|
+
listObjectNamesByType(orgName: string, clusterName: string, id: string, schema: string, type: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
4117
4389
|
/**
|
|
4118
4390
|
*
|
|
4119
4391
|
* @summary list the type and number of database objects in the specified database or schema
|
|
@@ -4121,10 +4393,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4121
4393
|
* @param {string} clusterName name of the cluster
|
|
4122
4394
|
* @param {string} id id of the datasource
|
|
4123
4395
|
* @param {string} schema schema or database name
|
|
4396
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
4124
4397
|
* @param {*} [options] Override http request option.
|
|
4125
4398
|
* @throws {RequiredError}
|
|
4126
4399
|
*/
|
|
4127
|
-
listObjectTypesInSchema(orgName: string, clusterName: string, id: string, schema: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsObject>>>;
|
|
4400
|
+
listObjectTypesInSchema(orgName: string, clusterName: string, id: string, schema: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsObject>>>;
|
|
4128
4401
|
/**
|
|
4129
4402
|
*
|
|
4130
4403
|
* @summary List objects tree for selective backup
|
|
@@ -4232,10 +4505,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4232
4505
|
* @param {string} orgName name of the Org
|
|
4233
4506
|
* @param {string} clusterName name of the cluster
|
|
4234
4507
|
* @param {string} id id of the datasource
|
|
4508
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
4235
4509
|
* @param {*} [options] Override http request option.
|
|
4236
4510
|
* @throws {RequiredError}
|
|
4237
4511
|
*/
|
|
4238
|
-
listQueryHistory(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsQueryHistory>>>;
|
|
4512
|
+
listQueryHistory(orgName: string, clusterName: string, id: string, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsQueryHistory>>>;
|
|
4239
4513
|
/**
|
|
4240
4514
|
* List all RabbitMQ accounts
|
|
4241
4515
|
* @summary List RabbitMQ accounts
|
|
@@ -4533,10 +4807,24 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4533
4807
|
* @param {string} [componentName]
|
|
4534
4808
|
* @param {string} [instanceName]
|
|
4535
4809
|
* @param {string} [query]
|
|
4810
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
4811
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
4812
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
4813
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
4814
|
+
* @param {number} [minRowsExamined]
|
|
4815
|
+
* @param {number} [maxRowsExamined]
|
|
4816
|
+
* @param {number} [minRowsSent]
|
|
4817
|
+
* @param {number} [maxRowsSent]
|
|
4818
|
+
* @param {string} [dbName]
|
|
4819
|
+
* @param {string} [userName]
|
|
4820
|
+
* @param {string} [clientIp]
|
|
4821
|
+
* @param {string} [appName]
|
|
4822
|
+
* @param {string} [templateId]
|
|
4823
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4536
4824
|
* @param {*} [options] Override http request option.
|
|
4537
4825
|
* @throws {RequiredError}
|
|
4538
4826
|
*/
|
|
4539
|
-
queryLogHits(orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterLogHitsResponse>>;
|
|
4827
|
+
queryLogHits(orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, userName?: string, clientIp?: string, appName?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterLogHitsResponse>>;
|
|
4540
4828
|
/**
|
|
4541
4829
|
* Query pod logs of a cluster
|
|
4542
4830
|
* @summary Query cluster pod logs
|
|
@@ -4571,10 +4859,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4571
4859
|
*/
|
|
4572
4860
|
queryRunningLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, filename?: string, limit?: string, query?: string, sortType?: SortType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterRawLogResponse>>;
|
|
4573
4861
|
/**
|
|
4574
|
-
* Query slow
|
|
4575
|
-
* @summary Query cluster slow
|
|
4862
|
+
* Query slow log samples for a template
|
|
4863
|
+
* @summary Query cluster slow log template samples
|
|
4576
4864
|
* @param {string} orgName
|
|
4577
4865
|
* @param {string} clusterName
|
|
4866
|
+
* @param {string} templateId
|
|
4578
4867
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4579
4868
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
4580
4869
|
* @param {string} [componentName]
|
|
@@ -4585,7 +4874,76 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4585
4874
|
* @param {*} [options] Override http request option.
|
|
4586
4875
|
* @throws {RequiredError}
|
|
4587
4876
|
*/
|
|
4588
|
-
|
|
4877
|
+
querySlowLogTemplateSamples(orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLog>>;
|
|
4878
|
+
/**
|
|
4879
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
4880
|
+
* @summary Query cluster slow log templates
|
|
4881
|
+
* @param {string} orgName
|
|
4882
|
+
* @param {string} clusterName
|
|
4883
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4884
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4885
|
+
* @param {string} [componentName]
|
|
4886
|
+
* @param {string} [instanceName]
|
|
4887
|
+
* @param {string} [query]
|
|
4888
|
+
* @param {number} [topN]
|
|
4889
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
4890
|
+
* @param {SortType} [sortType]
|
|
4891
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4892
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4893
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4894
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4895
|
+
* @param {number} [minRowsExamined]
|
|
4896
|
+
* @param {number} [maxRowsExamined]
|
|
4897
|
+
* @param {number} [minRowsSent]
|
|
4898
|
+
* @param {number} [maxRowsSent]
|
|
4899
|
+
* @param {string} [dbName]
|
|
4900
|
+
* @param {string} [dbNameContains]
|
|
4901
|
+
* @param {string} [userName]
|
|
4902
|
+
* @param {string} [userNameContains]
|
|
4903
|
+
* @param {string} [clientIp]
|
|
4904
|
+
* @param {string} [clientIpContains]
|
|
4905
|
+
* @param {string} [clientIpCIDR]
|
|
4906
|
+
* @param {string} [appName]
|
|
4907
|
+
* @param {string} [appNameContains]
|
|
4908
|
+
* @param {*} [options] Override http request option.
|
|
4909
|
+
* @throws {RequiredError}
|
|
4910
|
+
*/
|
|
4911
|
+
querySlowLogTemplates(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, topN?: number, sortBy?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogTemplateList>>;
|
|
4912
|
+
/**
|
|
4913
|
+
* Query slow logs of a cluster
|
|
4914
|
+
* @summary Query cluster slow logs
|
|
4915
|
+
* @param {string} orgName
|
|
4916
|
+
* @param {string} clusterName
|
|
4917
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4918
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4919
|
+
* @param {string} [componentName]
|
|
4920
|
+
* @param {string} [instanceName]
|
|
4921
|
+
* @param {string} [query]
|
|
4922
|
+
* @param {string} [limit]
|
|
4923
|
+
* @param {SortType} [sortType]
|
|
4924
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4925
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4926
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4927
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4928
|
+
* @param {number} [minRowsExamined]
|
|
4929
|
+
* @param {number} [maxRowsExamined]
|
|
4930
|
+
* @param {number} [minRowsSent]
|
|
4931
|
+
* @param {number} [maxRowsSent]
|
|
4932
|
+
* @param {string} [dbName]
|
|
4933
|
+
* @param {string} [dbNameContains]
|
|
4934
|
+
* @param {string} [userName]
|
|
4935
|
+
* @param {string} [userNameContains]
|
|
4936
|
+
* @param {string} [clientIp]
|
|
4937
|
+
* @param {string} [clientIpContains]
|
|
4938
|
+
* @param {string} [clientIpCIDR]
|
|
4939
|
+
* @param {string} [appName]
|
|
4940
|
+
* @param {string} [appNameContains]
|
|
4941
|
+
* @param {string} [templateId]
|
|
4942
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4943
|
+
* @param {*} [options] Override http request option.
|
|
4944
|
+
* @throws {RequiredError}
|
|
4945
|
+
*/
|
|
4946
|
+
querySlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLog>>;
|
|
4589
4947
|
/**
|
|
4590
4948
|
* Get feature
|
|
4591
4949
|
* @summary Get feature
|
|
@@ -5040,6 +5398,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
5040
5398
|
* @throws {RequiredError}
|
|
5041
5399
|
*/
|
|
5042
5400
|
updateSqlAudit(orgName: string, clusterName: string, body: SqlAuditRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SqlAuditResponse>>;
|
|
5401
|
+
/**
|
|
5402
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
5403
|
+
* @summary Enable TDE
|
|
5404
|
+
* @param {string} orgName name of the Org
|
|
5405
|
+
* @param {string} clusterName name of the Cluster
|
|
5406
|
+
* @param {TdeRequest} body
|
|
5407
|
+
* @param {*} [options] Override http request option.
|
|
5408
|
+
* @throws {RequiredError}
|
|
5409
|
+
*/
|
|
5410
|
+
updateTDE(orgName: string, clusterName: string, body: TdeRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TdeResponse>>;
|
|
5043
5411
|
/**
|
|
5044
5412
|
* Update cluster tags
|
|
5045
5413
|
* @param {string} orgName
|
|
@@ -5615,6 +5983,22 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5615
5983
|
* @throws {RequiredError}
|
|
5616
5984
|
*/
|
|
5617
5985
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
5986
|
+
/**
|
|
5987
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
5988
|
+
* @summary Explain cluster slow log SQL
|
|
5989
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
5990
|
+
* @param {*} [options] Override http request option.
|
|
5991
|
+
* @throws {RequiredError}
|
|
5992
|
+
*/
|
|
5993
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
5994
|
+
/**
|
|
5995
|
+
* Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
|
|
5996
|
+
* @summary Explain cluster slow log template
|
|
5997
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
5998
|
+
* @param {*} [options] Override http request option.
|
|
5999
|
+
* @throws {RequiredError}
|
|
6000
|
+
*/
|
|
6001
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
5618
6002
|
/**
|
|
5619
6003
|
* Export cluster logs and return as a file download
|
|
5620
6004
|
* @summary Export cluster logs
|
|
@@ -5982,6 +6366,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5982
6366
|
* @throws {RequiredError}
|
|
5983
6367
|
*/
|
|
5984
6368
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
6369
|
+
/**
|
|
6370
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
6371
|
+
* @summary Get cluster slow log template
|
|
6372
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
6373
|
+
* @param {*} [options] Override http request option.
|
|
6374
|
+
* @throws {RequiredError}
|
|
6375
|
+
*/
|
|
6376
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
5985
6377
|
/**
|
|
5986
6378
|
* Query the SQL audit log switch status for a cluster component
|
|
5987
6379
|
* @summary Get SQL audit log status
|
|
@@ -5990,6 +6382,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5990
6382
|
* @throws {RequiredError}
|
|
5991
6383
|
*/
|
|
5992
6384
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditStatus>;
|
|
6385
|
+
/**
|
|
6386
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
6387
|
+
* @summary Get TDE status
|
|
6388
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
6389
|
+
* @param {*} [options] Override http request option.
|
|
6390
|
+
* @throws {RequiredError}
|
|
6391
|
+
*/
|
|
6392
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeStatus>;
|
|
5993
6393
|
/**
|
|
5994
6394
|
*
|
|
5995
6395
|
* @summary Get cluster TLS certificate
|
|
@@ -6118,6 +6518,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6118
6518
|
* @throws {RequiredError}
|
|
6119
6519
|
*/
|
|
6120
6520
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<DatabaseList>;
|
|
6521
|
+
/**
|
|
6522
|
+
*
|
|
6523
|
+
* @summary list all databases of the datasource
|
|
6524
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
6525
|
+
* @param {*} [options] Override http request option.
|
|
6526
|
+
* @throws {RequiredError}
|
|
6527
|
+
*/
|
|
6528
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
6121
6529
|
/**
|
|
6122
6530
|
*
|
|
6123
6531
|
* @summary List cluster endpoints
|
|
@@ -6588,6 +6996,22 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6588
6996
|
* @throws {RequiredError}
|
|
6589
6997
|
*/
|
|
6590
6998
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
6999
|
+
/**
|
|
7000
|
+
* Query slow log samples for a template
|
|
7001
|
+
* @summary Query cluster slow log template samples
|
|
7002
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
7003
|
+
* @param {*} [options] Override http request option.
|
|
7004
|
+
* @throws {RequiredError}
|
|
7005
|
+
*/
|
|
7006
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
7007
|
+
/**
|
|
7008
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
7009
|
+
* @summary Query cluster slow log templates
|
|
7010
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
7011
|
+
* @param {*} [options] Override http request option.
|
|
7012
|
+
* @throws {RequiredError}
|
|
7013
|
+
*/
|
|
7014
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
6591
7015
|
/**
|
|
6592
7016
|
* Query slow logs of a cluster
|
|
6593
7017
|
* @summary Query cluster slow logs
|
|
@@ -6947,6 +7371,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6947
7371
|
* @throws {RequiredError}
|
|
6948
7372
|
*/
|
|
6949
7373
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditResponse>;
|
|
7374
|
+
/**
|
|
7375
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
7376
|
+
* @summary Enable TDE
|
|
7377
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
7378
|
+
* @param {*} [options] Override http request option.
|
|
7379
|
+
* @throws {RequiredError}
|
|
7380
|
+
*/
|
|
7381
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeResponse>;
|
|
6950
7382
|
/**
|
|
6951
7383
|
* Update cluster tags
|
|
6952
7384
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -7579,6 +8011,24 @@ export interface SharedApiInterface {
|
|
|
7579
8011
|
* @memberof SharedApiInterface
|
|
7580
8012
|
*/
|
|
7581
8013
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
8014
|
+
/**
|
|
8015
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
8016
|
+
* @summary Explain cluster slow log SQL
|
|
8017
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
8018
|
+
* @param {*} [options] Override http request option.
|
|
8019
|
+
* @throws {RequiredError}
|
|
8020
|
+
* @memberof SharedApiInterface
|
|
8021
|
+
*/
|
|
8022
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
8023
|
+
/**
|
|
8024
|
+
* Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
|
|
8025
|
+
* @summary Explain cluster slow log template
|
|
8026
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
8027
|
+
* @param {*} [options] Override http request option.
|
|
8028
|
+
* @throws {RequiredError}
|
|
8029
|
+
* @memberof SharedApiInterface
|
|
8030
|
+
*/
|
|
8031
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
7582
8032
|
/**
|
|
7583
8033
|
* Export cluster logs and return as a file download
|
|
7584
8034
|
* @summary Export cluster logs
|
|
@@ -7992,6 +8442,15 @@ export interface SharedApiInterface {
|
|
|
7992
8442
|
* @memberof SharedApiInterface
|
|
7993
8443
|
*/
|
|
7994
8444
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
8445
|
+
/**
|
|
8446
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
8447
|
+
* @summary Get cluster slow log template
|
|
8448
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
8449
|
+
* @param {*} [options] Override http request option.
|
|
8450
|
+
* @throws {RequiredError}
|
|
8451
|
+
* @memberof SharedApiInterface
|
|
8452
|
+
*/
|
|
8453
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
7995
8454
|
/**
|
|
7996
8455
|
* Query the SQL audit log switch status for a cluster component
|
|
7997
8456
|
* @summary Get SQL audit log status
|
|
@@ -8001,6 +8460,15 @@ export interface SharedApiInterface {
|
|
|
8001
8460
|
* @memberof SharedApiInterface
|
|
8002
8461
|
*/
|
|
8003
8462
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditStatus>;
|
|
8463
|
+
/**
|
|
8464
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
8465
|
+
* @summary Get TDE status
|
|
8466
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
8467
|
+
* @param {*} [options] Override http request option.
|
|
8468
|
+
* @throws {RequiredError}
|
|
8469
|
+
* @memberof SharedApiInterface
|
|
8470
|
+
*/
|
|
8471
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeStatus>;
|
|
8004
8472
|
/**
|
|
8005
8473
|
*
|
|
8006
8474
|
* @summary Get cluster TLS certificate
|
|
@@ -8145,6 +8613,15 @@ export interface SharedApiInterface {
|
|
|
8145
8613
|
* @memberof SharedApiInterface
|
|
8146
8614
|
*/
|
|
8147
8615
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<DatabaseList>;
|
|
8616
|
+
/**
|
|
8617
|
+
*
|
|
8618
|
+
* @summary list all databases of the datasource
|
|
8619
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
8620
|
+
* @param {*} [options] Override http request option.
|
|
8621
|
+
* @throws {RequiredError}
|
|
8622
|
+
* @memberof SharedApiInterface
|
|
8623
|
+
*/
|
|
8624
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
8148
8625
|
/**
|
|
8149
8626
|
*
|
|
8150
8627
|
* @summary List cluster endpoints
|
|
@@ -8674,6 +9151,24 @@ export interface SharedApiInterface {
|
|
|
8674
9151
|
* @memberof SharedApiInterface
|
|
8675
9152
|
*/
|
|
8676
9153
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
9154
|
+
/**
|
|
9155
|
+
* Query slow log samples for a template
|
|
9156
|
+
* @summary Query cluster slow log template samples
|
|
9157
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
9158
|
+
* @param {*} [options] Override http request option.
|
|
9159
|
+
* @throws {RequiredError}
|
|
9160
|
+
* @memberof SharedApiInterface
|
|
9161
|
+
*/
|
|
9162
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
9163
|
+
/**
|
|
9164
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
9165
|
+
* @summary Query cluster slow log templates
|
|
9166
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
9167
|
+
* @param {*} [options] Override http request option.
|
|
9168
|
+
* @throws {RequiredError}
|
|
9169
|
+
* @memberof SharedApiInterface
|
|
9170
|
+
*/
|
|
9171
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
8677
9172
|
/**
|
|
8678
9173
|
* Query slow logs of a cluster
|
|
8679
9174
|
* @summary Query cluster slow logs
|
|
@@ -9078,6 +9573,15 @@ export interface SharedApiInterface {
|
|
|
9078
9573
|
* @memberof SharedApiInterface
|
|
9079
9574
|
*/
|
|
9080
9575
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditResponse>;
|
|
9576
|
+
/**
|
|
9577
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
9578
|
+
* @summary Enable TDE
|
|
9579
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
9580
|
+
* @param {*} [options] Override http request option.
|
|
9581
|
+
* @throws {RequiredError}
|
|
9582
|
+
* @memberof SharedApiInterface
|
|
9583
|
+
*/
|
|
9584
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeResponse>;
|
|
9081
9585
|
/**
|
|
9082
9586
|
* Update cluster tags
|
|
9083
9587
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -10827,55 +11331,135 @@ export interface SharedApiExpandKafkaTopicPartitionsRequest {
|
|
|
10827
11331
|
readonly expandPartitionRequest: ExpandPartitionRequest;
|
|
10828
11332
|
}
|
|
10829
11333
|
/**
|
|
10830
|
-
* Request parameters for
|
|
11334
|
+
* Request parameters for explainSlowLog operation in SharedApi.
|
|
10831
11335
|
* @export
|
|
10832
|
-
* @interface
|
|
11336
|
+
* @interface SharedApiExplainSlowLogRequest
|
|
10833
11337
|
*/
|
|
10834
|
-
export interface
|
|
11338
|
+
export interface SharedApiExplainSlowLogRequest {
|
|
10835
11339
|
/**
|
|
10836
11340
|
*
|
|
10837
11341
|
* @type {string}
|
|
10838
|
-
* @memberof
|
|
11342
|
+
* @memberof SharedApiExplainSlowLog
|
|
10839
11343
|
*/
|
|
10840
11344
|
readonly orgName: string;
|
|
10841
11345
|
/**
|
|
10842
11346
|
*
|
|
10843
11347
|
* @type {string}
|
|
10844
|
-
* @memberof
|
|
11348
|
+
* @memberof SharedApiExplainSlowLog
|
|
10845
11349
|
*/
|
|
10846
11350
|
readonly clusterName: string;
|
|
10847
11351
|
/**
|
|
10848
|
-
*
|
|
10849
|
-
* @type {
|
|
10850
|
-
* @memberof
|
|
11352
|
+
*
|
|
11353
|
+
* @type {DmsExplainRequest}
|
|
11354
|
+
* @memberof SharedApiExplainSlowLog
|
|
10851
11355
|
*/
|
|
10852
|
-
readonly
|
|
11356
|
+
readonly dmsExplainRequest: DmsExplainRequest;
|
|
11357
|
+
}
|
|
11358
|
+
/**
|
|
11359
|
+
* Request parameters for explainSlowLogTemplate operation in SharedApi.
|
|
11360
|
+
* @export
|
|
11361
|
+
* @interface SharedApiExplainSlowLogTemplateRequest
|
|
11362
|
+
*/
|
|
11363
|
+
export interface SharedApiExplainSlowLogTemplateRequest {
|
|
10853
11364
|
/**
|
|
10854
|
-
*
|
|
10855
|
-
* @type {
|
|
10856
|
-
* @memberof
|
|
11365
|
+
*
|
|
11366
|
+
* @type {string}
|
|
11367
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10857
11368
|
*/
|
|
10858
|
-
readonly
|
|
11369
|
+
readonly orgName: string;
|
|
10859
11370
|
/**
|
|
10860
|
-
*
|
|
10861
|
-
* @type {
|
|
10862
|
-
* @memberof
|
|
11371
|
+
*
|
|
11372
|
+
* @type {string}
|
|
11373
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10863
11374
|
*/
|
|
10864
|
-
readonly
|
|
11375
|
+
readonly clusterName: string;
|
|
10865
11376
|
/**
|
|
10866
|
-
*
|
|
11377
|
+
*
|
|
10867
11378
|
* @type {string}
|
|
10868
|
-
* @memberof
|
|
11379
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10869
11380
|
*/
|
|
10870
|
-
readonly
|
|
11381
|
+
readonly templateId: string;
|
|
10871
11382
|
/**
|
|
10872
|
-
*
|
|
11383
|
+
* Start time in epoch nanoseconds.
|
|
10873
11384
|
* @type {string}
|
|
10874
|
-
* @memberof
|
|
11385
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10875
11386
|
*/
|
|
10876
|
-
readonly
|
|
11387
|
+
readonly startTime: string;
|
|
10877
11388
|
/**
|
|
10878
|
-
*
|
|
11389
|
+
* End time in epoch nanoseconds.
|
|
11390
|
+
* @type {string}
|
|
11391
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
11392
|
+
*/
|
|
11393
|
+
readonly endTime: string;
|
|
11394
|
+
/**
|
|
11395
|
+
*
|
|
11396
|
+
* @type {string}
|
|
11397
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
11398
|
+
*/
|
|
11399
|
+
readonly componentName?: string;
|
|
11400
|
+
/**
|
|
11401
|
+
*
|
|
11402
|
+
* @type {string}
|
|
11403
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
11404
|
+
*/
|
|
11405
|
+
readonly instanceName?: string;
|
|
11406
|
+
/**
|
|
11407
|
+
*
|
|
11408
|
+
* @type {string}
|
|
11409
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
11410
|
+
*/
|
|
11411
|
+
readonly query?: string;
|
|
11412
|
+
}
|
|
11413
|
+
/**
|
|
11414
|
+
* Request parameters for exportClusterLogs operation in SharedApi.
|
|
11415
|
+
* @export
|
|
11416
|
+
* @interface SharedApiExportClusterLogsRequest
|
|
11417
|
+
*/
|
|
11418
|
+
export interface SharedApiExportClusterLogsRequest {
|
|
11419
|
+
/**
|
|
11420
|
+
*
|
|
11421
|
+
* @type {string}
|
|
11422
|
+
* @memberof SharedApiExportClusterLogs
|
|
11423
|
+
*/
|
|
11424
|
+
readonly orgName: string;
|
|
11425
|
+
/**
|
|
11426
|
+
*
|
|
11427
|
+
* @type {string}
|
|
11428
|
+
* @memberof SharedApiExportClusterLogs
|
|
11429
|
+
*/
|
|
11430
|
+
readonly clusterName: string;
|
|
11431
|
+
/**
|
|
11432
|
+
* Log type: runninglog, errorlog, slow, auditlog
|
|
11433
|
+
* @type {string}
|
|
11434
|
+
* @memberof SharedApiExportClusterLogs
|
|
11435
|
+
*/
|
|
11436
|
+
readonly logType: string;
|
|
11437
|
+
/**
|
|
11438
|
+
* Start time in epoch nanoseconds. If omitted, exports from the earliest available log
|
|
11439
|
+
* @type {number}
|
|
11440
|
+
* @memberof SharedApiExportClusterLogs
|
|
11441
|
+
*/
|
|
11442
|
+
readonly startTime?: number;
|
|
11443
|
+
/**
|
|
11444
|
+
* End time in epoch nanoseconds. If omitted, exports up to the latest available log
|
|
11445
|
+
* @type {number}
|
|
11446
|
+
* @memberof SharedApiExportClusterLogs
|
|
11447
|
+
*/
|
|
11448
|
+
readonly endTime?: number;
|
|
11449
|
+
/**
|
|
11450
|
+
* Export format: csv, raw, jsonl
|
|
11451
|
+
* @type {string}
|
|
11452
|
+
* @memberof SharedApiExportClusterLogs
|
|
11453
|
+
*/
|
|
11454
|
+
readonly format?: string;
|
|
11455
|
+
/**
|
|
11456
|
+
* Optional search query
|
|
11457
|
+
* @type {string}
|
|
11458
|
+
* @memberof SharedApiExportClusterLogs
|
|
11459
|
+
*/
|
|
11460
|
+
readonly query?: string;
|
|
11461
|
+
/**
|
|
11462
|
+
* Optional log filename filter
|
|
10879
11463
|
* @type {string}
|
|
10880
11464
|
* @memberof SharedApiExportClusterLogs
|
|
10881
11465
|
*/
|
|
@@ -11274,6 +11858,18 @@ export interface SharedApiGetClusterByIDRequest {
|
|
|
11274
11858
|
* @memberof SharedApiGetClusterByID
|
|
11275
11859
|
*/
|
|
11276
11860
|
readonly clusterID: string;
|
|
11861
|
+
/**
|
|
11862
|
+
* Backup name to override cluster components from its snapshot
|
|
11863
|
+
* @type {string}
|
|
11864
|
+
* @memberof SharedApiGetClusterByID
|
|
11865
|
+
*/
|
|
11866
|
+
readonly backupName?: string;
|
|
11867
|
+
/**
|
|
11868
|
+
* Restore time to find latest continuous backup snapshot after this time
|
|
11869
|
+
* @type {string}
|
|
11870
|
+
* @memberof SharedApiGetClusterByID
|
|
11871
|
+
*/
|
|
11872
|
+
readonly restoreTime?: string;
|
|
11277
11873
|
}
|
|
11278
11874
|
/**
|
|
11279
11875
|
* Request parameters for getClusterInstanceLog operation in SharedApi.
|
|
@@ -11852,6 +12448,12 @@ export interface SharedApiGetObjectInfoRequest {
|
|
|
11852
12448
|
* @memberof SharedApiGetObjectInfo
|
|
11853
12449
|
*/
|
|
11854
12450
|
readonly objectName: string;
|
|
12451
|
+
/**
|
|
12452
|
+
* database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
12453
|
+
* @type {string}
|
|
12454
|
+
* @memberof SharedApiGetObjectInfo
|
|
12455
|
+
*/
|
|
12456
|
+
readonly database?: string;
|
|
11855
12457
|
}
|
|
11856
12458
|
/**
|
|
11857
12459
|
* Request parameters for getOrgParameter operation in SharedApi.
|
|
@@ -12028,6 +12630,12 @@ export interface SharedApiGetSchemaListRequest {
|
|
|
12028
12630
|
* @memberof SharedApiGetSchemaList
|
|
12029
12631
|
*/
|
|
12030
12632
|
readonly id: string;
|
|
12633
|
+
/**
|
|
12634
|
+
* database name, used by engines such as MSSQL when listing schemas inside a database
|
|
12635
|
+
* @type {string}
|
|
12636
|
+
* @memberof SharedApiGetSchemaList
|
|
12637
|
+
*/
|
|
12638
|
+
readonly database?: string;
|
|
12031
12639
|
}
|
|
12032
12640
|
/**
|
|
12033
12641
|
* Request parameters for getSlowLogStats operation in SharedApi.
|
|
@@ -12071,6 +12679,181 @@ export interface SharedApiGetSlowLogStatsRequest {
|
|
|
12071
12679
|
* @memberof SharedApiGetSlowLogStats
|
|
12072
12680
|
*/
|
|
12073
12681
|
readonly instanceName?: string;
|
|
12682
|
+
/**
|
|
12683
|
+
*
|
|
12684
|
+
* @type {string}
|
|
12685
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12686
|
+
*/
|
|
12687
|
+
readonly query?: string;
|
|
12688
|
+
/**
|
|
12689
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
12690
|
+
* @type {number}
|
|
12691
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12692
|
+
*/
|
|
12693
|
+
readonly minExecutionTime?: number;
|
|
12694
|
+
/**
|
|
12695
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
12696
|
+
* @type {number}
|
|
12697
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12698
|
+
*/
|
|
12699
|
+
readonly maxExecutionTime?: number;
|
|
12700
|
+
/**
|
|
12701
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
12702
|
+
* @type {number}
|
|
12703
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12704
|
+
*/
|
|
12705
|
+
readonly minLockTime?: number;
|
|
12706
|
+
/**
|
|
12707
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
12708
|
+
* @type {number}
|
|
12709
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12710
|
+
*/
|
|
12711
|
+
readonly maxLockTime?: number;
|
|
12712
|
+
/**
|
|
12713
|
+
*
|
|
12714
|
+
* @type {number}
|
|
12715
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12716
|
+
*/
|
|
12717
|
+
readonly minRowsExamined?: number;
|
|
12718
|
+
/**
|
|
12719
|
+
*
|
|
12720
|
+
* @type {number}
|
|
12721
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12722
|
+
*/
|
|
12723
|
+
readonly maxRowsExamined?: number;
|
|
12724
|
+
/**
|
|
12725
|
+
*
|
|
12726
|
+
* @type {number}
|
|
12727
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12728
|
+
*/
|
|
12729
|
+
readonly minRowsSent?: number;
|
|
12730
|
+
/**
|
|
12731
|
+
*
|
|
12732
|
+
* @type {number}
|
|
12733
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12734
|
+
*/
|
|
12735
|
+
readonly maxRowsSent?: number;
|
|
12736
|
+
/**
|
|
12737
|
+
*
|
|
12738
|
+
* @type {string}
|
|
12739
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12740
|
+
*/
|
|
12741
|
+
readonly dbName?: string;
|
|
12742
|
+
/**
|
|
12743
|
+
*
|
|
12744
|
+
* @type {string}
|
|
12745
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12746
|
+
*/
|
|
12747
|
+
readonly dbNameContains?: string;
|
|
12748
|
+
/**
|
|
12749
|
+
*
|
|
12750
|
+
* @type {string}
|
|
12751
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12752
|
+
*/
|
|
12753
|
+
readonly userName?: string;
|
|
12754
|
+
/**
|
|
12755
|
+
*
|
|
12756
|
+
* @type {string}
|
|
12757
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12758
|
+
*/
|
|
12759
|
+
readonly userNameContains?: string;
|
|
12760
|
+
/**
|
|
12761
|
+
*
|
|
12762
|
+
* @type {string}
|
|
12763
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12764
|
+
*/
|
|
12765
|
+
readonly clientIp?: string;
|
|
12766
|
+
/**
|
|
12767
|
+
*
|
|
12768
|
+
* @type {string}
|
|
12769
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12770
|
+
*/
|
|
12771
|
+
readonly clientIpContains?: string;
|
|
12772
|
+
/**
|
|
12773
|
+
*
|
|
12774
|
+
* @type {string}
|
|
12775
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12776
|
+
*/
|
|
12777
|
+
readonly clientIpCIDR?: string;
|
|
12778
|
+
/**
|
|
12779
|
+
*
|
|
12780
|
+
* @type {string}
|
|
12781
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12782
|
+
*/
|
|
12783
|
+
readonly appName?: string;
|
|
12784
|
+
/**
|
|
12785
|
+
*
|
|
12786
|
+
* @type {string}
|
|
12787
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12788
|
+
*/
|
|
12789
|
+
readonly appNameContains?: string;
|
|
12790
|
+
/**
|
|
12791
|
+
*
|
|
12792
|
+
* @type {string}
|
|
12793
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12794
|
+
*/
|
|
12795
|
+
readonly templateId?: string;
|
|
12796
|
+
/**
|
|
12797
|
+
*
|
|
12798
|
+
* @type {boolean}
|
|
12799
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12800
|
+
*/
|
|
12801
|
+
readonly unclassifiedOnly?: boolean;
|
|
12802
|
+
}
|
|
12803
|
+
/**
|
|
12804
|
+
* Request parameters for getSlowLogTemplate operation in SharedApi.
|
|
12805
|
+
* @export
|
|
12806
|
+
* @interface SharedApiGetSlowLogTemplateRequest
|
|
12807
|
+
*/
|
|
12808
|
+
export interface SharedApiGetSlowLogTemplateRequest {
|
|
12809
|
+
/**
|
|
12810
|
+
*
|
|
12811
|
+
* @type {string}
|
|
12812
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12813
|
+
*/
|
|
12814
|
+
readonly orgName: string;
|
|
12815
|
+
/**
|
|
12816
|
+
*
|
|
12817
|
+
* @type {string}
|
|
12818
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12819
|
+
*/
|
|
12820
|
+
readonly clusterName: string;
|
|
12821
|
+
/**
|
|
12822
|
+
*
|
|
12823
|
+
* @type {string}
|
|
12824
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12825
|
+
*/
|
|
12826
|
+
readonly templateId: string;
|
|
12827
|
+
/**
|
|
12828
|
+
* Start time in epoch nanoseconds.
|
|
12829
|
+
* @type {string}
|
|
12830
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12831
|
+
*/
|
|
12832
|
+
readonly startTime: string;
|
|
12833
|
+
/**
|
|
12834
|
+
* End time in epoch nanoseconds.
|
|
12835
|
+
* @type {string}
|
|
12836
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12837
|
+
*/
|
|
12838
|
+
readonly endTime: string;
|
|
12839
|
+
/**
|
|
12840
|
+
*
|
|
12841
|
+
* @type {string}
|
|
12842
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12843
|
+
*/
|
|
12844
|
+
readonly componentName?: string;
|
|
12845
|
+
/**
|
|
12846
|
+
*
|
|
12847
|
+
* @type {string}
|
|
12848
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12849
|
+
*/
|
|
12850
|
+
readonly instanceName?: string;
|
|
12851
|
+
/**
|
|
12852
|
+
*
|
|
12853
|
+
* @type {string}
|
|
12854
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12855
|
+
*/
|
|
12856
|
+
readonly query?: string;
|
|
12074
12857
|
}
|
|
12075
12858
|
/**
|
|
12076
12859
|
* Request parameters for getSqlAudit operation in SharedApi.
|
|
@@ -12097,6 +12880,31 @@ export interface SharedApiGetSqlAuditRequest {
|
|
|
12097
12880
|
*/
|
|
12098
12881
|
readonly component: string;
|
|
12099
12882
|
}
|
|
12883
|
+
/**
|
|
12884
|
+
* Request parameters for getTDE operation in SharedApi.
|
|
12885
|
+
* @export
|
|
12886
|
+
* @interface SharedApiGetTDERequest
|
|
12887
|
+
*/
|
|
12888
|
+
export interface SharedApiGetTDERequest {
|
|
12889
|
+
/**
|
|
12890
|
+
* name of the Org
|
|
12891
|
+
* @type {string}
|
|
12892
|
+
* @memberof SharedApiGetTDE
|
|
12893
|
+
*/
|
|
12894
|
+
readonly orgName: string;
|
|
12895
|
+
/**
|
|
12896
|
+
* name of the Cluster
|
|
12897
|
+
* @type {string}
|
|
12898
|
+
* @memberof SharedApiGetTDE
|
|
12899
|
+
*/
|
|
12900
|
+
readonly clusterName: string;
|
|
12901
|
+
/**
|
|
12902
|
+
* component type
|
|
12903
|
+
* @type {string}
|
|
12904
|
+
* @memberof SharedApiGetTDE
|
|
12905
|
+
*/
|
|
12906
|
+
readonly component: string;
|
|
12907
|
+
}
|
|
12100
12908
|
/**
|
|
12101
12909
|
* Request parameters for getTLSCertificate operation in SharedApi.
|
|
12102
12910
|
* @export
|
|
@@ -12534,26 +13342,51 @@ export interface SharedApiListDatabasesRequest {
|
|
|
12534
13342
|
readonly clusterName: string;
|
|
12535
13343
|
}
|
|
12536
13344
|
/**
|
|
12537
|
-
* Request parameters for
|
|
13345
|
+
* Request parameters for listDmsDatabases operation in SharedApi.
|
|
12538
13346
|
* @export
|
|
12539
|
-
* @interface
|
|
13347
|
+
* @interface SharedApiListDmsDatabasesRequest
|
|
12540
13348
|
*/
|
|
12541
|
-
export interface
|
|
13349
|
+
export interface SharedApiListDmsDatabasesRequest {
|
|
12542
13350
|
/**
|
|
12543
13351
|
* name of the Org
|
|
12544
13352
|
* @type {string}
|
|
12545
|
-
* @memberof
|
|
13353
|
+
* @memberof SharedApiListDmsDatabases
|
|
12546
13354
|
*/
|
|
12547
13355
|
readonly orgName: string;
|
|
12548
13356
|
/**
|
|
12549
|
-
* name of the
|
|
13357
|
+
* name of the cluster
|
|
12550
13358
|
* @type {string}
|
|
12551
|
-
* @memberof
|
|
13359
|
+
* @memberof SharedApiListDmsDatabases
|
|
12552
13360
|
*/
|
|
12553
13361
|
readonly clusterName: string;
|
|
12554
13362
|
/**
|
|
12555
|
-
*
|
|
12556
|
-
* @type {
|
|
13363
|
+
* id of the datasource
|
|
13364
|
+
* @type {string}
|
|
13365
|
+
* @memberof SharedApiListDmsDatabases
|
|
13366
|
+
*/
|
|
13367
|
+
readonly id: string;
|
|
13368
|
+
}
|
|
13369
|
+
/**
|
|
13370
|
+
* Request parameters for listEndpoints operation in SharedApi.
|
|
13371
|
+
* @export
|
|
13372
|
+
* @interface SharedApiListEndpointsRequest
|
|
13373
|
+
*/
|
|
13374
|
+
export interface SharedApiListEndpointsRequest {
|
|
13375
|
+
/**
|
|
13376
|
+
* name of the Org
|
|
13377
|
+
* @type {string}
|
|
13378
|
+
* @memberof SharedApiListEndpoints
|
|
13379
|
+
*/
|
|
13380
|
+
readonly orgName: string;
|
|
13381
|
+
/**
|
|
13382
|
+
* name of the KubeBlocks cluster
|
|
13383
|
+
* @type {string}
|
|
13384
|
+
* @memberof SharedApiListEndpoints
|
|
13385
|
+
*/
|
|
13386
|
+
readonly clusterName: string;
|
|
13387
|
+
/**
|
|
13388
|
+
* count of the NodePort host
|
|
13389
|
+
* @type {number}
|
|
12557
13390
|
* @memberof SharedApiListEndpoints
|
|
12558
13391
|
*/
|
|
12559
13392
|
readonly nodePortHostCount?: number;
|
|
@@ -12925,6 +13758,12 @@ export interface SharedApiListObjectNamesByTypeRequest {
|
|
|
12925
13758
|
* @memberof SharedApiListObjectNamesByType
|
|
12926
13759
|
*/
|
|
12927
13760
|
readonly type: string;
|
|
13761
|
+
/**
|
|
13762
|
+
* database name, used by engines such as MSSQL when listing object names inside a schema
|
|
13763
|
+
* @type {string}
|
|
13764
|
+
* @memberof SharedApiListObjectNamesByType
|
|
13765
|
+
*/
|
|
13766
|
+
readonly database?: string;
|
|
12928
13767
|
}
|
|
12929
13768
|
/**
|
|
12930
13769
|
* Request parameters for listObjectTypesInSchema operation in SharedApi.
|
|
@@ -12956,6 +13795,12 @@ export interface SharedApiListObjectTypesInSchemaRequest {
|
|
|
12956
13795
|
* @memberof SharedApiListObjectTypesInSchema
|
|
12957
13796
|
*/
|
|
12958
13797
|
readonly schema: string;
|
|
13798
|
+
/**
|
|
13799
|
+
* database name, used by engines such as MSSQL when listing objects inside a schema
|
|
13800
|
+
* @type {string}
|
|
13801
|
+
* @memberof SharedApiListObjectTypesInSchema
|
|
13802
|
+
*/
|
|
13803
|
+
readonly database?: string;
|
|
12959
13804
|
}
|
|
12960
13805
|
/**
|
|
12961
13806
|
* Request parameters for listObjectsTreeForSelectiveBackup operation in SharedApi.
|
|
@@ -13230,6 +14075,12 @@ export interface SharedApiListQueryHistoryRequest {
|
|
|
13230
14075
|
* @memberof SharedApiListQueryHistory
|
|
13231
14076
|
*/
|
|
13232
14077
|
readonly id: string;
|
|
14078
|
+
/**
|
|
14079
|
+
* maximum history records to return, default and max 100
|
|
14080
|
+
* @type {number}
|
|
14081
|
+
* @memberof SharedApiListQueryHistory
|
|
14082
|
+
*/
|
|
14083
|
+
readonly limit?: number;
|
|
13233
14084
|
}
|
|
13234
14085
|
/**
|
|
13235
14086
|
* Request parameters for listRabbitAccounts operation in SharedApi.
|
|
@@ -13871,332 +14722,766 @@ export interface SharedApiQueryErrorLogsRequest {
|
|
|
13871
14722
|
/**
|
|
13872
14723
|
*
|
|
13873
14724
|
* @type {string}
|
|
13874
|
-
* @memberof SharedApiQueryErrorLogs
|
|
14725
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14726
|
+
*/
|
|
14727
|
+
readonly clusterName: string;
|
|
14728
|
+
/**
|
|
14729
|
+
* Start time in epoch nanoseconds.
|
|
14730
|
+
* @type {string}
|
|
14731
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14732
|
+
*/
|
|
14733
|
+
readonly startTime: string;
|
|
14734
|
+
/**
|
|
14735
|
+
* End time in epoch nanoseconds.
|
|
14736
|
+
* @type {string}
|
|
14737
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14738
|
+
*/
|
|
14739
|
+
readonly endTime: string;
|
|
14740
|
+
/**
|
|
14741
|
+
*
|
|
14742
|
+
* @type {string}
|
|
14743
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14744
|
+
*/
|
|
14745
|
+
readonly componentName?: string;
|
|
14746
|
+
/**
|
|
14747
|
+
*
|
|
14748
|
+
* @type {string}
|
|
14749
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14750
|
+
*/
|
|
14751
|
+
readonly instanceName?: string;
|
|
14752
|
+
/**
|
|
14753
|
+
*
|
|
14754
|
+
* @type {string}
|
|
14755
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14756
|
+
*/
|
|
14757
|
+
readonly filename?: string;
|
|
14758
|
+
/**
|
|
14759
|
+
*
|
|
14760
|
+
* @type {string}
|
|
14761
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14762
|
+
*/
|
|
14763
|
+
readonly query?: string;
|
|
14764
|
+
/**
|
|
14765
|
+
*
|
|
14766
|
+
* @type {string}
|
|
14767
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14768
|
+
*/
|
|
14769
|
+
readonly limit?: string;
|
|
14770
|
+
/**
|
|
14771
|
+
*
|
|
14772
|
+
* @type {SortType}
|
|
14773
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14774
|
+
*/
|
|
14775
|
+
readonly sortType?: SortType;
|
|
14776
|
+
}
|
|
14777
|
+
/**
|
|
14778
|
+
* Request parameters for queryImportObjects operation in SharedApi.
|
|
14779
|
+
* @export
|
|
14780
|
+
* @interface SharedApiQueryImportObjectsRequest
|
|
14781
|
+
*/
|
|
14782
|
+
export interface SharedApiQueryImportObjectsRequest {
|
|
14783
|
+
/**
|
|
14784
|
+
* Organization name
|
|
14785
|
+
* @type {string}
|
|
14786
|
+
* @memberof SharedApiQueryImportObjects
|
|
14787
|
+
*/
|
|
14788
|
+
readonly orgName: string;
|
|
14789
|
+
/**
|
|
14790
|
+
* Cluster name
|
|
14791
|
+
* @type {string}
|
|
14792
|
+
* @memberof SharedApiQueryImportObjects
|
|
14793
|
+
*/
|
|
14794
|
+
readonly clusterName: string;
|
|
14795
|
+
/**
|
|
14796
|
+
* Connection configuration and current object tree position
|
|
14797
|
+
* @type {ImportQueryObjectsRequest}
|
|
14798
|
+
* @memberof SharedApiQueryImportObjects
|
|
14799
|
+
*/
|
|
14800
|
+
readonly importQueryObjectsRequest: ImportQueryObjectsRequest;
|
|
14801
|
+
}
|
|
14802
|
+
/**
|
|
14803
|
+
* Request parameters for queryLogHits operation in SharedApi.
|
|
14804
|
+
* @export
|
|
14805
|
+
* @interface SharedApiQueryLogHitsRequest
|
|
14806
|
+
*/
|
|
14807
|
+
export interface SharedApiQueryLogHitsRequest {
|
|
14808
|
+
/**
|
|
14809
|
+
*
|
|
14810
|
+
* @type {string}
|
|
14811
|
+
* @memberof SharedApiQueryLogHits
|
|
14812
|
+
*/
|
|
14813
|
+
readonly orgName: string;
|
|
14814
|
+
/**
|
|
14815
|
+
*
|
|
14816
|
+
* @type {string}
|
|
14817
|
+
* @memberof SharedApiQueryLogHits
|
|
14818
|
+
*/
|
|
14819
|
+
readonly clusterName: string;
|
|
14820
|
+
/**
|
|
14821
|
+
* Start time in epoch nanoseconds.
|
|
14822
|
+
* @type {string}
|
|
14823
|
+
* @memberof SharedApiQueryLogHits
|
|
14824
|
+
*/
|
|
14825
|
+
readonly startTime: string;
|
|
14826
|
+
/**
|
|
14827
|
+
* End time in epoch nanoseconds.
|
|
14828
|
+
* @type {string}
|
|
14829
|
+
* @memberof SharedApiQueryLogHits
|
|
14830
|
+
*/
|
|
14831
|
+
readonly endTime: string;
|
|
14832
|
+
/**
|
|
14833
|
+
* Time bucket size, e.g. 5s, 30s, 1m, 5m, 30m, 1h
|
|
14834
|
+
* @type {string}
|
|
14835
|
+
* @memberof SharedApiQueryLogHits
|
|
14836
|
+
*/
|
|
14837
|
+
readonly step: string;
|
|
14838
|
+
/**
|
|
14839
|
+
* Log type: runninglog, errorlog, slow, auditlog
|
|
14840
|
+
* @type {string}
|
|
14841
|
+
* @memberof SharedApiQueryLogHits
|
|
14842
|
+
*/
|
|
14843
|
+
readonly logType: string;
|
|
14844
|
+
/**
|
|
14845
|
+
*
|
|
14846
|
+
* @type {string}
|
|
14847
|
+
* @memberof SharedApiQueryLogHits
|
|
14848
|
+
*/
|
|
14849
|
+
readonly componentName?: string;
|
|
14850
|
+
/**
|
|
14851
|
+
*
|
|
14852
|
+
* @type {string}
|
|
14853
|
+
* @memberof SharedApiQueryLogHits
|
|
14854
|
+
*/
|
|
14855
|
+
readonly instanceName?: string;
|
|
14856
|
+
/**
|
|
14857
|
+
*
|
|
14858
|
+
* @type {string}
|
|
14859
|
+
* @memberof SharedApiQueryLogHits
|
|
14860
|
+
*/
|
|
14861
|
+
readonly query?: string;
|
|
14862
|
+
/**
|
|
14863
|
+
* Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
14864
|
+
* @type {number}
|
|
14865
|
+
* @memberof SharedApiQueryLogHits
|
|
14866
|
+
*/
|
|
14867
|
+
readonly minExecutionTime?: number;
|
|
14868
|
+
/**
|
|
14869
|
+
* Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
14870
|
+
* @type {number}
|
|
14871
|
+
* @memberof SharedApiQueryLogHits
|
|
14872
|
+
*/
|
|
14873
|
+
readonly maxExecutionTime?: number;
|
|
14874
|
+
/**
|
|
14875
|
+
* Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
14876
|
+
* @type {number}
|
|
14877
|
+
* @memberof SharedApiQueryLogHits
|
|
14878
|
+
*/
|
|
14879
|
+
readonly minLockTime?: number;
|
|
14880
|
+
/**
|
|
14881
|
+
* Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
14882
|
+
* @type {number}
|
|
14883
|
+
* @memberof SharedApiQueryLogHits
|
|
14884
|
+
*/
|
|
14885
|
+
readonly maxLockTime?: number;
|
|
14886
|
+
/**
|
|
14887
|
+
*
|
|
14888
|
+
* @type {number}
|
|
14889
|
+
* @memberof SharedApiQueryLogHits
|
|
14890
|
+
*/
|
|
14891
|
+
readonly minRowsExamined?: number;
|
|
14892
|
+
/**
|
|
14893
|
+
*
|
|
14894
|
+
* @type {number}
|
|
14895
|
+
* @memberof SharedApiQueryLogHits
|
|
14896
|
+
*/
|
|
14897
|
+
readonly maxRowsExamined?: number;
|
|
14898
|
+
/**
|
|
14899
|
+
*
|
|
14900
|
+
* @type {number}
|
|
14901
|
+
* @memberof SharedApiQueryLogHits
|
|
14902
|
+
*/
|
|
14903
|
+
readonly minRowsSent?: number;
|
|
14904
|
+
/**
|
|
14905
|
+
*
|
|
14906
|
+
* @type {number}
|
|
14907
|
+
* @memberof SharedApiQueryLogHits
|
|
14908
|
+
*/
|
|
14909
|
+
readonly maxRowsSent?: number;
|
|
14910
|
+
/**
|
|
14911
|
+
*
|
|
14912
|
+
* @type {string}
|
|
14913
|
+
* @memberof SharedApiQueryLogHits
|
|
14914
|
+
*/
|
|
14915
|
+
readonly dbName?: string;
|
|
14916
|
+
/**
|
|
14917
|
+
*
|
|
14918
|
+
* @type {string}
|
|
14919
|
+
* @memberof SharedApiQueryLogHits
|
|
14920
|
+
*/
|
|
14921
|
+
readonly userName?: string;
|
|
14922
|
+
/**
|
|
14923
|
+
*
|
|
14924
|
+
* @type {string}
|
|
14925
|
+
* @memberof SharedApiQueryLogHits
|
|
14926
|
+
*/
|
|
14927
|
+
readonly clientIp?: string;
|
|
14928
|
+
/**
|
|
14929
|
+
*
|
|
14930
|
+
* @type {string}
|
|
14931
|
+
* @memberof SharedApiQueryLogHits
|
|
14932
|
+
*/
|
|
14933
|
+
readonly appName?: string;
|
|
14934
|
+
/**
|
|
14935
|
+
*
|
|
14936
|
+
* @type {string}
|
|
14937
|
+
* @memberof SharedApiQueryLogHits
|
|
14938
|
+
*/
|
|
14939
|
+
readonly templateId?: string;
|
|
14940
|
+
/**
|
|
14941
|
+
*
|
|
14942
|
+
* @type {boolean}
|
|
14943
|
+
* @memberof SharedApiQueryLogHits
|
|
14944
|
+
*/
|
|
14945
|
+
readonly unclassifiedOnly?: boolean;
|
|
14946
|
+
}
|
|
14947
|
+
/**
|
|
14948
|
+
* Request parameters for queryPodLogs operation in SharedApi.
|
|
14949
|
+
* @export
|
|
14950
|
+
* @interface SharedApiQueryPodLogsRequest
|
|
14951
|
+
*/
|
|
14952
|
+
export interface SharedApiQueryPodLogsRequest {
|
|
14953
|
+
/**
|
|
14954
|
+
*
|
|
14955
|
+
* @type {string}
|
|
14956
|
+
* @memberof SharedApiQueryPodLogs
|
|
14957
|
+
*/
|
|
14958
|
+
readonly orgName: string;
|
|
14959
|
+
/**
|
|
14960
|
+
*
|
|
14961
|
+
* @type {string}
|
|
14962
|
+
* @memberof SharedApiQueryPodLogs
|
|
14963
|
+
*/
|
|
14964
|
+
readonly clusterName: string;
|
|
14965
|
+
/**
|
|
14966
|
+
* Start time in epoch nanoseconds.
|
|
14967
|
+
* @type {string}
|
|
14968
|
+
* @memberof SharedApiQueryPodLogs
|
|
14969
|
+
*/
|
|
14970
|
+
readonly startTime: string;
|
|
14971
|
+
/**
|
|
14972
|
+
* End time in epoch nanoseconds.
|
|
14973
|
+
* @type {string}
|
|
14974
|
+
* @memberof SharedApiQueryPodLogs
|
|
14975
|
+
*/
|
|
14976
|
+
readonly endTime: string;
|
|
14977
|
+
/**
|
|
14978
|
+
*
|
|
14979
|
+
* @type {string}
|
|
14980
|
+
* @memberof SharedApiQueryPodLogs
|
|
14981
|
+
*/
|
|
14982
|
+
readonly componentName?: string;
|
|
14983
|
+
/**
|
|
14984
|
+
*
|
|
14985
|
+
* @type {string}
|
|
14986
|
+
* @memberof SharedApiQueryPodLogs
|
|
14987
|
+
*/
|
|
14988
|
+
readonly instanceName?: string;
|
|
14989
|
+
/**
|
|
14990
|
+
*
|
|
14991
|
+
* @type {string}
|
|
14992
|
+
* @memberof SharedApiQueryPodLogs
|
|
14993
|
+
*/
|
|
14994
|
+
readonly filename?: string;
|
|
14995
|
+
/**
|
|
14996
|
+
*
|
|
14997
|
+
* @type {string}
|
|
14998
|
+
* @memberof SharedApiQueryPodLogs
|
|
14999
|
+
*/
|
|
15000
|
+
readonly limit?: string;
|
|
15001
|
+
/**
|
|
15002
|
+
*
|
|
15003
|
+
* @type {SortType}
|
|
15004
|
+
* @memberof SharedApiQueryPodLogs
|
|
15005
|
+
*/
|
|
15006
|
+
readonly sortType?: SortType;
|
|
15007
|
+
}
|
|
15008
|
+
/**
|
|
15009
|
+
* Request parameters for queryRunningLogs operation in SharedApi.
|
|
15010
|
+
* @export
|
|
15011
|
+
* @interface SharedApiQueryRunningLogsRequest
|
|
15012
|
+
*/
|
|
15013
|
+
export interface SharedApiQueryRunningLogsRequest {
|
|
15014
|
+
/**
|
|
15015
|
+
*
|
|
15016
|
+
* @type {string}
|
|
15017
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15018
|
+
*/
|
|
15019
|
+
readonly orgName: string;
|
|
15020
|
+
/**
|
|
15021
|
+
*
|
|
15022
|
+
* @type {string}
|
|
15023
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15024
|
+
*/
|
|
15025
|
+
readonly clusterName: string;
|
|
15026
|
+
/**
|
|
15027
|
+
* Start time in epoch nanoseconds.
|
|
15028
|
+
* @type {string}
|
|
15029
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15030
|
+
*/
|
|
15031
|
+
readonly startTime: string;
|
|
15032
|
+
/**
|
|
15033
|
+
* End time in epoch nanoseconds.
|
|
15034
|
+
* @type {string}
|
|
15035
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15036
|
+
*/
|
|
15037
|
+
readonly endTime: string;
|
|
15038
|
+
/**
|
|
15039
|
+
*
|
|
15040
|
+
* @type {string}
|
|
15041
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15042
|
+
*/
|
|
15043
|
+
readonly componentName?: string;
|
|
15044
|
+
/**
|
|
15045
|
+
*
|
|
15046
|
+
* @type {string}
|
|
15047
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15048
|
+
*/
|
|
15049
|
+
readonly instanceName?: string;
|
|
15050
|
+
/**
|
|
15051
|
+
*
|
|
15052
|
+
* @type {string}
|
|
15053
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15054
|
+
*/
|
|
15055
|
+
readonly filename?: string;
|
|
15056
|
+
/**
|
|
15057
|
+
*
|
|
15058
|
+
* @type {string}
|
|
15059
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15060
|
+
*/
|
|
15061
|
+
readonly limit?: string;
|
|
15062
|
+
/**
|
|
15063
|
+
*
|
|
15064
|
+
* @type {string}
|
|
15065
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15066
|
+
*/
|
|
15067
|
+
readonly query?: string;
|
|
15068
|
+
/**
|
|
15069
|
+
*
|
|
15070
|
+
* @type {SortType}
|
|
15071
|
+
* @memberof SharedApiQueryRunningLogs
|
|
15072
|
+
*/
|
|
15073
|
+
readonly sortType?: SortType;
|
|
15074
|
+
}
|
|
15075
|
+
/**
|
|
15076
|
+
* Request parameters for querySlowLogTemplateSamples operation in SharedApi.
|
|
15077
|
+
* @export
|
|
15078
|
+
* @interface SharedApiQuerySlowLogTemplateSamplesRequest
|
|
15079
|
+
*/
|
|
15080
|
+
export interface SharedApiQuerySlowLogTemplateSamplesRequest {
|
|
15081
|
+
/**
|
|
15082
|
+
*
|
|
15083
|
+
* @type {string}
|
|
15084
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15085
|
+
*/
|
|
15086
|
+
readonly orgName: string;
|
|
15087
|
+
/**
|
|
15088
|
+
*
|
|
15089
|
+
* @type {string}
|
|
15090
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15091
|
+
*/
|
|
15092
|
+
readonly clusterName: string;
|
|
15093
|
+
/**
|
|
15094
|
+
*
|
|
15095
|
+
* @type {string}
|
|
15096
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15097
|
+
*/
|
|
15098
|
+
readonly templateId: string;
|
|
15099
|
+
/**
|
|
15100
|
+
* Start time in epoch nanoseconds.
|
|
15101
|
+
* @type {string}
|
|
15102
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15103
|
+
*/
|
|
15104
|
+
readonly startTime: string;
|
|
15105
|
+
/**
|
|
15106
|
+
* End time in epoch nanoseconds.
|
|
15107
|
+
* @type {string}
|
|
15108
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15109
|
+
*/
|
|
15110
|
+
readonly endTime: string;
|
|
15111
|
+
/**
|
|
15112
|
+
*
|
|
15113
|
+
* @type {string}
|
|
15114
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15115
|
+
*/
|
|
15116
|
+
readonly componentName?: string;
|
|
15117
|
+
/**
|
|
15118
|
+
*
|
|
15119
|
+
* @type {string}
|
|
15120
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15121
|
+
*/
|
|
15122
|
+
readonly instanceName?: string;
|
|
15123
|
+
/**
|
|
15124
|
+
*
|
|
15125
|
+
* @type {string}
|
|
15126
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15127
|
+
*/
|
|
15128
|
+
readonly query?: string;
|
|
15129
|
+
/**
|
|
15130
|
+
*
|
|
15131
|
+
* @type {string}
|
|
15132
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15133
|
+
*/
|
|
15134
|
+
readonly limit?: string;
|
|
15135
|
+
/**
|
|
15136
|
+
*
|
|
15137
|
+
* @type {SortType}
|
|
15138
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
15139
|
+
*/
|
|
15140
|
+
readonly sortType?: SortType;
|
|
15141
|
+
}
|
|
15142
|
+
/**
|
|
15143
|
+
* Request parameters for querySlowLogTemplates operation in SharedApi.
|
|
15144
|
+
* @export
|
|
15145
|
+
* @interface SharedApiQuerySlowLogTemplatesRequest
|
|
15146
|
+
*/
|
|
15147
|
+
export interface SharedApiQuerySlowLogTemplatesRequest {
|
|
15148
|
+
/**
|
|
15149
|
+
*
|
|
15150
|
+
* @type {string}
|
|
15151
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
15152
|
+
*/
|
|
15153
|
+
readonly orgName: string;
|
|
15154
|
+
/**
|
|
15155
|
+
*
|
|
15156
|
+
* @type {string}
|
|
15157
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13875
15158
|
*/
|
|
13876
15159
|
readonly clusterName: string;
|
|
13877
15160
|
/**
|
|
13878
15161
|
* Start time in epoch nanoseconds.
|
|
13879
15162
|
* @type {string}
|
|
13880
|
-
* @memberof
|
|
15163
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13881
15164
|
*/
|
|
13882
15165
|
readonly startTime: string;
|
|
13883
15166
|
/**
|
|
13884
15167
|
* End time in epoch nanoseconds.
|
|
13885
15168
|
* @type {string}
|
|
13886
|
-
* @memberof
|
|
15169
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13887
15170
|
*/
|
|
13888
15171
|
readonly endTime: string;
|
|
13889
15172
|
/**
|
|
13890
15173
|
*
|
|
13891
15174
|
* @type {string}
|
|
13892
|
-
* @memberof
|
|
15175
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13893
15176
|
*/
|
|
13894
15177
|
readonly componentName?: string;
|
|
13895
15178
|
/**
|
|
13896
15179
|
*
|
|
13897
15180
|
* @type {string}
|
|
13898
|
-
* @memberof
|
|
15181
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13899
15182
|
*/
|
|
13900
15183
|
readonly instanceName?: string;
|
|
13901
15184
|
/**
|
|
13902
15185
|
*
|
|
13903
15186
|
* @type {string}
|
|
13904
|
-
* @memberof
|
|
15187
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13905
15188
|
*/
|
|
13906
|
-
readonly
|
|
15189
|
+
readonly query?: string;
|
|
13907
15190
|
/**
|
|
13908
15191
|
*
|
|
13909
|
-
* @type {
|
|
13910
|
-
* @memberof
|
|
15192
|
+
* @type {number}
|
|
15193
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13911
15194
|
*/
|
|
13912
|
-
readonly
|
|
15195
|
+
readonly topN?: number;
|
|
13913
15196
|
/**
|
|
13914
|
-
*
|
|
15197
|
+
* Sort templates by count or avgExecutionTime.
|
|
13915
15198
|
* @type {string}
|
|
13916
|
-
* @memberof
|
|
15199
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13917
15200
|
*/
|
|
13918
|
-
readonly
|
|
15201
|
+
readonly sortBy?: string;
|
|
13919
15202
|
/**
|
|
13920
15203
|
*
|
|
13921
15204
|
* @type {SortType}
|
|
13922
|
-
* @memberof
|
|
15205
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13923
15206
|
*/
|
|
13924
15207
|
readonly sortType?: SortType;
|
|
13925
|
-
}
|
|
13926
|
-
/**
|
|
13927
|
-
* Request parameters for queryImportObjects operation in SharedApi.
|
|
13928
|
-
* @export
|
|
13929
|
-
* @interface SharedApiQueryImportObjectsRequest
|
|
13930
|
-
*/
|
|
13931
|
-
export interface SharedApiQueryImportObjectsRequest {
|
|
13932
15208
|
/**
|
|
13933
|
-
*
|
|
13934
|
-
* @type {
|
|
13935
|
-
* @memberof
|
|
15209
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15210
|
+
* @type {number}
|
|
15211
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13936
15212
|
*/
|
|
13937
|
-
readonly
|
|
15213
|
+
readonly minExecutionTime?: number;
|
|
13938
15214
|
/**
|
|
13939
|
-
*
|
|
13940
|
-
* @type {
|
|
13941
|
-
* @memberof
|
|
15215
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15216
|
+
* @type {number}
|
|
15217
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13942
15218
|
*/
|
|
13943
|
-
readonly
|
|
15219
|
+
readonly maxExecutionTime?: number;
|
|
13944
15220
|
/**
|
|
13945
|
-
*
|
|
13946
|
-
* @type {
|
|
13947
|
-
* @memberof
|
|
15221
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15222
|
+
* @type {number}
|
|
15223
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13948
15224
|
*/
|
|
13949
|
-
readonly
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
|
|
13955
|
-
|
|
13956
|
-
|
|
15225
|
+
readonly minLockTime?: number;
|
|
15226
|
+
/**
|
|
15227
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15228
|
+
* @type {number}
|
|
15229
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
15230
|
+
*/
|
|
15231
|
+
readonly maxLockTime?: number;
|
|
15232
|
+
/**
|
|
15233
|
+
*
|
|
15234
|
+
* @type {number}
|
|
15235
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
15236
|
+
*/
|
|
15237
|
+
readonly minRowsExamined?: number;
|
|
15238
|
+
/**
|
|
15239
|
+
*
|
|
15240
|
+
* @type {number}
|
|
15241
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
15242
|
+
*/
|
|
15243
|
+
readonly maxRowsExamined?: number;
|
|
15244
|
+
/**
|
|
15245
|
+
*
|
|
15246
|
+
* @type {number}
|
|
15247
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
15248
|
+
*/
|
|
15249
|
+
readonly minRowsSent?: number;
|
|
15250
|
+
/**
|
|
15251
|
+
*
|
|
15252
|
+
* @type {number}
|
|
15253
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
15254
|
+
*/
|
|
15255
|
+
readonly maxRowsSent?: number;
|
|
13957
15256
|
/**
|
|
13958
15257
|
*
|
|
13959
15258
|
* @type {string}
|
|
13960
|
-
* @memberof
|
|
15259
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13961
15260
|
*/
|
|
13962
|
-
readonly
|
|
15261
|
+
readonly dbName?: string;
|
|
13963
15262
|
/**
|
|
13964
15263
|
*
|
|
13965
15264
|
* @type {string}
|
|
13966
|
-
* @memberof
|
|
15265
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13967
15266
|
*/
|
|
13968
|
-
readonly
|
|
15267
|
+
readonly dbNameContains?: string;
|
|
13969
15268
|
/**
|
|
13970
|
-
*
|
|
15269
|
+
*
|
|
13971
15270
|
* @type {string}
|
|
13972
|
-
* @memberof
|
|
15271
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13973
15272
|
*/
|
|
13974
|
-
readonly
|
|
15273
|
+
readonly userName?: string;
|
|
13975
15274
|
/**
|
|
13976
|
-
*
|
|
15275
|
+
*
|
|
13977
15276
|
* @type {string}
|
|
13978
|
-
* @memberof
|
|
15277
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13979
15278
|
*/
|
|
13980
|
-
readonly
|
|
15279
|
+
readonly userNameContains?: string;
|
|
13981
15280
|
/**
|
|
13982
|
-
*
|
|
15281
|
+
*
|
|
13983
15282
|
* @type {string}
|
|
13984
|
-
* @memberof
|
|
15283
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13985
15284
|
*/
|
|
13986
|
-
readonly
|
|
15285
|
+
readonly clientIp?: string;
|
|
13987
15286
|
/**
|
|
13988
|
-
*
|
|
15287
|
+
*
|
|
13989
15288
|
* @type {string}
|
|
13990
|
-
* @memberof
|
|
15289
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13991
15290
|
*/
|
|
13992
|
-
readonly
|
|
15291
|
+
readonly clientIpContains?: string;
|
|
13993
15292
|
/**
|
|
13994
15293
|
*
|
|
13995
15294
|
* @type {string}
|
|
13996
|
-
* @memberof
|
|
15295
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13997
15296
|
*/
|
|
13998
|
-
readonly
|
|
15297
|
+
readonly clientIpCIDR?: string;
|
|
13999
15298
|
/**
|
|
14000
15299
|
*
|
|
14001
15300
|
* @type {string}
|
|
14002
|
-
* @memberof
|
|
15301
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14003
15302
|
*/
|
|
14004
|
-
readonly
|
|
15303
|
+
readonly appName?: string;
|
|
14005
15304
|
/**
|
|
14006
15305
|
*
|
|
14007
15306
|
* @type {string}
|
|
14008
|
-
* @memberof
|
|
15307
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14009
15308
|
*/
|
|
14010
|
-
readonly
|
|
15309
|
+
readonly appNameContains?: string;
|
|
14011
15310
|
}
|
|
14012
15311
|
/**
|
|
14013
|
-
* Request parameters for
|
|
15312
|
+
* Request parameters for querySlowLogs operation in SharedApi.
|
|
14014
15313
|
* @export
|
|
14015
|
-
* @interface
|
|
15314
|
+
* @interface SharedApiQuerySlowLogsRequest
|
|
14016
15315
|
*/
|
|
14017
|
-
export interface
|
|
15316
|
+
export interface SharedApiQuerySlowLogsRequest {
|
|
14018
15317
|
/**
|
|
14019
15318
|
*
|
|
14020
15319
|
* @type {string}
|
|
14021
|
-
* @memberof
|
|
15320
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14022
15321
|
*/
|
|
14023
15322
|
readonly orgName: string;
|
|
14024
15323
|
/**
|
|
14025
15324
|
*
|
|
14026
15325
|
* @type {string}
|
|
14027
|
-
* @memberof
|
|
15326
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14028
15327
|
*/
|
|
14029
15328
|
readonly clusterName: string;
|
|
14030
15329
|
/**
|
|
14031
15330
|
* Start time in epoch nanoseconds.
|
|
14032
15331
|
* @type {string}
|
|
14033
|
-
* @memberof
|
|
15332
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14034
15333
|
*/
|
|
14035
15334
|
readonly startTime: string;
|
|
14036
15335
|
/**
|
|
14037
15336
|
* End time in epoch nanoseconds.
|
|
14038
15337
|
* @type {string}
|
|
14039
|
-
* @memberof
|
|
15338
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14040
15339
|
*/
|
|
14041
15340
|
readonly endTime: string;
|
|
14042
15341
|
/**
|
|
14043
15342
|
*
|
|
14044
15343
|
* @type {string}
|
|
14045
|
-
* @memberof
|
|
15344
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14046
15345
|
*/
|
|
14047
15346
|
readonly componentName?: string;
|
|
14048
15347
|
/**
|
|
14049
15348
|
*
|
|
14050
15349
|
* @type {string}
|
|
14051
|
-
* @memberof
|
|
15350
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14052
15351
|
*/
|
|
14053
15352
|
readonly instanceName?: string;
|
|
14054
15353
|
/**
|
|
14055
15354
|
*
|
|
14056
15355
|
* @type {string}
|
|
14057
|
-
* @memberof
|
|
15356
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14058
15357
|
*/
|
|
14059
|
-
readonly
|
|
15358
|
+
readonly query?: string;
|
|
14060
15359
|
/**
|
|
14061
15360
|
*
|
|
14062
15361
|
* @type {string}
|
|
14063
|
-
* @memberof
|
|
15362
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14064
15363
|
*/
|
|
14065
15364
|
readonly limit?: string;
|
|
14066
15365
|
/**
|
|
14067
15366
|
*
|
|
14068
15367
|
* @type {SortType}
|
|
14069
|
-
* @memberof
|
|
15368
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14070
15369
|
*/
|
|
14071
15370
|
readonly sortType?: SortType;
|
|
14072
|
-
}
|
|
14073
|
-
/**
|
|
14074
|
-
* Request parameters for queryRunningLogs operation in SharedApi.
|
|
14075
|
-
* @export
|
|
14076
|
-
* @interface SharedApiQueryRunningLogsRequest
|
|
14077
|
-
*/
|
|
14078
|
-
export interface SharedApiQueryRunningLogsRequest {
|
|
14079
15371
|
/**
|
|
14080
|
-
*
|
|
14081
|
-
* @type {
|
|
14082
|
-
* @memberof
|
|
15372
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15373
|
+
* @type {number}
|
|
15374
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14083
15375
|
*/
|
|
14084
|
-
readonly
|
|
15376
|
+
readonly minExecutionTime?: number;
|
|
14085
15377
|
/**
|
|
14086
|
-
*
|
|
14087
|
-
* @type {
|
|
14088
|
-
* @memberof
|
|
15378
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15379
|
+
* @type {number}
|
|
15380
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14089
15381
|
*/
|
|
14090
|
-
readonly
|
|
15382
|
+
readonly maxExecutionTime?: number;
|
|
14091
15383
|
/**
|
|
14092
|
-
*
|
|
14093
|
-
* @type {
|
|
14094
|
-
* @memberof
|
|
15384
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15385
|
+
* @type {number}
|
|
15386
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14095
15387
|
*/
|
|
14096
|
-
readonly
|
|
15388
|
+
readonly minLockTime?: number;
|
|
14097
15389
|
/**
|
|
14098
|
-
*
|
|
14099
|
-
* @type {
|
|
14100
|
-
* @memberof
|
|
15390
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15391
|
+
* @type {number}
|
|
15392
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14101
15393
|
*/
|
|
14102
|
-
readonly
|
|
15394
|
+
readonly maxLockTime?: number;
|
|
14103
15395
|
/**
|
|
14104
15396
|
*
|
|
14105
|
-
* @type {
|
|
14106
|
-
* @memberof
|
|
15397
|
+
* @type {number}
|
|
15398
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14107
15399
|
*/
|
|
14108
|
-
readonly
|
|
15400
|
+
readonly minRowsExamined?: number;
|
|
14109
15401
|
/**
|
|
14110
15402
|
*
|
|
14111
|
-
* @type {
|
|
14112
|
-
* @memberof
|
|
15403
|
+
* @type {number}
|
|
15404
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14113
15405
|
*/
|
|
14114
|
-
readonly
|
|
15406
|
+
readonly maxRowsExamined?: number;
|
|
14115
15407
|
/**
|
|
14116
15408
|
*
|
|
14117
|
-
* @type {
|
|
14118
|
-
* @memberof
|
|
15409
|
+
* @type {number}
|
|
15410
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14119
15411
|
*/
|
|
14120
|
-
readonly
|
|
15412
|
+
readonly minRowsSent?: number;
|
|
14121
15413
|
/**
|
|
14122
15414
|
*
|
|
14123
|
-
* @type {
|
|
14124
|
-
* @memberof
|
|
15415
|
+
* @type {number}
|
|
15416
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14125
15417
|
*/
|
|
14126
|
-
readonly
|
|
15418
|
+
readonly maxRowsSent?: number;
|
|
14127
15419
|
/**
|
|
14128
15420
|
*
|
|
14129
15421
|
* @type {string}
|
|
14130
|
-
* @memberof
|
|
15422
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14131
15423
|
*/
|
|
14132
|
-
readonly
|
|
15424
|
+
readonly dbName?: string;
|
|
14133
15425
|
/**
|
|
14134
15426
|
*
|
|
14135
|
-
* @type {
|
|
14136
|
-
* @memberof
|
|
15427
|
+
* @type {string}
|
|
15428
|
+
* @memberof SharedApiQuerySlowLogs
|
|
14137
15429
|
*/
|
|
14138
|
-
readonly
|
|
14139
|
-
}
|
|
14140
|
-
/**
|
|
14141
|
-
* Request parameters for querySlowLogs operation in SharedApi.
|
|
14142
|
-
* @export
|
|
14143
|
-
* @interface SharedApiQuerySlowLogsRequest
|
|
14144
|
-
*/
|
|
14145
|
-
export interface SharedApiQuerySlowLogsRequest {
|
|
15430
|
+
readonly dbNameContains?: string;
|
|
14146
15431
|
/**
|
|
14147
15432
|
*
|
|
14148
15433
|
* @type {string}
|
|
14149
15434
|
* @memberof SharedApiQuerySlowLogs
|
|
14150
15435
|
*/
|
|
14151
|
-
readonly
|
|
15436
|
+
readonly userName?: string;
|
|
14152
15437
|
/**
|
|
14153
15438
|
*
|
|
14154
15439
|
* @type {string}
|
|
14155
15440
|
* @memberof SharedApiQuerySlowLogs
|
|
14156
15441
|
*/
|
|
14157
|
-
readonly
|
|
15442
|
+
readonly userNameContains?: string;
|
|
14158
15443
|
/**
|
|
14159
|
-
*
|
|
15444
|
+
*
|
|
14160
15445
|
* @type {string}
|
|
14161
15446
|
* @memberof SharedApiQuerySlowLogs
|
|
14162
15447
|
*/
|
|
14163
|
-
readonly
|
|
15448
|
+
readonly clientIp?: string;
|
|
14164
15449
|
/**
|
|
14165
|
-
*
|
|
15450
|
+
*
|
|
14166
15451
|
* @type {string}
|
|
14167
15452
|
* @memberof SharedApiQuerySlowLogs
|
|
14168
15453
|
*/
|
|
14169
|
-
readonly
|
|
15454
|
+
readonly clientIpContains?: string;
|
|
14170
15455
|
/**
|
|
14171
15456
|
*
|
|
14172
15457
|
* @type {string}
|
|
14173
15458
|
* @memberof SharedApiQuerySlowLogs
|
|
14174
15459
|
*/
|
|
14175
|
-
readonly
|
|
15460
|
+
readonly clientIpCIDR?: string;
|
|
14176
15461
|
/**
|
|
14177
15462
|
*
|
|
14178
15463
|
* @type {string}
|
|
14179
15464
|
* @memberof SharedApiQuerySlowLogs
|
|
14180
15465
|
*/
|
|
14181
|
-
readonly
|
|
15466
|
+
readonly appName?: string;
|
|
14182
15467
|
/**
|
|
14183
15468
|
*
|
|
14184
15469
|
* @type {string}
|
|
14185
15470
|
* @memberof SharedApiQuerySlowLogs
|
|
14186
15471
|
*/
|
|
14187
|
-
readonly
|
|
15472
|
+
readonly appNameContains?: string;
|
|
14188
15473
|
/**
|
|
14189
15474
|
*
|
|
14190
15475
|
* @type {string}
|
|
14191
15476
|
* @memberof SharedApiQuerySlowLogs
|
|
14192
15477
|
*/
|
|
14193
|
-
readonly
|
|
15478
|
+
readonly templateId?: string;
|
|
14194
15479
|
/**
|
|
14195
15480
|
*
|
|
14196
|
-
* @type {
|
|
15481
|
+
* @type {boolean}
|
|
14197
15482
|
* @memberof SharedApiQuerySlowLogs
|
|
14198
15483
|
*/
|
|
14199
|
-
readonly
|
|
15484
|
+
readonly unclassifiedOnly?: boolean;
|
|
14200
15485
|
}
|
|
14201
15486
|
/**
|
|
14202
15487
|
* Request parameters for readFeature operation in SharedApi.
|
|
@@ -15365,6 +16650,31 @@ export interface SharedApiUpdateSqlAuditRequest {
|
|
|
15365
16650
|
*/
|
|
15366
16651
|
readonly body: SqlAuditRequest;
|
|
15367
16652
|
}
|
|
16653
|
+
/**
|
|
16654
|
+
* Request parameters for updateTDE operation in SharedApi.
|
|
16655
|
+
* @export
|
|
16656
|
+
* @interface SharedApiUpdateTDERequest
|
|
16657
|
+
*/
|
|
16658
|
+
export interface SharedApiUpdateTDERequest {
|
|
16659
|
+
/**
|
|
16660
|
+
* name of the Org
|
|
16661
|
+
* @type {string}
|
|
16662
|
+
* @memberof SharedApiUpdateTDE
|
|
16663
|
+
*/
|
|
16664
|
+
readonly orgName: string;
|
|
16665
|
+
/**
|
|
16666
|
+
* name of the Cluster
|
|
16667
|
+
* @type {string}
|
|
16668
|
+
* @memberof SharedApiUpdateTDE
|
|
16669
|
+
*/
|
|
16670
|
+
readonly clusterName: string;
|
|
16671
|
+
/**
|
|
16672
|
+
*
|
|
16673
|
+
* @type {TdeRequest}
|
|
16674
|
+
* @memberof SharedApiUpdateTDE
|
|
16675
|
+
*/
|
|
16676
|
+
readonly body: TdeRequest;
|
|
16677
|
+
}
|
|
15368
16678
|
/**
|
|
15369
16679
|
* Request parameters for updateTag operation in SharedApi.
|
|
15370
16680
|
* @export
|
|
@@ -16077,6 +17387,24 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
16077
17387
|
* @memberof SharedApi
|
|
16078
17388
|
*/
|
|
16079
17389
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
17390
|
+
/**
|
|
17391
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
17392
|
+
* @summary Explain cluster slow log SQL
|
|
17393
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
17394
|
+
* @param {*} [options] Override http request option.
|
|
17395
|
+
* @throws {RequiredError}
|
|
17396
|
+
* @memberof SharedApi
|
|
17397
|
+
*/
|
|
17398
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogExplainResponse, any, {}>>;
|
|
17399
|
+
/**
|
|
17400
|
+
* Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
|
|
17401
|
+
* @summary Explain cluster slow log template
|
|
17402
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17403
|
+
* @param {*} [options] Override http request option.
|
|
17404
|
+
* @throws {RequiredError}
|
|
17405
|
+
* @memberof SharedApi
|
|
17406
|
+
*/
|
|
17407
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogExplainResponse, any, {}>>;
|
|
16080
17408
|
/**
|
|
16081
17409
|
* Export cluster logs and return as a file download
|
|
16082
17410
|
* @summary Export cluster logs
|
|
@@ -16490,6 +17818,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
16490
17818
|
* @memberof SharedApi
|
|
16491
17819
|
*/
|
|
16492
17820
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogStats, any, {}>>;
|
|
17821
|
+
/**
|
|
17822
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
17823
|
+
* @summary Get cluster slow log template
|
|
17824
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17825
|
+
* @param {*} [options] Override http request option.
|
|
17826
|
+
* @throws {RequiredError}
|
|
17827
|
+
* @memberof SharedApi
|
|
17828
|
+
*/
|
|
17829
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogTemplate, any, {}>>;
|
|
16493
17830
|
/**
|
|
16494
17831
|
* Query the SQL audit log switch status for a cluster component
|
|
16495
17832
|
* @summary Get SQL audit log status
|
|
@@ -16499,6 +17836,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
16499
17836
|
* @memberof SharedApi
|
|
16500
17837
|
*/
|
|
16501
17838
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SqlAuditStatus, any, {}>>;
|
|
17839
|
+
/**
|
|
17840
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
17841
|
+
* @summary Get TDE status
|
|
17842
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
17843
|
+
* @param {*} [options] Override http request option.
|
|
17844
|
+
* @throws {RequiredError}
|
|
17845
|
+
* @memberof SharedApi
|
|
17846
|
+
*/
|
|
17847
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TdeStatus, any, {}>>;
|
|
16502
17848
|
/**
|
|
16503
17849
|
*
|
|
16504
17850
|
* @summary Get cluster TLS certificate
|
|
@@ -16643,6 +17989,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
16643
17989
|
* @memberof SharedApi
|
|
16644
17990
|
*/
|
|
16645
17991
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DatabaseList, any, {}>>;
|
|
17992
|
+
/**
|
|
17993
|
+
*
|
|
17994
|
+
* @summary list all databases of the datasource
|
|
17995
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
17996
|
+
* @param {*} [options] Override http request option.
|
|
17997
|
+
* @throws {RequiredError}
|
|
17998
|
+
* @memberof SharedApi
|
|
17999
|
+
*/
|
|
18000
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}>>;
|
|
16646
18001
|
/**
|
|
16647
18002
|
*
|
|
16648
18003
|
* @summary List cluster endpoints
|
|
@@ -17172,6 +18527,24 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
17172
18527
|
* @memberof SharedApi
|
|
17173
18528
|
*/
|
|
17174
18529
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterRawLogResponse, any, {}>>;
|
|
18530
|
+
/**
|
|
18531
|
+
* Query slow log samples for a template
|
|
18532
|
+
* @summary Query cluster slow log template samples
|
|
18533
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
18534
|
+
* @param {*} [options] Override http request option.
|
|
18535
|
+
* @throws {RequiredError}
|
|
18536
|
+
* @memberof SharedApi
|
|
18537
|
+
*/
|
|
18538
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterExecutionLog, any, {}>>;
|
|
18539
|
+
/**
|
|
18540
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
18541
|
+
* @summary Query cluster slow log templates
|
|
18542
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
18543
|
+
* @param {*} [options] Override http request option.
|
|
18544
|
+
* @throws {RequiredError}
|
|
18545
|
+
* @memberof SharedApi
|
|
18546
|
+
*/
|
|
18547
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogTemplateList, any, {}>>;
|
|
17175
18548
|
/**
|
|
17176
18549
|
* Query slow logs of a cluster
|
|
17177
18550
|
* @summary Query cluster slow logs
|
|
@@ -17576,6 +18949,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
17576
18949
|
* @memberof SharedApi
|
|
17577
18950
|
*/
|
|
17578
18951
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SqlAuditResponse, any, {}>>;
|
|
18952
|
+
/**
|
|
18953
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
18954
|
+
* @summary Enable TDE
|
|
18955
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
18956
|
+
* @param {*} [options] Override http request option.
|
|
18957
|
+
* @throws {RequiredError}
|
|
18958
|
+
* @memberof SharedApi
|
|
18959
|
+
*/
|
|
18960
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TdeResponse, any, {}>>;
|
|
17579
18961
|
/**
|
|
17580
18962
|
* Update cluster tags
|
|
17581
18963
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|