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
|
@@ -2381,6 +2381,109 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
2381
2381
|
options: localVarRequestOptions,
|
|
2382
2382
|
};
|
|
2383
2383
|
},
|
|
2384
|
+
/**
|
|
2385
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
2386
|
+
* @summary Explain cluster slow log SQL
|
|
2387
|
+
* @param {string} orgName
|
|
2388
|
+
* @param {string} clusterName
|
|
2389
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
2390
|
+
* @param {*} [options] Override http request option.
|
|
2391
|
+
* @throws {RequiredError}
|
|
2392
|
+
*/
|
|
2393
|
+
explainSlowLog: async (orgName, clusterName, dmsExplainRequest, options = {}) => {
|
|
2394
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
2395
|
+
(0, common_1.assertParamExists)('explainSlowLog', 'orgName', orgName);
|
|
2396
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
2397
|
+
(0, common_1.assertParamExists)('explainSlowLog', 'clusterName', clusterName);
|
|
2398
|
+
// verify required parameter 'dmsExplainRequest' is not null or undefined
|
|
2399
|
+
(0, common_1.assertParamExists)('explainSlowLog', 'dmsExplainRequest', dmsExplainRequest);
|
|
2400
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/explain`
|
|
2401
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
2402
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
2403
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2404
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2405
|
+
let baseOptions;
|
|
2406
|
+
if (configuration) {
|
|
2407
|
+
baseOptions = configuration.baseOptions;
|
|
2408
|
+
}
|
|
2409
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2410
|
+
const localVarHeaderParameter = {};
|
|
2411
|
+
const localVarQueryParameter = {};
|
|
2412
|
+
// authentication BearerToken required
|
|
2413
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
2414
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2415
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2416
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2417
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2418
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dmsExplainRequest, localVarRequestOptions, configuration);
|
|
2419
|
+
return {
|
|
2420
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2421
|
+
options: localVarRequestOptions,
|
|
2422
|
+
};
|
|
2423
|
+
},
|
|
2424
|
+
/**
|
|
2425
|
+
* 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.
|
|
2426
|
+
* @summary Explain cluster slow log template
|
|
2427
|
+
* @param {string} orgName
|
|
2428
|
+
* @param {string} clusterName
|
|
2429
|
+
* @param {string} templateId
|
|
2430
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2431
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
2432
|
+
* @param {string} [componentName]
|
|
2433
|
+
* @param {string} [instanceName]
|
|
2434
|
+
* @param {string} [query]
|
|
2435
|
+
* @param {*} [options] Override http request option.
|
|
2436
|
+
* @throws {RequiredError}
|
|
2437
|
+
*/
|
|
2438
|
+
explainSlowLogTemplate: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options = {}) => {
|
|
2439
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
2440
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'orgName', orgName);
|
|
2441
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
2442
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'clusterName', clusterName);
|
|
2443
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
2444
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'templateId', templateId);
|
|
2445
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
2446
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'startTime', startTime);
|
|
2447
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
2448
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'endTime', endTime);
|
|
2449
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/explain`
|
|
2450
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
2451
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
2452
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
2453
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2454
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2455
|
+
let baseOptions;
|
|
2456
|
+
if (configuration) {
|
|
2457
|
+
baseOptions = configuration.baseOptions;
|
|
2458
|
+
}
|
|
2459
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2460
|
+
const localVarHeaderParameter = {};
|
|
2461
|
+
const localVarQueryParameter = {};
|
|
2462
|
+
// authentication BearerToken required
|
|
2463
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
2464
|
+
if (startTime !== undefined) {
|
|
2465
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
2466
|
+
}
|
|
2467
|
+
if (endTime !== undefined) {
|
|
2468
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
2469
|
+
}
|
|
2470
|
+
if (componentName !== undefined) {
|
|
2471
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
2472
|
+
}
|
|
2473
|
+
if (instanceName !== undefined) {
|
|
2474
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
2475
|
+
}
|
|
2476
|
+
if (query !== undefined) {
|
|
2477
|
+
localVarQueryParameter['query'] = query;
|
|
2478
|
+
}
|
|
2479
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2480
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2481
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2482
|
+
return {
|
|
2483
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2484
|
+
options: localVarRequestOptions,
|
|
2485
|
+
};
|
|
2486
|
+
},
|
|
2384
2487
|
/**
|
|
2385
2488
|
*
|
|
2386
2489
|
* @summary Export parameter template from cluster
|
|
@@ -2901,10 +3004,12 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
2901
3004
|
* @summary Get cluster details by ID
|
|
2902
3005
|
* @param {string} orgName name of the Org
|
|
2903
3006
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
3007
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
3008
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
2904
3009
|
* @param {*} [options] Override http request option.
|
|
2905
3010
|
* @throws {RequiredError}
|
|
2906
3011
|
*/
|
|
2907
|
-
getClusterByID: async (orgName, clusterID, options = {}) => {
|
|
3012
|
+
getClusterByID: async (orgName, clusterID, backupName, restoreTime, options = {}) => {
|
|
2908
3013
|
// verify required parameter 'orgName' is not null or undefined
|
|
2909
3014
|
(0, common_1.assertParamExists)('getClusterByID', 'orgName', orgName);
|
|
2910
3015
|
// verify required parameter 'clusterID' is not null or undefined
|
|
@@ -2923,6 +3028,12 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
2923
3028
|
const localVarQueryParameter = {};
|
|
2924
3029
|
// authentication BearerToken required
|
|
2925
3030
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
3031
|
+
if (backupName !== undefined) {
|
|
3032
|
+
localVarQueryParameter['backupName'] = backupName;
|
|
3033
|
+
}
|
|
3034
|
+
if (restoreTime !== undefined) {
|
|
3035
|
+
localVarQueryParameter['restoreTime'] = restoreTime;
|
|
3036
|
+
}
|
|
2926
3037
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2927
3038
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2928
3039
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3722,10 +3833,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
3722
3833
|
* @param {string} schema schema or database name
|
|
3723
3834
|
* @param {string} type object type
|
|
3724
3835
|
* @param {string} objectName object name
|
|
3836
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
3725
3837
|
* @param {*} [options] Override http request option.
|
|
3726
3838
|
* @throws {RequiredError}
|
|
3727
3839
|
*/
|
|
3728
|
-
getObjectInfo: async (orgName, clusterName, id, schema, type, objectName, options = {}) => {
|
|
3840
|
+
getObjectInfo: async (orgName, clusterName, id, schema, type, objectName, database, options = {}) => {
|
|
3729
3841
|
// verify required parameter 'orgName' is not null or undefined
|
|
3730
3842
|
(0, common_1.assertParamExists)('getObjectInfo', 'orgName', orgName);
|
|
3731
3843
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -3756,6 +3868,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
3756
3868
|
const localVarQueryParameter = {};
|
|
3757
3869
|
// authentication BearerToken required
|
|
3758
3870
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
3871
|
+
if (database !== undefined) {
|
|
3872
|
+
localVarQueryParameter['database'] = database;
|
|
3873
|
+
}
|
|
3759
3874
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3760
3875
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3761
3876
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4031,10 +4146,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4031
4146
|
* @param {string} orgName name of the Org
|
|
4032
4147
|
* @param {string} clusterName name of the cluster
|
|
4033
4148
|
* @param {string} id id of the datasource
|
|
4149
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
4034
4150
|
* @param {*} [options] Override http request option.
|
|
4035
4151
|
* @throws {RequiredError}
|
|
4036
4152
|
*/
|
|
4037
|
-
getSchemaList: async (orgName, clusterName, id, options = {}) => {
|
|
4153
|
+
getSchemaList: async (orgName, clusterName, id, database, options = {}) => {
|
|
4038
4154
|
// verify required parameter 'orgName' is not null or undefined
|
|
4039
4155
|
(0, common_1.assertParamExists)('getSchemaList', 'orgName', orgName);
|
|
4040
4156
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -4056,6 +4172,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4056
4172
|
const localVarQueryParameter = {};
|
|
4057
4173
|
// authentication BearerToken required
|
|
4058
4174
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4175
|
+
if (database !== undefined) {
|
|
4176
|
+
localVarQueryParameter['database'] = database;
|
|
4177
|
+
}
|
|
4059
4178
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4060
4179
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4061
4180
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4073,10 +4192,30 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4073
4192
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
4074
4193
|
* @param {string} [componentName]
|
|
4075
4194
|
* @param {string} [instanceName]
|
|
4076
|
-
* @param {
|
|
4077
|
-
* @
|
|
4078
|
-
|
|
4079
|
-
|
|
4195
|
+
* @param {string} [query]
|
|
4196
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4197
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4198
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4199
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4200
|
+
* @param {number} [minRowsExamined]
|
|
4201
|
+
* @param {number} [maxRowsExamined]
|
|
4202
|
+
* @param {number} [minRowsSent]
|
|
4203
|
+
* @param {number} [maxRowsSent]
|
|
4204
|
+
* @param {string} [dbName]
|
|
4205
|
+
* @param {string} [dbNameContains]
|
|
4206
|
+
* @param {string} [userName]
|
|
4207
|
+
* @param {string} [userNameContains]
|
|
4208
|
+
* @param {string} [clientIp]
|
|
4209
|
+
* @param {string} [clientIpContains]
|
|
4210
|
+
* @param {string} [clientIpCIDR]
|
|
4211
|
+
* @param {string} [appName]
|
|
4212
|
+
* @param {string} [appNameContains]
|
|
4213
|
+
* @param {string} [templateId]
|
|
4214
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4215
|
+
* @param {*} [options] Override http request option.
|
|
4216
|
+
* @throws {RequiredError}
|
|
4217
|
+
*/
|
|
4218
|
+
getSlowLogStats: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options = {}) => {
|
|
4080
4219
|
// verify required parameter 'orgName' is not null or undefined
|
|
4081
4220
|
(0, common_1.assertParamExists)('getSlowLogStats', 'orgName', orgName);
|
|
4082
4221
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -4111,6 +4250,129 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4111
4250
|
if (instanceName !== undefined) {
|
|
4112
4251
|
localVarQueryParameter['instanceName'] = instanceName;
|
|
4113
4252
|
}
|
|
4253
|
+
if (query !== undefined) {
|
|
4254
|
+
localVarQueryParameter['query'] = query;
|
|
4255
|
+
}
|
|
4256
|
+
if (minExecutionTime !== undefined) {
|
|
4257
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
4258
|
+
}
|
|
4259
|
+
if (maxExecutionTime !== undefined) {
|
|
4260
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
4261
|
+
}
|
|
4262
|
+
if (minLockTime !== undefined) {
|
|
4263
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
4264
|
+
}
|
|
4265
|
+
if (maxLockTime !== undefined) {
|
|
4266
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
4267
|
+
}
|
|
4268
|
+
if (minRowsExamined !== undefined) {
|
|
4269
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
4270
|
+
}
|
|
4271
|
+
if (maxRowsExamined !== undefined) {
|
|
4272
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
4273
|
+
}
|
|
4274
|
+
if (minRowsSent !== undefined) {
|
|
4275
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
4276
|
+
}
|
|
4277
|
+
if (maxRowsSent !== undefined) {
|
|
4278
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
4279
|
+
}
|
|
4280
|
+
if (dbName !== undefined) {
|
|
4281
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
4282
|
+
}
|
|
4283
|
+
if (dbNameContains !== undefined) {
|
|
4284
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
4285
|
+
}
|
|
4286
|
+
if (userName !== undefined) {
|
|
4287
|
+
localVarQueryParameter['userName'] = userName;
|
|
4288
|
+
}
|
|
4289
|
+
if (userNameContains !== undefined) {
|
|
4290
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
4291
|
+
}
|
|
4292
|
+
if (clientIp !== undefined) {
|
|
4293
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
4294
|
+
}
|
|
4295
|
+
if (clientIpContains !== undefined) {
|
|
4296
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
4297
|
+
}
|
|
4298
|
+
if (clientIpCIDR !== undefined) {
|
|
4299
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
4300
|
+
}
|
|
4301
|
+
if (appName !== undefined) {
|
|
4302
|
+
localVarQueryParameter['appName'] = appName;
|
|
4303
|
+
}
|
|
4304
|
+
if (appNameContains !== undefined) {
|
|
4305
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
4306
|
+
}
|
|
4307
|
+
if (templateId !== undefined) {
|
|
4308
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
4309
|
+
}
|
|
4310
|
+
if (unclassifiedOnly !== undefined) {
|
|
4311
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
4312
|
+
}
|
|
4313
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4314
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4315
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4316
|
+
return {
|
|
4317
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4318
|
+
options: localVarRequestOptions,
|
|
4319
|
+
};
|
|
4320
|
+
},
|
|
4321
|
+
/**
|
|
4322
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
4323
|
+
* @summary Get cluster slow log template
|
|
4324
|
+
* @param {string} orgName
|
|
4325
|
+
* @param {string} clusterName
|
|
4326
|
+
* @param {string} templateId
|
|
4327
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4328
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4329
|
+
* @param {string} [componentName]
|
|
4330
|
+
* @param {string} [instanceName]
|
|
4331
|
+
* @param {string} [query]
|
|
4332
|
+
* @param {*} [options] Override http request option.
|
|
4333
|
+
* @throws {RequiredError}
|
|
4334
|
+
*/
|
|
4335
|
+
getSlowLogTemplate: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options = {}) => {
|
|
4336
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
4337
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'orgName', orgName);
|
|
4338
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
4339
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'clusterName', clusterName);
|
|
4340
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
4341
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'templateId', templateId);
|
|
4342
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
4343
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'startTime', startTime);
|
|
4344
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
4345
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'endTime', endTime);
|
|
4346
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}`
|
|
4347
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
4348
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
4349
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
4350
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4351
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4352
|
+
let baseOptions;
|
|
4353
|
+
if (configuration) {
|
|
4354
|
+
baseOptions = configuration.baseOptions;
|
|
4355
|
+
}
|
|
4356
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4357
|
+
const localVarHeaderParameter = {};
|
|
4358
|
+
const localVarQueryParameter = {};
|
|
4359
|
+
// authentication BearerToken required
|
|
4360
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4361
|
+
if (startTime !== undefined) {
|
|
4362
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
4363
|
+
}
|
|
4364
|
+
if (endTime !== undefined) {
|
|
4365
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
4366
|
+
}
|
|
4367
|
+
if (componentName !== undefined) {
|
|
4368
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
4369
|
+
}
|
|
4370
|
+
if (instanceName !== undefined) {
|
|
4371
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
4372
|
+
}
|
|
4373
|
+
if (query !== undefined) {
|
|
4374
|
+
localVarQueryParameter['query'] = query;
|
|
4375
|
+
}
|
|
4114
4376
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4115
4377
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4116
4378
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4160,6 +4422,47 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4160
4422
|
options: localVarRequestOptions,
|
|
4161
4423
|
};
|
|
4162
4424
|
},
|
|
4425
|
+
/**
|
|
4426
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
4427
|
+
* @summary Get TDE status
|
|
4428
|
+
* @param {string} orgName name of the Org
|
|
4429
|
+
* @param {string} clusterName name of the Cluster
|
|
4430
|
+
* @param {string} component component type
|
|
4431
|
+
* @param {*} [options] Override http request option.
|
|
4432
|
+
* @throws {RequiredError}
|
|
4433
|
+
*/
|
|
4434
|
+
getTDE: async (orgName, clusterName, component, options = {}) => {
|
|
4435
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
4436
|
+
(0, common_1.assertParamExists)('getTDE', 'orgName', orgName);
|
|
4437
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
4438
|
+
(0, common_1.assertParamExists)('getTDE', 'clusterName', clusterName);
|
|
4439
|
+
// verify required parameter 'component' is not null or undefined
|
|
4440
|
+
(0, common_1.assertParamExists)('getTDE', 'component', component);
|
|
4441
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/tde`
|
|
4442
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
4443
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
4444
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4445
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4446
|
+
let baseOptions;
|
|
4447
|
+
if (configuration) {
|
|
4448
|
+
baseOptions = configuration.baseOptions;
|
|
4449
|
+
}
|
|
4450
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4451
|
+
const localVarHeaderParameter = {};
|
|
4452
|
+
const localVarQueryParameter = {};
|
|
4453
|
+
// authentication BearerToken required
|
|
4454
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4455
|
+
if (component !== undefined) {
|
|
4456
|
+
localVarQueryParameter['component'] = component;
|
|
4457
|
+
}
|
|
4458
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4459
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4460
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4461
|
+
return {
|
|
4462
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4463
|
+
options: localVarRequestOptions,
|
|
4464
|
+
};
|
|
4465
|
+
},
|
|
4163
4466
|
/**
|
|
4164
4467
|
*
|
|
4165
4468
|
* @summary Get cluster TLS certificate
|
|
@@ -4915,6 +5218,45 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4915
5218
|
options: localVarRequestOptions,
|
|
4916
5219
|
};
|
|
4917
5220
|
},
|
|
5221
|
+
/**
|
|
5222
|
+
*
|
|
5223
|
+
* @summary list all databases of the datasource
|
|
5224
|
+
* @param {string} orgName name of the Org
|
|
5225
|
+
* @param {string} clusterName name of the cluster
|
|
5226
|
+
* @param {string} id id of the datasource
|
|
5227
|
+
* @param {*} [options] Override http request option.
|
|
5228
|
+
* @throws {RequiredError}
|
|
5229
|
+
*/
|
|
5230
|
+
listDmsDatabases: async (orgName, clusterName, id, options = {}) => {
|
|
5231
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
5232
|
+
(0, common_1.assertParamExists)('listDmsDatabases', 'orgName', orgName);
|
|
5233
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
5234
|
+
(0, common_1.assertParamExists)('listDmsDatabases', 'clusterName', clusterName);
|
|
5235
|
+
// verify required parameter 'id' is not null or undefined
|
|
5236
|
+
(0, common_1.assertParamExists)('listDmsDatabases', 'id', id);
|
|
5237
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/databases`
|
|
5238
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
5239
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
5240
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5241
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5242
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5243
|
+
let baseOptions;
|
|
5244
|
+
if (configuration) {
|
|
5245
|
+
baseOptions = configuration.baseOptions;
|
|
5246
|
+
}
|
|
5247
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5248
|
+
const localVarHeaderParameter = {};
|
|
5249
|
+
const localVarQueryParameter = {};
|
|
5250
|
+
// authentication BearerToken required
|
|
5251
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
5252
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5253
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5254
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5255
|
+
return {
|
|
5256
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
5257
|
+
options: localVarRequestOptions,
|
|
5258
|
+
};
|
|
5259
|
+
},
|
|
4918
5260
|
/**
|
|
4919
5261
|
*
|
|
4920
5262
|
* @summary List cluster endpoints
|
|
@@ -5601,10 +5943,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5601
5943
|
* @param {string} id id of the datasource
|
|
5602
5944
|
* @param {string} schema schema or database name
|
|
5603
5945
|
* @param {string} type object type
|
|
5946
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
5604
5947
|
* @param {*} [options] Override http request option.
|
|
5605
5948
|
* @throws {RequiredError}
|
|
5606
5949
|
*/
|
|
5607
|
-
listObjectNamesByType: async (orgName, clusterName, id, schema, type, options = {}) => {
|
|
5950
|
+
listObjectNamesByType: async (orgName, clusterName, id, schema, type, database, options = {}) => {
|
|
5608
5951
|
// verify required parameter 'orgName' is not null or undefined
|
|
5609
5952
|
(0, common_1.assertParamExists)('listObjectNamesByType', 'orgName', orgName);
|
|
5610
5953
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5632,6 +5975,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5632
5975
|
const localVarQueryParameter = {};
|
|
5633
5976
|
// authentication BearerToken required
|
|
5634
5977
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
5978
|
+
if (database !== undefined) {
|
|
5979
|
+
localVarQueryParameter['database'] = database;
|
|
5980
|
+
}
|
|
5635
5981
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5636
5982
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5637
5983
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -5647,10 +5993,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5647
5993
|
* @param {string} clusterName name of the cluster
|
|
5648
5994
|
* @param {string} id id of the datasource
|
|
5649
5995
|
* @param {string} schema schema or database name
|
|
5996
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
5650
5997
|
* @param {*} [options] Override http request option.
|
|
5651
5998
|
* @throws {RequiredError}
|
|
5652
5999
|
*/
|
|
5653
|
-
listObjectTypesInSchema: async (orgName, clusterName, id, schema, options = {}) => {
|
|
6000
|
+
listObjectTypesInSchema: async (orgName, clusterName, id, schema, database, options = {}) => {
|
|
5654
6001
|
// verify required parameter 'orgName' is not null or undefined
|
|
5655
6002
|
(0, common_1.assertParamExists)('listObjectTypesInSchema', 'orgName', orgName);
|
|
5656
6003
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5675,6 +6022,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5675
6022
|
const localVarQueryParameter = {};
|
|
5676
6023
|
// authentication BearerToken required
|
|
5677
6024
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
6025
|
+
if (database !== undefined) {
|
|
6026
|
+
localVarQueryParameter['database'] = database;
|
|
6027
|
+
}
|
|
5678
6028
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5679
6029
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5680
6030
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -6091,10 +6441,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
6091
6441
|
* @param {string} orgName name of the Org
|
|
6092
6442
|
* @param {string} clusterName name of the cluster
|
|
6093
6443
|
* @param {string} id id of the datasource
|
|
6444
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
6094
6445
|
* @param {*} [options] Override http request option.
|
|
6095
6446
|
* @throws {RequiredError}
|
|
6096
6447
|
*/
|
|
6097
|
-
listQueryHistory: async (orgName, clusterName, id, options = {}) => {
|
|
6448
|
+
listQueryHistory: async (orgName, clusterName, id, limit, options = {}) => {
|
|
6098
6449
|
// verify required parameter 'orgName' is not null or undefined
|
|
6099
6450
|
(0, common_1.assertParamExists)('listQueryHistory', 'orgName', orgName);
|
|
6100
6451
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -6116,6 +6467,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
6116
6467
|
const localVarQueryParameter = {};
|
|
6117
6468
|
// authentication BearerToken required
|
|
6118
6469
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
6470
|
+
if (limit !== undefined) {
|
|
6471
|
+
localVarQueryParameter['limit'] = limit;
|
|
6472
|
+
}
|
|
6119
6473
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6120
6474
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6121
6475
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -7275,10 +7629,24 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7275
7629
|
* @param {string} [componentName]
|
|
7276
7630
|
* @param {string} [instanceName]
|
|
7277
7631
|
* @param {string} [query]
|
|
7278
|
-
* @param {
|
|
7279
|
-
* @
|
|
7280
|
-
|
|
7281
|
-
|
|
7632
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
7633
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
7634
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
7635
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
7636
|
+
* @param {number} [minRowsExamined]
|
|
7637
|
+
* @param {number} [maxRowsExamined]
|
|
7638
|
+
* @param {number} [minRowsSent]
|
|
7639
|
+
* @param {number} [maxRowsSent]
|
|
7640
|
+
* @param {string} [dbName]
|
|
7641
|
+
* @param {string} [userName]
|
|
7642
|
+
* @param {string} [clientIp]
|
|
7643
|
+
* @param {string} [appName]
|
|
7644
|
+
* @param {string} [templateId]
|
|
7645
|
+
* @param {boolean} [unclassifiedOnly]
|
|
7646
|
+
* @param {*} [options] Override http request option.
|
|
7647
|
+
* @throws {RequiredError}
|
|
7648
|
+
*/
|
|
7649
|
+
queryLogHits: async (orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, userName, clientIp, appName, templateId, unclassifiedOnly, options = {}) => {
|
|
7282
7650
|
// verify required parameter 'orgName' is not null or undefined
|
|
7283
7651
|
(0, common_1.assertParamExists)('queryLogHits', 'orgName', orgName);
|
|
7284
7652
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7326,6 +7694,48 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7326
7694
|
if (query !== undefined) {
|
|
7327
7695
|
localVarQueryParameter['query'] = query;
|
|
7328
7696
|
}
|
|
7697
|
+
if (minExecutionTime !== undefined) {
|
|
7698
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
7699
|
+
}
|
|
7700
|
+
if (maxExecutionTime !== undefined) {
|
|
7701
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
7702
|
+
}
|
|
7703
|
+
if (minLockTime !== undefined) {
|
|
7704
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
7705
|
+
}
|
|
7706
|
+
if (maxLockTime !== undefined) {
|
|
7707
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
7708
|
+
}
|
|
7709
|
+
if (minRowsExamined !== undefined) {
|
|
7710
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
7711
|
+
}
|
|
7712
|
+
if (maxRowsExamined !== undefined) {
|
|
7713
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
7714
|
+
}
|
|
7715
|
+
if (minRowsSent !== undefined) {
|
|
7716
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
7717
|
+
}
|
|
7718
|
+
if (maxRowsSent !== undefined) {
|
|
7719
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
7720
|
+
}
|
|
7721
|
+
if (dbName !== undefined) {
|
|
7722
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
7723
|
+
}
|
|
7724
|
+
if (userName !== undefined) {
|
|
7725
|
+
localVarQueryParameter['userName'] = userName;
|
|
7726
|
+
}
|
|
7727
|
+
if (clientIp !== undefined) {
|
|
7728
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
7729
|
+
}
|
|
7730
|
+
if (appName !== undefined) {
|
|
7731
|
+
localVarQueryParameter['appName'] = appName;
|
|
7732
|
+
}
|
|
7733
|
+
if (templateId !== undefined) {
|
|
7734
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
7735
|
+
}
|
|
7736
|
+
if (unclassifiedOnly !== undefined) {
|
|
7737
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
7738
|
+
}
|
|
7329
7739
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7330
7740
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7331
7741
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -7458,11 +7868,221 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7458
7868
|
if (limit !== undefined) {
|
|
7459
7869
|
localVarQueryParameter['limit'] = limit;
|
|
7460
7870
|
}
|
|
7461
|
-
if (query !== undefined) {
|
|
7462
|
-
localVarQueryParameter['query'] = query;
|
|
7871
|
+
if (query !== undefined) {
|
|
7872
|
+
localVarQueryParameter['query'] = query;
|
|
7873
|
+
}
|
|
7874
|
+
if (sortType !== undefined) {
|
|
7875
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
7876
|
+
}
|
|
7877
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7878
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7879
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7880
|
+
return {
|
|
7881
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7882
|
+
options: localVarRequestOptions,
|
|
7883
|
+
};
|
|
7884
|
+
},
|
|
7885
|
+
/**
|
|
7886
|
+
* Query slow log samples for a template
|
|
7887
|
+
* @summary Query cluster slow log template samples
|
|
7888
|
+
* @param {string} orgName
|
|
7889
|
+
* @param {string} clusterName
|
|
7890
|
+
* @param {string} templateId
|
|
7891
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
7892
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
7893
|
+
* @param {string} [componentName]
|
|
7894
|
+
* @param {string} [instanceName]
|
|
7895
|
+
* @param {string} [query]
|
|
7896
|
+
* @param {string} [limit]
|
|
7897
|
+
* @param {SortType} [sortType]
|
|
7898
|
+
* @param {*} [options] Override http request option.
|
|
7899
|
+
* @throws {RequiredError}
|
|
7900
|
+
*/
|
|
7901
|
+
querySlowLogTemplateSamples: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options = {}) => {
|
|
7902
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
7903
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'orgName', orgName);
|
|
7904
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
7905
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'clusterName', clusterName);
|
|
7906
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
7907
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'templateId', templateId);
|
|
7908
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
7909
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'startTime', startTime);
|
|
7910
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
7911
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'endTime', endTime);
|
|
7912
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/samples`
|
|
7913
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
7914
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
7915
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
7916
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7917
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7918
|
+
let baseOptions;
|
|
7919
|
+
if (configuration) {
|
|
7920
|
+
baseOptions = configuration.baseOptions;
|
|
7921
|
+
}
|
|
7922
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
7923
|
+
const localVarHeaderParameter = {};
|
|
7924
|
+
const localVarQueryParameter = {};
|
|
7925
|
+
// authentication BearerToken required
|
|
7926
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
7927
|
+
if (startTime !== undefined) {
|
|
7928
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
7929
|
+
}
|
|
7930
|
+
if (endTime !== undefined) {
|
|
7931
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
7932
|
+
}
|
|
7933
|
+
if (componentName !== undefined) {
|
|
7934
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
7935
|
+
}
|
|
7936
|
+
if (instanceName !== undefined) {
|
|
7937
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
7938
|
+
}
|
|
7939
|
+
if (query !== undefined) {
|
|
7940
|
+
localVarQueryParameter['query'] = query;
|
|
7941
|
+
}
|
|
7942
|
+
if (limit !== undefined) {
|
|
7943
|
+
localVarQueryParameter['limit'] = limit;
|
|
7944
|
+
}
|
|
7945
|
+
if (sortType !== undefined) {
|
|
7946
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
7947
|
+
}
|
|
7948
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7949
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7950
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7951
|
+
return {
|
|
7952
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7953
|
+
options: localVarRequestOptions,
|
|
7954
|
+
};
|
|
7955
|
+
},
|
|
7956
|
+
/**
|
|
7957
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
7958
|
+
* @summary Query cluster slow log templates
|
|
7959
|
+
* @param {string} orgName
|
|
7960
|
+
* @param {string} clusterName
|
|
7961
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
7962
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
7963
|
+
* @param {string} [componentName]
|
|
7964
|
+
* @param {string} [instanceName]
|
|
7965
|
+
* @param {string} [query]
|
|
7966
|
+
* @param {number} [topN]
|
|
7967
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
7968
|
+
* @param {SortType} [sortType]
|
|
7969
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
7970
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
7971
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
7972
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
7973
|
+
* @param {number} [minRowsExamined]
|
|
7974
|
+
* @param {number} [maxRowsExamined]
|
|
7975
|
+
* @param {number} [minRowsSent]
|
|
7976
|
+
* @param {number} [maxRowsSent]
|
|
7977
|
+
* @param {string} [dbName]
|
|
7978
|
+
* @param {string} [dbNameContains]
|
|
7979
|
+
* @param {string} [userName]
|
|
7980
|
+
* @param {string} [userNameContains]
|
|
7981
|
+
* @param {string} [clientIp]
|
|
7982
|
+
* @param {string} [clientIpContains]
|
|
7983
|
+
* @param {string} [clientIpCIDR]
|
|
7984
|
+
* @param {string} [appName]
|
|
7985
|
+
* @param {string} [appNameContains]
|
|
7986
|
+
* @param {*} [options] Override http request option.
|
|
7987
|
+
* @throws {RequiredError}
|
|
7988
|
+
*/
|
|
7989
|
+
querySlowLogTemplates: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, topN, sortBy, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, options = {}) => {
|
|
7990
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
7991
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'orgName', orgName);
|
|
7992
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
7993
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'clusterName', clusterName);
|
|
7994
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
7995
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'startTime', startTime);
|
|
7996
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
7997
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'endTime', endTime);
|
|
7998
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates`
|
|
7999
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
8000
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
8001
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
8002
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8003
|
+
let baseOptions;
|
|
8004
|
+
if (configuration) {
|
|
8005
|
+
baseOptions = configuration.baseOptions;
|
|
8006
|
+
}
|
|
8007
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
8008
|
+
const localVarHeaderParameter = {};
|
|
8009
|
+
const localVarQueryParameter = {};
|
|
8010
|
+
// authentication BearerToken required
|
|
8011
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
8012
|
+
if (startTime !== undefined) {
|
|
8013
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
8014
|
+
}
|
|
8015
|
+
if (endTime !== undefined) {
|
|
8016
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
8017
|
+
}
|
|
8018
|
+
if (componentName !== undefined) {
|
|
8019
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
8020
|
+
}
|
|
8021
|
+
if (instanceName !== undefined) {
|
|
8022
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
8023
|
+
}
|
|
8024
|
+
if (query !== undefined) {
|
|
8025
|
+
localVarQueryParameter['query'] = query;
|
|
8026
|
+
}
|
|
8027
|
+
if (topN !== undefined) {
|
|
8028
|
+
localVarQueryParameter['topN'] = topN;
|
|
8029
|
+
}
|
|
8030
|
+
if (sortBy !== undefined) {
|
|
8031
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
8032
|
+
}
|
|
8033
|
+
if (sortType !== undefined) {
|
|
8034
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
8035
|
+
}
|
|
8036
|
+
if (minExecutionTime !== undefined) {
|
|
8037
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
8038
|
+
}
|
|
8039
|
+
if (maxExecutionTime !== undefined) {
|
|
8040
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
8041
|
+
}
|
|
8042
|
+
if (minLockTime !== undefined) {
|
|
8043
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
8044
|
+
}
|
|
8045
|
+
if (maxLockTime !== undefined) {
|
|
8046
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
8047
|
+
}
|
|
8048
|
+
if (minRowsExamined !== undefined) {
|
|
8049
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
8050
|
+
}
|
|
8051
|
+
if (maxRowsExamined !== undefined) {
|
|
8052
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
8053
|
+
}
|
|
8054
|
+
if (minRowsSent !== undefined) {
|
|
8055
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
8056
|
+
}
|
|
8057
|
+
if (maxRowsSent !== undefined) {
|
|
8058
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
8059
|
+
}
|
|
8060
|
+
if (dbName !== undefined) {
|
|
8061
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
8062
|
+
}
|
|
8063
|
+
if (dbNameContains !== undefined) {
|
|
8064
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
8065
|
+
}
|
|
8066
|
+
if (userName !== undefined) {
|
|
8067
|
+
localVarQueryParameter['userName'] = userName;
|
|
8068
|
+
}
|
|
8069
|
+
if (userNameContains !== undefined) {
|
|
8070
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
8071
|
+
}
|
|
8072
|
+
if (clientIp !== undefined) {
|
|
8073
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
8074
|
+
}
|
|
8075
|
+
if (clientIpContains !== undefined) {
|
|
8076
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
8077
|
+
}
|
|
8078
|
+
if (clientIpCIDR !== undefined) {
|
|
8079
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
8080
|
+
}
|
|
8081
|
+
if (appName !== undefined) {
|
|
8082
|
+
localVarQueryParameter['appName'] = appName;
|
|
7463
8083
|
}
|
|
7464
|
-
if (
|
|
7465
|
-
localVarQueryParameter['
|
|
8084
|
+
if (appNameContains !== undefined) {
|
|
8085
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
7466
8086
|
}
|
|
7467
8087
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7468
8088
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7484,10 +8104,29 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7484
8104
|
* @param {string} [query]
|
|
7485
8105
|
* @param {string} [limit]
|
|
7486
8106
|
* @param {SortType} [sortType]
|
|
7487
|
-
* @param {
|
|
7488
|
-
* @
|
|
7489
|
-
|
|
7490
|
-
|
|
8107
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
8108
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
8109
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
8110
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
8111
|
+
* @param {number} [minRowsExamined]
|
|
8112
|
+
* @param {number} [maxRowsExamined]
|
|
8113
|
+
* @param {number} [minRowsSent]
|
|
8114
|
+
* @param {number} [maxRowsSent]
|
|
8115
|
+
* @param {string} [dbName]
|
|
8116
|
+
* @param {string} [dbNameContains]
|
|
8117
|
+
* @param {string} [userName]
|
|
8118
|
+
* @param {string} [userNameContains]
|
|
8119
|
+
* @param {string} [clientIp]
|
|
8120
|
+
* @param {string} [clientIpContains]
|
|
8121
|
+
* @param {string} [clientIpCIDR]
|
|
8122
|
+
* @param {string} [appName]
|
|
8123
|
+
* @param {string} [appNameContains]
|
|
8124
|
+
* @param {string} [templateId]
|
|
8125
|
+
* @param {boolean} [unclassifiedOnly]
|
|
8126
|
+
* @param {*} [options] Override http request option.
|
|
8127
|
+
* @throws {RequiredError}
|
|
8128
|
+
*/
|
|
8129
|
+
querySlowLogs: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options = {}) => {
|
|
7491
8130
|
// verify required parameter 'orgName' is not null or undefined
|
|
7492
8131
|
(0, common_1.assertParamExists)('querySlowLogs', 'orgName', orgName);
|
|
7493
8132
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7531,6 +8170,63 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7531
8170
|
if (sortType !== undefined) {
|
|
7532
8171
|
localVarQueryParameter['sortType'] = sortType;
|
|
7533
8172
|
}
|
|
8173
|
+
if (minExecutionTime !== undefined) {
|
|
8174
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
8175
|
+
}
|
|
8176
|
+
if (maxExecutionTime !== undefined) {
|
|
8177
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
8178
|
+
}
|
|
8179
|
+
if (minLockTime !== undefined) {
|
|
8180
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
8181
|
+
}
|
|
8182
|
+
if (maxLockTime !== undefined) {
|
|
8183
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
8184
|
+
}
|
|
8185
|
+
if (minRowsExamined !== undefined) {
|
|
8186
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
8187
|
+
}
|
|
8188
|
+
if (maxRowsExamined !== undefined) {
|
|
8189
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
8190
|
+
}
|
|
8191
|
+
if (minRowsSent !== undefined) {
|
|
8192
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
8193
|
+
}
|
|
8194
|
+
if (maxRowsSent !== undefined) {
|
|
8195
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
8196
|
+
}
|
|
8197
|
+
if (dbName !== undefined) {
|
|
8198
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
8199
|
+
}
|
|
8200
|
+
if (dbNameContains !== undefined) {
|
|
8201
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
8202
|
+
}
|
|
8203
|
+
if (userName !== undefined) {
|
|
8204
|
+
localVarQueryParameter['userName'] = userName;
|
|
8205
|
+
}
|
|
8206
|
+
if (userNameContains !== undefined) {
|
|
8207
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
8208
|
+
}
|
|
8209
|
+
if (clientIp !== undefined) {
|
|
8210
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
8211
|
+
}
|
|
8212
|
+
if (clientIpContains !== undefined) {
|
|
8213
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
8214
|
+
}
|
|
8215
|
+
if (clientIpCIDR !== undefined) {
|
|
8216
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
8217
|
+
}
|
|
8218
|
+
if (appName !== undefined) {
|
|
8219
|
+
localVarQueryParameter['appName'] = appName;
|
|
8220
|
+
}
|
|
8221
|
+
if (appNameContains !== undefined) {
|
|
8222
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
8223
|
+
}
|
|
8224
|
+
if (templateId !== undefined) {
|
|
8225
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
8226
|
+
}
|
|
8227
|
+
if (unclassifiedOnly !== undefined) {
|
|
8228
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
8229
|
+
}
|
|
7534
8230
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7535
8231
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7536
8232
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -9084,6 +9780,46 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
9084
9780
|
options: localVarRequestOptions,
|
|
9085
9781
|
};
|
|
9086
9782
|
},
|
|
9783
|
+
/**
|
|
9784
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
9785
|
+
* @summary Enable TDE
|
|
9786
|
+
* @param {string} orgName name of the Org
|
|
9787
|
+
* @param {string} clusterName name of the Cluster
|
|
9788
|
+
* @param {TdeRequest} body
|
|
9789
|
+
* @param {*} [options] Override http request option.
|
|
9790
|
+
* @throws {RequiredError}
|
|
9791
|
+
*/
|
|
9792
|
+
updateTDE: async (orgName, clusterName, body, options = {}) => {
|
|
9793
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
9794
|
+
(0, common_1.assertParamExists)('updateTDE', 'orgName', orgName);
|
|
9795
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
9796
|
+
(0, common_1.assertParamExists)('updateTDE', 'clusterName', clusterName);
|
|
9797
|
+
// verify required parameter 'body' is not null or undefined
|
|
9798
|
+
(0, common_1.assertParamExists)('updateTDE', 'body', body);
|
|
9799
|
+
const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/tde`
|
|
9800
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
9801
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
9802
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
9803
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
9804
|
+
let baseOptions;
|
|
9805
|
+
if (configuration) {
|
|
9806
|
+
baseOptions = configuration.baseOptions;
|
|
9807
|
+
}
|
|
9808
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
9809
|
+
const localVarHeaderParameter = {};
|
|
9810
|
+
const localVarQueryParameter = {};
|
|
9811
|
+
// authentication BearerToken required
|
|
9812
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
9813
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
9814
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9815
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9816
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
9817
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
9818
|
+
return {
|
|
9819
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
9820
|
+
options: localVarRequestOptions,
|
|
9821
|
+
};
|
|
9822
|
+
},
|
|
9087
9823
|
/**
|
|
9088
9824
|
* Update cluster tags
|
|
9089
9825
|
* @param {string} orgName
|
|
@@ -10241,6 +10977,43 @@ const SharedApiFp = function (configuration) {
|
|
|
10241
10977
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.expandKafkaTopicPartitions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10242
10978
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10243
10979
|
},
|
|
10980
|
+
/**
|
|
10981
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
10982
|
+
* @summary Explain cluster slow log SQL
|
|
10983
|
+
* @param {string} orgName
|
|
10984
|
+
* @param {string} clusterName
|
|
10985
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
10986
|
+
* @param {*} [options] Override http request option.
|
|
10987
|
+
* @throws {RequiredError}
|
|
10988
|
+
*/
|
|
10989
|
+
async explainSlowLog(orgName, clusterName, dmsExplainRequest, options) {
|
|
10990
|
+
var _a, _b, _c;
|
|
10991
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLog(orgName, clusterName, dmsExplainRequest, options);
|
|
10992
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
10993
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.explainSlowLog']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10994
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10995
|
+
},
|
|
10996
|
+
/**
|
|
10997
|
+
* 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.
|
|
10998
|
+
* @summary Explain cluster slow log template
|
|
10999
|
+
* @param {string} orgName
|
|
11000
|
+
* @param {string} clusterName
|
|
11001
|
+
* @param {string} templateId
|
|
11002
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
11003
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
11004
|
+
* @param {string} [componentName]
|
|
11005
|
+
* @param {string} [instanceName]
|
|
11006
|
+
* @param {string} [query]
|
|
11007
|
+
* @param {*} [options] Override http request option.
|
|
11008
|
+
* @throws {RequiredError}
|
|
11009
|
+
*/
|
|
11010
|
+
async explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options) {
|
|
11011
|
+
var _a, _b, _c;
|
|
11012
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
|
|
11013
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11014
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.explainSlowLogTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11015
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11016
|
+
},
|
|
10244
11017
|
/**
|
|
10245
11018
|
*
|
|
10246
11019
|
* @summary Export parameter template from cluster
|
|
@@ -10456,12 +11229,14 @@ const SharedApiFp = function (configuration) {
|
|
|
10456
11229
|
* @summary Get cluster details by ID
|
|
10457
11230
|
* @param {string} orgName name of the Org
|
|
10458
11231
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
11232
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
11233
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
10459
11234
|
* @param {*} [options] Override http request option.
|
|
10460
11235
|
* @throws {RequiredError}
|
|
10461
11236
|
*/
|
|
10462
|
-
async getClusterByID(orgName, clusterID, options) {
|
|
11237
|
+
async getClusterByID(orgName, clusterID, backupName, restoreTime, options) {
|
|
10463
11238
|
var _a, _b, _c;
|
|
10464
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, options);
|
|
11239
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, backupName, restoreTime, options);
|
|
10465
11240
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
10466
11241
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getClusterByID']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10467
11242
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -10788,12 +11563,13 @@ const SharedApiFp = function (configuration) {
|
|
|
10788
11563
|
* @param {string} schema schema or database name
|
|
10789
11564
|
* @param {string} type object type
|
|
10790
11565
|
* @param {string} objectName object name
|
|
11566
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
10791
11567
|
* @param {*} [options] Override http request option.
|
|
10792
11568
|
* @throws {RequiredError}
|
|
10793
11569
|
*/
|
|
10794
|
-
async getObjectInfo(orgName, clusterName, id, schema, type, objectName, options) {
|
|
11570
|
+
async getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options) {
|
|
10795
11571
|
var _a, _b, _c;
|
|
10796
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, options);
|
|
11572
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options);
|
|
10797
11573
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
10798
11574
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getObjectInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10799
11575
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -10912,12 +11688,13 @@ const SharedApiFp = function (configuration) {
|
|
|
10912
11688
|
* @param {string} orgName name of the Org
|
|
10913
11689
|
* @param {string} clusterName name of the cluster
|
|
10914
11690
|
* @param {string} id id of the datasource
|
|
11691
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
10915
11692
|
* @param {*} [options] Override http request option.
|
|
10916
11693
|
* @throws {RequiredError}
|
|
10917
11694
|
*/
|
|
10918
|
-
async getSchemaList(orgName, clusterName, id, options) {
|
|
11695
|
+
async getSchemaList(orgName, clusterName, id, database, options) {
|
|
10919
11696
|
var _a, _b, _c;
|
|
10920
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, options);
|
|
11697
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, database, options);
|
|
10921
11698
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
10922
11699
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSchemaList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10923
11700
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -10931,14 +11708,55 @@ const SharedApiFp = function (configuration) {
|
|
|
10931
11708
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
10932
11709
|
* @param {string} [componentName]
|
|
10933
11710
|
* @param {string} [instanceName]
|
|
11711
|
+
* @param {string} [query]
|
|
11712
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
11713
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
11714
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
11715
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
11716
|
+
* @param {number} [minRowsExamined]
|
|
11717
|
+
* @param {number} [maxRowsExamined]
|
|
11718
|
+
* @param {number} [minRowsSent]
|
|
11719
|
+
* @param {number} [maxRowsSent]
|
|
11720
|
+
* @param {string} [dbName]
|
|
11721
|
+
* @param {string} [dbNameContains]
|
|
11722
|
+
* @param {string} [userName]
|
|
11723
|
+
* @param {string} [userNameContains]
|
|
11724
|
+
* @param {string} [clientIp]
|
|
11725
|
+
* @param {string} [clientIpContains]
|
|
11726
|
+
* @param {string} [clientIpCIDR]
|
|
11727
|
+
* @param {string} [appName]
|
|
11728
|
+
* @param {string} [appNameContains]
|
|
11729
|
+
* @param {string} [templateId]
|
|
11730
|
+
* @param {boolean} [unclassifiedOnly]
|
|
11731
|
+
* @param {*} [options] Override http request option.
|
|
11732
|
+
* @throws {RequiredError}
|
|
11733
|
+
*/
|
|
11734
|
+
async getSlowLogStats(orgName, clusterName, startTime, endTime, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options) {
|
|
11735
|
+
var _a, _b, _c;
|
|
11736
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogStats(orgName, clusterName, startTime, endTime, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
|
|
11737
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11738
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSlowLogStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11739
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11740
|
+
},
|
|
11741
|
+
/**
|
|
11742
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
11743
|
+
* @summary Get cluster slow log template
|
|
11744
|
+
* @param {string} orgName
|
|
11745
|
+
* @param {string} clusterName
|
|
11746
|
+
* @param {string} templateId
|
|
11747
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
11748
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
11749
|
+
* @param {string} [componentName]
|
|
11750
|
+
* @param {string} [instanceName]
|
|
11751
|
+
* @param {string} [query]
|
|
10934
11752
|
* @param {*} [options] Override http request option.
|
|
10935
11753
|
* @throws {RequiredError}
|
|
10936
11754
|
*/
|
|
10937
|
-
async
|
|
11755
|
+
async getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options) {
|
|
10938
11756
|
var _a, _b, _c;
|
|
10939
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
11757
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
|
|
10940
11758
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
10941
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.
|
|
11759
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSlowLogTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10942
11760
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10943
11761
|
},
|
|
10944
11762
|
/**
|
|
@@ -10957,6 +11775,22 @@ const SharedApiFp = function (configuration) {
|
|
|
10957
11775
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSqlAudit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
10958
11776
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10959
11777
|
},
|
|
11778
|
+
/**
|
|
11779
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
11780
|
+
* @summary Get TDE status
|
|
11781
|
+
* @param {string} orgName name of the Org
|
|
11782
|
+
* @param {string} clusterName name of the Cluster
|
|
11783
|
+
* @param {string} component component type
|
|
11784
|
+
* @param {*} [options] Override http request option.
|
|
11785
|
+
* @throws {RequiredError}
|
|
11786
|
+
*/
|
|
11787
|
+
async getTDE(orgName, clusterName, component, options) {
|
|
11788
|
+
var _a, _b, _c;
|
|
11789
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTDE(orgName, clusterName, component, options);
|
|
11790
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11791
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getTDE']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11792
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11793
|
+
},
|
|
10960
11794
|
/**
|
|
10961
11795
|
*
|
|
10962
11796
|
* @summary Get cluster TLS certificate
|
|
@@ -11262,6 +12096,22 @@ const SharedApiFp = function (configuration) {
|
|
|
11262
12096
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listDatabases']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11263
12097
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11264
12098
|
},
|
|
12099
|
+
/**
|
|
12100
|
+
*
|
|
12101
|
+
* @summary list all databases of the datasource
|
|
12102
|
+
* @param {string} orgName name of the Org
|
|
12103
|
+
* @param {string} clusterName name of the cluster
|
|
12104
|
+
* @param {string} id id of the datasource
|
|
12105
|
+
* @param {*} [options] Override http request option.
|
|
12106
|
+
* @throws {RequiredError}
|
|
12107
|
+
*/
|
|
12108
|
+
async listDmsDatabases(orgName, clusterName, id, options) {
|
|
12109
|
+
var _a, _b, _c;
|
|
12110
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDmsDatabases(orgName, clusterName, id, options);
|
|
12111
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12112
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listDmsDatabases']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12113
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12114
|
+
},
|
|
11265
12115
|
/**
|
|
11266
12116
|
*
|
|
11267
12117
|
* @summary List cluster endpoints
|
|
@@ -11551,12 +12401,13 @@ const SharedApiFp = function (configuration) {
|
|
|
11551
12401
|
* @param {string} id id of the datasource
|
|
11552
12402
|
* @param {string} schema schema or database name
|
|
11553
12403
|
* @param {string} type object type
|
|
12404
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
11554
12405
|
* @param {*} [options] Override http request option.
|
|
11555
12406
|
* @throws {RequiredError}
|
|
11556
12407
|
*/
|
|
11557
|
-
async listObjectNamesByType(orgName, clusterName, id, schema, type, options) {
|
|
12408
|
+
async listObjectNamesByType(orgName, clusterName, id, schema, type, database, options) {
|
|
11558
12409
|
var _a, _b, _c;
|
|
11559
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, options);
|
|
12410
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, database, options);
|
|
11560
12411
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11561
12412
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listObjectNamesByType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11562
12413
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -11568,12 +12419,13 @@ const SharedApiFp = function (configuration) {
|
|
|
11568
12419
|
* @param {string} clusterName name of the cluster
|
|
11569
12420
|
* @param {string} id id of the datasource
|
|
11570
12421
|
* @param {string} schema schema or database name
|
|
12422
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
11571
12423
|
* @param {*} [options] Override http request option.
|
|
11572
12424
|
* @throws {RequiredError}
|
|
11573
12425
|
*/
|
|
11574
|
-
async listObjectTypesInSchema(orgName, clusterName, id, schema, options) {
|
|
12426
|
+
async listObjectTypesInSchema(orgName, clusterName, id, schema, database, options) {
|
|
11575
12427
|
var _a, _b, _c;
|
|
11576
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, options);
|
|
12428
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, database, options);
|
|
11577
12429
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11578
12430
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listObjectTypesInSchema']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11579
12431
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -11745,12 +12597,13 @@ const SharedApiFp = function (configuration) {
|
|
|
11745
12597
|
* @param {string} orgName name of the Org
|
|
11746
12598
|
* @param {string} clusterName name of the cluster
|
|
11747
12599
|
* @param {string} id id of the datasource
|
|
12600
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
11748
12601
|
* @param {*} [options] Override http request option.
|
|
11749
12602
|
* @throws {RequiredError}
|
|
11750
12603
|
*/
|
|
11751
|
-
async listQueryHistory(orgName, clusterName, id, options) {
|
|
12604
|
+
async listQueryHistory(orgName, clusterName, id, limit, options) {
|
|
11752
12605
|
var _a, _b, _c;
|
|
11753
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, options);
|
|
12606
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, limit, options);
|
|
11754
12607
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11755
12608
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listQueryHistory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11756
12609
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12220,12 +13073,26 @@ const SharedApiFp = function (configuration) {
|
|
|
12220
13073
|
* @param {string} [componentName]
|
|
12221
13074
|
* @param {string} [instanceName]
|
|
12222
13075
|
* @param {string} [query]
|
|
12223
|
-
* @param {
|
|
12224
|
-
* @
|
|
12225
|
-
|
|
12226
|
-
|
|
13076
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
13077
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
13078
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
13079
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
13080
|
+
* @param {number} [minRowsExamined]
|
|
13081
|
+
* @param {number} [maxRowsExamined]
|
|
13082
|
+
* @param {number} [minRowsSent]
|
|
13083
|
+
* @param {number} [maxRowsSent]
|
|
13084
|
+
* @param {string} [dbName]
|
|
13085
|
+
* @param {string} [userName]
|
|
13086
|
+
* @param {string} [clientIp]
|
|
13087
|
+
* @param {string} [appName]
|
|
13088
|
+
* @param {string} [templateId]
|
|
13089
|
+
* @param {boolean} [unclassifiedOnly]
|
|
13090
|
+
* @param {*} [options] Override http request option.
|
|
13091
|
+
* @throws {RequiredError}
|
|
13092
|
+
*/
|
|
13093
|
+
async queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, userName, clientIp, appName, templateId, unclassifiedOnly, options) {
|
|
12227
13094
|
var _a, _b, _c;
|
|
12228
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, options);
|
|
13095
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, userName, clientIp, appName, templateId, unclassifiedOnly, options);
|
|
12229
13096
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12230
13097
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.queryLogHits']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12231
13098
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12276,10 +13143,11 @@ const SharedApiFp = function (configuration) {
|
|
|
12276
13143
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12277
13144
|
},
|
|
12278
13145
|
/**
|
|
12279
|
-
* Query slow
|
|
12280
|
-
* @summary Query cluster slow
|
|
13146
|
+
* Query slow log samples for a template
|
|
13147
|
+
* @summary Query cluster slow log template samples
|
|
12281
13148
|
* @param {string} orgName
|
|
12282
13149
|
* @param {string} clusterName
|
|
13150
|
+
* @param {string} templateId
|
|
12283
13151
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
12284
13152
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
12285
13153
|
* @param {string} [componentName]
|
|
@@ -12290,9 +13158,90 @@ const SharedApiFp = function (configuration) {
|
|
|
12290
13158
|
* @param {*} [options] Override http request option.
|
|
12291
13159
|
* @throws {RequiredError}
|
|
12292
13160
|
*/
|
|
12293
|
-
async
|
|
13161
|
+
async querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options) {
|
|
13162
|
+
var _a, _b, _c;
|
|
13163
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
|
|
13164
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
13165
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.querySlowLogTemplateSamples']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
13166
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13167
|
+
},
|
|
13168
|
+
/**
|
|
13169
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
13170
|
+
* @summary Query cluster slow log templates
|
|
13171
|
+
* @param {string} orgName
|
|
13172
|
+
* @param {string} clusterName
|
|
13173
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
13174
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
13175
|
+
* @param {string} [componentName]
|
|
13176
|
+
* @param {string} [instanceName]
|
|
13177
|
+
* @param {string} [query]
|
|
13178
|
+
* @param {number} [topN]
|
|
13179
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
13180
|
+
* @param {SortType} [sortType]
|
|
13181
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13182
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13183
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13184
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13185
|
+
* @param {number} [minRowsExamined]
|
|
13186
|
+
* @param {number} [maxRowsExamined]
|
|
13187
|
+
* @param {number} [minRowsSent]
|
|
13188
|
+
* @param {number} [maxRowsSent]
|
|
13189
|
+
* @param {string} [dbName]
|
|
13190
|
+
* @param {string} [dbNameContains]
|
|
13191
|
+
* @param {string} [userName]
|
|
13192
|
+
* @param {string} [userNameContains]
|
|
13193
|
+
* @param {string} [clientIp]
|
|
13194
|
+
* @param {string} [clientIpContains]
|
|
13195
|
+
* @param {string} [clientIpCIDR]
|
|
13196
|
+
* @param {string} [appName]
|
|
13197
|
+
* @param {string} [appNameContains]
|
|
13198
|
+
* @param {*} [options] Override http request option.
|
|
13199
|
+
* @throws {RequiredError}
|
|
13200
|
+
*/
|
|
13201
|
+
async querySlowLogTemplates(orgName, clusterName, startTime, endTime, componentName, instanceName, query, topN, sortBy, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, options) {
|
|
13202
|
+
var _a, _b, _c;
|
|
13203
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogTemplates(orgName, clusterName, startTime, endTime, componentName, instanceName, query, topN, sortBy, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, options);
|
|
13204
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
13205
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.querySlowLogTemplates']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
13206
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13207
|
+
},
|
|
13208
|
+
/**
|
|
13209
|
+
* Query slow logs of a cluster
|
|
13210
|
+
* @summary Query cluster slow logs
|
|
13211
|
+
* @param {string} orgName
|
|
13212
|
+
* @param {string} clusterName
|
|
13213
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
13214
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
13215
|
+
* @param {string} [componentName]
|
|
13216
|
+
* @param {string} [instanceName]
|
|
13217
|
+
* @param {string} [query]
|
|
13218
|
+
* @param {string} [limit]
|
|
13219
|
+
* @param {SortType} [sortType]
|
|
13220
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13221
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13222
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13223
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13224
|
+
* @param {number} [minRowsExamined]
|
|
13225
|
+
* @param {number} [maxRowsExamined]
|
|
13226
|
+
* @param {number} [minRowsSent]
|
|
13227
|
+
* @param {number} [maxRowsSent]
|
|
13228
|
+
* @param {string} [dbName]
|
|
13229
|
+
* @param {string} [dbNameContains]
|
|
13230
|
+
* @param {string} [userName]
|
|
13231
|
+
* @param {string} [userNameContains]
|
|
13232
|
+
* @param {string} [clientIp]
|
|
13233
|
+
* @param {string} [clientIpContains]
|
|
13234
|
+
* @param {string} [clientIpCIDR]
|
|
13235
|
+
* @param {string} [appName]
|
|
13236
|
+
* @param {string} [appNameContains]
|
|
13237
|
+
* @param {string} [templateId]
|
|
13238
|
+
* @param {boolean} [unclassifiedOnly]
|
|
13239
|
+
* @param {*} [options] Override http request option.
|
|
13240
|
+
* @throws {RequiredError}
|
|
13241
|
+
*/
|
|
13242
|
+
async querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options) {
|
|
12294
13243
|
var _a, _b, _c;
|
|
12295
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
|
|
13244
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
|
|
12296
13245
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12297
13246
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.querySlowLogs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12298
13247
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12916,6 +13865,22 @@ const SharedApiFp = function (configuration) {
|
|
|
12916
13865
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.updateSqlAudit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12917
13866
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12918
13867
|
},
|
|
13868
|
+
/**
|
|
13869
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
13870
|
+
* @summary Enable TDE
|
|
13871
|
+
* @param {string} orgName name of the Org
|
|
13872
|
+
* @param {string} clusterName name of the Cluster
|
|
13873
|
+
* @param {TdeRequest} body
|
|
13874
|
+
* @param {*} [options] Override http request option.
|
|
13875
|
+
* @throws {RequiredError}
|
|
13876
|
+
*/
|
|
13877
|
+
async updateTDE(orgName, clusterName, body, options) {
|
|
13878
|
+
var _a, _b, _c;
|
|
13879
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateTDE(orgName, clusterName, body, options);
|
|
13880
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
13881
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.updateTDE']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
13882
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13883
|
+
},
|
|
12919
13884
|
/**
|
|
12920
13885
|
* Update cluster tags
|
|
12921
13886
|
* @param {string} orgName
|
|
@@ -13604,6 +14569,26 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
13604
14569
|
expandKafkaTopicPartitions(requestParameters, options) {
|
|
13605
14570
|
return localVarFp.expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(axios, basePath));
|
|
13606
14571
|
},
|
|
14572
|
+
/**
|
|
14573
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
14574
|
+
* @summary Explain cluster slow log SQL
|
|
14575
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
14576
|
+
* @param {*} [options] Override http request option.
|
|
14577
|
+
* @throws {RequiredError}
|
|
14578
|
+
*/
|
|
14579
|
+
explainSlowLog(requestParameters, options) {
|
|
14580
|
+
return localVarFp.explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(axios, basePath));
|
|
14581
|
+
},
|
|
14582
|
+
/**
|
|
14583
|
+
* 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.
|
|
14584
|
+
* @summary Explain cluster slow log template
|
|
14585
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
14586
|
+
* @param {*} [options] Override http request option.
|
|
14587
|
+
* @throws {RequiredError}
|
|
14588
|
+
*/
|
|
14589
|
+
explainSlowLogTemplate(requestParameters, options) {
|
|
14590
|
+
return localVarFp.explainSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(axios, basePath));
|
|
14591
|
+
},
|
|
13607
14592
|
/**
|
|
13608
14593
|
*
|
|
13609
14594
|
* @summary Export parameter template from cluster
|
|
@@ -13743,7 +14728,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
13743
14728
|
* @throws {RequiredError}
|
|
13744
14729
|
*/
|
|
13745
14730
|
getClusterByID(requestParameters, options) {
|
|
13746
|
-
return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(axios, basePath));
|
|
14731
|
+
return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(axios, basePath));
|
|
13747
14732
|
},
|
|
13748
14733
|
/**
|
|
13749
14734
|
* read log of the specified cluster instance
|
|
@@ -13942,7 +14927,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
13942
14927
|
* @throws {RequiredError}
|
|
13943
14928
|
*/
|
|
13944
14929
|
getObjectInfo(requestParameters, options) {
|
|
13945
|
-
return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(axios, basePath));
|
|
14930
|
+
return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
13946
14931
|
},
|
|
13947
14932
|
/**
|
|
13948
14933
|
*
|
|
@@ -14022,7 +15007,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14022
15007
|
* @throws {RequiredError}
|
|
14023
15008
|
*/
|
|
14024
15009
|
getSchemaList(requestParameters, options) {
|
|
14025
|
-
return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
15010
|
+
return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
14026
15011
|
},
|
|
14027
15012
|
/**
|
|
14028
15013
|
* Get statistics summary for slow logs of a cluster
|
|
@@ -14032,7 +15017,17 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14032
15017
|
* @throws {RequiredError}
|
|
14033
15018
|
*/
|
|
14034
15019
|
getSlowLogStats(requestParameters, options) {
|
|
14035
|
-
return localVarFp.getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(axios, basePath));
|
|
15020
|
+
return localVarFp.getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
|
|
15021
|
+
},
|
|
15022
|
+
/**
|
|
15023
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
15024
|
+
* @summary Get cluster slow log template
|
|
15025
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
15026
|
+
* @param {*} [options] Override http request option.
|
|
15027
|
+
* @throws {RequiredError}
|
|
15028
|
+
*/
|
|
15029
|
+
getSlowLogTemplate(requestParameters, options) {
|
|
15030
|
+
return localVarFp.getSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(axios, basePath));
|
|
14036
15031
|
},
|
|
14037
15032
|
/**
|
|
14038
15033
|
* Query the SQL audit log switch status for a cluster component
|
|
@@ -14044,6 +15039,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14044
15039
|
getSqlAudit(requestParameters, options) {
|
|
14045
15040
|
return localVarFp.getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
|
|
14046
15041
|
},
|
|
15042
|
+
/**
|
|
15043
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
15044
|
+
* @summary Get TDE status
|
|
15045
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
15046
|
+
* @param {*} [options] Override http request option.
|
|
15047
|
+
* @throws {RequiredError}
|
|
15048
|
+
*/
|
|
15049
|
+
getTDE(requestParameters, options) {
|
|
15050
|
+
return localVarFp.getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
|
|
15051
|
+
},
|
|
14047
15052
|
/**
|
|
14048
15053
|
*
|
|
14049
15054
|
* @summary Get cluster TLS certificate
|
|
@@ -14233,6 +15238,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14233
15238
|
listDatabases(requestParameters, options) {
|
|
14234
15239
|
return localVarFp.listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
14235
15240
|
},
|
|
15241
|
+
/**
|
|
15242
|
+
*
|
|
15243
|
+
* @summary list all databases of the datasource
|
|
15244
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
15245
|
+
* @param {*} [options] Override http request option.
|
|
15246
|
+
* @throws {RequiredError}
|
|
15247
|
+
*/
|
|
15248
|
+
listDmsDatabases(requestParameters, options) {
|
|
15249
|
+
return localVarFp.listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
15250
|
+
},
|
|
14236
15251
|
/**
|
|
14237
15252
|
*
|
|
14238
15253
|
* @summary List cluster endpoints
|
|
@@ -14419,7 +15434,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14419
15434
|
* @throws {RequiredError}
|
|
14420
15435
|
*/
|
|
14421
15436
|
listObjectNamesByType(requestParameters, options) {
|
|
14422
|
-
return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(axios, basePath));
|
|
15437
|
+
return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
14423
15438
|
},
|
|
14424
15439
|
/**
|
|
14425
15440
|
*
|
|
@@ -14429,7 +15444,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14429
15444
|
* @throws {RequiredError}
|
|
14430
15445
|
*/
|
|
14431
15446
|
listObjectTypesInSchema(requestParameters, options) {
|
|
14432
|
-
return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(axios, basePath));
|
|
15447
|
+
return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
14433
15448
|
},
|
|
14434
15449
|
/**
|
|
14435
15450
|
*
|
|
@@ -14538,7 +15553,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14538
15553
|
* @throws {RequiredError}
|
|
14539
15554
|
*/
|
|
14540
15555
|
listQueryHistory(requestParameters, options) {
|
|
14541
|
-
return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
15556
|
+
return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
14542
15557
|
},
|
|
14543
15558
|
/**
|
|
14544
15559
|
* List all RabbitMQ accounts
|
|
@@ -14828,7 +15843,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14828
15843
|
* @throws {RequiredError}
|
|
14829
15844
|
*/
|
|
14830
15845
|
queryLogHits(requestParameters, options) {
|
|
14831
|
-
return localVarFp.queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(axios, basePath));
|
|
15846
|
+
return localVarFp.queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.userName, requestParameters.clientIp, requestParameters.appName, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
|
|
14832
15847
|
},
|
|
14833
15848
|
/**
|
|
14834
15849
|
* Query pod logs of a cluster
|
|
@@ -14850,6 +15865,26 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14850
15865
|
queryRunningLogs(requestParameters, options) {
|
|
14851
15866
|
return localVarFp.queryRunningLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.filename, requestParameters.limit, requestParameters.query, requestParameters.sortType, options).then((request) => request(axios, basePath));
|
|
14852
15867
|
},
|
|
15868
|
+
/**
|
|
15869
|
+
* Query slow log samples for a template
|
|
15870
|
+
* @summary Query cluster slow log template samples
|
|
15871
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
15872
|
+
* @param {*} [options] Override http request option.
|
|
15873
|
+
* @throws {RequiredError}
|
|
15874
|
+
*/
|
|
15875
|
+
querySlowLogTemplateSamples(requestParameters, options) {
|
|
15876
|
+
return localVarFp.querySlowLogTemplateSamples(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(axios, basePath));
|
|
15877
|
+
},
|
|
15878
|
+
/**
|
|
15879
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
15880
|
+
* @summary Query cluster slow log templates
|
|
15881
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
15882
|
+
* @param {*} [options] Override http request option.
|
|
15883
|
+
* @throws {RequiredError}
|
|
15884
|
+
*/
|
|
15885
|
+
querySlowLogTemplates(requestParameters, options) {
|
|
15886
|
+
return localVarFp.querySlowLogTemplates(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.topN, requestParameters.sortBy, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, options).then((request) => request(axios, basePath));
|
|
15887
|
+
},
|
|
14853
15888
|
/**
|
|
14854
15889
|
* Query slow logs of a cluster
|
|
14855
15890
|
* @summary Query cluster slow logs
|
|
@@ -14858,7 +15893,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14858
15893
|
* @throws {RequiredError}
|
|
14859
15894
|
*/
|
|
14860
15895
|
querySlowLogs(requestParameters, options) {
|
|
14861
|
-
return localVarFp.querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(axios, basePath));
|
|
15896
|
+
return localVarFp.querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
|
|
14862
15897
|
},
|
|
14863
15898
|
/**
|
|
14864
15899
|
* Get feature
|
|
@@ -15239,6 +16274,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15239
16274
|
updateSqlAudit(requestParameters, options) {
|
|
15240
16275
|
return localVarFp.updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
15241
16276
|
},
|
|
16277
|
+
/**
|
|
16278
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
16279
|
+
* @summary Enable TDE
|
|
16280
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
16281
|
+
* @param {*} [options] Override http request option.
|
|
16282
|
+
* @throws {RequiredError}
|
|
16283
|
+
*/
|
|
16284
|
+
updateTDE(requestParameters, options) {
|
|
16285
|
+
return localVarFp.updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
16286
|
+
},
|
|
15242
16287
|
/**
|
|
15243
16288
|
* Update cluster tags
|
|
15244
16289
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -15958,6 +17003,28 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
15958
17003
|
expandKafkaTopicPartitions(requestParameters, options) {
|
|
15959
17004
|
return (0, exports.SharedApiFp)(this.configuration).expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
15960
17005
|
}
|
|
17006
|
+
/**
|
|
17007
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
17008
|
+
* @summary Explain cluster slow log SQL
|
|
17009
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
17010
|
+
* @param {*} [options] Override http request option.
|
|
17011
|
+
* @throws {RequiredError}
|
|
17012
|
+
* @memberof SharedApi
|
|
17013
|
+
*/
|
|
17014
|
+
explainSlowLog(requestParameters, options) {
|
|
17015
|
+
return (0, exports.SharedApiFp)(this.configuration).explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(this.axios, this.basePath));
|
|
17016
|
+
}
|
|
17017
|
+
/**
|
|
17018
|
+
* 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.
|
|
17019
|
+
* @summary Explain cluster slow log template
|
|
17020
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17021
|
+
* @param {*} [options] Override http request option.
|
|
17022
|
+
* @throws {RequiredError}
|
|
17023
|
+
* @memberof SharedApi
|
|
17024
|
+
*/
|
|
17025
|
+
explainSlowLogTemplate(requestParameters, options) {
|
|
17026
|
+
return (0, exports.SharedApiFp)(this.configuration).explainSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(this.axios, this.basePath));
|
|
17027
|
+
}
|
|
15961
17028
|
/**
|
|
15962
17029
|
*
|
|
15963
17030
|
* @summary Export parameter template from cluster
|
|
@@ -16111,7 +17178,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16111
17178
|
* @memberof SharedApi
|
|
16112
17179
|
*/
|
|
16113
17180
|
getClusterByID(requestParameters, options) {
|
|
16114
|
-
return (0, exports.SharedApiFp)(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(this.axios, this.basePath));
|
|
17181
|
+
return (0, exports.SharedApiFp)(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(this.axios, this.basePath));
|
|
16115
17182
|
}
|
|
16116
17183
|
/**
|
|
16117
17184
|
* read log of the specified cluster instance
|
|
@@ -16330,7 +17397,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16330
17397
|
* @memberof SharedApi
|
|
16331
17398
|
*/
|
|
16332
17399
|
getObjectInfo(requestParameters, options) {
|
|
16333
|
-
return (0, exports.SharedApiFp)(this.configuration).getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(this.axios, this.basePath));
|
|
17400
|
+
return (0, exports.SharedApiFp)(this.configuration).getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
16334
17401
|
}
|
|
16335
17402
|
/**
|
|
16336
17403
|
*
|
|
@@ -16418,7 +17485,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16418
17485
|
* @memberof SharedApi
|
|
16419
17486
|
*/
|
|
16420
17487
|
getSchemaList(requestParameters, options) {
|
|
16421
|
-
return (0, exports.SharedApiFp)(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
17488
|
+
return (0, exports.SharedApiFp)(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
16422
17489
|
}
|
|
16423
17490
|
/**
|
|
16424
17491
|
* Get statistics summary for slow logs of a cluster
|
|
@@ -16429,7 +17496,18 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16429
17496
|
* @memberof SharedApi
|
|
16430
17497
|
*/
|
|
16431
17498
|
getSlowLogStats(requestParameters, options) {
|
|
16432
|
-
return (0, exports.SharedApiFp)(this.configuration).getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(this.axios, this.basePath));
|
|
17499
|
+
return (0, exports.SharedApiFp)(this.configuration).getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
|
|
17500
|
+
}
|
|
17501
|
+
/**
|
|
17502
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
17503
|
+
* @summary Get cluster slow log template
|
|
17504
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17505
|
+
* @param {*} [options] Override http request option.
|
|
17506
|
+
* @throws {RequiredError}
|
|
17507
|
+
* @memberof SharedApi
|
|
17508
|
+
*/
|
|
17509
|
+
getSlowLogTemplate(requestParameters, options) {
|
|
17510
|
+
return (0, exports.SharedApiFp)(this.configuration).getSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(this.axios, this.basePath));
|
|
16433
17511
|
}
|
|
16434
17512
|
/**
|
|
16435
17513
|
* Query the SQL audit log switch status for a cluster component
|
|
@@ -16442,6 +17520,17 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16442
17520
|
getSqlAudit(requestParameters, options) {
|
|
16443
17521
|
return (0, exports.SharedApiFp)(this.configuration).getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
|
|
16444
17522
|
}
|
|
17523
|
+
/**
|
|
17524
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
17525
|
+
* @summary Get TDE status
|
|
17526
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
17527
|
+
* @param {*} [options] Override http request option.
|
|
17528
|
+
* @throws {RequiredError}
|
|
17529
|
+
* @memberof SharedApi
|
|
17530
|
+
*/
|
|
17531
|
+
getTDE(requestParameters, options) {
|
|
17532
|
+
return (0, exports.SharedApiFp)(this.configuration).getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
|
|
17533
|
+
}
|
|
16445
17534
|
/**
|
|
16446
17535
|
*
|
|
16447
17536
|
* @summary Get cluster TLS certificate
|
|
@@ -16650,6 +17739,17 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16650
17739
|
listDatabases(requestParameters, options) {
|
|
16651
17740
|
return (0, exports.SharedApiFp)(this.configuration).listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
|
|
16652
17741
|
}
|
|
17742
|
+
/**
|
|
17743
|
+
*
|
|
17744
|
+
* @summary list all databases of the datasource
|
|
17745
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
17746
|
+
* @param {*} [options] Override http request option.
|
|
17747
|
+
* @throws {RequiredError}
|
|
17748
|
+
* @memberof SharedApi
|
|
17749
|
+
*/
|
|
17750
|
+
listDmsDatabases(requestParameters, options) {
|
|
17751
|
+
return (0, exports.SharedApiFp)(this.configuration).listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
17752
|
+
}
|
|
16653
17753
|
/**
|
|
16654
17754
|
*
|
|
16655
17755
|
* @summary List cluster endpoints
|
|
@@ -16855,7 +17955,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16855
17955
|
* @memberof SharedApi
|
|
16856
17956
|
*/
|
|
16857
17957
|
listObjectNamesByType(requestParameters, options) {
|
|
16858
|
-
return (0, exports.SharedApiFp)(this.configuration).listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(this.axios, this.basePath));
|
|
17958
|
+
return (0, exports.SharedApiFp)(this.configuration).listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
16859
17959
|
}
|
|
16860
17960
|
/**
|
|
16861
17961
|
*
|
|
@@ -16866,7 +17966,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16866
17966
|
* @memberof SharedApi
|
|
16867
17967
|
*/
|
|
16868
17968
|
listObjectTypesInSchema(requestParameters, options) {
|
|
16869
|
-
return (0, exports.SharedApiFp)(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(this.axios, this.basePath));
|
|
17969
|
+
return (0, exports.SharedApiFp)(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
16870
17970
|
}
|
|
16871
17971
|
/**
|
|
16872
17972
|
*
|
|
@@ -16986,7 +18086,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16986
18086
|
* @memberof SharedApi
|
|
16987
18087
|
*/
|
|
16988
18088
|
listQueryHistory(requestParameters, options) {
|
|
16989
|
-
return (0, exports.SharedApiFp)(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
18089
|
+
return (0, exports.SharedApiFp)(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
16990
18090
|
}
|
|
16991
18091
|
/**
|
|
16992
18092
|
* List all RabbitMQ accounts
|
|
@@ -17305,7 +18405,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17305
18405
|
* @memberof SharedApi
|
|
17306
18406
|
*/
|
|
17307
18407
|
queryLogHits(requestParameters, options) {
|
|
17308
|
-
return (0, exports.SharedApiFp)(this.configuration).queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(this.axios, this.basePath));
|
|
18408
|
+
return (0, exports.SharedApiFp)(this.configuration).queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.userName, requestParameters.clientIp, requestParameters.appName, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
|
|
17309
18409
|
}
|
|
17310
18410
|
/**
|
|
17311
18411
|
* Query pod logs of a cluster
|
|
@@ -17329,6 +18429,28 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17329
18429
|
queryRunningLogs(requestParameters, options) {
|
|
17330
18430
|
return (0, exports.SharedApiFp)(this.configuration).queryRunningLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.filename, requestParameters.limit, requestParameters.query, requestParameters.sortType, options).then((request) => request(this.axios, this.basePath));
|
|
17331
18431
|
}
|
|
18432
|
+
/**
|
|
18433
|
+
* Query slow log samples for a template
|
|
18434
|
+
* @summary Query cluster slow log template samples
|
|
18435
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
18436
|
+
* @param {*} [options] Override http request option.
|
|
18437
|
+
* @throws {RequiredError}
|
|
18438
|
+
* @memberof SharedApi
|
|
18439
|
+
*/
|
|
18440
|
+
querySlowLogTemplateSamples(requestParameters, options) {
|
|
18441
|
+
return (0, exports.SharedApiFp)(this.configuration).querySlowLogTemplateSamples(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(this.axios, this.basePath));
|
|
18442
|
+
}
|
|
18443
|
+
/**
|
|
18444
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
18445
|
+
* @summary Query cluster slow log templates
|
|
18446
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
18447
|
+
* @param {*} [options] Override http request option.
|
|
18448
|
+
* @throws {RequiredError}
|
|
18449
|
+
* @memberof SharedApi
|
|
18450
|
+
*/
|
|
18451
|
+
querySlowLogTemplates(requestParameters, options) {
|
|
18452
|
+
return (0, exports.SharedApiFp)(this.configuration).querySlowLogTemplates(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.topN, requestParameters.sortBy, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, options).then((request) => request(this.axios, this.basePath));
|
|
18453
|
+
}
|
|
17332
18454
|
/**
|
|
17333
18455
|
* Query slow logs of a cluster
|
|
17334
18456
|
* @summary Query cluster slow logs
|
|
@@ -17338,7 +18460,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17338
18460
|
* @memberof SharedApi
|
|
17339
18461
|
*/
|
|
17340
18462
|
querySlowLogs(requestParameters, options) {
|
|
17341
|
-
return (0, exports.SharedApiFp)(this.configuration).querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(this.axios, this.basePath));
|
|
18463
|
+
return (0, exports.SharedApiFp)(this.configuration).querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
|
|
17342
18464
|
}
|
|
17343
18465
|
/**
|
|
17344
18466
|
* Get feature
|
|
@@ -17757,6 +18879,17 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17757
18879
|
updateSqlAudit(requestParameters, options) {
|
|
17758
18880
|
return (0, exports.SharedApiFp)(this.configuration).updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
17759
18881
|
}
|
|
18882
|
+
/**
|
|
18883
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
18884
|
+
* @summary Enable TDE
|
|
18885
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
18886
|
+
* @param {*} [options] Override http request option.
|
|
18887
|
+
* @throws {RequiredError}
|
|
18888
|
+
* @memberof SharedApi
|
|
18889
|
+
*/
|
|
18890
|
+
updateTDE(requestParameters, options) {
|
|
18891
|
+
return (0, exports.SharedApiFp)(this.configuration).updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
18892
|
+
}
|
|
17760
18893
|
/**
|
|
17761
18894
|
* Update cluster tags
|
|
17762
18895
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|