kb-cloud-client-typescript 2.2.28 → 2.3.0-alpha.100
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/storage-create.d.ts +0 -6
- package/dist/adminapi/models/storage-create.d.ts.map +1 -1
- package/dist/adminapi/models/storage-update.d.ts +0 -6
- package/dist/adminapi/models/storage-update.d.ts.map +1 -1
- package/dist/adminapi/models/storage.d.ts +0 -6
- package/dist/adminapi/models/storage.d.ts.map +1 -1
- 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/internalapi/models/storage-create.d.ts +0 -6
- package/dist/internalapi/models/storage-create.d.ts.map +1 -1
- package/dist/internalapi/models/storage.d.ts +0 -6
- package/dist/internalapi/models/storage.d.ts.map +1 -1
- 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/storage.d.ts +0 -6
- package/dist/openapi/models/storage.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/storage-create.ts +0 -6
- package/src/adminapi/models/storage-update.ts +0 -6
- package/src/adminapi/models/storage.ts +0 -6
- 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 -169
- package/src/internalapi/models/storage-create.ts +0 -6
- package/src/internalapi/models/storage.ts +0 -6
- package/src/internalapi.yaml +0 -8
- 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/storage.ts +0 -6
- 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 +9547 -5110
- 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
|
@@ -47,7 +47,10 @@ import type { ClusterList } from '../models';
|
|
|
47
47
|
import type { ClusterLogHitsResponse } from '../models';
|
|
48
48
|
import type { ClusterMetrics } from '../models';
|
|
49
49
|
import type { ClusterRawLogResponse } from '../models';
|
|
50
|
+
import type { ClusterSlowLogExplainResponse } from '../models';
|
|
50
51
|
import type { ClusterSlowLogStats } from '../models';
|
|
52
|
+
import type { ClusterSlowLogTemplate } from '../models';
|
|
53
|
+
import type { ClusterSlowLogTemplateList } from '../models';
|
|
51
54
|
import type { ClusterTags } from '../models';
|
|
52
55
|
import type { ClusterUpdate } from '../models';
|
|
53
56
|
import type { ConfigEntry } from '../models';
|
|
@@ -174,6 +177,9 @@ import type { Tag } from '../models';
|
|
|
174
177
|
import type { TagCreate } from '../models';
|
|
175
178
|
import type { TagUpdate } from '../models';
|
|
176
179
|
import type { TaskTypeList } from '../models';
|
|
180
|
+
import type { TdeRequest } from '../models';
|
|
181
|
+
import type { TdeResponse } from '../models';
|
|
182
|
+
import type { TdeStatus } from '../models';
|
|
177
183
|
import type { Tenant } from '../models';
|
|
178
184
|
import type { TlsCert } from '../models';
|
|
179
185
|
import type { TlsRequest } from '../models';
|
|
@@ -784,6 +790,31 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
784
790
|
* @throws {RequiredError}
|
|
785
791
|
*/
|
|
786
792
|
expandKafkaTopicPartitions: (orgName: string, clusterName: string, topic: string, expandPartitionRequest: ExpandPartitionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
793
|
+
/**
|
|
794
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
795
|
+
* @summary Explain cluster slow log SQL
|
|
796
|
+
* @param {string} orgName
|
|
797
|
+
* @param {string} clusterName
|
|
798
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
799
|
+
* @param {*} [options] Override http request option.
|
|
800
|
+
* @throws {RequiredError}
|
|
801
|
+
*/
|
|
802
|
+
explainSlowLog: (orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
803
|
+
/**
|
|
804
|
+
* 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.
|
|
805
|
+
* @summary Explain cluster slow log template
|
|
806
|
+
* @param {string} orgName
|
|
807
|
+
* @param {string} clusterName
|
|
808
|
+
* @param {string} templateId
|
|
809
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
810
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
811
|
+
* @param {string} [componentName]
|
|
812
|
+
* @param {string} [instanceName]
|
|
813
|
+
* @param {string} [query]
|
|
814
|
+
* @param {*} [options] Override http request option.
|
|
815
|
+
* @throws {RequiredError}
|
|
816
|
+
*/
|
|
817
|
+
explainSlowLogTemplate: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
787
818
|
/**
|
|
788
819
|
*
|
|
789
820
|
* @summary Export parameter template from cluster
|
|
@@ -921,10 +952,12 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
921
952
|
* @summary Get cluster details by ID
|
|
922
953
|
* @param {string} orgName name of the Org
|
|
923
954
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
955
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
956
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
924
957
|
* @param {*} [options] Override http request option.
|
|
925
958
|
* @throws {RequiredError}
|
|
926
959
|
*/
|
|
927
|
-
getClusterByID: (orgName: string, clusterID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
960
|
+
getClusterByID: (orgName: string, clusterID: string, backupName?: string, restoreTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
928
961
|
/**
|
|
929
962
|
* read log of the specified cluster instance
|
|
930
963
|
* @summary Tail cluster instance container log
|
|
@@ -1133,10 +1166,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1133
1166
|
* @param {string} schema schema or database name
|
|
1134
1167
|
* @param {string} type object type
|
|
1135
1168
|
* @param {string} objectName object name
|
|
1169
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
1136
1170
|
* @param {*} [options] Override http request option.
|
|
1137
1171
|
* @throws {RequiredError}
|
|
1138
1172
|
*/
|
|
1139
|
-
getObjectInfo: (orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1173
|
+
getObjectInfo: (orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1140
1174
|
/**
|
|
1141
1175
|
*
|
|
1142
1176
|
* @summary Get a parameter of an organization
|
|
@@ -1209,10 +1243,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1209
1243
|
* @param {string} orgName name of the Org
|
|
1210
1244
|
* @param {string} clusterName name of the cluster
|
|
1211
1245
|
* @param {string} id id of the datasource
|
|
1246
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
1212
1247
|
* @param {*} [options] Override http request option.
|
|
1213
1248
|
* @throws {RequiredError}
|
|
1214
1249
|
*/
|
|
1215
|
-
getSchemaList: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1250
|
+
getSchemaList: (orgName: string, clusterName: string, id: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1216
1251
|
/**
|
|
1217
1252
|
* Get statistics summary for slow logs of a cluster
|
|
1218
1253
|
* @summary Get cluster slow log statistics
|
|
@@ -1222,10 +1257,45 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1222
1257
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
1223
1258
|
* @param {string} [componentName]
|
|
1224
1259
|
* @param {string} [instanceName]
|
|
1260
|
+
* @param {string} [query]
|
|
1261
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1262
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1263
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1264
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1265
|
+
* @param {number} [minRowsExamined]
|
|
1266
|
+
* @param {number} [maxRowsExamined]
|
|
1267
|
+
* @param {number} [minRowsSent]
|
|
1268
|
+
* @param {number} [maxRowsSent]
|
|
1269
|
+
* @param {string} [dbName]
|
|
1270
|
+
* @param {string} [dbNameContains]
|
|
1271
|
+
* @param {string} [userName]
|
|
1272
|
+
* @param {string} [userNameContains]
|
|
1273
|
+
* @param {string} [clientIp]
|
|
1274
|
+
* @param {string} [clientIpContains]
|
|
1275
|
+
* @param {string} [clientIpCIDR]
|
|
1276
|
+
* @param {string} [appName]
|
|
1277
|
+
* @param {string} [appNameContains]
|
|
1278
|
+
* @param {string} [templateId]
|
|
1279
|
+
* @param {boolean} [unclassifiedOnly]
|
|
1280
|
+
* @param {*} [options] Override http request option.
|
|
1281
|
+
* @throws {RequiredError}
|
|
1282
|
+
*/
|
|
1283
|
+
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>;
|
|
1284
|
+
/**
|
|
1285
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
1286
|
+
* @summary Get cluster slow log template
|
|
1287
|
+
* @param {string} orgName
|
|
1288
|
+
* @param {string} clusterName
|
|
1289
|
+
* @param {string} templateId
|
|
1290
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
1291
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
1292
|
+
* @param {string} [componentName]
|
|
1293
|
+
* @param {string} [instanceName]
|
|
1294
|
+
* @param {string} [query]
|
|
1225
1295
|
* @param {*} [options] Override http request option.
|
|
1226
1296
|
* @throws {RequiredError}
|
|
1227
1297
|
*/
|
|
1228
|
-
|
|
1298
|
+
getSlowLogTemplate: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1229
1299
|
/**
|
|
1230
1300
|
* Query the SQL audit log switch status for a cluster component
|
|
1231
1301
|
* @summary Get SQL audit log status
|
|
@@ -1236,6 +1306,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1236
1306
|
* @throws {RequiredError}
|
|
1237
1307
|
*/
|
|
1238
1308
|
getSqlAudit: (orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1309
|
+
/**
|
|
1310
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
1311
|
+
* @summary Get TDE status
|
|
1312
|
+
* @param {string} orgName name of the Org
|
|
1313
|
+
* @param {string} clusterName name of the Cluster
|
|
1314
|
+
* @param {string} component component type
|
|
1315
|
+
* @param {*} [options] Override http request option.
|
|
1316
|
+
* @throws {RequiredError}
|
|
1317
|
+
*/
|
|
1318
|
+
getTDE: (orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1239
1319
|
/**
|
|
1240
1320
|
*
|
|
1241
1321
|
* @summary Get cluster TLS certificate
|
|
@@ -1427,6 +1507,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1427
1507
|
* @throws {RequiredError}
|
|
1428
1508
|
*/
|
|
1429
1509
|
listDatabases: (engineName: string, orgName: string, clusterName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1510
|
+
/**
|
|
1511
|
+
*
|
|
1512
|
+
* @summary list all databases of the datasource
|
|
1513
|
+
* @param {string} orgName name of the Org
|
|
1514
|
+
* @param {string} clusterName name of the cluster
|
|
1515
|
+
* @param {string} id id of the datasource
|
|
1516
|
+
* @param {*} [options] Override http request option.
|
|
1517
|
+
* @throws {RequiredError}
|
|
1518
|
+
*/
|
|
1519
|
+
listDmsDatabases: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1430
1520
|
/**
|
|
1431
1521
|
*
|
|
1432
1522
|
* @summary List cluster endpoints
|
|
@@ -1608,10 +1698,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1608
1698
|
* @param {string} id id of the datasource
|
|
1609
1699
|
* @param {string} schema schema or database name
|
|
1610
1700
|
* @param {string} type object type
|
|
1701
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
1611
1702
|
* @param {*} [options] Override http request option.
|
|
1612
1703
|
* @throws {RequiredError}
|
|
1613
1704
|
*/
|
|
1614
|
-
listObjectNamesByType: (orgName: string, clusterName: string, id: string, schema: string, type: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1705
|
+
listObjectNamesByType: (orgName: string, clusterName: string, id: string, schema: string, type: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1615
1706
|
/**
|
|
1616
1707
|
*
|
|
1617
1708
|
* @summary list the type and number of database objects in the specified database or schema
|
|
@@ -1619,10 +1710,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1619
1710
|
* @param {string} clusterName name of the cluster
|
|
1620
1711
|
* @param {string} id id of the datasource
|
|
1621
1712
|
* @param {string} schema schema or database name
|
|
1713
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
1622
1714
|
* @param {*} [options] Override http request option.
|
|
1623
1715
|
* @throws {RequiredError}
|
|
1624
1716
|
*/
|
|
1625
|
-
listObjectTypesInSchema: (orgName: string, clusterName: string, id: string, schema: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1717
|
+
listObjectTypesInSchema: (orgName: string, clusterName: string, id: string, schema: string, database?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1626
1718
|
/**
|
|
1627
1719
|
*
|
|
1628
1720
|
* @summary List objects tree for selective backup
|
|
@@ -1730,10 +1822,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1730
1822
|
* @param {string} orgName name of the Org
|
|
1731
1823
|
* @param {string} clusterName name of the cluster
|
|
1732
1824
|
* @param {string} id id of the datasource
|
|
1825
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
1733
1826
|
* @param {*} [options] Override http request option.
|
|
1734
1827
|
* @throws {RequiredError}
|
|
1735
1828
|
*/
|
|
1736
|
-
listQueryHistory: (orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1829
|
+
listQueryHistory: (orgName: string, clusterName: string, id: string, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1737
1830
|
/**
|
|
1738
1831
|
* List all RabbitMQ accounts
|
|
1739
1832
|
* @summary List RabbitMQ accounts
|
|
@@ -2031,10 +2124,24 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2031
2124
|
* @param {string} [componentName]
|
|
2032
2125
|
* @param {string} [instanceName]
|
|
2033
2126
|
* @param {string} [query]
|
|
2127
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
2128
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
2129
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
2130
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
2131
|
+
* @param {number} [minRowsExamined]
|
|
2132
|
+
* @param {number} [maxRowsExamined]
|
|
2133
|
+
* @param {number} [minRowsSent]
|
|
2134
|
+
* @param {number} [maxRowsSent]
|
|
2135
|
+
* @param {string} [dbName]
|
|
2136
|
+
* @param {string} [userName]
|
|
2137
|
+
* @param {string} [clientIp]
|
|
2138
|
+
* @param {string} [appName]
|
|
2139
|
+
* @param {string} [templateId]
|
|
2140
|
+
* @param {boolean} [unclassifiedOnly]
|
|
2034
2141
|
* @param {*} [options] Override http request option.
|
|
2035
2142
|
* @throws {RequiredError}
|
|
2036
2143
|
*/
|
|
2037
|
-
queryLogHits: (orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2144
|
+
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>;
|
|
2038
2145
|
/**
|
|
2039
2146
|
* Query pod logs of a cluster
|
|
2040
2147
|
* @summary Query cluster pod logs
|
|
@@ -2069,10 +2176,11 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2069
2176
|
*/
|
|
2070
2177
|
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>;
|
|
2071
2178
|
/**
|
|
2072
|
-
* Query slow
|
|
2073
|
-
* @summary Query cluster slow
|
|
2179
|
+
* Query slow log samples for a template
|
|
2180
|
+
* @summary Query cluster slow log template samples
|
|
2074
2181
|
* @param {string} orgName
|
|
2075
2182
|
* @param {string} clusterName
|
|
2183
|
+
* @param {string} templateId
|
|
2076
2184
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2077
2185
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
2078
2186
|
* @param {string} [componentName]
|
|
@@ -2083,7 +2191,76 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2083
2191
|
* @param {*} [options] Override http request option.
|
|
2084
2192
|
* @throws {RequiredError}
|
|
2085
2193
|
*/
|
|
2086
|
-
|
|
2194
|
+
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>;
|
|
2195
|
+
/**
|
|
2196
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
2197
|
+
* @summary Query cluster slow log templates
|
|
2198
|
+
* @param {string} orgName
|
|
2199
|
+
* @param {string} clusterName
|
|
2200
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2201
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
2202
|
+
* @param {string} [componentName]
|
|
2203
|
+
* @param {string} [instanceName]
|
|
2204
|
+
* @param {string} [query]
|
|
2205
|
+
* @param {number} [topN]
|
|
2206
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
2207
|
+
* @param {SortType} [sortType]
|
|
2208
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2209
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2210
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2211
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2212
|
+
* @param {number} [minRowsExamined]
|
|
2213
|
+
* @param {number} [maxRowsExamined]
|
|
2214
|
+
* @param {number} [minRowsSent]
|
|
2215
|
+
* @param {number} [maxRowsSent]
|
|
2216
|
+
* @param {string} [dbName]
|
|
2217
|
+
* @param {string} [dbNameContains]
|
|
2218
|
+
* @param {string} [userName]
|
|
2219
|
+
* @param {string} [userNameContains]
|
|
2220
|
+
* @param {string} [clientIp]
|
|
2221
|
+
* @param {string} [clientIpContains]
|
|
2222
|
+
* @param {string} [clientIpCIDR]
|
|
2223
|
+
* @param {string} [appName]
|
|
2224
|
+
* @param {string} [appNameContains]
|
|
2225
|
+
* @param {*} [options] Override http request option.
|
|
2226
|
+
* @throws {RequiredError}
|
|
2227
|
+
*/
|
|
2228
|
+
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>;
|
|
2229
|
+
/**
|
|
2230
|
+
* Query slow logs of a cluster
|
|
2231
|
+
* @summary Query cluster slow logs
|
|
2232
|
+
* @param {string} orgName
|
|
2233
|
+
* @param {string} clusterName
|
|
2234
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2235
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
2236
|
+
* @param {string} [componentName]
|
|
2237
|
+
* @param {string} [instanceName]
|
|
2238
|
+
* @param {string} [query]
|
|
2239
|
+
* @param {string} [limit]
|
|
2240
|
+
* @param {SortType} [sortType]
|
|
2241
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2242
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2243
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2244
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2245
|
+
* @param {number} [minRowsExamined]
|
|
2246
|
+
* @param {number} [maxRowsExamined]
|
|
2247
|
+
* @param {number} [minRowsSent]
|
|
2248
|
+
* @param {number} [maxRowsSent]
|
|
2249
|
+
* @param {string} [dbName]
|
|
2250
|
+
* @param {string} [dbNameContains]
|
|
2251
|
+
* @param {string} [userName]
|
|
2252
|
+
* @param {string} [userNameContains]
|
|
2253
|
+
* @param {string} [clientIp]
|
|
2254
|
+
* @param {string} [clientIpContains]
|
|
2255
|
+
* @param {string} [clientIpCIDR]
|
|
2256
|
+
* @param {string} [appName]
|
|
2257
|
+
* @param {string} [appNameContains]
|
|
2258
|
+
* @param {string} [templateId]
|
|
2259
|
+
* @param {boolean} [unclassifiedOnly]
|
|
2260
|
+
* @param {*} [options] Override http request option.
|
|
2261
|
+
* @throws {RequiredError}
|
|
2262
|
+
*/
|
|
2263
|
+
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>;
|
|
2087
2264
|
/**
|
|
2088
2265
|
* Get feature
|
|
2089
2266
|
* @summary Get feature
|
|
@@ -2477,6 +2654,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
2477
2654
|
* @throws {RequiredError}
|
|
2478
2655
|
*/
|
|
2479
2656
|
updateSqlAudit: (orgName: string, clusterName: string, body: SqlAuditRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2657
|
+
/**
|
|
2658
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
2659
|
+
* @summary Enable TDE
|
|
2660
|
+
* @param {string} orgName name of the Org
|
|
2661
|
+
* @param {string} clusterName name of the Cluster
|
|
2662
|
+
* @param {TdeRequest} body
|
|
2663
|
+
* @param {*} [options] Override http request option.
|
|
2664
|
+
* @throws {RequiredError}
|
|
2665
|
+
*/
|
|
2666
|
+
updateTDE: (orgName: string, clusterName: string, body: TdeRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2480
2667
|
/**
|
|
2481
2668
|
* Update cluster tags
|
|
2482
2669
|
* @param {string} orgName
|
|
@@ -3125,6 +3312,31 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3125
3312
|
* @throws {RequiredError}
|
|
3126
3313
|
*/
|
|
3127
3314
|
expandKafkaTopicPartitions(orgName: string, clusterName: string, topic: string, expandPartitionRequest: ExpandPartitionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3315
|
+
/**
|
|
3316
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
3317
|
+
* @summary Explain cluster slow log SQL
|
|
3318
|
+
* @param {string} orgName
|
|
3319
|
+
* @param {string} clusterName
|
|
3320
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
3321
|
+
* @param {*} [options] Override http request option.
|
|
3322
|
+
* @throws {RequiredError}
|
|
3323
|
+
*/
|
|
3324
|
+
explainSlowLog(orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogExplainResponse>>;
|
|
3325
|
+
/**
|
|
3326
|
+
* 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.
|
|
3327
|
+
* @summary Explain cluster slow log template
|
|
3328
|
+
* @param {string} orgName
|
|
3329
|
+
* @param {string} clusterName
|
|
3330
|
+
* @param {string} templateId
|
|
3331
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
3332
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
3333
|
+
* @param {string} [componentName]
|
|
3334
|
+
* @param {string} [instanceName]
|
|
3335
|
+
* @param {string} [query]
|
|
3336
|
+
* @param {*} [options] Override http request option.
|
|
3337
|
+
* @throws {RequiredError}
|
|
3338
|
+
*/
|
|
3339
|
+
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>>;
|
|
3128
3340
|
/**
|
|
3129
3341
|
*
|
|
3130
3342
|
* @summary Export parameter template from cluster
|
|
@@ -3262,10 +3474,12 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3262
3474
|
* @summary Get cluster details by ID
|
|
3263
3475
|
* @param {string} orgName name of the Org
|
|
3264
3476
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
3477
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
3478
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
3265
3479
|
* @param {*} [options] Override http request option.
|
|
3266
3480
|
* @throws {RequiredError}
|
|
3267
3481
|
*/
|
|
3268
|
-
getClusterByID(orgName: string, clusterID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Cluster>>;
|
|
3482
|
+
getClusterByID(orgName: string, clusterID: string, backupName?: string, restoreTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Cluster>>;
|
|
3269
3483
|
/**
|
|
3270
3484
|
* read log of the specified cluster instance
|
|
3271
3485
|
* @summary Tail cluster instance container log
|
|
@@ -3474,10 +3688,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3474
3688
|
* @param {string} schema schema or database name
|
|
3475
3689
|
* @param {string} type object type
|
|
3476
3690
|
* @param {string} objectName object name
|
|
3691
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
3477
3692
|
* @param {*} [options] Override http request option.
|
|
3478
3693
|
* @throws {RequiredError}
|
|
3479
3694
|
*/
|
|
3480
|
-
getObjectInfo(orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsObjectResponse>>;
|
|
3695
|
+
getObjectInfo(orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsObjectResponse>>;
|
|
3481
3696
|
/**
|
|
3482
3697
|
*
|
|
3483
3698
|
* @summary Get a parameter of an organization
|
|
@@ -3550,10 +3765,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3550
3765
|
* @param {string} orgName name of the Org
|
|
3551
3766
|
* @param {string} clusterName name of the cluster
|
|
3552
3767
|
* @param {string} id id of the datasource
|
|
3768
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
3553
3769
|
* @param {*} [options] Override http request option.
|
|
3554
3770
|
* @throws {RequiredError}
|
|
3555
3771
|
*/
|
|
3556
|
-
getSchemaList(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3772
|
+
getSchemaList(orgName: string, clusterName: string, id: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3557
3773
|
/**
|
|
3558
3774
|
* Get statistics summary for slow logs of a cluster
|
|
3559
3775
|
* @summary Get cluster slow log statistics
|
|
@@ -3563,10 +3779,45 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3563
3779
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
3564
3780
|
* @param {string} [componentName]
|
|
3565
3781
|
* @param {string} [instanceName]
|
|
3782
|
+
* @param {string} [query]
|
|
3783
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
3784
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
3785
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
3786
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
3787
|
+
* @param {number} [minRowsExamined]
|
|
3788
|
+
* @param {number} [maxRowsExamined]
|
|
3789
|
+
* @param {number} [minRowsSent]
|
|
3790
|
+
* @param {number} [maxRowsSent]
|
|
3791
|
+
* @param {string} [dbName]
|
|
3792
|
+
* @param {string} [dbNameContains]
|
|
3793
|
+
* @param {string} [userName]
|
|
3794
|
+
* @param {string} [userNameContains]
|
|
3795
|
+
* @param {string} [clientIp]
|
|
3796
|
+
* @param {string} [clientIpContains]
|
|
3797
|
+
* @param {string} [clientIpCIDR]
|
|
3798
|
+
* @param {string} [appName]
|
|
3799
|
+
* @param {string} [appNameContains]
|
|
3800
|
+
* @param {string} [templateId]
|
|
3801
|
+
* @param {boolean} [unclassifiedOnly]
|
|
3802
|
+
* @param {*} [options] Override http request option.
|
|
3803
|
+
* @throws {RequiredError}
|
|
3804
|
+
*/
|
|
3805
|
+
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>>;
|
|
3806
|
+
/**
|
|
3807
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
3808
|
+
* @summary Get cluster slow log template
|
|
3809
|
+
* @param {string} orgName
|
|
3810
|
+
* @param {string} clusterName
|
|
3811
|
+
* @param {string} templateId
|
|
3812
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
3813
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
3814
|
+
* @param {string} [componentName]
|
|
3815
|
+
* @param {string} [instanceName]
|
|
3816
|
+
* @param {string} [query]
|
|
3566
3817
|
* @param {*} [options] Override http request option.
|
|
3567
3818
|
* @throws {RequiredError}
|
|
3568
3819
|
*/
|
|
3569
|
-
|
|
3820
|
+
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>>;
|
|
3570
3821
|
/**
|
|
3571
3822
|
* Query the SQL audit log switch status for a cluster component
|
|
3572
3823
|
* @summary Get SQL audit log status
|
|
@@ -3577,6 +3828,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3577
3828
|
* @throws {RequiredError}
|
|
3578
3829
|
*/
|
|
3579
3830
|
getSqlAudit(orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SqlAuditStatus>>;
|
|
3831
|
+
/**
|
|
3832
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
3833
|
+
* @summary Get TDE status
|
|
3834
|
+
* @param {string} orgName name of the Org
|
|
3835
|
+
* @param {string} clusterName name of the Cluster
|
|
3836
|
+
* @param {string} component component type
|
|
3837
|
+
* @param {*} [options] Override http request option.
|
|
3838
|
+
* @throws {RequiredError}
|
|
3839
|
+
*/
|
|
3840
|
+
getTDE(orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TdeStatus>>;
|
|
3580
3841
|
/**
|
|
3581
3842
|
*
|
|
3582
3843
|
* @summary Get cluster TLS certificate
|
|
@@ -3768,6 +4029,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3768
4029
|
* @throws {RequiredError}
|
|
3769
4030
|
*/
|
|
3770
4031
|
listDatabases(engineName: string, orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DatabaseList>>;
|
|
4032
|
+
/**
|
|
4033
|
+
*
|
|
4034
|
+
* @summary list all databases of the datasource
|
|
4035
|
+
* @param {string} orgName name of the Org
|
|
4036
|
+
* @param {string} clusterName name of the cluster
|
|
4037
|
+
* @param {string} id id of the datasource
|
|
4038
|
+
* @param {*} [options] Override http request option.
|
|
4039
|
+
* @throws {RequiredError}
|
|
4040
|
+
*/
|
|
4041
|
+
listDmsDatabases(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3771
4042
|
/**
|
|
3772
4043
|
*
|
|
3773
4044
|
* @summary List cluster endpoints
|
|
@@ -3949,10 +4220,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3949
4220
|
* @param {string} id id of the datasource
|
|
3950
4221
|
* @param {string} schema schema or database name
|
|
3951
4222
|
* @param {string} type object type
|
|
4223
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
3952
4224
|
* @param {*} [options] Override http request option.
|
|
3953
4225
|
* @throws {RequiredError}
|
|
3954
4226
|
*/
|
|
3955
|
-
listObjectNamesByType(orgName: string, clusterName: string, id: string, schema: string, type: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
4227
|
+
listObjectNamesByType(orgName: string, clusterName: string, id: string, schema: string, type: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
3956
4228
|
/**
|
|
3957
4229
|
*
|
|
3958
4230
|
* @summary list the type and number of database objects in the specified database or schema
|
|
@@ -3960,10 +4232,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
3960
4232
|
* @param {string} clusterName name of the cluster
|
|
3961
4233
|
* @param {string} id id of the datasource
|
|
3962
4234
|
* @param {string} schema schema or database name
|
|
4235
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
3963
4236
|
* @param {*} [options] Override http request option.
|
|
3964
4237
|
* @throws {RequiredError}
|
|
3965
4238
|
*/
|
|
3966
|
-
listObjectTypesInSchema(orgName: string, clusterName: string, id: string, schema: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsObject>>>;
|
|
4239
|
+
listObjectTypesInSchema(orgName: string, clusterName: string, id: string, schema: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsObject>>>;
|
|
3967
4240
|
/**
|
|
3968
4241
|
*
|
|
3969
4242
|
* @summary List objects tree for selective backup
|
|
@@ -4071,10 +4344,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4071
4344
|
* @param {string} orgName name of the Org
|
|
4072
4345
|
* @param {string} clusterName name of the cluster
|
|
4073
4346
|
* @param {string} id id of the datasource
|
|
4347
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
4074
4348
|
* @param {*} [options] Override http request option.
|
|
4075
4349
|
* @throws {RequiredError}
|
|
4076
4350
|
*/
|
|
4077
|
-
listQueryHistory(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsQueryHistory>>>;
|
|
4351
|
+
listQueryHistory(orgName: string, clusterName: string, id: string, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsQueryHistory>>>;
|
|
4078
4352
|
/**
|
|
4079
4353
|
* List all RabbitMQ accounts
|
|
4080
4354
|
* @summary List RabbitMQ accounts
|
|
@@ -4372,10 +4646,24 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4372
4646
|
* @param {string} [componentName]
|
|
4373
4647
|
* @param {string} [instanceName]
|
|
4374
4648
|
* @param {string} [query]
|
|
4649
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
4650
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
4651
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
4652
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
4653
|
+
* @param {number} [minRowsExamined]
|
|
4654
|
+
* @param {number} [maxRowsExamined]
|
|
4655
|
+
* @param {number} [minRowsSent]
|
|
4656
|
+
* @param {number} [maxRowsSent]
|
|
4657
|
+
* @param {string} [dbName]
|
|
4658
|
+
* @param {string} [userName]
|
|
4659
|
+
* @param {string} [clientIp]
|
|
4660
|
+
* @param {string} [appName]
|
|
4661
|
+
* @param {string} [templateId]
|
|
4662
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4375
4663
|
* @param {*} [options] Override http request option.
|
|
4376
4664
|
* @throws {RequiredError}
|
|
4377
4665
|
*/
|
|
4378
|
-
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>>;
|
|
4666
|
+
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>>;
|
|
4379
4667
|
/**
|
|
4380
4668
|
* Query pod logs of a cluster
|
|
4381
4669
|
* @summary Query cluster pod logs
|
|
@@ -4410,10 +4698,11 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4410
4698
|
*/
|
|
4411
4699
|
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>>;
|
|
4412
4700
|
/**
|
|
4413
|
-
* Query slow
|
|
4414
|
-
* @summary Query cluster slow
|
|
4701
|
+
* Query slow log samples for a template
|
|
4702
|
+
* @summary Query cluster slow log template samples
|
|
4415
4703
|
* @param {string} orgName
|
|
4416
4704
|
* @param {string} clusterName
|
|
4705
|
+
* @param {string} templateId
|
|
4417
4706
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4418
4707
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
4419
4708
|
* @param {string} [componentName]
|
|
@@ -4424,7 +4713,76 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4424
4713
|
* @param {*} [options] Override http request option.
|
|
4425
4714
|
* @throws {RequiredError}
|
|
4426
4715
|
*/
|
|
4427
|
-
|
|
4716
|
+
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>>;
|
|
4717
|
+
/**
|
|
4718
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
4719
|
+
* @summary Query cluster slow log templates
|
|
4720
|
+
* @param {string} orgName
|
|
4721
|
+
* @param {string} clusterName
|
|
4722
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4723
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4724
|
+
* @param {string} [componentName]
|
|
4725
|
+
* @param {string} [instanceName]
|
|
4726
|
+
* @param {string} [query]
|
|
4727
|
+
* @param {number} [topN]
|
|
4728
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
4729
|
+
* @param {SortType} [sortType]
|
|
4730
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4731
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4732
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4733
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4734
|
+
* @param {number} [minRowsExamined]
|
|
4735
|
+
* @param {number} [maxRowsExamined]
|
|
4736
|
+
* @param {number} [minRowsSent]
|
|
4737
|
+
* @param {number} [maxRowsSent]
|
|
4738
|
+
* @param {string} [dbName]
|
|
4739
|
+
* @param {string} [dbNameContains]
|
|
4740
|
+
* @param {string} [userName]
|
|
4741
|
+
* @param {string} [userNameContains]
|
|
4742
|
+
* @param {string} [clientIp]
|
|
4743
|
+
* @param {string} [clientIpContains]
|
|
4744
|
+
* @param {string} [clientIpCIDR]
|
|
4745
|
+
* @param {string} [appName]
|
|
4746
|
+
* @param {string} [appNameContains]
|
|
4747
|
+
* @param {*} [options] Override http request option.
|
|
4748
|
+
* @throws {RequiredError}
|
|
4749
|
+
*/
|
|
4750
|
+
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>>;
|
|
4751
|
+
/**
|
|
4752
|
+
* Query slow logs of a cluster
|
|
4753
|
+
* @summary Query cluster slow logs
|
|
4754
|
+
* @param {string} orgName
|
|
4755
|
+
* @param {string} clusterName
|
|
4756
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4757
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4758
|
+
* @param {string} [componentName]
|
|
4759
|
+
* @param {string} [instanceName]
|
|
4760
|
+
* @param {string} [query]
|
|
4761
|
+
* @param {string} [limit]
|
|
4762
|
+
* @param {SortType} [sortType]
|
|
4763
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4764
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4765
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4766
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4767
|
+
* @param {number} [minRowsExamined]
|
|
4768
|
+
* @param {number} [maxRowsExamined]
|
|
4769
|
+
* @param {number} [minRowsSent]
|
|
4770
|
+
* @param {number} [maxRowsSent]
|
|
4771
|
+
* @param {string} [dbName]
|
|
4772
|
+
* @param {string} [dbNameContains]
|
|
4773
|
+
* @param {string} [userName]
|
|
4774
|
+
* @param {string} [userNameContains]
|
|
4775
|
+
* @param {string} [clientIp]
|
|
4776
|
+
* @param {string} [clientIpContains]
|
|
4777
|
+
* @param {string} [clientIpCIDR]
|
|
4778
|
+
* @param {string} [appName]
|
|
4779
|
+
* @param {string} [appNameContains]
|
|
4780
|
+
* @param {string} [templateId]
|
|
4781
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4782
|
+
* @param {*} [options] Override http request option.
|
|
4783
|
+
* @throws {RequiredError}
|
|
4784
|
+
*/
|
|
4785
|
+
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>>;
|
|
4428
4786
|
/**
|
|
4429
4787
|
* Get feature
|
|
4430
4788
|
* @summary Get feature
|
|
@@ -4818,6 +5176,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
|
|
|
4818
5176
|
* @throws {RequiredError}
|
|
4819
5177
|
*/
|
|
4820
5178
|
updateSqlAudit(orgName: string, clusterName: string, body: SqlAuditRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SqlAuditResponse>>;
|
|
5179
|
+
/**
|
|
5180
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
5181
|
+
* @summary Enable TDE
|
|
5182
|
+
* @param {string} orgName name of the Org
|
|
5183
|
+
* @param {string} clusterName name of the Cluster
|
|
5184
|
+
* @param {TdeRequest} body
|
|
5185
|
+
* @param {*} [options] Override http request option.
|
|
5186
|
+
* @throws {RequiredError}
|
|
5187
|
+
*/
|
|
5188
|
+
updateTDE(orgName: string, clusterName: string, body: TdeRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TdeResponse>>;
|
|
4821
5189
|
/**
|
|
4822
5190
|
* Update cluster tags
|
|
4823
5191
|
* @param {string} orgName
|
|
@@ -5352,6 +5720,22 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5352
5720
|
* @throws {RequiredError}
|
|
5353
5721
|
*/
|
|
5354
5722
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
5723
|
+
/**
|
|
5724
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
5725
|
+
* @summary Explain cluster slow log SQL
|
|
5726
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
5727
|
+
* @param {*} [options] Override http request option.
|
|
5728
|
+
* @throws {RequiredError}
|
|
5729
|
+
*/
|
|
5730
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
5731
|
+
/**
|
|
5732
|
+
* 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.
|
|
5733
|
+
* @summary Explain cluster slow log template
|
|
5734
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
5735
|
+
* @param {*} [options] Override http request option.
|
|
5736
|
+
* @throws {RequiredError}
|
|
5737
|
+
*/
|
|
5738
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
5355
5739
|
/**
|
|
5356
5740
|
*
|
|
5357
5741
|
* @summary Export parameter template from cluster
|
|
@@ -5696,6 +6080,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5696
6080
|
* @throws {RequiredError}
|
|
5697
6081
|
*/
|
|
5698
6082
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
6083
|
+
/**
|
|
6084
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
6085
|
+
* @summary Get cluster slow log template
|
|
6086
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
6087
|
+
* @param {*} [options] Override http request option.
|
|
6088
|
+
* @throws {RequiredError}
|
|
6089
|
+
*/
|
|
6090
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
5699
6091
|
/**
|
|
5700
6092
|
* Query the SQL audit log switch status for a cluster component
|
|
5701
6093
|
* @summary Get SQL audit log status
|
|
@@ -5704,6 +6096,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5704
6096
|
* @throws {RequiredError}
|
|
5705
6097
|
*/
|
|
5706
6098
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditStatus>;
|
|
6099
|
+
/**
|
|
6100
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
6101
|
+
* @summary Get TDE status
|
|
6102
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
6103
|
+
* @param {*} [options] Override http request option.
|
|
6104
|
+
* @throws {RequiredError}
|
|
6105
|
+
*/
|
|
6106
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeStatus>;
|
|
5707
6107
|
/**
|
|
5708
6108
|
*
|
|
5709
6109
|
* @summary Get cluster TLS certificate
|
|
@@ -5855,6 +6255,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
5855
6255
|
* @throws {RequiredError}
|
|
5856
6256
|
*/
|
|
5857
6257
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<DatabaseList>;
|
|
6258
|
+
/**
|
|
6259
|
+
*
|
|
6260
|
+
* @summary list all databases of the datasource
|
|
6261
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
6262
|
+
* @param {*} [options] Override http request option.
|
|
6263
|
+
* @throws {RequiredError}
|
|
6264
|
+
*/
|
|
6265
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
5858
6266
|
/**
|
|
5859
6267
|
*
|
|
5860
6268
|
* @summary List cluster endpoints
|
|
@@ -6348,6 +6756,22 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6348
6756
|
* @throws {RequiredError}
|
|
6349
6757
|
*/
|
|
6350
6758
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
6759
|
+
/**
|
|
6760
|
+
* Query slow log samples for a template
|
|
6761
|
+
* @summary Query cluster slow log template samples
|
|
6762
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
6763
|
+
* @param {*} [options] Override http request option.
|
|
6764
|
+
* @throws {RequiredError}
|
|
6765
|
+
*/
|
|
6766
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
6767
|
+
/**
|
|
6768
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
6769
|
+
* @summary Query cluster slow log templates
|
|
6770
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
6771
|
+
* @param {*} [options] Override http request option.
|
|
6772
|
+
* @throws {RequiredError}
|
|
6773
|
+
*/
|
|
6774
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
6351
6775
|
/**
|
|
6352
6776
|
* Query slow logs of a cluster
|
|
6353
6777
|
* @summary Query cluster slow logs
|
|
@@ -6659,6 +7083,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
|
|
|
6659
7083
|
* @throws {RequiredError}
|
|
6660
7084
|
*/
|
|
6661
7085
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditResponse>;
|
|
7086
|
+
/**
|
|
7087
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
7088
|
+
* @summary Enable TDE
|
|
7089
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
7090
|
+
* @param {*} [options] Override http request option.
|
|
7091
|
+
* @throws {RequiredError}
|
|
7092
|
+
*/
|
|
7093
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeResponse>;
|
|
6662
7094
|
/**
|
|
6663
7095
|
* Update cluster tags
|
|
6664
7096
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -7245,6 +7677,24 @@ export interface SharedApiInterface {
|
|
|
7245
7677
|
* @memberof SharedApiInterface
|
|
7246
7678
|
*/
|
|
7247
7679
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
7680
|
+
/**
|
|
7681
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
7682
|
+
* @summary Explain cluster slow log SQL
|
|
7683
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
7684
|
+
* @param {*} [options] Override http request option.
|
|
7685
|
+
* @throws {RequiredError}
|
|
7686
|
+
* @memberof SharedApiInterface
|
|
7687
|
+
*/
|
|
7688
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
7689
|
+
/**
|
|
7690
|
+
* 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.
|
|
7691
|
+
* @summary Explain cluster slow log template
|
|
7692
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
7693
|
+
* @param {*} [options] Override http request option.
|
|
7694
|
+
* @throws {RequiredError}
|
|
7695
|
+
* @memberof SharedApiInterface
|
|
7696
|
+
*/
|
|
7697
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
7248
7698
|
/**
|
|
7249
7699
|
*
|
|
7250
7700
|
* @summary Export parameter template from cluster
|
|
@@ -7632,6 +8082,15 @@ export interface SharedApiInterface {
|
|
|
7632
8082
|
* @memberof SharedApiInterface
|
|
7633
8083
|
*/
|
|
7634
8084
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
8085
|
+
/**
|
|
8086
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
8087
|
+
* @summary Get cluster slow log template
|
|
8088
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
8089
|
+
* @param {*} [options] Override http request option.
|
|
8090
|
+
* @throws {RequiredError}
|
|
8091
|
+
* @memberof SharedApiInterface
|
|
8092
|
+
*/
|
|
8093
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
7635
8094
|
/**
|
|
7636
8095
|
* Query the SQL audit log switch status for a cluster component
|
|
7637
8096
|
* @summary Get SQL audit log status
|
|
@@ -7641,6 +8100,15 @@ export interface SharedApiInterface {
|
|
|
7641
8100
|
* @memberof SharedApiInterface
|
|
7642
8101
|
*/
|
|
7643
8102
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditStatus>;
|
|
8103
|
+
/**
|
|
8104
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
8105
|
+
* @summary Get TDE status
|
|
8106
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
8107
|
+
* @param {*} [options] Override http request option.
|
|
8108
|
+
* @throws {RequiredError}
|
|
8109
|
+
* @memberof SharedApiInterface
|
|
8110
|
+
*/
|
|
8111
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeStatus>;
|
|
7644
8112
|
/**
|
|
7645
8113
|
*
|
|
7646
8114
|
* @summary Get cluster TLS certificate
|
|
@@ -7811,6 +8279,15 @@ export interface SharedApiInterface {
|
|
|
7811
8279
|
* @memberof SharedApiInterface
|
|
7812
8280
|
*/
|
|
7813
8281
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<DatabaseList>;
|
|
8282
|
+
/**
|
|
8283
|
+
*
|
|
8284
|
+
* @summary list all databases of the datasource
|
|
8285
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
8286
|
+
* @param {*} [options] Override http request option.
|
|
8287
|
+
* @throws {RequiredError}
|
|
8288
|
+
* @memberof SharedApiInterface
|
|
8289
|
+
*/
|
|
8290
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
7814
8291
|
/**
|
|
7815
8292
|
*
|
|
7816
8293
|
* @summary List cluster endpoints
|
|
@@ -8366,6 +8843,24 @@ export interface SharedApiInterface {
|
|
|
8366
8843
|
* @memberof SharedApiInterface
|
|
8367
8844
|
*/
|
|
8368
8845
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
8846
|
+
/**
|
|
8847
|
+
* Query slow log samples for a template
|
|
8848
|
+
* @summary Query cluster slow log template samples
|
|
8849
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
8850
|
+
* @param {*} [options] Override http request option.
|
|
8851
|
+
* @throws {RequiredError}
|
|
8852
|
+
* @memberof SharedApiInterface
|
|
8853
|
+
*/
|
|
8854
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
8855
|
+
/**
|
|
8856
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
8857
|
+
* @summary Query cluster slow log templates
|
|
8858
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
8859
|
+
* @param {*} [options] Override http request option.
|
|
8860
|
+
* @throws {RequiredError}
|
|
8861
|
+
* @memberof SharedApiInterface
|
|
8862
|
+
*/
|
|
8863
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
8369
8864
|
/**
|
|
8370
8865
|
* Query slow logs of a cluster
|
|
8371
8866
|
* @summary Query cluster slow logs
|
|
@@ -8716,6 +9211,15 @@ export interface SharedApiInterface {
|
|
|
8716
9211
|
* @memberof SharedApiInterface
|
|
8717
9212
|
*/
|
|
8718
9213
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditResponse>;
|
|
9214
|
+
/**
|
|
9215
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
9216
|
+
* @summary Enable TDE
|
|
9217
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
9218
|
+
* @param {*} [options] Override http request option.
|
|
9219
|
+
* @throws {RequiredError}
|
|
9220
|
+
* @memberof SharedApiInterface
|
|
9221
|
+
*/
|
|
9222
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeResponse>;
|
|
8719
9223
|
/**
|
|
8720
9224
|
* Update cluster tags
|
|
8721
9225
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -10213,71 +10717,151 @@ export interface SharedApiExpandKafkaTopicPartitionsRequest {
|
|
|
10213
10717
|
readonly expandPartitionRequest: ExpandPartitionRequest;
|
|
10214
10718
|
}
|
|
10215
10719
|
/**
|
|
10216
|
-
* Request parameters for
|
|
10720
|
+
* Request parameters for explainSlowLog operation in SharedApi.
|
|
10217
10721
|
* @export
|
|
10218
|
-
* @interface
|
|
10722
|
+
* @interface SharedApiExplainSlowLogRequest
|
|
10219
10723
|
*/
|
|
10220
|
-
export interface
|
|
10724
|
+
export interface SharedApiExplainSlowLogRequest {
|
|
10221
10725
|
/**
|
|
10222
|
-
*
|
|
10726
|
+
*
|
|
10223
10727
|
* @type {string}
|
|
10224
|
-
* @memberof
|
|
10728
|
+
* @memberof SharedApiExplainSlowLog
|
|
10225
10729
|
*/
|
|
10226
10730
|
readonly orgName: string;
|
|
10227
10731
|
/**
|
|
10228
|
-
*
|
|
10732
|
+
*
|
|
10229
10733
|
* @type {string}
|
|
10230
|
-
* @memberof
|
|
10734
|
+
* @memberof SharedApiExplainSlowLog
|
|
10231
10735
|
*/
|
|
10232
10736
|
readonly clusterName: string;
|
|
10233
10737
|
/**
|
|
10234
10738
|
*
|
|
10235
|
-
* @type {
|
|
10236
|
-
* @memberof
|
|
10739
|
+
* @type {DmsExplainRequest}
|
|
10740
|
+
* @memberof SharedApiExplainSlowLog
|
|
10237
10741
|
*/
|
|
10238
|
-
readonly
|
|
10742
|
+
readonly dmsExplainRequest: DmsExplainRequest;
|
|
10239
10743
|
}
|
|
10240
10744
|
/**
|
|
10241
|
-
* Request parameters for
|
|
10745
|
+
* Request parameters for explainSlowLogTemplate operation in SharedApi.
|
|
10242
10746
|
* @export
|
|
10243
|
-
* @interface
|
|
10747
|
+
* @interface SharedApiExplainSlowLogTemplateRequest
|
|
10244
10748
|
*/
|
|
10245
|
-
export interface
|
|
10749
|
+
export interface SharedApiExplainSlowLogTemplateRequest {
|
|
10246
10750
|
/**
|
|
10247
|
-
*
|
|
10751
|
+
*
|
|
10248
10752
|
* @type {string}
|
|
10249
|
-
* @memberof
|
|
10753
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10250
10754
|
*/
|
|
10251
10755
|
readonly orgName: string;
|
|
10252
10756
|
/**
|
|
10253
|
-
*
|
|
10757
|
+
*
|
|
10254
10758
|
* @type {string}
|
|
10255
|
-
* @memberof
|
|
10759
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10256
10760
|
*/
|
|
10257
10761
|
readonly clusterName: string;
|
|
10258
10762
|
/**
|
|
10259
10763
|
*
|
|
10260
|
-
* @type {
|
|
10261
|
-
* @memberof
|
|
10764
|
+
* @type {string}
|
|
10765
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10262
10766
|
*/
|
|
10263
|
-
readonly
|
|
10264
|
-
}
|
|
10265
|
-
/**
|
|
10266
|
-
* Request parameters for freezeMember operation in SharedApi.
|
|
10267
|
-
* @export
|
|
10268
|
-
* @interface SharedApiFreezeMemberRequest
|
|
10269
|
-
*/
|
|
10270
|
-
export interface SharedApiFreezeMemberRequest {
|
|
10767
|
+
readonly templateId: string;
|
|
10271
10768
|
/**
|
|
10272
|
-
*
|
|
10769
|
+
* Start time in epoch nanoseconds.
|
|
10273
10770
|
* @type {string}
|
|
10274
|
-
* @memberof
|
|
10771
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10275
10772
|
*/
|
|
10276
|
-
readonly
|
|
10773
|
+
readonly startTime: string;
|
|
10277
10774
|
/**
|
|
10278
|
-
*
|
|
10775
|
+
* End time in epoch nanoseconds.
|
|
10279
10776
|
* @type {string}
|
|
10280
|
-
* @memberof
|
|
10777
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10778
|
+
*/
|
|
10779
|
+
readonly endTime: string;
|
|
10780
|
+
/**
|
|
10781
|
+
*
|
|
10782
|
+
* @type {string}
|
|
10783
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10784
|
+
*/
|
|
10785
|
+
readonly componentName?: string;
|
|
10786
|
+
/**
|
|
10787
|
+
*
|
|
10788
|
+
* @type {string}
|
|
10789
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10790
|
+
*/
|
|
10791
|
+
readonly instanceName?: string;
|
|
10792
|
+
/**
|
|
10793
|
+
*
|
|
10794
|
+
* @type {string}
|
|
10795
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
10796
|
+
*/
|
|
10797
|
+
readonly query?: string;
|
|
10798
|
+
}
|
|
10799
|
+
/**
|
|
10800
|
+
* Request parameters for exportParameterTemplateFromCluster operation in SharedApi.
|
|
10801
|
+
* @export
|
|
10802
|
+
* @interface SharedApiExportParameterTemplateFromClusterRequest
|
|
10803
|
+
*/
|
|
10804
|
+
export interface SharedApiExportParameterTemplateFromClusterRequest {
|
|
10805
|
+
/**
|
|
10806
|
+
* name of the Org
|
|
10807
|
+
* @type {string}
|
|
10808
|
+
* @memberof SharedApiExportParameterTemplateFromCluster
|
|
10809
|
+
*/
|
|
10810
|
+
readonly orgName: string;
|
|
10811
|
+
/**
|
|
10812
|
+
* name of the cluster
|
|
10813
|
+
* @type {string}
|
|
10814
|
+
* @memberof SharedApiExportParameterTemplateFromCluster
|
|
10815
|
+
*/
|
|
10816
|
+
readonly clusterName: string;
|
|
10817
|
+
/**
|
|
10818
|
+
*
|
|
10819
|
+
* @type {ParamTplCreateFromCluster}
|
|
10820
|
+
* @memberof SharedApiExportParameterTemplateFromCluster
|
|
10821
|
+
*/
|
|
10822
|
+
readonly body: ParamTplCreateFromCluster;
|
|
10823
|
+
}
|
|
10824
|
+
/**
|
|
10825
|
+
* Request parameters for exposeCluster operation in SharedApi.
|
|
10826
|
+
* @export
|
|
10827
|
+
* @interface SharedApiExposeClusterRequest
|
|
10828
|
+
*/
|
|
10829
|
+
export interface SharedApiExposeClusterRequest {
|
|
10830
|
+
/**
|
|
10831
|
+
* name of the Org
|
|
10832
|
+
* @type {string}
|
|
10833
|
+
* @memberof SharedApiExposeCluster
|
|
10834
|
+
*/
|
|
10835
|
+
readonly orgName: string;
|
|
10836
|
+
/**
|
|
10837
|
+
* name of the KubeBlocks cluster
|
|
10838
|
+
* @type {string}
|
|
10839
|
+
* @memberof SharedApiExposeCluster
|
|
10840
|
+
*/
|
|
10841
|
+
readonly clusterName: string;
|
|
10842
|
+
/**
|
|
10843
|
+
*
|
|
10844
|
+
* @type {OpsExpose}
|
|
10845
|
+
* @memberof SharedApiExposeCluster
|
|
10846
|
+
*/
|
|
10847
|
+
readonly body: OpsExpose;
|
|
10848
|
+
}
|
|
10849
|
+
/**
|
|
10850
|
+
* Request parameters for freezeMember operation in SharedApi.
|
|
10851
|
+
* @export
|
|
10852
|
+
* @interface SharedApiFreezeMemberRequest
|
|
10853
|
+
*/
|
|
10854
|
+
export interface SharedApiFreezeMemberRequest {
|
|
10855
|
+
/**
|
|
10856
|
+
* name of the Org
|
|
10857
|
+
* @type {string}
|
|
10858
|
+
* @memberof SharedApiFreezeMember
|
|
10859
|
+
*/
|
|
10860
|
+
readonly orgName: string;
|
|
10861
|
+
/**
|
|
10862
|
+
* ID of the member
|
|
10863
|
+
* @type {string}
|
|
10864
|
+
* @memberof SharedApiFreezeMember
|
|
10281
10865
|
*/
|
|
10282
10866
|
readonly memberId: string;
|
|
10283
10867
|
}
|
|
@@ -10561,6 +11145,18 @@ export interface SharedApiGetClusterByIDRequest {
|
|
|
10561
11145
|
* @memberof SharedApiGetClusterByID
|
|
10562
11146
|
*/
|
|
10563
11147
|
readonly clusterID: string;
|
|
11148
|
+
/**
|
|
11149
|
+
* Backup name to override cluster components from its snapshot
|
|
11150
|
+
* @type {string}
|
|
11151
|
+
* @memberof SharedApiGetClusterByID
|
|
11152
|
+
*/
|
|
11153
|
+
readonly backupName?: string;
|
|
11154
|
+
/**
|
|
11155
|
+
* Restore time to find latest continuous backup snapshot after this time
|
|
11156
|
+
* @type {string}
|
|
11157
|
+
* @memberof SharedApiGetClusterByID
|
|
11158
|
+
*/
|
|
11159
|
+
readonly restoreTime?: string;
|
|
10564
11160
|
}
|
|
10565
11161
|
/**
|
|
10566
11162
|
* Request parameters for getClusterInstanceLog operation in SharedApi.
|
|
@@ -11139,6 +11735,12 @@ export interface SharedApiGetObjectInfoRequest {
|
|
|
11139
11735
|
* @memberof SharedApiGetObjectInfo
|
|
11140
11736
|
*/
|
|
11141
11737
|
readonly objectName: string;
|
|
11738
|
+
/**
|
|
11739
|
+
* database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
11740
|
+
* @type {string}
|
|
11741
|
+
* @memberof SharedApiGetObjectInfo
|
|
11742
|
+
*/
|
|
11743
|
+
readonly database?: string;
|
|
11142
11744
|
}
|
|
11143
11745
|
/**
|
|
11144
11746
|
* Request parameters for getOrgParameter operation in SharedApi.
|
|
@@ -11315,6 +11917,12 @@ export interface SharedApiGetSchemaListRequest {
|
|
|
11315
11917
|
* @memberof SharedApiGetSchemaList
|
|
11316
11918
|
*/
|
|
11317
11919
|
readonly id: string;
|
|
11920
|
+
/**
|
|
11921
|
+
* database name, used by engines such as MSSQL when listing schemas inside a database
|
|
11922
|
+
* @type {string}
|
|
11923
|
+
* @memberof SharedApiGetSchemaList
|
|
11924
|
+
*/
|
|
11925
|
+
readonly database?: string;
|
|
11318
11926
|
}
|
|
11319
11927
|
/**
|
|
11320
11928
|
* Request parameters for getSlowLogStats operation in SharedApi.
|
|
@@ -11358,153 +11966,353 @@ export interface SharedApiGetSlowLogStatsRequest {
|
|
|
11358
11966
|
* @memberof SharedApiGetSlowLogStats
|
|
11359
11967
|
*/
|
|
11360
11968
|
readonly instanceName?: string;
|
|
11361
|
-
}
|
|
11362
|
-
/**
|
|
11363
|
-
* Request parameters for getSqlAudit operation in SharedApi.
|
|
11364
|
-
* @export
|
|
11365
|
-
* @interface SharedApiGetSqlAuditRequest
|
|
11366
|
-
*/
|
|
11367
|
-
export interface SharedApiGetSqlAuditRequest {
|
|
11368
11969
|
/**
|
|
11369
|
-
*
|
|
11970
|
+
*
|
|
11370
11971
|
* @type {string}
|
|
11371
|
-
* @memberof
|
|
11972
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11372
11973
|
*/
|
|
11373
|
-
readonly
|
|
11974
|
+
readonly query?: string;
|
|
11374
11975
|
/**
|
|
11375
|
-
*
|
|
11376
|
-
* @type {
|
|
11377
|
-
* @memberof
|
|
11976
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
11977
|
+
* @type {number}
|
|
11978
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11378
11979
|
*/
|
|
11379
|
-
readonly
|
|
11980
|
+
readonly minExecutionTime?: number;
|
|
11380
11981
|
/**
|
|
11381
|
-
*
|
|
11382
|
-
* @type {
|
|
11383
|
-
* @memberof
|
|
11982
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
11983
|
+
* @type {number}
|
|
11984
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11384
11985
|
*/
|
|
11385
|
-
readonly
|
|
11386
|
-
}
|
|
11387
|
-
/**
|
|
11388
|
-
* Request parameters for getTLSCertificate operation in SharedApi.
|
|
11389
|
-
* @export
|
|
11390
|
-
* @interface SharedApiGetTLSCertificateRequest
|
|
11391
|
-
*/
|
|
11392
|
-
export interface SharedApiGetTLSCertificateRequest {
|
|
11986
|
+
readonly maxExecutionTime?: number;
|
|
11393
11987
|
/**
|
|
11394
|
-
*
|
|
11395
|
-
* @type {
|
|
11396
|
-
* @memberof
|
|
11988
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
11989
|
+
* @type {number}
|
|
11990
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11397
11991
|
*/
|
|
11398
|
-
readonly
|
|
11992
|
+
readonly minLockTime?: number;
|
|
11399
11993
|
/**
|
|
11400
|
-
*
|
|
11994
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
11995
|
+
* @type {number}
|
|
11996
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11997
|
+
*/
|
|
11998
|
+
readonly maxLockTime?: number;
|
|
11999
|
+
/**
|
|
12000
|
+
*
|
|
12001
|
+
* @type {number}
|
|
12002
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12003
|
+
*/
|
|
12004
|
+
readonly minRowsExamined?: number;
|
|
12005
|
+
/**
|
|
12006
|
+
*
|
|
12007
|
+
* @type {number}
|
|
12008
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12009
|
+
*/
|
|
12010
|
+
readonly maxRowsExamined?: number;
|
|
12011
|
+
/**
|
|
12012
|
+
*
|
|
12013
|
+
* @type {number}
|
|
12014
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12015
|
+
*/
|
|
12016
|
+
readonly minRowsSent?: number;
|
|
12017
|
+
/**
|
|
12018
|
+
*
|
|
12019
|
+
* @type {number}
|
|
12020
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12021
|
+
*/
|
|
12022
|
+
readonly maxRowsSent?: number;
|
|
12023
|
+
/**
|
|
12024
|
+
*
|
|
11401
12025
|
* @type {string}
|
|
11402
|
-
* @memberof
|
|
12026
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11403
12027
|
*/
|
|
11404
|
-
readonly
|
|
11405
|
-
}
|
|
11406
|
-
/**
|
|
11407
|
-
* Request parameters for getTags operation in SharedApi.
|
|
11408
|
-
* @export
|
|
11409
|
-
* @interface SharedApiGetTagsRequest
|
|
11410
|
-
*/
|
|
11411
|
-
export interface SharedApiGetTagsRequest {
|
|
12028
|
+
readonly dbName?: string;
|
|
11412
12029
|
/**
|
|
11413
|
-
*
|
|
12030
|
+
*
|
|
11414
12031
|
* @type {string}
|
|
11415
|
-
* @memberof
|
|
12032
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11416
12033
|
*/
|
|
11417
|
-
readonly
|
|
12034
|
+
readonly dbNameContains?: string;
|
|
11418
12035
|
/**
|
|
11419
|
-
*
|
|
12036
|
+
*
|
|
11420
12037
|
* @type {string}
|
|
11421
|
-
* @memberof
|
|
12038
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11422
12039
|
*/
|
|
11423
|
-
readonly
|
|
11424
|
-
}
|
|
11425
|
-
/**
|
|
11426
|
-
* Request parameters for getTaskList operation in SharedApi.
|
|
11427
|
-
* @export
|
|
11428
|
-
* @interface SharedApiGetTaskListRequest
|
|
11429
|
-
*/
|
|
11430
|
-
export interface SharedApiGetTaskListRequest {
|
|
12040
|
+
readonly userName?: string;
|
|
11431
12041
|
/**
|
|
11432
|
-
*
|
|
12042
|
+
*
|
|
11433
12043
|
* @type {string}
|
|
11434
|
-
* @memberof
|
|
12044
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11435
12045
|
*/
|
|
11436
|
-
readonly
|
|
12046
|
+
readonly userNameContains?: string;
|
|
11437
12047
|
/**
|
|
11438
|
-
*
|
|
12048
|
+
*
|
|
11439
12049
|
* @type {string}
|
|
11440
|
-
* @memberof
|
|
12050
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11441
12051
|
*/
|
|
11442
|
-
readonly
|
|
12052
|
+
readonly clientIp?: string;
|
|
11443
12053
|
/**
|
|
11444
|
-
*
|
|
12054
|
+
*
|
|
11445
12055
|
* @type {string}
|
|
11446
|
-
* @memberof
|
|
12056
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11447
12057
|
*/
|
|
11448
|
-
readonly
|
|
11449
|
-
}
|
|
11450
|
-
/**
|
|
11451
|
-
* Request parameters for getTaskProgress operation in SharedApi.
|
|
11452
|
-
* @export
|
|
11453
|
-
* @interface SharedApiGetTaskProgressRequest
|
|
11454
|
-
*/
|
|
11455
|
-
export interface SharedApiGetTaskProgressRequest {
|
|
12058
|
+
readonly clientIpContains?: string;
|
|
11456
12059
|
/**
|
|
11457
|
-
*
|
|
12060
|
+
*
|
|
11458
12061
|
* @type {string}
|
|
11459
|
-
* @memberof
|
|
12062
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11460
12063
|
*/
|
|
11461
|
-
readonly
|
|
12064
|
+
readonly clientIpCIDR?: string;
|
|
11462
12065
|
/**
|
|
11463
|
-
*
|
|
12066
|
+
*
|
|
11464
12067
|
* @type {string}
|
|
11465
|
-
* @memberof
|
|
12068
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11466
12069
|
*/
|
|
11467
|
-
readonly
|
|
12070
|
+
readonly appName?: string;
|
|
11468
12071
|
/**
|
|
11469
|
-
*
|
|
12072
|
+
*
|
|
11470
12073
|
* @type {string}
|
|
11471
|
-
* @memberof
|
|
12074
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11472
12075
|
*/
|
|
11473
|
-
readonly
|
|
12076
|
+
readonly appNameContains?: string;
|
|
11474
12077
|
/**
|
|
11475
|
-
*
|
|
12078
|
+
*
|
|
11476
12079
|
* @type {string}
|
|
11477
|
-
* @memberof
|
|
12080
|
+
* @memberof SharedApiGetSlowLogStats
|
|
11478
12081
|
*/
|
|
11479
|
-
readonly
|
|
12082
|
+
readonly templateId?: string;
|
|
12083
|
+
/**
|
|
12084
|
+
*
|
|
12085
|
+
* @type {boolean}
|
|
12086
|
+
* @memberof SharedApiGetSlowLogStats
|
|
12087
|
+
*/
|
|
12088
|
+
readonly unclassifiedOnly?: boolean;
|
|
11480
12089
|
}
|
|
11481
12090
|
/**
|
|
11482
|
-
* Request parameters for
|
|
12091
|
+
* Request parameters for getSlowLogTemplate operation in SharedApi.
|
|
11483
12092
|
* @export
|
|
11484
|
-
* @interface
|
|
12093
|
+
* @interface SharedApiGetSlowLogTemplateRequest
|
|
11485
12094
|
*/
|
|
11486
|
-
export interface
|
|
12095
|
+
export interface SharedApiGetSlowLogTemplateRequest {
|
|
11487
12096
|
/**
|
|
11488
|
-
*
|
|
12097
|
+
*
|
|
11489
12098
|
* @type {string}
|
|
11490
|
-
* @memberof
|
|
12099
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
11491
12100
|
*/
|
|
11492
12101
|
readonly orgName: string;
|
|
11493
12102
|
/**
|
|
11494
|
-
*
|
|
12103
|
+
*
|
|
11495
12104
|
* @type {string}
|
|
11496
|
-
* @memberof
|
|
12105
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
11497
12106
|
*/
|
|
11498
12107
|
readonly clusterName: string;
|
|
11499
12108
|
/**
|
|
11500
|
-
*
|
|
12109
|
+
*
|
|
11501
12110
|
* @type {string}
|
|
11502
|
-
* @memberof
|
|
12111
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
11503
12112
|
*/
|
|
11504
|
-
readonly
|
|
11505
|
-
|
|
11506
|
-
|
|
11507
|
-
|
|
12113
|
+
readonly templateId: string;
|
|
12114
|
+
/**
|
|
12115
|
+
* Start time in epoch nanoseconds.
|
|
12116
|
+
* @type {string}
|
|
12117
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12118
|
+
*/
|
|
12119
|
+
readonly startTime: string;
|
|
12120
|
+
/**
|
|
12121
|
+
* End time in epoch nanoseconds.
|
|
12122
|
+
* @type {string}
|
|
12123
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12124
|
+
*/
|
|
12125
|
+
readonly endTime: string;
|
|
12126
|
+
/**
|
|
12127
|
+
*
|
|
12128
|
+
* @type {string}
|
|
12129
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12130
|
+
*/
|
|
12131
|
+
readonly componentName?: string;
|
|
12132
|
+
/**
|
|
12133
|
+
*
|
|
12134
|
+
* @type {string}
|
|
12135
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12136
|
+
*/
|
|
12137
|
+
readonly instanceName?: string;
|
|
12138
|
+
/**
|
|
12139
|
+
*
|
|
12140
|
+
* @type {string}
|
|
12141
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
12142
|
+
*/
|
|
12143
|
+
readonly query?: string;
|
|
12144
|
+
}
|
|
12145
|
+
/**
|
|
12146
|
+
* Request parameters for getSqlAudit operation in SharedApi.
|
|
12147
|
+
* @export
|
|
12148
|
+
* @interface SharedApiGetSqlAuditRequest
|
|
12149
|
+
*/
|
|
12150
|
+
export interface SharedApiGetSqlAuditRequest {
|
|
12151
|
+
/**
|
|
12152
|
+
* name of the Org
|
|
12153
|
+
* @type {string}
|
|
12154
|
+
* @memberof SharedApiGetSqlAudit
|
|
12155
|
+
*/
|
|
12156
|
+
readonly orgName: string;
|
|
12157
|
+
/**
|
|
12158
|
+
* name of the Cluster
|
|
12159
|
+
* @type {string}
|
|
12160
|
+
* @memberof SharedApiGetSqlAudit
|
|
12161
|
+
*/
|
|
12162
|
+
readonly clusterName: string;
|
|
12163
|
+
/**
|
|
12164
|
+
* component type
|
|
12165
|
+
* @type {string}
|
|
12166
|
+
* @memberof SharedApiGetSqlAudit
|
|
12167
|
+
*/
|
|
12168
|
+
readonly component: string;
|
|
12169
|
+
}
|
|
12170
|
+
/**
|
|
12171
|
+
* Request parameters for getTDE operation in SharedApi.
|
|
12172
|
+
* @export
|
|
12173
|
+
* @interface SharedApiGetTDERequest
|
|
12174
|
+
*/
|
|
12175
|
+
export interface SharedApiGetTDERequest {
|
|
12176
|
+
/**
|
|
12177
|
+
* name of the Org
|
|
12178
|
+
* @type {string}
|
|
12179
|
+
* @memberof SharedApiGetTDE
|
|
12180
|
+
*/
|
|
12181
|
+
readonly orgName: string;
|
|
12182
|
+
/**
|
|
12183
|
+
* name of the Cluster
|
|
12184
|
+
* @type {string}
|
|
12185
|
+
* @memberof SharedApiGetTDE
|
|
12186
|
+
*/
|
|
12187
|
+
readonly clusterName: string;
|
|
12188
|
+
/**
|
|
12189
|
+
* component type
|
|
12190
|
+
* @type {string}
|
|
12191
|
+
* @memberof SharedApiGetTDE
|
|
12192
|
+
*/
|
|
12193
|
+
readonly component: string;
|
|
12194
|
+
}
|
|
12195
|
+
/**
|
|
12196
|
+
* Request parameters for getTLSCertificate operation in SharedApi.
|
|
12197
|
+
* @export
|
|
12198
|
+
* @interface SharedApiGetTLSCertificateRequest
|
|
12199
|
+
*/
|
|
12200
|
+
export interface SharedApiGetTLSCertificateRequest {
|
|
12201
|
+
/**
|
|
12202
|
+
* name of the Org
|
|
12203
|
+
* @type {string}
|
|
12204
|
+
* @memberof SharedApiGetTLSCertificate
|
|
12205
|
+
*/
|
|
12206
|
+
readonly orgName: string;
|
|
12207
|
+
/**
|
|
12208
|
+
* name of the cluster
|
|
12209
|
+
* @type {string}
|
|
12210
|
+
* @memberof SharedApiGetTLSCertificate
|
|
12211
|
+
*/
|
|
12212
|
+
readonly clusterName: string;
|
|
12213
|
+
}
|
|
12214
|
+
/**
|
|
12215
|
+
* Request parameters for getTags operation in SharedApi.
|
|
12216
|
+
* @export
|
|
12217
|
+
* @interface SharedApiGetTagsRequest
|
|
12218
|
+
*/
|
|
12219
|
+
export interface SharedApiGetTagsRequest {
|
|
12220
|
+
/**
|
|
12221
|
+
* name of the Org
|
|
12222
|
+
* @type {string}
|
|
12223
|
+
* @memberof SharedApiGetTags
|
|
12224
|
+
*/
|
|
12225
|
+
readonly orgName: string;
|
|
12226
|
+
/**
|
|
12227
|
+
* Comma-separated list of cluster IDs
|
|
12228
|
+
* @type {string}
|
|
12229
|
+
* @memberof SharedApiGetTags
|
|
12230
|
+
*/
|
|
12231
|
+
readonly clusterIds: string;
|
|
12232
|
+
}
|
|
12233
|
+
/**
|
|
12234
|
+
* Request parameters for getTaskList operation in SharedApi.
|
|
12235
|
+
* @export
|
|
12236
|
+
* @interface SharedApiGetTaskListRequest
|
|
12237
|
+
*/
|
|
12238
|
+
export interface SharedApiGetTaskListRequest {
|
|
12239
|
+
/**
|
|
12240
|
+
* name of the Org
|
|
12241
|
+
* @type {string}
|
|
12242
|
+
* @memberof SharedApiGetTaskList
|
|
12243
|
+
*/
|
|
12244
|
+
readonly orgName: string;
|
|
12245
|
+
/**
|
|
12246
|
+
* name of the cluster
|
|
12247
|
+
* @type {string}
|
|
12248
|
+
* @memberof SharedApiGetTaskList
|
|
12249
|
+
*/
|
|
12250
|
+
readonly clusterName: string;
|
|
12251
|
+
/**
|
|
12252
|
+
* id of the datasource
|
|
12253
|
+
* @type {string}
|
|
12254
|
+
* @memberof SharedApiGetTaskList
|
|
12255
|
+
*/
|
|
12256
|
+
readonly id: string;
|
|
12257
|
+
}
|
|
12258
|
+
/**
|
|
12259
|
+
* Request parameters for getTaskProgress operation in SharedApi.
|
|
12260
|
+
* @export
|
|
12261
|
+
* @interface SharedApiGetTaskProgressRequest
|
|
12262
|
+
*/
|
|
12263
|
+
export interface SharedApiGetTaskProgressRequest {
|
|
12264
|
+
/**
|
|
12265
|
+
* name of the Org
|
|
12266
|
+
* @type {string}
|
|
12267
|
+
* @memberof SharedApiGetTaskProgress
|
|
12268
|
+
*/
|
|
12269
|
+
readonly orgName: string;
|
|
12270
|
+
/**
|
|
12271
|
+
* name of the cluster
|
|
12272
|
+
* @type {string}
|
|
12273
|
+
* @memberof SharedApiGetTaskProgress
|
|
12274
|
+
*/
|
|
12275
|
+
readonly clusterName: string;
|
|
12276
|
+
/**
|
|
12277
|
+
* id of the datasource
|
|
12278
|
+
* @type {string}
|
|
12279
|
+
* @memberof SharedApiGetTaskProgress
|
|
12280
|
+
*/
|
|
12281
|
+
readonly id: string;
|
|
12282
|
+
/**
|
|
12283
|
+
* the task id
|
|
12284
|
+
* @type {string}
|
|
12285
|
+
* @memberof SharedApiGetTaskProgress
|
|
12286
|
+
*/
|
|
12287
|
+
readonly taskId: string;
|
|
12288
|
+
}
|
|
12289
|
+
/**
|
|
12290
|
+
* Request parameters for getTenant operation in SharedApi.
|
|
12291
|
+
* @export
|
|
12292
|
+
* @interface SharedApiGetTenantRequest
|
|
12293
|
+
*/
|
|
12294
|
+
export interface SharedApiGetTenantRequest {
|
|
12295
|
+
/**
|
|
12296
|
+
* name of the Org
|
|
12297
|
+
* @type {string}
|
|
12298
|
+
* @memberof SharedApiGetTenant
|
|
12299
|
+
*/
|
|
12300
|
+
readonly orgName: string;
|
|
12301
|
+
/**
|
|
12302
|
+
* name of the cluster
|
|
12303
|
+
* @type {string}
|
|
12304
|
+
* @memberof SharedApiGetTenant
|
|
12305
|
+
*/
|
|
12306
|
+
readonly clusterName: string;
|
|
12307
|
+
/**
|
|
12308
|
+
* id of the tenant
|
|
12309
|
+
* @type {string}
|
|
12310
|
+
* @memberof SharedApiGetTenant
|
|
12311
|
+
*/
|
|
12312
|
+
readonly tenantId: string;
|
|
12313
|
+
}
|
|
12314
|
+
/**
|
|
12315
|
+
* Request parameters for horizontalScaleCluster operation in SharedApi.
|
|
11508
12316
|
* @export
|
|
11509
12317
|
* @interface SharedApiHorizontalScaleClusterRequest
|
|
11510
12318
|
*/
|
|
@@ -11858,6 +12666,31 @@ export interface SharedApiListDatabasesRequest {
|
|
|
11858
12666
|
*/
|
|
11859
12667
|
readonly clusterName: string;
|
|
11860
12668
|
}
|
|
12669
|
+
/**
|
|
12670
|
+
* Request parameters for listDmsDatabases operation in SharedApi.
|
|
12671
|
+
* @export
|
|
12672
|
+
* @interface SharedApiListDmsDatabasesRequest
|
|
12673
|
+
*/
|
|
12674
|
+
export interface SharedApiListDmsDatabasesRequest {
|
|
12675
|
+
/**
|
|
12676
|
+
* name of the Org
|
|
12677
|
+
* @type {string}
|
|
12678
|
+
* @memberof SharedApiListDmsDatabases
|
|
12679
|
+
*/
|
|
12680
|
+
readonly orgName: string;
|
|
12681
|
+
/**
|
|
12682
|
+
* name of the cluster
|
|
12683
|
+
* @type {string}
|
|
12684
|
+
* @memberof SharedApiListDmsDatabases
|
|
12685
|
+
*/
|
|
12686
|
+
readonly clusterName: string;
|
|
12687
|
+
/**
|
|
12688
|
+
* id of the datasource
|
|
12689
|
+
* @type {string}
|
|
12690
|
+
* @memberof SharedApiListDmsDatabases
|
|
12691
|
+
*/
|
|
12692
|
+
readonly id: string;
|
|
12693
|
+
}
|
|
11861
12694
|
/**
|
|
11862
12695
|
* Request parameters for listEndpoints operation in SharedApi.
|
|
11863
12696
|
* @export
|
|
@@ -12288,6 +13121,12 @@ export interface SharedApiListObjectNamesByTypeRequest {
|
|
|
12288
13121
|
* @memberof SharedApiListObjectNamesByType
|
|
12289
13122
|
*/
|
|
12290
13123
|
readonly type: string;
|
|
13124
|
+
/**
|
|
13125
|
+
* database name, used by engines such as MSSQL when listing object names inside a schema
|
|
13126
|
+
* @type {string}
|
|
13127
|
+
* @memberof SharedApiListObjectNamesByType
|
|
13128
|
+
*/
|
|
13129
|
+
readonly database?: string;
|
|
12291
13130
|
}
|
|
12292
13131
|
/**
|
|
12293
13132
|
* Request parameters for listObjectTypesInSchema operation in SharedApi.
|
|
@@ -12319,6 +13158,12 @@ export interface SharedApiListObjectTypesInSchemaRequest {
|
|
|
12319
13158
|
* @memberof SharedApiListObjectTypesInSchema
|
|
12320
13159
|
*/
|
|
12321
13160
|
readonly schema: string;
|
|
13161
|
+
/**
|
|
13162
|
+
* database name, used by engines such as MSSQL when listing objects inside a schema
|
|
13163
|
+
* @type {string}
|
|
13164
|
+
* @memberof SharedApiListObjectTypesInSchema
|
|
13165
|
+
*/
|
|
13166
|
+
readonly database?: string;
|
|
12322
13167
|
}
|
|
12323
13168
|
/**
|
|
12324
13169
|
* Request parameters for listObjectsTreeForSelectiveBackup operation in SharedApi.
|
|
@@ -12593,6 +13438,12 @@ export interface SharedApiListQueryHistoryRequest {
|
|
|
12593
13438
|
* @memberof SharedApiListQueryHistory
|
|
12594
13439
|
*/
|
|
12595
13440
|
readonly id: string;
|
|
13441
|
+
/**
|
|
13442
|
+
* maximum history records to return, default and max 100
|
|
13443
|
+
* @type {number}
|
|
13444
|
+
* @memberof SharedApiListQueryHistory
|
|
13445
|
+
*/
|
|
13446
|
+
readonly limit?: number;
|
|
12596
13447
|
}
|
|
12597
13448
|
/**
|
|
12598
13449
|
* Request parameters for listRabbitAccounts operation in SharedApi.
|
|
@@ -13228,338 +14079,772 @@ export interface SharedApiQueryErrorLogsRequest {
|
|
|
13228
14079
|
/**
|
|
13229
14080
|
*
|
|
13230
14081
|
* @type {string}
|
|
13231
|
-
* @memberof SharedApiQueryErrorLogs
|
|
14082
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14083
|
+
*/
|
|
14084
|
+
readonly orgName: string;
|
|
14085
|
+
/**
|
|
14086
|
+
*
|
|
14087
|
+
* @type {string}
|
|
14088
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14089
|
+
*/
|
|
14090
|
+
readonly clusterName: string;
|
|
14091
|
+
/**
|
|
14092
|
+
* Start time in epoch nanoseconds.
|
|
14093
|
+
* @type {string}
|
|
14094
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14095
|
+
*/
|
|
14096
|
+
readonly startTime: string;
|
|
14097
|
+
/**
|
|
14098
|
+
* End time in epoch nanoseconds.
|
|
14099
|
+
* @type {string}
|
|
14100
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14101
|
+
*/
|
|
14102
|
+
readonly endTime: string;
|
|
14103
|
+
/**
|
|
14104
|
+
*
|
|
14105
|
+
* @type {string}
|
|
14106
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14107
|
+
*/
|
|
14108
|
+
readonly componentName?: string;
|
|
14109
|
+
/**
|
|
14110
|
+
*
|
|
14111
|
+
* @type {string}
|
|
14112
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14113
|
+
*/
|
|
14114
|
+
readonly instanceName?: string;
|
|
14115
|
+
/**
|
|
14116
|
+
*
|
|
14117
|
+
* @type {string}
|
|
14118
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14119
|
+
*/
|
|
14120
|
+
readonly filename?: string;
|
|
14121
|
+
/**
|
|
14122
|
+
*
|
|
14123
|
+
* @type {string}
|
|
14124
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14125
|
+
*/
|
|
14126
|
+
readonly query?: string;
|
|
14127
|
+
/**
|
|
14128
|
+
*
|
|
14129
|
+
* @type {string}
|
|
14130
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14131
|
+
*/
|
|
14132
|
+
readonly limit?: string;
|
|
14133
|
+
/**
|
|
14134
|
+
*
|
|
14135
|
+
* @type {SortType}
|
|
14136
|
+
* @memberof SharedApiQueryErrorLogs
|
|
14137
|
+
*/
|
|
14138
|
+
readonly sortType?: SortType;
|
|
14139
|
+
}
|
|
14140
|
+
/**
|
|
14141
|
+
* Request parameters for queryImportObjects operation in SharedApi.
|
|
14142
|
+
* @export
|
|
14143
|
+
* @interface SharedApiQueryImportObjectsRequest
|
|
14144
|
+
*/
|
|
14145
|
+
export interface SharedApiQueryImportObjectsRequest {
|
|
14146
|
+
/**
|
|
14147
|
+
* Organization name
|
|
14148
|
+
* @type {string}
|
|
14149
|
+
* @memberof SharedApiQueryImportObjects
|
|
14150
|
+
*/
|
|
14151
|
+
readonly orgName: string;
|
|
14152
|
+
/**
|
|
14153
|
+
* Cluster name
|
|
14154
|
+
* @type {string}
|
|
14155
|
+
* @memberof SharedApiQueryImportObjects
|
|
14156
|
+
*/
|
|
14157
|
+
readonly clusterName: string;
|
|
14158
|
+
/**
|
|
14159
|
+
* Connection configuration and current object tree position
|
|
14160
|
+
* @type {ImportQueryObjectsRequest}
|
|
14161
|
+
* @memberof SharedApiQueryImportObjects
|
|
14162
|
+
*/
|
|
14163
|
+
readonly importQueryObjectsRequest: ImportQueryObjectsRequest;
|
|
14164
|
+
}
|
|
14165
|
+
/**
|
|
14166
|
+
* Request parameters for queryLogHits operation in SharedApi.
|
|
14167
|
+
* @export
|
|
14168
|
+
* @interface SharedApiQueryLogHitsRequest
|
|
14169
|
+
*/
|
|
14170
|
+
export interface SharedApiQueryLogHitsRequest {
|
|
14171
|
+
/**
|
|
14172
|
+
*
|
|
14173
|
+
* @type {string}
|
|
14174
|
+
* @memberof SharedApiQueryLogHits
|
|
14175
|
+
*/
|
|
14176
|
+
readonly orgName: string;
|
|
14177
|
+
/**
|
|
14178
|
+
*
|
|
14179
|
+
* @type {string}
|
|
14180
|
+
* @memberof SharedApiQueryLogHits
|
|
14181
|
+
*/
|
|
14182
|
+
readonly clusterName: string;
|
|
14183
|
+
/**
|
|
14184
|
+
* Start time in epoch nanoseconds.
|
|
14185
|
+
* @type {string}
|
|
14186
|
+
* @memberof SharedApiQueryLogHits
|
|
14187
|
+
*/
|
|
14188
|
+
readonly startTime: string;
|
|
14189
|
+
/**
|
|
14190
|
+
* End time in epoch nanoseconds.
|
|
14191
|
+
* @type {string}
|
|
14192
|
+
* @memberof SharedApiQueryLogHits
|
|
14193
|
+
*/
|
|
14194
|
+
readonly endTime: string;
|
|
14195
|
+
/**
|
|
14196
|
+
* Time bucket size, e.g. 5s, 30s, 1m, 5m, 30m, 1h
|
|
14197
|
+
* @type {string}
|
|
14198
|
+
* @memberof SharedApiQueryLogHits
|
|
14199
|
+
*/
|
|
14200
|
+
readonly step: string;
|
|
14201
|
+
/**
|
|
14202
|
+
* Log type: runninglog, errorlog, slow, auditlog
|
|
14203
|
+
* @type {string}
|
|
14204
|
+
* @memberof SharedApiQueryLogHits
|
|
14205
|
+
*/
|
|
14206
|
+
readonly logType: string;
|
|
14207
|
+
/**
|
|
14208
|
+
*
|
|
14209
|
+
* @type {string}
|
|
14210
|
+
* @memberof SharedApiQueryLogHits
|
|
14211
|
+
*/
|
|
14212
|
+
readonly componentName?: string;
|
|
14213
|
+
/**
|
|
14214
|
+
*
|
|
14215
|
+
* @type {string}
|
|
14216
|
+
* @memberof SharedApiQueryLogHits
|
|
14217
|
+
*/
|
|
14218
|
+
readonly instanceName?: string;
|
|
14219
|
+
/**
|
|
14220
|
+
*
|
|
14221
|
+
* @type {string}
|
|
14222
|
+
* @memberof SharedApiQueryLogHits
|
|
14223
|
+
*/
|
|
14224
|
+
readonly query?: string;
|
|
14225
|
+
/**
|
|
14226
|
+
* Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
14227
|
+
* @type {number}
|
|
14228
|
+
* @memberof SharedApiQueryLogHits
|
|
14229
|
+
*/
|
|
14230
|
+
readonly minExecutionTime?: number;
|
|
14231
|
+
/**
|
|
14232
|
+
* Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
14233
|
+
* @type {number}
|
|
14234
|
+
* @memberof SharedApiQueryLogHits
|
|
14235
|
+
*/
|
|
14236
|
+
readonly maxExecutionTime?: number;
|
|
14237
|
+
/**
|
|
14238
|
+
* Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
14239
|
+
* @type {number}
|
|
14240
|
+
* @memberof SharedApiQueryLogHits
|
|
14241
|
+
*/
|
|
14242
|
+
readonly minLockTime?: number;
|
|
14243
|
+
/**
|
|
14244
|
+
* Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
14245
|
+
* @type {number}
|
|
14246
|
+
* @memberof SharedApiQueryLogHits
|
|
14247
|
+
*/
|
|
14248
|
+
readonly maxLockTime?: number;
|
|
14249
|
+
/**
|
|
14250
|
+
*
|
|
14251
|
+
* @type {number}
|
|
14252
|
+
* @memberof SharedApiQueryLogHits
|
|
14253
|
+
*/
|
|
14254
|
+
readonly minRowsExamined?: number;
|
|
14255
|
+
/**
|
|
14256
|
+
*
|
|
14257
|
+
* @type {number}
|
|
14258
|
+
* @memberof SharedApiQueryLogHits
|
|
14259
|
+
*/
|
|
14260
|
+
readonly maxRowsExamined?: number;
|
|
14261
|
+
/**
|
|
14262
|
+
*
|
|
14263
|
+
* @type {number}
|
|
14264
|
+
* @memberof SharedApiQueryLogHits
|
|
14265
|
+
*/
|
|
14266
|
+
readonly minRowsSent?: number;
|
|
14267
|
+
/**
|
|
14268
|
+
*
|
|
14269
|
+
* @type {number}
|
|
14270
|
+
* @memberof SharedApiQueryLogHits
|
|
14271
|
+
*/
|
|
14272
|
+
readonly maxRowsSent?: number;
|
|
14273
|
+
/**
|
|
14274
|
+
*
|
|
14275
|
+
* @type {string}
|
|
14276
|
+
* @memberof SharedApiQueryLogHits
|
|
14277
|
+
*/
|
|
14278
|
+
readonly dbName?: string;
|
|
14279
|
+
/**
|
|
14280
|
+
*
|
|
14281
|
+
* @type {string}
|
|
14282
|
+
* @memberof SharedApiQueryLogHits
|
|
14283
|
+
*/
|
|
14284
|
+
readonly userName?: string;
|
|
14285
|
+
/**
|
|
14286
|
+
*
|
|
14287
|
+
* @type {string}
|
|
14288
|
+
* @memberof SharedApiQueryLogHits
|
|
14289
|
+
*/
|
|
14290
|
+
readonly clientIp?: string;
|
|
14291
|
+
/**
|
|
14292
|
+
*
|
|
14293
|
+
* @type {string}
|
|
14294
|
+
* @memberof SharedApiQueryLogHits
|
|
14295
|
+
*/
|
|
14296
|
+
readonly appName?: string;
|
|
14297
|
+
/**
|
|
14298
|
+
*
|
|
14299
|
+
* @type {string}
|
|
14300
|
+
* @memberof SharedApiQueryLogHits
|
|
14301
|
+
*/
|
|
14302
|
+
readonly templateId?: string;
|
|
14303
|
+
/**
|
|
14304
|
+
*
|
|
14305
|
+
* @type {boolean}
|
|
14306
|
+
* @memberof SharedApiQueryLogHits
|
|
14307
|
+
*/
|
|
14308
|
+
readonly unclassifiedOnly?: boolean;
|
|
14309
|
+
}
|
|
14310
|
+
/**
|
|
14311
|
+
* Request parameters for queryPodLogs operation in SharedApi.
|
|
14312
|
+
* @export
|
|
14313
|
+
* @interface SharedApiQueryPodLogsRequest
|
|
14314
|
+
*/
|
|
14315
|
+
export interface SharedApiQueryPodLogsRequest {
|
|
14316
|
+
/**
|
|
14317
|
+
*
|
|
14318
|
+
* @type {string}
|
|
14319
|
+
* @memberof SharedApiQueryPodLogs
|
|
14320
|
+
*/
|
|
14321
|
+
readonly orgName: string;
|
|
14322
|
+
/**
|
|
14323
|
+
*
|
|
14324
|
+
* @type {string}
|
|
14325
|
+
* @memberof SharedApiQueryPodLogs
|
|
14326
|
+
*/
|
|
14327
|
+
readonly clusterName: string;
|
|
14328
|
+
/**
|
|
14329
|
+
* Start time in epoch nanoseconds.
|
|
14330
|
+
* @type {string}
|
|
14331
|
+
* @memberof SharedApiQueryPodLogs
|
|
14332
|
+
*/
|
|
14333
|
+
readonly startTime: string;
|
|
14334
|
+
/**
|
|
14335
|
+
* End time in epoch nanoseconds.
|
|
14336
|
+
* @type {string}
|
|
14337
|
+
* @memberof SharedApiQueryPodLogs
|
|
14338
|
+
*/
|
|
14339
|
+
readonly endTime: string;
|
|
14340
|
+
/**
|
|
14341
|
+
*
|
|
14342
|
+
* @type {string}
|
|
14343
|
+
* @memberof SharedApiQueryPodLogs
|
|
14344
|
+
*/
|
|
14345
|
+
readonly componentName?: string;
|
|
14346
|
+
/**
|
|
14347
|
+
*
|
|
14348
|
+
* @type {string}
|
|
14349
|
+
* @memberof SharedApiQueryPodLogs
|
|
14350
|
+
*/
|
|
14351
|
+
readonly instanceName?: string;
|
|
14352
|
+
/**
|
|
14353
|
+
*
|
|
14354
|
+
* @type {string}
|
|
14355
|
+
* @memberof SharedApiQueryPodLogs
|
|
14356
|
+
*/
|
|
14357
|
+
readonly filename?: string;
|
|
14358
|
+
/**
|
|
14359
|
+
*
|
|
14360
|
+
* @type {string}
|
|
14361
|
+
* @memberof SharedApiQueryPodLogs
|
|
14362
|
+
*/
|
|
14363
|
+
readonly limit?: string;
|
|
14364
|
+
/**
|
|
14365
|
+
*
|
|
14366
|
+
* @type {SortType}
|
|
14367
|
+
* @memberof SharedApiQueryPodLogs
|
|
14368
|
+
*/
|
|
14369
|
+
readonly sortType?: SortType;
|
|
14370
|
+
}
|
|
14371
|
+
/**
|
|
14372
|
+
* Request parameters for queryRunningLogs operation in SharedApi.
|
|
14373
|
+
* @export
|
|
14374
|
+
* @interface SharedApiQueryRunningLogsRequest
|
|
14375
|
+
*/
|
|
14376
|
+
export interface SharedApiQueryRunningLogsRequest {
|
|
14377
|
+
/**
|
|
14378
|
+
*
|
|
14379
|
+
* @type {string}
|
|
14380
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14381
|
+
*/
|
|
14382
|
+
readonly orgName: string;
|
|
14383
|
+
/**
|
|
14384
|
+
*
|
|
14385
|
+
* @type {string}
|
|
14386
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14387
|
+
*/
|
|
14388
|
+
readonly clusterName: string;
|
|
14389
|
+
/**
|
|
14390
|
+
* Start time in epoch nanoseconds.
|
|
14391
|
+
* @type {string}
|
|
14392
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14393
|
+
*/
|
|
14394
|
+
readonly startTime: string;
|
|
14395
|
+
/**
|
|
14396
|
+
* End time in epoch nanoseconds.
|
|
14397
|
+
* @type {string}
|
|
14398
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14399
|
+
*/
|
|
14400
|
+
readonly endTime: string;
|
|
14401
|
+
/**
|
|
14402
|
+
*
|
|
14403
|
+
* @type {string}
|
|
14404
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14405
|
+
*/
|
|
14406
|
+
readonly componentName?: string;
|
|
14407
|
+
/**
|
|
14408
|
+
*
|
|
14409
|
+
* @type {string}
|
|
14410
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14411
|
+
*/
|
|
14412
|
+
readonly instanceName?: string;
|
|
14413
|
+
/**
|
|
14414
|
+
*
|
|
14415
|
+
* @type {string}
|
|
14416
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14417
|
+
*/
|
|
14418
|
+
readonly filename?: string;
|
|
14419
|
+
/**
|
|
14420
|
+
*
|
|
14421
|
+
* @type {string}
|
|
14422
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14423
|
+
*/
|
|
14424
|
+
readonly limit?: string;
|
|
14425
|
+
/**
|
|
14426
|
+
*
|
|
14427
|
+
* @type {string}
|
|
14428
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14429
|
+
*/
|
|
14430
|
+
readonly query?: string;
|
|
14431
|
+
/**
|
|
14432
|
+
*
|
|
14433
|
+
* @type {SortType}
|
|
14434
|
+
* @memberof SharedApiQueryRunningLogs
|
|
14435
|
+
*/
|
|
14436
|
+
readonly sortType?: SortType;
|
|
14437
|
+
}
|
|
14438
|
+
/**
|
|
14439
|
+
* Request parameters for querySlowLogTemplateSamples operation in SharedApi.
|
|
14440
|
+
* @export
|
|
14441
|
+
* @interface SharedApiQuerySlowLogTemplateSamplesRequest
|
|
14442
|
+
*/
|
|
14443
|
+
export interface SharedApiQuerySlowLogTemplateSamplesRequest {
|
|
14444
|
+
/**
|
|
14445
|
+
*
|
|
14446
|
+
* @type {string}
|
|
14447
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14448
|
+
*/
|
|
14449
|
+
readonly orgName: string;
|
|
14450
|
+
/**
|
|
14451
|
+
*
|
|
14452
|
+
* @type {string}
|
|
14453
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14454
|
+
*/
|
|
14455
|
+
readonly clusterName: string;
|
|
14456
|
+
/**
|
|
14457
|
+
*
|
|
14458
|
+
* @type {string}
|
|
14459
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14460
|
+
*/
|
|
14461
|
+
readonly templateId: string;
|
|
14462
|
+
/**
|
|
14463
|
+
* Start time in epoch nanoseconds.
|
|
14464
|
+
* @type {string}
|
|
14465
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14466
|
+
*/
|
|
14467
|
+
readonly startTime: string;
|
|
14468
|
+
/**
|
|
14469
|
+
* End time in epoch nanoseconds.
|
|
14470
|
+
* @type {string}
|
|
14471
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14472
|
+
*/
|
|
14473
|
+
readonly endTime: string;
|
|
14474
|
+
/**
|
|
14475
|
+
*
|
|
14476
|
+
* @type {string}
|
|
14477
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14478
|
+
*/
|
|
14479
|
+
readonly componentName?: string;
|
|
14480
|
+
/**
|
|
14481
|
+
*
|
|
14482
|
+
* @type {string}
|
|
14483
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14484
|
+
*/
|
|
14485
|
+
readonly instanceName?: string;
|
|
14486
|
+
/**
|
|
14487
|
+
*
|
|
14488
|
+
* @type {string}
|
|
14489
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14490
|
+
*/
|
|
14491
|
+
readonly query?: string;
|
|
14492
|
+
/**
|
|
14493
|
+
*
|
|
14494
|
+
* @type {string}
|
|
14495
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14496
|
+
*/
|
|
14497
|
+
readonly limit?: string;
|
|
14498
|
+
/**
|
|
14499
|
+
*
|
|
14500
|
+
* @type {SortType}
|
|
14501
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
14502
|
+
*/
|
|
14503
|
+
readonly sortType?: SortType;
|
|
14504
|
+
}
|
|
14505
|
+
/**
|
|
14506
|
+
* Request parameters for querySlowLogTemplates operation in SharedApi.
|
|
14507
|
+
* @export
|
|
14508
|
+
* @interface SharedApiQuerySlowLogTemplatesRequest
|
|
14509
|
+
*/
|
|
14510
|
+
export interface SharedApiQuerySlowLogTemplatesRequest {
|
|
14511
|
+
/**
|
|
14512
|
+
*
|
|
14513
|
+
* @type {string}
|
|
14514
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13232
14515
|
*/
|
|
13233
14516
|
readonly orgName: string;
|
|
13234
14517
|
/**
|
|
13235
14518
|
*
|
|
13236
14519
|
* @type {string}
|
|
13237
|
-
* @memberof
|
|
14520
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13238
14521
|
*/
|
|
13239
14522
|
readonly clusterName: string;
|
|
13240
14523
|
/**
|
|
13241
14524
|
* Start time in epoch nanoseconds.
|
|
13242
14525
|
* @type {string}
|
|
13243
|
-
* @memberof
|
|
14526
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13244
14527
|
*/
|
|
13245
14528
|
readonly startTime: string;
|
|
13246
14529
|
/**
|
|
13247
14530
|
* End time in epoch nanoseconds.
|
|
13248
14531
|
* @type {string}
|
|
13249
|
-
* @memberof
|
|
14532
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13250
14533
|
*/
|
|
13251
14534
|
readonly endTime: string;
|
|
13252
14535
|
/**
|
|
13253
14536
|
*
|
|
13254
14537
|
* @type {string}
|
|
13255
|
-
* @memberof
|
|
14538
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13256
14539
|
*/
|
|
13257
14540
|
readonly componentName?: string;
|
|
13258
14541
|
/**
|
|
13259
14542
|
*
|
|
13260
14543
|
* @type {string}
|
|
13261
|
-
* @memberof
|
|
14544
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13262
14545
|
*/
|
|
13263
14546
|
readonly instanceName?: string;
|
|
13264
14547
|
/**
|
|
13265
14548
|
*
|
|
13266
14549
|
* @type {string}
|
|
13267
|
-
* @memberof
|
|
14550
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13268
14551
|
*/
|
|
13269
|
-
readonly
|
|
14552
|
+
readonly query?: string;
|
|
13270
14553
|
/**
|
|
13271
14554
|
*
|
|
13272
|
-
* @type {
|
|
13273
|
-
* @memberof
|
|
14555
|
+
* @type {number}
|
|
14556
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13274
14557
|
*/
|
|
13275
|
-
readonly
|
|
14558
|
+
readonly topN?: number;
|
|
13276
14559
|
/**
|
|
13277
|
-
*
|
|
14560
|
+
* Sort templates by count or avgExecutionTime.
|
|
13278
14561
|
* @type {string}
|
|
13279
|
-
* @memberof
|
|
14562
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13280
14563
|
*/
|
|
13281
|
-
readonly
|
|
14564
|
+
readonly sortBy?: string;
|
|
13282
14565
|
/**
|
|
13283
14566
|
*
|
|
13284
14567
|
* @type {SortType}
|
|
13285
|
-
* @memberof
|
|
14568
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13286
14569
|
*/
|
|
13287
14570
|
readonly sortType?: SortType;
|
|
13288
|
-
}
|
|
13289
|
-
/**
|
|
13290
|
-
* Request parameters for queryImportObjects operation in SharedApi.
|
|
13291
|
-
* @export
|
|
13292
|
-
* @interface SharedApiQueryImportObjectsRequest
|
|
13293
|
-
*/
|
|
13294
|
-
export interface SharedApiQueryImportObjectsRequest {
|
|
13295
14571
|
/**
|
|
13296
|
-
*
|
|
13297
|
-
* @type {
|
|
13298
|
-
* @memberof
|
|
14572
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14573
|
+
* @type {number}
|
|
14574
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13299
14575
|
*/
|
|
13300
|
-
readonly
|
|
14576
|
+
readonly minExecutionTime?: number;
|
|
13301
14577
|
/**
|
|
13302
|
-
*
|
|
13303
|
-
* @type {
|
|
13304
|
-
* @memberof
|
|
14578
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14579
|
+
* @type {number}
|
|
14580
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13305
14581
|
*/
|
|
13306
|
-
readonly
|
|
14582
|
+
readonly maxExecutionTime?: number;
|
|
13307
14583
|
/**
|
|
13308
|
-
*
|
|
13309
|
-
* @type {
|
|
13310
|
-
* @memberof
|
|
14584
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14585
|
+
* @type {number}
|
|
14586
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13311
14587
|
*/
|
|
13312
|
-
readonly
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
14588
|
+
readonly minLockTime?: number;
|
|
14589
|
+
/**
|
|
14590
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14591
|
+
* @type {number}
|
|
14592
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14593
|
+
*/
|
|
14594
|
+
readonly maxLockTime?: number;
|
|
14595
|
+
/**
|
|
14596
|
+
*
|
|
14597
|
+
* @type {number}
|
|
14598
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14599
|
+
*/
|
|
14600
|
+
readonly minRowsExamined?: number;
|
|
14601
|
+
/**
|
|
14602
|
+
*
|
|
14603
|
+
* @type {number}
|
|
14604
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14605
|
+
*/
|
|
14606
|
+
readonly maxRowsExamined?: number;
|
|
14607
|
+
/**
|
|
14608
|
+
*
|
|
14609
|
+
* @type {number}
|
|
14610
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14611
|
+
*/
|
|
14612
|
+
readonly minRowsSent?: number;
|
|
14613
|
+
/**
|
|
14614
|
+
*
|
|
14615
|
+
* @type {number}
|
|
14616
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
14617
|
+
*/
|
|
14618
|
+
readonly maxRowsSent?: number;
|
|
13320
14619
|
/**
|
|
13321
14620
|
*
|
|
13322
14621
|
* @type {string}
|
|
13323
|
-
* @memberof
|
|
14622
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13324
14623
|
*/
|
|
13325
|
-
readonly
|
|
14624
|
+
readonly dbName?: string;
|
|
13326
14625
|
/**
|
|
13327
14626
|
*
|
|
13328
14627
|
* @type {string}
|
|
13329
|
-
* @memberof
|
|
14628
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13330
14629
|
*/
|
|
13331
|
-
readonly
|
|
14630
|
+
readonly dbNameContains?: string;
|
|
13332
14631
|
/**
|
|
13333
|
-
*
|
|
14632
|
+
*
|
|
13334
14633
|
* @type {string}
|
|
13335
|
-
* @memberof
|
|
14634
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13336
14635
|
*/
|
|
13337
|
-
readonly
|
|
14636
|
+
readonly userName?: string;
|
|
13338
14637
|
/**
|
|
13339
|
-
*
|
|
14638
|
+
*
|
|
13340
14639
|
* @type {string}
|
|
13341
|
-
* @memberof
|
|
14640
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13342
14641
|
*/
|
|
13343
|
-
readonly
|
|
14642
|
+
readonly userNameContains?: string;
|
|
13344
14643
|
/**
|
|
13345
|
-
*
|
|
14644
|
+
*
|
|
13346
14645
|
* @type {string}
|
|
13347
|
-
* @memberof
|
|
14646
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13348
14647
|
*/
|
|
13349
|
-
readonly
|
|
14648
|
+
readonly clientIp?: string;
|
|
13350
14649
|
/**
|
|
13351
|
-
*
|
|
14650
|
+
*
|
|
13352
14651
|
* @type {string}
|
|
13353
|
-
* @memberof
|
|
14652
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13354
14653
|
*/
|
|
13355
|
-
readonly
|
|
14654
|
+
readonly clientIpContains?: string;
|
|
13356
14655
|
/**
|
|
13357
14656
|
*
|
|
13358
14657
|
* @type {string}
|
|
13359
|
-
* @memberof
|
|
14658
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13360
14659
|
*/
|
|
13361
|
-
readonly
|
|
14660
|
+
readonly clientIpCIDR?: string;
|
|
13362
14661
|
/**
|
|
13363
14662
|
*
|
|
13364
14663
|
* @type {string}
|
|
13365
|
-
* @memberof
|
|
14664
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13366
14665
|
*/
|
|
13367
|
-
readonly
|
|
14666
|
+
readonly appName?: string;
|
|
13368
14667
|
/**
|
|
13369
14668
|
*
|
|
13370
14669
|
* @type {string}
|
|
13371
|
-
* @memberof
|
|
14670
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
13372
14671
|
*/
|
|
13373
|
-
readonly
|
|
14672
|
+
readonly appNameContains?: string;
|
|
13374
14673
|
}
|
|
13375
14674
|
/**
|
|
13376
|
-
* Request parameters for
|
|
14675
|
+
* Request parameters for querySlowLogs operation in SharedApi.
|
|
13377
14676
|
* @export
|
|
13378
|
-
* @interface
|
|
14677
|
+
* @interface SharedApiQuerySlowLogsRequest
|
|
13379
14678
|
*/
|
|
13380
|
-
export interface
|
|
14679
|
+
export interface SharedApiQuerySlowLogsRequest {
|
|
13381
14680
|
/**
|
|
13382
14681
|
*
|
|
13383
14682
|
* @type {string}
|
|
13384
|
-
* @memberof
|
|
14683
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13385
14684
|
*/
|
|
13386
14685
|
readonly orgName: string;
|
|
13387
14686
|
/**
|
|
13388
14687
|
*
|
|
13389
14688
|
* @type {string}
|
|
13390
|
-
* @memberof
|
|
14689
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13391
14690
|
*/
|
|
13392
14691
|
readonly clusterName: string;
|
|
13393
14692
|
/**
|
|
13394
14693
|
* Start time in epoch nanoseconds.
|
|
13395
14694
|
* @type {string}
|
|
13396
|
-
* @memberof
|
|
14695
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13397
14696
|
*/
|
|
13398
14697
|
readonly startTime: string;
|
|
13399
14698
|
/**
|
|
13400
14699
|
* End time in epoch nanoseconds.
|
|
13401
14700
|
* @type {string}
|
|
13402
|
-
* @memberof
|
|
14701
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13403
14702
|
*/
|
|
13404
14703
|
readonly endTime: string;
|
|
13405
14704
|
/**
|
|
13406
14705
|
*
|
|
13407
14706
|
* @type {string}
|
|
13408
|
-
* @memberof
|
|
14707
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13409
14708
|
*/
|
|
13410
14709
|
readonly componentName?: string;
|
|
13411
14710
|
/**
|
|
13412
14711
|
*
|
|
13413
14712
|
* @type {string}
|
|
13414
|
-
* @memberof
|
|
14713
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13415
14714
|
*/
|
|
13416
14715
|
readonly instanceName?: string;
|
|
13417
14716
|
/**
|
|
13418
14717
|
*
|
|
13419
14718
|
* @type {string}
|
|
13420
|
-
* @memberof
|
|
14719
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13421
14720
|
*/
|
|
13422
|
-
readonly
|
|
14721
|
+
readonly query?: string;
|
|
13423
14722
|
/**
|
|
13424
14723
|
*
|
|
13425
14724
|
* @type {string}
|
|
13426
|
-
* @memberof
|
|
14725
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13427
14726
|
*/
|
|
13428
14727
|
readonly limit?: string;
|
|
13429
14728
|
/**
|
|
13430
14729
|
*
|
|
13431
14730
|
* @type {SortType}
|
|
13432
|
-
* @memberof
|
|
14731
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13433
14732
|
*/
|
|
13434
14733
|
readonly sortType?: SortType;
|
|
13435
|
-
}
|
|
13436
|
-
/**
|
|
13437
|
-
* Request parameters for queryRunningLogs operation in SharedApi.
|
|
13438
|
-
* @export
|
|
13439
|
-
* @interface SharedApiQueryRunningLogsRequest
|
|
13440
|
-
*/
|
|
13441
|
-
export interface SharedApiQueryRunningLogsRequest {
|
|
13442
14734
|
/**
|
|
13443
|
-
*
|
|
13444
|
-
* @type {
|
|
13445
|
-
* @memberof
|
|
14735
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14736
|
+
* @type {number}
|
|
14737
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13446
14738
|
*/
|
|
13447
|
-
readonly
|
|
14739
|
+
readonly minExecutionTime?: number;
|
|
13448
14740
|
/**
|
|
13449
|
-
*
|
|
13450
|
-
* @type {
|
|
13451
|
-
* @memberof
|
|
14741
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14742
|
+
* @type {number}
|
|
14743
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13452
14744
|
*/
|
|
13453
|
-
readonly
|
|
14745
|
+
readonly maxExecutionTime?: number;
|
|
13454
14746
|
/**
|
|
13455
|
-
*
|
|
13456
|
-
* @type {
|
|
13457
|
-
* @memberof
|
|
14747
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14748
|
+
* @type {number}
|
|
14749
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13458
14750
|
*/
|
|
13459
|
-
readonly
|
|
14751
|
+
readonly minLockTime?: number;
|
|
13460
14752
|
/**
|
|
13461
|
-
*
|
|
13462
|
-
* @type {
|
|
13463
|
-
* @memberof
|
|
14753
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14754
|
+
* @type {number}
|
|
14755
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13464
14756
|
*/
|
|
13465
|
-
readonly
|
|
14757
|
+
readonly maxLockTime?: number;
|
|
13466
14758
|
/**
|
|
13467
14759
|
*
|
|
13468
|
-
* @type {
|
|
13469
|
-
* @memberof
|
|
14760
|
+
* @type {number}
|
|
14761
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13470
14762
|
*/
|
|
13471
|
-
readonly
|
|
14763
|
+
readonly minRowsExamined?: number;
|
|
13472
14764
|
/**
|
|
13473
14765
|
*
|
|
13474
|
-
* @type {
|
|
13475
|
-
* @memberof
|
|
14766
|
+
* @type {number}
|
|
14767
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13476
14768
|
*/
|
|
13477
|
-
readonly
|
|
14769
|
+
readonly maxRowsExamined?: number;
|
|
13478
14770
|
/**
|
|
13479
14771
|
*
|
|
13480
|
-
* @type {
|
|
13481
|
-
* @memberof
|
|
14772
|
+
* @type {number}
|
|
14773
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13482
14774
|
*/
|
|
13483
|
-
readonly
|
|
14775
|
+
readonly minRowsSent?: number;
|
|
13484
14776
|
/**
|
|
13485
14777
|
*
|
|
13486
|
-
* @type {
|
|
13487
|
-
* @memberof
|
|
14778
|
+
* @type {number}
|
|
14779
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13488
14780
|
*/
|
|
13489
|
-
readonly
|
|
14781
|
+
readonly maxRowsSent?: number;
|
|
13490
14782
|
/**
|
|
13491
14783
|
*
|
|
13492
14784
|
* @type {string}
|
|
13493
|
-
* @memberof
|
|
14785
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13494
14786
|
*/
|
|
13495
|
-
readonly
|
|
14787
|
+
readonly dbName?: string;
|
|
13496
14788
|
/**
|
|
13497
14789
|
*
|
|
13498
|
-
* @type {
|
|
13499
|
-
* @memberof
|
|
14790
|
+
* @type {string}
|
|
14791
|
+
* @memberof SharedApiQuerySlowLogs
|
|
13500
14792
|
*/
|
|
13501
|
-
readonly
|
|
13502
|
-
}
|
|
13503
|
-
/**
|
|
13504
|
-
* Request parameters for querySlowLogs operation in SharedApi.
|
|
13505
|
-
* @export
|
|
13506
|
-
* @interface SharedApiQuerySlowLogsRequest
|
|
13507
|
-
*/
|
|
13508
|
-
export interface SharedApiQuerySlowLogsRequest {
|
|
14793
|
+
readonly dbNameContains?: string;
|
|
13509
14794
|
/**
|
|
13510
14795
|
*
|
|
13511
14796
|
* @type {string}
|
|
13512
14797
|
* @memberof SharedApiQuerySlowLogs
|
|
13513
14798
|
*/
|
|
13514
|
-
readonly
|
|
14799
|
+
readonly userName?: string;
|
|
13515
14800
|
/**
|
|
13516
14801
|
*
|
|
13517
14802
|
* @type {string}
|
|
13518
14803
|
* @memberof SharedApiQuerySlowLogs
|
|
13519
14804
|
*/
|
|
13520
|
-
readonly
|
|
14805
|
+
readonly userNameContains?: string;
|
|
13521
14806
|
/**
|
|
13522
|
-
*
|
|
14807
|
+
*
|
|
13523
14808
|
* @type {string}
|
|
13524
14809
|
* @memberof SharedApiQuerySlowLogs
|
|
13525
14810
|
*/
|
|
13526
|
-
readonly
|
|
14811
|
+
readonly clientIp?: string;
|
|
13527
14812
|
/**
|
|
13528
|
-
*
|
|
14813
|
+
*
|
|
13529
14814
|
* @type {string}
|
|
13530
14815
|
* @memberof SharedApiQuerySlowLogs
|
|
13531
14816
|
*/
|
|
13532
|
-
readonly
|
|
14817
|
+
readonly clientIpContains?: string;
|
|
13533
14818
|
/**
|
|
13534
14819
|
*
|
|
13535
14820
|
* @type {string}
|
|
13536
14821
|
* @memberof SharedApiQuerySlowLogs
|
|
13537
14822
|
*/
|
|
13538
|
-
readonly
|
|
14823
|
+
readonly clientIpCIDR?: string;
|
|
13539
14824
|
/**
|
|
13540
14825
|
*
|
|
13541
14826
|
* @type {string}
|
|
13542
14827
|
* @memberof SharedApiQuerySlowLogs
|
|
13543
14828
|
*/
|
|
13544
|
-
readonly
|
|
14829
|
+
readonly appName?: string;
|
|
13545
14830
|
/**
|
|
13546
14831
|
*
|
|
13547
14832
|
* @type {string}
|
|
13548
14833
|
* @memberof SharedApiQuerySlowLogs
|
|
13549
14834
|
*/
|
|
13550
|
-
readonly
|
|
14835
|
+
readonly appNameContains?: string;
|
|
13551
14836
|
/**
|
|
13552
14837
|
*
|
|
13553
14838
|
* @type {string}
|
|
13554
14839
|
* @memberof SharedApiQuerySlowLogs
|
|
13555
14840
|
*/
|
|
13556
|
-
readonly
|
|
14841
|
+
readonly templateId?: string;
|
|
13557
14842
|
/**
|
|
13558
14843
|
*
|
|
13559
|
-
* @type {
|
|
14844
|
+
* @type {boolean}
|
|
13560
14845
|
* @memberof SharedApiQuerySlowLogs
|
|
13561
14846
|
*/
|
|
13562
|
-
readonly
|
|
14847
|
+
readonly unclassifiedOnly?: boolean;
|
|
13563
14848
|
}
|
|
13564
14849
|
/**
|
|
13565
14850
|
* Request parameters for readFeature operation in SharedApi.
|
|
@@ -14572,6 +15857,31 @@ export interface SharedApiUpdateSqlAuditRequest {
|
|
|
14572
15857
|
*/
|
|
14573
15858
|
readonly body: SqlAuditRequest;
|
|
14574
15859
|
}
|
|
15860
|
+
/**
|
|
15861
|
+
* Request parameters for updateTDE operation in SharedApi.
|
|
15862
|
+
* @export
|
|
15863
|
+
* @interface SharedApiUpdateTDERequest
|
|
15864
|
+
*/
|
|
15865
|
+
export interface SharedApiUpdateTDERequest {
|
|
15866
|
+
/**
|
|
15867
|
+
* name of the Org
|
|
15868
|
+
* @type {string}
|
|
15869
|
+
* @memberof SharedApiUpdateTDE
|
|
15870
|
+
*/
|
|
15871
|
+
readonly orgName: string;
|
|
15872
|
+
/**
|
|
15873
|
+
* name of the Cluster
|
|
15874
|
+
* @type {string}
|
|
15875
|
+
* @memberof SharedApiUpdateTDE
|
|
15876
|
+
*/
|
|
15877
|
+
readonly clusterName: string;
|
|
15878
|
+
/**
|
|
15879
|
+
*
|
|
15880
|
+
* @type {TdeRequest}
|
|
15881
|
+
* @memberof SharedApiUpdateTDE
|
|
15882
|
+
*/
|
|
15883
|
+
readonly body: TdeRequest;
|
|
15884
|
+
}
|
|
14575
15885
|
/**
|
|
14576
15886
|
* Request parameters for updateTag operation in SharedApi.
|
|
14577
15887
|
* @export
|
|
@@ -15238,6 +16548,24 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
15238
16548
|
* @memberof SharedApi
|
|
15239
16549
|
*/
|
|
15240
16550
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
16551
|
+
/**
|
|
16552
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
16553
|
+
* @summary Explain cluster slow log SQL
|
|
16554
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
16555
|
+
* @param {*} [options] Override http request option.
|
|
16556
|
+
* @throws {RequiredError}
|
|
16557
|
+
* @memberof SharedApi
|
|
16558
|
+
*/
|
|
16559
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogExplainResponse, any, {}>>;
|
|
16560
|
+
/**
|
|
16561
|
+
* 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.
|
|
16562
|
+
* @summary Explain cluster slow log template
|
|
16563
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
16564
|
+
* @param {*} [options] Override http request option.
|
|
16565
|
+
* @throws {RequiredError}
|
|
16566
|
+
* @memberof SharedApi
|
|
16567
|
+
*/
|
|
16568
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogExplainResponse, any, {}>>;
|
|
15241
16569
|
/**
|
|
15242
16570
|
*
|
|
15243
16571
|
* @summary Export parameter template from cluster
|
|
@@ -15625,6 +16953,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
15625
16953
|
* @memberof SharedApi
|
|
15626
16954
|
*/
|
|
15627
16955
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogStats, any, {}>>;
|
|
16956
|
+
/**
|
|
16957
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
16958
|
+
* @summary Get cluster slow log template
|
|
16959
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
16960
|
+
* @param {*} [options] Override http request option.
|
|
16961
|
+
* @throws {RequiredError}
|
|
16962
|
+
* @memberof SharedApi
|
|
16963
|
+
*/
|
|
16964
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogTemplate, any, {}>>;
|
|
15628
16965
|
/**
|
|
15629
16966
|
* Query the SQL audit log switch status for a cluster component
|
|
15630
16967
|
* @summary Get SQL audit log status
|
|
@@ -15634,6 +16971,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
15634
16971
|
* @memberof SharedApi
|
|
15635
16972
|
*/
|
|
15636
16973
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SqlAuditStatus, any, {}>>;
|
|
16974
|
+
/**
|
|
16975
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
16976
|
+
* @summary Get TDE status
|
|
16977
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
16978
|
+
* @param {*} [options] Override http request option.
|
|
16979
|
+
* @throws {RequiredError}
|
|
16980
|
+
* @memberof SharedApi
|
|
16981
|
+
*/
|
|
16982
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TdeStatus, any, {}>>;
|
|
15637
16983
|
/**
|
|
15638
16984
|
*
|
|
15639
16985
|
* @summary Get cluster TLS certificate
|
|
@@ -15804,6 +17150,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
15804
17150
|
* @memberof SharedApi
|
|
15805
17151
|
*/
|
|
15806
17152
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DatabaseList, any, {}>>;
|
|
17153
|
+
/**
|
|
17154
|
+
*
|
|
17155
|
+
* @summary list all databases of the datasource
|
|
17156
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
17157
|
+
* @param {*} [options] Override http request option.
|
|
17158
|
+
* @throws {RequiredError}
|
|
17159
|
+
* @memberof SharedApi
|
|
17160
|
+
*/
|
|
17161
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}>>;
|
|
15807
17162
|
/**
|
|
15808
17163
|
*
|
|
15809
17164
|
* @summary List cluster endpoints
|
|
@@ -16359,6 +17714,24 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
16359
17714
|
* @memberof SharedApi
|
|
16360
17715
|
*/
|
|
16361
17716
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterRawLogResponse, any, {}>>;
|
|
17717
|
+
/**
|
|
17718
|
+
* Query slow log samples for a template
|
|
17719
|
+
* @summary Query cluster slow log template samples
|
|
17720
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
17721
|
+
* @param {*} [options] Override http request option.
|
|
17722
|
+
* @throws {RequiredError}
|
|
17723
|
+
* @memberof SharedApi
|
|
17724
|
+
*/
|
|
17725
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterExecutionLog, any, {}>>;
|
|
17726
|
+
/**
|
|
17727
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
17728
|
+
* @summary Query cluster slow log templates
|
|
17729
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
17730
|
+
* @param {*} [options] Override http request option.
|
|
17731
|
+
* @throws {RequiredError}
|
|
17732
|
+
* @memberof SharedApi
|
|
17733
|
+
*/
|
|
17734
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogTemplateList, any, {}>>;
|
|
16362
17735
|
/**
|
|
16363
17736
|
* Query slow logs of a cluster
|
|
16364
17737
|
* @summary Query cluster slow logs
|
|
@@ -16709,6 +18082,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
16709
18082
|
* @memberof SharedApi
|
|
16710
18083
|
*/
|
|
16711
18084
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SqlAuditResponse, any, {}>>;
|
|
18085
|
+
/**
|
|
18086
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
18087
|
+
* @summary Enable TDE
|
|
18088
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
18089
|
+
* @param {*} [options] Override http request option.
|
|
18090
|
+
* @throws {RequiredError}
|
|
18091
|
+
* @memberof SharedApi
|
|
18092
|
+
*/
|
|
18093
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TdeResponse, any, {}>>;
|
|
16712
18094
|
/**
|
|
16713
18095
|
* Update cluster tags
|
|
16714
18096
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|