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
|
@@ -2664,6 +2664,109 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
2664
2664
|
options: localVarRequestOptions,
|
|
2665
2665
|
};
|
|
2666
2666
|
},
|
|
2667
|
+
/**
|
|
2668
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
2669
|
+
* @summary Explain cluster slow log SQL
|
|
2670
|
+
* @param {string} orgName
|
|
2671
|
+
* @param {string} clusterName
|
|
2672
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
2673
|
+
* @param {*} [options] Override http request option.
|
|
2674
|
+
* @throws {RequiredError}
|
|
2675
|
+
*/
|
|
2676
|
+
explainSlowLog: async (orgName, clusterName, dmsExplainRequest, options = {}) => {
|
|
2677
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
2678
|
+
(0, common_1.assertParamExists)('explainSlowLog', 'orgName', orgName);
|
|
2679
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
2680
|
+
(0, common_1.assertParamExists)('explainSlowLog', 'clusterName', clusterName);
|
|
2681
|
+
// verify required parameter 'dmsExplainRequest' is not null or undefined
|
|
2682
|
+
(0, common_1.assertParamExists)('explainSlowLog', 'dmsExplainRequest', dmsExplainRequest);
|
|
2683
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/explain`
|
|
2684
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
2685
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
2686
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2687
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2688
|
+
let baseOptions;
|
|
2689
|
+
if (configuration) {
|
|
2690
|
+
baseOptions = configuration.baseOptions;
|
|
2691
|
+
}
|
|
2692
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2693
|
+
const localVarHeaderParameter = {};
|
|
2694
|
+
const localVarQueryParameter = {};
|
|
2695
|
+
// authentication BearerToken required
|
|
2696
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
2697
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2698
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2699
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2700
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2701
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dmsExplainRequest, localVarRequestOptions, configuration);
|
|
2702
|
+
return {
|
|
2703
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2704
|
+
options: localVarRequestOptions,
|
|
2705
|
+
};
|
|
2706
|
+
},
|
|
2707
|
+
/**
|
|
2708
|
+
* 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.
|
|
2709
|
+
* @summary Explain cluster slow log template
|
|
2710
|
+
* @param {string} orgName
|
|
2711
|
+
* @param {string} clusterName
|
|
2712
|
+
* @param {string} templateId
|
|
2713
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
2714
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
2715
|
+
* @param {string} [componentName]
|
|
2716
|
+
* @param {string} [instanceName]
|
|
2717
|
+
* @param {string} [query]
|
|
2718
|
+
* @param {*} [options] Override http request option.
|
|
2719
|
+
* @throws {RequiredError}
|
|
2720
|
+
*/
|
|
2721
|
+
explainSlowLogTemplate: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options = {}) => {
|
|
2722
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
2723
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'orgName', orgName);
|
|
2724
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
2725
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'clusterName', clusterName);
|
|
2726
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
2727
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'templateId', templateId);
|
|
2728
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
2729
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'startTime', startTime);
|
|
2730
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
2731
|
+
(0, common_1.assertParamExists)('explainSlowLogTemplate', 'endTime', endTime);
|
|
2732
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/explain`
|
|
2733
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
2734
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
2735
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
2736
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2737
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2738
|
+
let baseOptions;
|
|
2739
|
+
if (configuration) {
|
|
2740
|
+
baseOptions = configuration.baseOptions;
|
|
2741
|
+
}
|
|
2742
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2743
|
+
const localVarHeaderParameter = {};
|
|
2744
|
+
const localVarQueryParameter = {};
|
|
2745
|
+
// authentication BearerToken required
|
|
2746
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
2747
|
+
if (startTime !== undefined) {
|
|
2748
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
2749
|
+
}
|
|
2750
|
+
if (endTime !== undefined) {
|
|
2751
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
2752
|
+
}
|
|
2753
|
+
if (componentName !== undefined) {
|
|
2754
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
2755
|
+
}
|
|
2756
|
+
if (instanceName !== undefined) {
|
|
2757
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
2758
|
+
}
|
|
2759
|
+
if (query !== undefined) {
|
|
2760
|
+
localVarQueryParameter['query'] = query;
|
|
2761
|
+
}
|
|
2762
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2763
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2764
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2765
|
+
return {
|
|
2766
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2767
|
+
options: localVarRequestOptions,
|
|
2768
|
+
};
|
|
2769
|
+
},
|
|
2667
2770
|
/**
|
|
2668
2771
|
* Export cluster logs and return as a file download
|
|
2669
2772
|
* @summary Export cluster logs
|
|
@@ -3318,10 +3421,12 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
3318
3421
|
* @summary Get cluster details by ID
|
|
3319
3422
|
* @param {string} orgName name of the Org
|
|
3320
3423
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
3424
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
3425
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
3321
3426
|
* @param {*} [options] Override http request option.
|
|
3322
3427
|
* @throws {RequiredError}
|
|
3323
3428
|
*/
|
|
3324
|
-
getClusterByID: async (orgName, clusterID, options = {}) => {
|
|
3429
|
+
getClusterByID: async (orgName, clusterID, backupName, restoreTime, options = {}) => {
|
|
3325
3430
|
// verify required parameter 'orgName' is not null or undefined
|
|
3326
3431
|
(0, common_1.assertParamExists)('getClusterByID', 'orgName', orgName);
|
|
3327
3432
|
// verify required parameter 'clusterID' is not null or undefined
|
|
@@ -3340,6 +3445,12 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
3340
3445
|
const localVarQueryParameter = {};
|
|
3341
3446
|
// authentication BearerToken required
|
|
3342
3447
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
3448
|
+
if (backupName !== undefined) {
|
|
3449
|
+
localVarQueryParameter['backupName'] = backupName;
|
|
3450
|
+
}
|
|
3451
|
+
if (restoreTime !== undefined) {
|
|
3452
|
+
localVarQueryParameter['restoreTime'] = restoreTime;
|
|
3453
|
+
}
|
|
3343
3454
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3344
3455
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3345
3456
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4139,10 +4250,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4139
4250
|
* @param {string} schema schema or database name
|
|
4140
4251
|
* @param {string} type object type
|
|
4141
4252
|
* @param {string} objectName object name
|
|
4253
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
4142
4254
|
* @param {*} [options] Override http request option.
|
|
4143
4255
|
* @throws {RequiredError}
|
|
4144
4256
|
*/
|
|
4145
|
-
getObjectInfo: async (orgName, clusterName, id, schema, type, objectName, options = {}) => {
|
|
4257
|
+
getObjectInfo: async (orgName, clusterName, id, schema, type, objectName, database, options = {}) => {
|
|
4146
4258
|
// verify required parameter 'orgName' is not null or undefined
|
|
4147
4259
|
(0, common_1.assertParamExists)('getObjectInfo', 'orgName', orgName);
|
|
4148
4260
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -4173,6 +4285,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4173
4285
|
const localVarQueryParameter = {};
|
|
4174
4286
|
// authentication BearerToken required
|
|
4175
4287
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4288
|
+
if (database !== undefined) {
|
|
4289
|
+
localVarQueryParameter['database'] = database;
|
|
4290
|
+
}
|
|
4176
4291
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4177
4292
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4178
4293
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4448,10 +4563,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4448
4563
|
* @param {string} orgName name of the Org
|
|
4449
4564
|
* @param {string} clusterName name of the cluster
|
|
4450
4565
|
* @param {string} id id of the datasource
|
|
4566
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
4451
4567
|
* @param {*} [options] Override http request option.
|
|
4452
4568
|
* @throws {RequiredError}
|
|
4453
4569
|
*/
|
|
4454
|
-
getSchemaList: async (orgName, clusterName, id, options = {}) => {
|
|
4570
|
+
getSchemaList: async (orgName, clusterName, id, database, options = {}) => {
|
|
4455
4571
|
// verify required parameter 'orgName' is not null or undefined
|
|
4456
4572
|
(0, common_1.assertParamExists)('getSchemaList', 'orgName', orgName);
|
|
4457
4573
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -4473,6 +4589,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4473
4589
|
const localVarQueryParameter = {};
|
|
4474
4590
|
// authentication BearerToken required
|
|
4475
4591
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4592
|
+
if (database !== undefined) {
|
|
4593
|
+
localVarQueryParameter['database'] = database;
|
|
4594
|
+
}
|
|
4476
4595
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4477
4596
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4478
4597
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4490,10 +4609,30 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4490
4609
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
4491
4610
|
* @param {string} [componentName]
|
|
4492
4611
|
* @param {string} [instanceName]
|
|
4493
|
-
* @param {
|
|
4494
|
-
* @
|
|
4495
|
-
|
|
4496
|
-
|
|
4612
|
+
* @param {string} [query]
|
|
4613
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4614
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
4615
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4616
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
4617
|
+
* @param {number} [minRowsExamined]
|
|
4618
|
+
* @param {number} [maxRowsExamined]
|
|
4619
|
+
* @param {number} [minRowsSent]
|
|
4620
|
+
* @param {number} [maxRowsSent]
|
|
4621
|
+
* @param {string} [dbName]
|
|
4622
|
+
* @param {string} [dbNameContains]
|
|
4623
|
+
* @param {string} [userName]
|
|
4624
|
+
* @param {string} [userNameContains]
|
|
4625
|
+
* @param {string} [clientIp]
|
|
4626
|
+
* @param {string} [clientIpContains]
|
|
4627
|
+
* @param {string} [clientIpCIDR]
|
|
4628
|
+
* @param {string} [appName]
|
|
4629
|
+
* @param {string} [appNameContains]
|
|
4630
|
+
* @param {string} [templateId]
|
|
4631
|
+
* @param {boolean} [unclassifiedOnly]
|
|
4632
|
+
* @param {*} [options] Override http request option.
|
|
4633
|
+
* @throws {RequiredError}
|
|
4634
|
+
*/
|
|
4635
|
+
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 = {}) => {
|
|
4497
4636
|
// verify required parameter 'orgName' is not null or undefined
|
|
4498
4637
|
(0, common_1.assertParamExists)('getSlowLogStats', 'orgName', orgName);
|
|
4499
4638
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -4528,6 +4667,129 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4528
4667
|
if (instanceName !== undefined) {
|
|
4529
4668
|
localVarQueryParameter['instanceName'] = instanceName;
|
|
4530
4669
|
}
|
|
4670
|
+
if (query !== undefined) {
|
|
4671
|
+
localVarQueryParameter['query'] = query;
|
|
4672
|
+
}
|
|
4673
|
+
if (minExecutionTime !== undefined) {
|
|
4674
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
4675
|
+
}
|
|
4676
|
+
if (maxExecutionTime !== undefined) {
|
|
4677
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
4678
|
+
}
|
|
4679
|
+
if (minLockTime !== undefined) {
|
|
4680
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
4681
|
+
}
|
|
4682
|
+
if (maxLockTime !== undefined) {
|
|
4683
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
4684
|
+
}
|
|
4685
|
+
if (minRowsExamined !== undefined) {
|
|
4686
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
4687
|
+
}
|
|
4688
|
+
if (maxRowsExamined !== undefined) {
|
|
4689
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
4690
|
+
}
|
|
4691
|
+
if (minRowsSent !== undefined) {
|
|
4692
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
4693
|
+
}
|
|
4694
|
+
if (maxRowsSent !== undefined) {
|
|
4695
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
4696
|
+
}
|
|
4697
|
+
if (dbName !== undefined) {
|
|
4698
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
4699
|
+
}
|
|
4700
|
+
if (dbNameContains !== undefined) {
|
|
4701
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
4702
|
+
}
|
|
4703
|
+
if (userName !== undefined) {
|
|
4704
|
+
localVarQueryParameter['userName'] = userName;
|
|
4705
|
+
}
|
|
4706
|
+
if (userNameContains !== undefined) {
|
|
4707
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
4708
|
+
}
|
|
4709
|
+
if (clientIp !== undefined) {
|
|
4710
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
4711
|
+
}
|
|
4712
|
+
if (clientIpContains !== undefined) {
|
|
4713
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
4714
|
+
}
|
|
4715
|
+
if (clientIpCIDR !== undefined) {
|
|
4716
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
4717
|
+
}
|
|
4718
|
+
if (appName !== undefined) {
|
|
4719
|
+
localVarQueryParameter['appName'] = appName;
|
|
4720
|
+
}
|
|
4721
|
+
if (appNameContains !== undefined) {
|
|
4722
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
4723
|
+
}
|
|
4724
|
+
if (templateId !== undefined) {
|
|
4725
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
4726
|
+
}
|
|
4727
|
+
if (unclassifiedOnly !== undefined) {
|
|
4728
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
4729
|
+
}
|
|
4730
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4731
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4732
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4733
|
+
return {
|
|
4734
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4735
|
+
options: localVarRequestOptions,
|
|
4736
|
+
};
|
|
4737
|
+
},
|
|
4738
|
+
/**
|
|
4739
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
4740
|
+
* @summary Get cluster slow log template
|
|
4741
|
+
* @param {string} orgName
|
|
4742
|
+
* @param {string} clusterName
|
|
4743
|
+
* @param {string} templateId
|
|
4744
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
4745
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
4746
|
+
* @param {string} [componentName]
|
|
4747
|
+
* @param {string} [instanceName]
|
|
4748
|
+
* @param {string} [query]
|
|
4749
|
+
* @param {*} [options] Override http request option.
|
|
4750
|
+
* @throws {RequiredError}
|
|
4751
|
+
*/
|
|
4752
|
+
getSlowLogTemplate: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options = {}) => {
|
|
4753
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
4754
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'orgName', orgName);
|
|
4755
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
4756
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'clusterName', clusterName);
|
|
4757
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
4758
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'templateId', templateId);
|
|
4759
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
4760
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'startTime', startTime);
|
|
4761
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
4762
|
+
(0, common_1.assertParamExists)('getSlowLogTemplate', 'endTime', endTime);
|
|
4763
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}`
|
|
4764
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
4765
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
4766
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
4767
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4768
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4769
|
+
let baseOptions;
|
|
4770
|
+
if (configuration) {
|
|
4771
|
+
baseOptions = configuration.baseOptions;
|
|
4772
|
+
}
|
|
4773
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4774
|
+
const localVarHeaderParameter = {};
|
|
4775
|
+
const localVarQueryParameter = {};
|
|
4776
|
+
// authentication BearerToken required
|
|
4777
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4778
|
+
if (startTime !== undefined) {
|
|
4779
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
4780
|
+
}
|
|
4781
|
+
if (endTime !== undefined) {
|
|
4782
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
4783
|
+
}
|
|
4784
|
+
if (componentName !== undefined) {
|
|
4785
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
4786
|
+
}
|
|
4787
|
+
if (instanceName !== undefined) {
|
|
4788
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
4789
|
+
}
|
|
4790
|
+
if (query !== undefined) {
|
|
4791
|
+
localVarQueryParameter['query'] = query;
|
|
4792
|
+
}
|
|
4531
4793
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4532
4794
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4533
4795
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -4577,6 +4839,47 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
4577
4839
|
options: localVarRequestOptions,
|
|
4578
4840
|
};
|
|
4579
4841
|
},
|
|
4842
|
+
/**
|
|
4843
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
4844
|
+
* @summary Get TDE status
|
|
4845
|
+
* @param {string} orgName name of the Org
|
|
4846
|
+
* @param {string} clusterName name of the Cluster
|
|
4847
|
+
* @param {string} component component type
|
|
4848
|
+
* @param {*} [options] Override http request option.
|
|
4849
|
+
* @throws {RequiredError}
|
|
4850
|
+
*/
|
|
4851
|
+
getTDE: async (orgName, clusterName, component, options = {}) => {
|
|
4852
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
4853
|
+
(0, common_1.assertParamExists)('getTDE', 'orgName', orgName);
|
|
4854
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
4855
|
+
(0, common_1.assertParamExists)('getTDE', 'clusterName', clusterName);
|
|
4856
|
+
// verify required parameter 'component' is not null or undefined
|
|
4857
|
+
(0, common_1.assertParamExists)('getTDE', 'component', component);
|
|
4858
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/tde`
|
|
4859
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
4860
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
4861
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4862
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4863
|
+
let baseOptions;
|
|
4864
|
+
if (configuration) {
|
|
4865
|
+
baseOptions = configuration.baseOptions;
|
|
4866
|
+
}
|
|
4867
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4868
|
+
const localVarHeaderParameter = {};
|
|
4869
|
+
const localVarQueryParameter = {};
|
|
4870
|
+
// authentication BearerToken required
|
|
4871
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
4872
|
+
if (component !== undefined) {
|
|
4873
|
+
localVarQueryParameter['component'] = component;
|
|
4874
|
+
}
|
|
4875
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4876
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4877
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4878
|
+
return {
|
|
4879
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4880
|
+
options: localVarRequestOptions,
|
|
4881
|
+
};
|
|
4882
|
+
},
|
|
4580
4883
|
/**
|
|
4581
4884
|
*
|
|
4582
4885
|
* @summary Get cluster TLS certificate
|
|
@@ -5235,6 +5538,45 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5235
5538
|
options: localVarRequestOptions,
|
|
5236
5539
|
};
|
|
5237
5540
|
},
|
|
5541
|
+
/**
|
|
5542
|
+
*
|
|
5543
|
+
* @summary list all databases of the datasource
|
|
5544
|
+
* @param {string} orgName name of the Org
|
|
5545
|
+
* @param {string} clusterName name of the cluster
|
|
5546
|
+
* @param {string} id id of the datasource
|
|
5547
|
+
* @param {*} [options] Override http request option.
|
|
5548
|
+
* @throws {RequiredError}
|
|
5549
|
+
*/
|
|
5550
|
+
listDmsDatabases: async (orgName, clusterName, id, options = {}) => {
|
|
5551
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
5552
|
+
(0, common_1.assertParamExists)('listDmsDatabases', 'orgName', orgName);
|
|
5553
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
5554
|
+
(0, common_1.assertParamExists)('listDmsDatabases', 'clusterName', clusterName);
|
|
5555
|
+
// verify required parameter 'id' is not null or undefined
|
|
5556
|
+
(0, common_1.assertParamExists)('listDmsDatabases', 'id', id);
|
|
5557
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/databases`
|
|
5558
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
5559
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
5560
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5561
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5562
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5563
|
+
let baseOptions;
|
|
5564
|
+
if (configuration) {
|
|
5565
|
+
baseOptions = configuration.baseOptions;
|
|
5566
|
+
}
|
|
5567
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5568
|
+
const localVarHeaderParameter = {};
|
|
5569
|
+
const localVarQueryParameter = {};
|
|
5570
|
+
// authentication BearerToken required
|
|
5571
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
5572
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5573
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5574
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5575
|
+
return {
|
|
5576
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
5577
|
+
options: localVarRequestOptions,
|
|
5578
|
+
};
|
|
5579
|
+
},
|
|
5238
5580
|
/**
|
|
5239
5581
|
*
|
|
5240
5582
|
* @summary List cluster endpoints
|
|
@@ -5824,10 +6166,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5824
6166
|
* @param {string} id id of the datasource
|
|
5825
6167
|
* @param {string} schema schema or database name
|
|
5826
6168
|
* @param {string} type object type
|
|
6169
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
5827
6170
|
* @param {*} [options] Override http request option.
|
|
5828
6171
|
* @throws {RequiredError}
|
|
5829
6172
|
*/
|
|
5830
|
-
listObjectNamesByType: async (orgName, clusterName, id, schema, type, options = {}) => {
|
|
6173
|
+
listObjectNamesByType: async (orgName, clusterName, id, schema, type, database, options = {}) => {
|
|
5831
6174
|
// verify required parameter 'orgName' is not null or undefined
|
|
5832
6175
|
(0, common_1.assertParamExists)('listObjectNamesByType', 'orgName', orgName);
|
|
5833
6176
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5855,6 +6198,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5855
6198
|
const localVarQueryParameter = {};
|
|
5856
6199
|
// authentication BearerToken required
|
|
5857
6200
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
6201
|
+
if (database !== undefined) {
|
|
6202
|
+
localVarQueryParameter['database'] = database;
|
|
6203
|
+
}
|
|
5858
6204
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5859
6205
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5860
6206
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -5870,10 +6216,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5870
6216
|
* @param {string} clusterName name of the cluster
|
|
5871
6217
|
* @param {string} id id of the datasource
|
|
5872
6218
|
* @param {string} schema schema or database name
|
|
6219
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
5873
6220
|
* @param {*} [options] Override http request option.
|
|
5874
6221
|
* @throws {RequiredError}
|
|
5875
6222
|
*/
|
|
5876
|
-
listObjectTypesInSchema: async (orgName, clusterName, id, schema, options = {}) => {
|
|
6223
|
+
listObjectTypesInSchema: async (orgName, clusterName, id, schema, database, options = {}) => {
|
|
5877
6224
|
// verify required parameter 'orgName' is not null or undefined
|
|
5878
6225
|
(0, common_1.assertParamExists)('listObjectTypesInSchema', 'orgName', orgName);
|
|
5879
6226
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5898,6 +6245,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
5898
6245
|
const localVarQueryParameter = {};
|
|
5899
6246
|
// authentication BearerToken required
|
|
5900
6247
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
6248
|
+
if (database !== undefined) {
|
|
6249
|
+
localVarQueryParameter['database'] = database;
|
|
6250
|
+
}
|
|
5901
6251
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5902
6252
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5903
6253
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -6314,10 +6664,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
6314
6664
|
* @param {string} orgName name of the Org
|
|
6315
6665
|
* @param {string} clusterName name of the cluster
|
|
6316
6666
|
* @param {string} id id of the datasource
|
|
6667
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
6317
6668
|
* @param {*} [options] Override http request option.
|
|
6318
6669
|
* @throws {RequiredError}
|
|
6319
6670
|
*/
|
|
6320
|
-
listQueryHistory: async (orgName, clusterName, id, options = {}) => {
|
|
6671
|
+
listQueryHistory: async (orgName, clusterName, id, limit, options = {}) => {
|
|
6321
6672
|
// verify required parameter 'orgName' is not null or undefined
|
|
6322
6673
|
(0, common_1.assertParamExists)('listQueryHistory', 'orgName', orgName);
|
|
6323
6674
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -6339,6 +6690,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
6339
6690
|
const localVarQueryParameter = {};
|
|
6340
6691
|
// authentication BearerToken required
|
|
6341
6692
|
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
6693
|
+
if (limit !== undefined) {
|
|
6694
|
+
localVarQueryParameter['limit'] = limit;
|
|
6695
|
+
}
|
|
6342
6696
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6343
6697
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6344
6698
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -7498,10 +7852,24 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7498
7852
|
* @param {string} [componentName]
|
|
7499
7853
|
* @param {string} [instanceName]
|
|
7500
7854
|
* @param {string} [query]
|
|
7501
|
-
* @param {
|
|
7502
|
-
* @
|
|
7503
|
-
|
|
7504
|
-
|
|
7855
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
7856
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
7857
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
7858
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
7859
|
+
* @param {number} [minRowsExamined]
|
|
7860
|
+
* @param {number} [maxRowsExamined]
|
|
7861
|
+
* @param {number} [minRowsSent]
|
|
7862
|
+
* @param {number} [maxRowsSent]
|
|
7863
|
+
* @param {string} [dbName]
|
|
7864
|
+
* @param {string} [userName]
|
|
7865
|
+
* @param {string} [clientIp]
|
|
7866
|
+
* @param {string} [appName]
|
|
7867
|
+
* @param {string} [templateId]
|
|
7868
|
+
* @param {boolean} [unclassifiedOnly]
|
|
7869
|
+
* @param {*} [options] Override http request option.
|
|
7870
|
+
* @throws {RequiredError}
|
|
7871
|
+
*/
|
|
7872
|
+
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 = {}) => {
|
|
7505
7873
|
// verify required parameter 'orgName' is not null or undefined
|
|
7506
7874
|
(0, common_1.assertParamExists)('queryLogHits', 'orgName', orgName);
|
|
7507
7875
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7549,6 +7917,48 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7549
7917
|
if (query !== undefined) {
|
|
7550
7918
|
localVarQueryParameter['query'] = query;
|
|
7551
7919
|
}
|
|
7920
|
+
if (minExecutionTime !== undefined) {
|
|
7921
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
7922
|
+
}
|
|
7923
|
+
if (maxExecutionTime !== undefined) {
|
|
7924
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
7925
|
+
}
|
|
7926
|
+
if (minLockTime !== undefined) {
|
|
7927
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
7928
|
+
}
|
|
7929
|
+
if (maxLockTime !== undefined) {
|
|
7930
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
7931
|
+
}
|
|
7932
|
+
if (minRowsExamined !== undefined) {
|
|
7933
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
7934
|
+
}
|
|
7935
|
+
if (maxRowsExamined !== undefined) {
|
|
7936
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
7937
|
+
}
|
|
7938
|
+
if (minRowsSent !== undefined) {
|
|
7939
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
7940
|
+
}
|
|
7941
|
+
if (maxRowsSent !== undefined) {
|
|
7942
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
7943
|
+
}
|
|
7944
|
+
if (dbName !== undefined) {
|
|
7945
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
7946
|
+
}
|
|
7947
|
+
if (userName !== undefined) {
|
|
7948
|
+
localVarQueryParameter['userName'] = userName;
|
|
7949
|
+
}
|
|
7950
|
+
if (clientIp !== undefined) {
|
|
7951
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
7952
|
+
}
|
|
7953
|
+
if (appName !== undefined) {
|
|
7954
|
+
localVarQueryParameter['appName'] = appName;
|
|
7955
|
+
}
|
|
7956
|
+
if (templateId !== undefined) {
|
|
7957
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
7958
|
+
}
|
|
7959
|
+
if (unclassifiedOnly !== undefined) {
|
|
7960
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
7961
|
+
}
|
|
7552
7962
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7553
7963
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7554
7964
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -7684,8 +8094,218 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7684
8094
|
if (query !== undefined) {
|
|
7685
8095
|
localVarQueryParameter['query'] = query;
|
|
7686
8096
|
}
|
|
7687
|
-
if (sortType !== undefined) {
|
|
7688
|
-
localVarQueryParameter['sortType'] = sortType;
|
|
8097
|
+
if (sortType !== undefined) {
|
|
8098
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
8099
|
+
}
|
|
8100
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8101
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8102
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
8103
|
+
return {
|
|
8104
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
8105
|
+
options: localVarRequestOptions,
|
|
8106
|
+
};
|
|
8107
|
+
},
|
|
8108
|
+
/**
|
|
8109
|
+
* Query slow log samples for a template
|
|
8110
|
+
* @summary Query cluster slow log template samples
|
|
8111
|
+
* @param {string} orgName
|
|
8112
|
+
* @param {string} clusterName
|
|
8113
|
+
* @param {string} templateId
|
|
8114
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
8115
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
8116
|
+
* @param {string} [componentName]
|
|
8117
|
+
* @param {string} [instanceName]
|
|
8118
|
+
* @param {string} [query]
|
|
8119
|
+
* @param {string} [limit]
|
|
8120
|
+
* @param {SortType} [sortType]
|
|
8121
|
+
* @param {*} [options] Override http request option.
|
|
8122
|
+
* @throws {RequiredError}
|
|
8123
|
+
*/
|
|
8124
|
+
querySlowLogTemplateSamples: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options = {}) => {
|
|
8125
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
8126
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'orgName', orgName);
|
|
8127
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
8128
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'clusterName', clusterName);
|
|
8129
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
8130
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'templateId', templateId);
|
|
8131
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
8132
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'startTime', startTime);
|
|
8133
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
8134
|
+
(0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'endTime', endTime);
|
|
8135
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/samples`
|
|
8136
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
8137
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
8138
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
8139
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
8140
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8141
|
+
let baseOptions;
|
|
8142
|
+
if (configuration) {
|
|
8143
|
+
baseOptions = configuration.baseOptions;
|
|
8144
|
+
}
|
|
8145
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
8146
|
+
const localVarHeaderParameter = {};
|
|
8147
|
+
const localVarQueryParameter = {};
|
|
8148
|
+
// authentication BearerToken required
|
|
8149
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
8150
|
+
if (startTime !== undefined) {
|
|
8151
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
8152
|
+
}
|
|
8153
|
+
if (endTime !== undefined) {
|
|
8154
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
8155
|
+
}
|
|
8156
|
+
if (componentName !== undefined) {
|
|
8157
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
8158
|
+
}
|
|
8159
|
+
if (instanceName !== undefined) {
|
|
8160
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
8161
|
+
}
|
|
8162
|
+
if (query !== undefined) {
|
|
8163
|
+
localVarQueryParameter['query'] = query;
|
|
8164
|
+
}
|
|
8165
|
+
if (limit !== undefined) {
|
|
8166
|
+
localVarQueryParameter['limit'] = limit;
|
|
8167
|
+
}
|
|
8168
|
+
if (sortType !== undefined) {
|
|
8169
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
8170
|
+
}
|
|
8171
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8172
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8173
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
8174
|
+
return {
|
|
8175
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
8176
|
+
options: localVarRequestOptions,
|
|
8177
|
+
};
|
|
8178
|
+
},
|
|
8179
|
+
/**
|
|
8180
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
8181
|
+
* @summary Query cluster slow log templates
|
|
8182
|
+
* @param {string} orgName
|
|
8183
|
+
* @param {string} clusterName
|
|
8184
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
8185
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
8186
|
+
* @param {string} [componentName]
|
|
8187
|
+
* @param {string} [instanceName]
|
|
8188
|
+
* @param {string} [query]
|
|
8189
|
+
* @param {number} [topN]
|
|
8190
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
8191
|
+
* @param {SortType} [sortType]
|
|
8192
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
8193
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
8194
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
8195
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
8196
|
+
* @param {number} [minRowsExamined]
|
|
8197
|
+
* @param {number} [maxRowsExamined]
|
|
8198
|
+
* @param {number} [minRowsSent]
|
|
8199
|
+
* @param {number} [maxRowsSent]
|
|
8200
|
+
* @param {string} [dbName]
|
|
8201
|
+
* @param {string} [dbNameContains]
|
|
8202
|
+
* @param {string} [userName]
|
|
8203
|
+
* @param {string} [userNameContains]
|
|
8204
|
+
* @param {string} [clientIp]
|
|
8205
|
+
* @param {string} [clientIpContains]
|
|
8206
|
+
* @param {string} [clientIpCIDR]
|
|
8207
|
+
* @param {string} [appName]
|
|
8208
|
+
* @param {string} [appNameContains]
|
|
8209
|
+
* @param {*} [options] Override http request option.
|
|
8210
|
+
* @throws {RequiredError}
|
|
8211
|
+
*/
|
|
8212
|
+
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 = {}) => {
|
|
8213
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
8214
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'orgName', orgName);
|
|
8215
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
8216
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'clusterName', clusterName);
|
|
8217
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
8218
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'startTime', startTime);
|
|
8219
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
8220
|
+
(0, common_1.assertParamExists)('querySlowLogTemplates', 'endTime', endTime);
|
|
8221
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates`
|
|
8222
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
8223
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
8224
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
8225
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8226
|
+
let baseOptions;
|
|
8227
|
+
if (configuration) {
|
|
8228
|
+
baseOptions = configuration.baseOptions;
|
|
8229
|
+
}
|
|
8230
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
8231
|
+
const localVarHeaderParameter = {};
|
|
8232
|
+
const localVarQueryParameter = {};
|
|
8233
|
+
// authentication BearerToken required
|
|
8234
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
8235
|
+
if (startTime !== undefined) {
|
|
8236
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
8237
|
+
}
|
|
8238
|
+
if (endTime !== undefined) {
|
|
8239
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
8240
|
+
}
|
|
8241
|
+
if (componentName !== undefined) {
|
|
8242
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
8243
|
+
}
|
|
8244
|
+
if (instanceName !== undefined) {
|
|
8245
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
8246
|
+
}
|
|
8247
|
+
if (query !== undefined) {
|
|
8248
|
+
localVarQueryParameter['query'] = query;
|
|
8249
|
+
}
|
|
8250
|
+
if (topN !== undefined) {
|
|
8251
|
+
localVarQueryParameter['topN'] = topN;
|
|
8252
|
+
}
|
|
8253
|
+
if (sortBy !== undefined) {
|
|
8254
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
8255
|
+
}
|
|
8256
|
+
if (sortType !== undefined) {
|
|
8257
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
8258
|
+
}
|
|
8259
|
+
if (minExecutionTime !== undefined) {
|
|
8260
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
8261
|
+
}
|
|
8262
|
+
if (maxExecutionTime !== undefined) {
|
|
8263
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
8264
|
+
}
|
|
8265
|
+
if (minLockTime !== undefined) {
|
|
8266
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
8267
|
+
}
|
|
8268
|
+
if (maxLockTime !== undefined) {
|
|
8269
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
8270
|
+
}
|
|
8271
|
+
if (minRowsExamined !== undefined) {
|
|
8272
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
8273
|
+
}
|
|
8274
|
+
if (maxRowsExamined !== undefined) {
|
|
8275
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
8276
|
+
}
|
|
8277
|
+
if (minRowsSent !== undefined) {
|
|
8278
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
8279
|
+
}
|
|
8280
|
+
if (maxRowsSent !== undefined) {
|
|
8281
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
8282
|
+
}
|
|
8283
|
+
if (dbName !== undefined) {
|
|
8284
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
8285
|
+
}
|
|
8286
|
+
if (dbNameContains !== undefined) {
|
|
8287
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
8288
|
+
}
|
|
8289
|
+
if (userName !== undefined) {
|
|
8290
|
+
localVarQueryParameter['userName'] = userName;
|
|
8291
|
+
}
|
|
8292
|
+
if (userNameContains !== undefined) {
|
|
8293
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
8294
|
+
}
|
|
8295
|
+
if (clientIp !== undefined) {
|
|
8296
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
8297
|
+
}
|
|
8298
|
+
if (clientIpContains !== undefined) {
|
|
8299
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
8300
|
+
}
|
|
8301
|
+
if (clientIpCIDR !== undefined) {
|
|
8302
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
8303
|
+
}
|
|
8304
|
+
if (appName !== undefined) {
|
|
8305
|
+
localVarQueryParameter['appName'] = appName;
|
|
8306
|
+
}
|
|
8307
|
+
if (appNameContains !== undefined) {
|
|
8308
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
7689
8309
|
}
|
|
7690
8310
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7691
8311
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7707,10 +8327,29 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7707
8327
|
* @param {string} [query]
|
|
7708
8328
|
* @param {string} [limit]
|
|
7709
8329
|
* @param {SortType} [sortType]
|
|
7710
|
-
* @param {
|
|
7711
|
-
* @
|
|
7712
|
-
|
|
7713
|
-
|
|
8330
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
8331
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
8332
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
8333
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
8334
|
+
* @param {number} [minRowsExamined]
|
|
8335
|
+
* @param {number} [maxRowsExamined]
|
|
8336
|
+
* @param {number} [minRowsSent]
|
|
8337
|
+
* @param {number} [maxRowsSent]
|
|
8338
|
+
* @param {string} [dbName]
|
|
8339
|
+
* @param {string} [dbNameContains]
|
|
8340
|
+
* @param {string} [userName]
|
|
8341
|
+
* @param {string} [userNameContains]
|
|
8342
|
+
* @param {string} [clientIp]
|
|
8343
|
+
* @param {string} [clientIpContains]
|
|
8344
|
+
* @param {string} [clientIpCIDR]
|
|
8345
|
+
* @param {string} [appName]
|
|
8346
|
+
* @param {string} [appNameContains]
|
|
8347
|
+
* @param {string} [templateId]
|
|
8348
|
+
* @param {boolean} [unclassifiedOnly]
|
|
8349
|
+
* @param {*} [options] Override http request option.
|
|
8350
|
+
* @throws {RequiredError}
|
|
8351
|
+
*/
|
|
8352
|
+
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 = {}) => {
|
|
7714
8353
|
// verify required parameter 'orgName' is not null or undefined
|
|
7715
8354
|
(0, common_1.assertParamExists)('querySlowLogs', 'orgName', orgName);
|
|
7716
8355
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7754,6 +8393,63 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
7754
8393
|
if (sortType !== undefined) {
|
|
7755
8394
|
localVarQueryParameter['sortType'] = sortType;
|
|
7756
8395
|
}
|
|
8396
|
+
if (minExecutionTime !== undefined) {
|
|
8397
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
8398
|
+
}
|
|
8399
|
+
if (maxExecutionTime !== undefined) {
|
|
8400
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
8401
|
+
}
|
|
8402
|
+
if (minLockTime !== undefined) {
|
|
8403
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
8404
|
+
}
|
|
8405
|
+
if (maxLockTime !== undefined) {
|
|
8406
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
8407
|
+
}
|
|
8408
|
+
if (minRowsExamined !== undefined) {
|
|
8409
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
8410
|
+
}
|
|
8411
|
+
if (maxRowsExamined !== undefined) {
|
|
8412
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
8413
|
+
}
|
|
8414
|
+
if (minRowsSent !== undefined) {
|
|
8415
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
8416
|
+
}
|
|
8417
|
+
if (maxRowsSent !== undefined) {
|
|
8418
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
8419
|
+
}
|
|
8420
|
+
if (dbName !== undefined) {
|
|
8421
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
8422
|
+
}
|
|
8423
|
+
if (dbNameContains !== undefined) {
|
|
8424
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
8425
|
+
}
|
|
8426
|
+
if (userName !== undefined) {
|
|
8427
|
+
localVarQueryParameter['userName'] = userName;
|
|
8428
|
+
}
|
|
8429
|
+
if (userNameContains !== undefined) {
|
|
8430
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
8431
|
+
}
|
|
8432
|
+
if (clientIp !== undefined) {
|
|
8433
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
8434
|
+
}
|
|
8435
|
+
if (clientIpContains !== undefined) {
|
|
8436
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
8437
|
+
}
|
|
8438
|
+
if (clientIpCIDR !== undefined) {
|
|
8439
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
8440
|
+
}
|
|
8441
|
+
if (appName !== undefined) {
|
|
8442
|
+
localVarQueryParameter['appName'] = appName;
|
|
8443
|
+
}
|
|
8444
|
+
if (appNameContains !== undefined) {
|
|
8445
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
8446
|
+
}
|
|
8447
|
+
if (templateId !== undefined) {
|
|
8448
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
8449
|
+
}
|
|
8450
|
+
if (unclassifiedOnly !== undefined) {
|
|
8451
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
8452
|
+
}
|
|
7757
8453
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7758
8454
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7759
8455
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -9550,6 +10246,46 @@ const SharedApiAxiosParamCreator = function (configuration) {
|
|
|
9550
10246
|
options: localVarRequestOptions,
|
|
9551
10247
|
};
|
|
9552
10248
|
},
|
|
10249
|
+
/**
|
|
10250
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
10251
|
+
* @summary Enable TDE
|
|
10252
|
+
* @param {string} orgName name of the Org
|
|
10253
|
+
* @param {string} clusterName name of the Cluster
|
|
10254
|
+
* @param {TdeRequest} body
|
|
10255
|
+
* @param {*} [options] Override http request option.
|
|
10256
|
+
* @throws {RequiredError}
|
|
10257
|
+
*/
|
|
10258
|
+
updateTDE: async (orgName, clusterName, body, options = {}) => {
|
|
10259
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
10260
|
+
(0, common_1.assertParamExists)('updateTDE', 'orgName', orgName);
|
|
10261
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
10262
|
+
(0, common_1.assertParamExists)('updateTDE', 'clusterName', clusterName);
|
|
10263
|
+
// verify required parameter 'body' is not null or undefined
|
|
10264
|
+
(0, common_1.assertParamExists)('updateTDE', 'body', body);
|
|
10265
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/tde`
|
|
10266
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
10267
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
10268
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10269
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10270
|
+
let baseOptions;
|
|
10271
|
+
if (configuration) {
|
|
10272
|
+
baseOptions = configuration.baseOptions;
|
|
10273
|
+
}
|
|
10274
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
10275
|
+
const localVarHeaderParameter = {};
|
|
10276
|
+
const localVarQueryParameter = {};
|
|
10277
|
+
// authentication BearerToken required
|
|
10278
|
+
await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
|
|
10279
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
10280
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10281
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10282
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
10283
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
10284
|
+
return {
|
|
10285
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
10286
|
+
options: localVarRequestOptions,
|
|
10287
|
+
};
|
|
10288
|
+
},
|
|
9553
10289
|
/**
|
|
9554
10290
|
* Update cluster tags
|
|
9555
10291
|
* @param {string} orgName
|
|
@@ -10807,6 +11543,43 @@ const SharedApiFp = function (configuration) {
|
|
|
10807
11543
|
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;
|
|
10808
11544
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10809
11545
|
},
|
|
11546
|
+
/**
|
|
11547
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
11548
|
+
* @summary Explain cluster slow log SQL
|
|
11549
|
+
* @param {string} orgName
|
|
11550
|
+
* @param {string} clusterName
|
|
11551
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
11552
|
+
* @param {*} [options] Override http request option.
|
|
11553
|
+
* @throws {RequiredError}
|
|
11554
|
+
*/
|
|
11555
|
+
async explainSlowLog(orgName, clusterName, dmsExplainRequest, options) {
|
|
11556
|
+
var _a, _b, _c;
|
|
11557
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLog(orgName, clusterName, dmsExplainRequest, options);
|
|
11558
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11559
|
+
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;
|
|
11560
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11561
|
+
},
|
|
11562
|
+
/**
|
|
11563
|
+
* 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.
|
|
11564
|
+
* @summary Explain cluster slow log template
|
|
11565
|
+
* @param {string} orgName
|
|
11566
|
+
* @param {string} clusterName
|
|
11567
|
+
* @param {string} templateId
|
|
11568
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
11569
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
11570
|
+
* @param {string} [componentName]
|
|
11571
|
+
* @param {string} [instanceName]
|
|
11572
|
+
* @param {string} [query]
|
|
11573
|
+
* @param {*} [options] Override http request option.
|
|
11574
|
+
* @throws {RequiredError}
|
|
11575
|
+
*/
|
|
11576
|
+
async explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options) {
|
|
11577
|
+
var _a, _b, _c;
|
|
11578
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
|
|
11579
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11580
|
+
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;
|
|
11581
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11582
|
+
},
|
|
10810
11583
|
/**
|
|
10811
11584
|
* Export cluster logs and return as a file download
|
|
10812
11585
|
* @summary Export cluster logs
|
|
@@ -11073,12 +11846,14 @@ const SharedApiFp = function (configuration) {
|
|
|
11073
11846
|
* @summary Get cluster details by ID
|
|
11074
11847
|
* @param {string} orgName name of the Org
|
|
11075
11848
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
11849
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
11850
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
11076
11851
|
* @param {*} [options] Override http request option.
|
|
11077
11852
|
* @throws {RequiredError}
|
|
11078
11853
|
*/
|
|
11079
|
-
async getClusterByID(orgName, clusterID, options) {
|
|
11854
|
+
async getClusterByID(orgName, clusterID, backupName, restoreTime, options) {
|
|
11080
11855
|
var _a, _b, _c;
|
|
11081
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, options);
|
|
11856
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, backupName, restoreTime, options);
|
|
11082
11857
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11083
11858
|
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;
|
|
11084
11859
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -11405,12 +12180,13 @@ const SharedApiFp = function (configuration) {
|
|
|
11405
12180
|
* @param {string} schema schema or database name
|
|
11406
12181
|
* @param {string} type object type
|
|
11407
12182
|
* @param {string} objectName object name
|
|
12183
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
11408
12184
|
* @param {*} [options] Override http request option.
|
|
11409
12185
|
* @throws {RequiredError}
|
|
11410
12186
|
*/
|
|
11411
|
-
async getObjectInfo(orgName, clusterName, id, schema, type, objectName, options) {
|
|
12187
|
+
async getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options) {
|
|
11412
12188
|
var _a, _b, _c;
|
|
11413
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, options);
|
|
12189
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options);
|
|
11414
12190
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11415
12191
|
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;
|
|
11416
12192
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -11529,12 +12305,13 @@ const SharedApiFp = function (configuration) {
|
|
|
11529
12305
|
* @param {string} orgName name of the Org
|
|
11530
12306
|
* @param {string} clusterName name of the cluster
|
|
11531
12307
|
* @param {string} id id of the datasource
|
|
12308
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
11532
12309
|
* @param {*} [options] Override http request option.
|
|
11533
12310
|
* @throws {RequiredError}
|
|
11534
12311
|
*/
|
|
11535
|
-
async getSchemaList(orgName, clusterName, id, options) {
|
|
12312
|
+
async getSchemaList(orgName, clusterName, id, database, options) {
|
|
11536
12313
|
var _a, _b, _c;
|
|
11537
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, options);
|
|
12314
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, database, options);
|
|
11538
12315
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11539
12316
|
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;
|
|
11540
12317
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -11548,14 +12325,55 @@ const SharedApiFp = function (configuration) {
|
|
|
11548
12325
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
11549
12326
|
* @param {string} [componentName]
|
|
11550
12327
|
* @param {string} [instanceName]
|
|
12328
|
+
* @param {string} [query]
|
|
12329
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
12330
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
12331
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
12332
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
12333
|
+
* @param {number} [minRowsExamined]
|
|
12334
|
+
* @param {number} [maxRowsExamined]
|
|
12335
|
+
* @param {number} [minRowsSent]
|
|
12336
|
+
* @param {number} [maxRowsSent]
|
|
12337
|
+
* @param {string} [dbName]
|
|
12338
|
+
* @param {string} [dbNameContains]
|
|
12339
|
+
* @param {string} [userName]
|
|
12340
|
+
* @param {string} [userNameContains]
|
|
12341
|
+
* @param {string} [clientIp]
|
|
12342
|
+
* @param {string} [clientIpContains]
|
|
12343
|
+
* @param {string} [clientIpCIDR]
|
|
12344
|
+
* @param {string} [appName]
|
|
12345
|
+
* @param {string} [appNameContains]
|
|
12346
|
+
* @param {string} [templateId]
|
|
12347
|
+
* @param {boolean} [unclassifiedOnly]
|
|
12348
|
+
* @param {*} [options] Override http request option.
|
|
12349
|
+
* @throws {RequiredError}
|
|
12350
|
+
*/
|
|
12351
|
+
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) {
|
|
12352
|
+
var _a, _b, _c;
|
|
12353
|
+
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);
|
|
12354
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12355
|
+
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;
|
|
12356
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12357
|
+
},
|
|
12358
|
+
/**
|
|
12359
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
12360
|
+
* @summary Get cluster slow log template
|
|
12361
|
+
* @param {string} orgName
|
|
12362
|
+
* @param {string} clusterName
|
|
12363
|
+
* @param {string} templateId
|
|
12364
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
12365
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
12366
|
+
* @param {string} [componentName]
|
|
12367
|
+
* @param {string} [instanceName]
|
|
12368
|
+
* @param {string} [query]
|
|
11551
12369
|
* @param {*} [options] Override http request option.
|
|
11552
12370
|
* @throws {RequiredError}
|
|
11553
12371
|
*/
|
|
11554
|
-
async
|
|
12372
|
+
async getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options) {
|
|
11555
12373
|
var _a, _b, _c;
|
|
11556
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
12374
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
|
|
11557
12375
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11558
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.
|
|
12376
|
+
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;
|
|
11559
12377
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11560
12378
|
},
|
|
11561
12379
|
/**
|
|
@@ -11574,6 +12392,22 @@ const SharedApiFp = function (configuration) {
|
|
|
11574
12392
|
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;
|
|
11575
12393
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11576
12394
|
},
|
|
12395
|
+
/**
|
|
12396
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
12397
|
+
* @summary Get TDE status
|
|
12398
|
+
* @param {string} orgName name of the Org
|
|
12399
|
+
* @param {string} clusterName name of the Cluster
|
|
12400
|
+
* @param {string} component component type
|
|
12401
|
+
* @param {*} [options] Override http request option.
|
|
12402
|
+
* @throws {RequiredError}
|
|
12403
|
+
*/
|
|
12404
|
+
async getTDE(orgName, clusterName, component, options) {
|
|
12405
|
+
var _a, _b, _c;
|
|
12406
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTDE(orgName, clusterName, component, options);
|
|
12407
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12408
|
+
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;
|
|
12409
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12410
|
+
},
|
|
11577
12411
|
/**
|
|
11578
12412
|
*
|
|
11579
12413
|
* @summary Get cluster TLS certificate
|
|
@@ -11836,6 +12670,22 @@ const SharedApiFp = function (configuration) {
|
|
|
11836
12670
|
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;
|
|
11837
12671
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11838
12672
|
},
|
|
12673
|
+
/**
|
|
12674
|
+
*
|
|
12675
|
+
* @summary list all databases of the datasource
|
|
12676
|
+
* @param {string} orgName name of the Org
|
|
12677
|
+
* @param {string} clusterName name of the cluster
|
|
12678
|
+
* @param {string} id id of the datasource
|
|
12679
|
+
* @param {*} [options] Override http request option.
|
|
12680
|
+
* @throws {RequiredError}
|
|
12681
|
+
*/
|
|
12682
|
+
async listDmsDatabases(orgName, clusterName, id, options) {
|
|
12683
|
+
var _a, _b, _c;
|
|
12684
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDmsDatabases(orgName, clusterName, id, options);
|
|
12685
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12686
|
+
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;
|
|
12687
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12688
|
+
},
|
|
11839
12689
|
/**
|
|
11840
12690
|
*
|
|
11841
12691
|
* @summary List cluster endpoints
|
|
@@ -12082,12 +12932,13 @@ const SharedApiFp = function (configuration) {
|
|
|
12082
12932
|
* @param {string} id id of the datasource
|
|
12083
12933
|
* @param {string} schema schema or database name
|
|
12084
12934
|
* @param {string} type object type
|
|
12935
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
12085
12936
|
* @param {*} [options] Override http request option.
|
|
12086
12937
|
* @throws {RequiredError}
|
|
12087
12938
|
*/
|
|
12088
|
-
async listObjectNamesByType(orgName, clusterName, id, schema, type, options) {
|
|
12939
|
+
async listObjectNamesByType(orgName, clusterName, id, schema, type, database, options) {
|
|
12089
12940
|
var _a, _b, _c;
|
|
12090
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, options);
|
|
12941
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, database, options);
|
|
12091
12942
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12092
12943
|
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;
|
|
12093
12944
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12099,12 +12950,13 @@ const SharedApiFp = function (configuration) {
|
|
|
12099
12950
|
* @param {string} clusterName name of the cluster
|
|
12100
12951
|
* @param {string} id id of the datasource
|
|
12101
12952
|
* @param {string} schema schema or database name
|
|
12953
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
12102
12954
|
* @param {*} [options] Override http request option.
|
|
12103
12955
|
* @throws {RequiredError}
|
|
12104
12956
|
*/
|
|
12105
|
-
async listObjectTypesInSchema(orgName, clusterName, id, schema, options) {
|
|
12957
|
+
async listObjectTypesInSchema(orgName, clusterName, id, schema, database, options) {
|
|
12106
12958
|
var _a, _b, _c;
|
|
12107
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, options);
|
|
12959
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, database, options);
|
|
12108
12960
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12109
12961
|
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;
|
|
12110
12962
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12276,12 +13128,13 @@ const SharedApiFp = function (configuration) {
|
|
|
12276
13128
|
* @param {string} orgName name of the Org
|
|
12277
13129
|
* @param {string} clusterName name of the cluster
|
|
12278
13130
|
* @param {string} id id of the datasource
|
|
13131
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
12279
13132
|
* @param {*} [options] Override http request option.
|
|
12280
13133
|
* @throws {RequiredError}
|
|
12281
13134
|
*/
|
|
12282
|
-
async listQueryHistory(orgName, clusterName, id, options) {
|
|
13135
|
+
async listQueryHistory(orgName, clusterName, id, limit, options) {
|
|
12283
13136
|
var _a, _b, _c;
|
|
12284
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, options);
|
|
13137
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, limit, options);
|
|
12285
13138
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12286
13139
|
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;
|
|
12287
13140
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12751,12 +13604,26 @@ const SharedApiFp = function (configuration) {
|
|
|
12751
13604
|
* @param {string} [componentName]
|
|
12752
13605
|
* @param {string} [instanceName]
|
|
12753
13606
|
* @param {string} [query]
|
|
12754
|
-
* @param {
|
|
12755
|
-
* @
|
|
12756
|
-
|
|
12757
|
-
|
|
13607
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
13608
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
13609
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
13610
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
13611
|
+
* @param {number} [minRowsExamined]
|
|
13612
|
+
* @param {number} [maxRowsExamined]
|
|
13613
|
+
* @param {number} [minRowsSent]
|
|
13614
|
+
* @param {number} [maxRowsSent]
|
|
13615
|
+
* @param {string} [dbName]
|
|
13616
|
+
* @param {string} [userName]
|
|
13617
|
+
* @param {string} [clientIp]
|
|
13618
|
+
* @param {string} [appName]
|
|
13619
|
+
* @param {string} [templateId]
|
|
13620
|
+
* @param {boolean} [unclassifiedOnly]
|
|
13621
|
+
* @param {*} [options] Override http request option.
|
|
13622
|
+
* @throws {RequiredError}
|
|
13623
|
+
*/
|
|
13624
|
+
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) {
|
|
12758
13625
|
var _a, _b, _c;
|
|
12759
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, options);
|
|
13626
|
+
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);
|
|
12760
13627
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12761
13628
|
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;
|
|
12762
13629
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12807,10 +13674,11 @@ const SharedApiFp = function (configuration) {
|
|
|
12807
13674
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12808
13675
|
},
|
|
12809
13676
|
/**
|
|
12810
|
-
* Query slow
|
|
12811
|
-
* @summary Query cluster slow
|
|
13677
|
+
* Query slow log samples for a template
|
|
13678
|
+
* @summary Query cluster slow log template samples
|
|
12812
13679
|
* @param {string} orgName
|
|
12813
13680
|
* @param {string} clusterName
|
|
13681
|
+
* @param {string} templateId
|
|
12814
13682
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
12815
13683
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
12816
13684
|
* @param {string} [componentName]
|
|
@@ -12821,9 +13689,90 @@ const SharedApiFp = function (configuration) {
|
|
|
12821
13689
|
* @param {*} [options] Override http request option.
|
|
12822
13690
|
* @throws {RequiredError}
|
|
12823
13691
|
*/
|
|
12824
|
-
async
|
|
13692
|
+
async querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options) {
|
|
13693
|
+
var _a, _b, _c;
|
|
13694
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
|
|
13695
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
13696
|
+
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;
|
|
13697
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13698
|
+
},
|
|
13699
|
+
/**
|
|
13700
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
13701
|
+
* @summary Query cluster slow log templates
|
|
13702
|
+
* @param {string} orgName
|
|
13703
|
+
* @param {string} clusterName
|
|
13704
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
13705
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
13706
|
+
* @param {string} [componentName]
|
|
13707
|
+
* @param {string} [instanceName]
|
|
13708
|
+
* @param {string} [query]
|
|
13709
|
+
* @param {number} [topN]
|
|
13710
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
13711
|
+
* @param {SortType} [sortType]
|
|
13712
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13713
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13714
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13715
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13716
|
+
* @param {number} [minRowsExamined]
|
|
13717
|
+
* @param {number} [maxRowsExamined]
|
|
13718
|
+
* @param {number} [minRowsSent]
|
|
13719
|
+
* @param {number} [maxRowsSent]
|
|
13720
|
+
* @param {string} [dbName]
|
|
13721
|
+
* @param {string} [dbNameContains]
|
|
13722
|
+
* @param {string} [userName]
|
|
13723
|
+
* @param {string} [userNameContains]
|
|
13724
|
+
* @param {string} [clientIp]
|
|
13725
|
+
* @param {string} [clientIpContains]
|
|
13726
|
+
* @param {string} [clientIpCIDR]
|
|
13727
|
+
* @param {string} [appName]
|
|
13728
|
+
* @param {string} [appNameContains]
|
|
13729
|
+
* @param {*} [options] Override http request option.
|
|
13730
|
+
* @throws {RequiredError}
|
|
13731
|
+
*/
|
|
13732
|
+
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) {
|
|
13733
|
+
var _a, _b, _c;
|
|
13734
|
+
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);
|
|
13735
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
13736
|
+
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;
|
|
13737
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13738
|
+
},
|
|
13739
|
+
/**
|
|
13740
|
+
* Query slow logs of a cluster
|
|
13741
|
+
* @summary Query cluster slow logs
|
|
13742
|
+
* @param {string} orgName
|
|
13743
|
+
* @param {string} clusterName
|
|
13744
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
13745
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
13746
|
+
* @param {string} [componentName]
|
|
13747
|
+
* @param {string} [instanceName]
|
|
13748
|
+
* @param {string} [query]
|
|
13749
|
+
* @param {string} [limit]
|
|
13750
|
+
* @param {SortType} [sortType]
|
|
13751
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13752
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13753
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13754
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13755
|
+
* @param {number} [minRowsExamined]
|
|
13756
|
+
* @param {number} [maxRowsExamined]
|
|
13757
|
+
* @param {number} [minRowsSent]
|
|
13758
|
+
* @param {number} [maxRowsSent]
|
|
13759
|
+
* @param {string} [dbName]
|
|
13760
|
+
* @param {string} [dbNameContains]
|
|
13761
|
+
* @param {string} [userName]
|
|
13762
|
+
* @param {string} [userNameContains]
|
|
13763
|
+
* @param {string} [clientIp]
|
|
13764
|
+
* @param {string} [clientIpContains]
|
|
13765
|
+
* @param {string} [clientIpCIDR]
|
|
13766
|
+
* @param {string} [appName]
|
|
13767
|
+
* @param {string} [appNameContains]
|
|
13768
|
+
* @param {string} [templateId]
|
|
13769
|
+
* @param {boolean} [unclassifiedOnly]
|
|
13770
|
+
* @param {*} [options] Override http request option.
|
|
13771
|
+
* @throws {RequiredError}
|
|
13772
|
+
*/
|
|
13773
|
+
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) {
|
|
12825
13774
|
var _a, _b, _c;
|
|
12826
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
|
|
13775
|
+
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);
|
|
12827
13776
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12828
13777
|
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;
|
|
12829
13778
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -13544,6 +14493,22 @@ const SharedApiFp = function (configuration) {
|
|
|
13544
14493
|
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;
|
|
13545
14494
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13546
14495
|
},
|
|
14496
|
+
/**
|
|
14497
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
14498
|
+
* @summary Enable TDE
|
|
14499
|
+
* @param {string} orgName name of the Org
|
|
14500
|
+
* @param {string} clusterName name of the Cluster
|
|
14501
|
+
* @param {TdeRequest} body
|
|
14502
|
+
* @param {*} [options] Override http request option.
|
|
14503
|
+
* @throws {RequiredError}
|
|
14504
|
+
*/
|
|
14505
|
+
async updateTDE(orgName, clusterName, body, options) {
|
|
14506
|
+
var _a, _b, _c;
|
|
14507
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateTDE(orgName, clusterName, body, options);
|
|
14508
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
14509
|
+
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;
|
|
14510
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
14511
|
+
},
|
|
13547
14512
|
/**
|
|
13548
14513
|
* Update cluster tags
|
|
13549
14514
|
* @param {string} orgName
|
|
@@ -14283,6 +15248,26 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14283
15248
|
expandKafkaTopicPartitions(requestParameters, options) {
|
|
14284
15249
|
return localVarFp.expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(axios, basePath));
|
|
14285
15250
|
},
|
|
15251
|
+
/**
|
|
15252
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
15253
|
+
* @summary Explain cluster slow log SQL
|
|
15254
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
15255
|
+
* @param {*} [options] Override http request option.
|
|
15256
|
+
* @throws {RequiredError}
|
|
15257
|
+
*/
|
|
15258
|
+
explainSlowLog(requestParameters, options) {
|
|
15259
|
+
return localVarFp.explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(axios, basePath));
|
|
15260
|
+
},
|
|
15261
|
+
/**
|
|
15262
|
+
* 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.
|
|
15263
|
+
* @summary Explain cluster slow log template
|
|
15264
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
15265
|
+
* @param {*} [options] Override http request option.
|
|
15266
|
+
* @throws {RequiredError}
|
|
15267
|
+
*/
|
|
15268
|
+
explainSlowLogTemplate(requestParameters, options) {
|
|
15269
|
+
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));
|
|
15270
|
+
},
|
|
14286
15271
|
/**
|
|
14287
15272
|
* Export cluster logs and return as a file download
|
|
14288
15273
|
* @summary Export cluster logs
|
|
@@ -14451,7 +15436,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14451
15436
|
* @throws {RequiredError}
|
|
14452
15437
|
*/
|
|
14453
15438
|
getClusterByID(requestParameters, options) {
|
|
14454
|
-
return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(axios, basePath));
|
|
15439
|
+
return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(axios, basePath));
|
|
14455
15440
|
},
|
|
14456
15441
|
/**
|
|
14457
15442
|
* read log of the specified cluster instance
|
|
@@ -14650,7 +15635,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14650
15635
|
* @throws {RequiredError}
|
|
14651
15636
|
*/
|
|
14652
15637
|
getObjectInfo(requestParameters, options) {
|
|
14653
|
-
return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(axios, basePath));
|
|
15638
|
+
return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
14654
15639
|
},
|
|
14655
15640
|
/**
|
|
14656
15641
|
*
|
|
@@ -14730,7 +15715,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14730
15715
|
* @throws {RequiredError}
|
|
14731
15716
|
*/
|
|
14732
15717
|
getSchemaList(requestParameters, options) {
|
|
14733
|
-
return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
15718
|
+
return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
14734
15719
|
},
|
|
14735
15720
|
/**
|
|
14736
15721
|
* Get statistics summary for slow logs of a cluster
|
|
@@ -14740,7 +15725,17 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14740
15725
|
* @throws {RequiredError}
|
|
14741
15726
|
*/
|
|
14742
15727
|
getSlowLogStats(requestParameters, options) {
|
|
14743
|
-
return localVarFp.getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(axios, basePath));
|
|
15728
|
+
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));
|
|
15729
|
+
},
|
|
15730
|
+
/**
|
|
15731
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
15732
|
+
* @summary Get cluster slow log template
|
|
15733
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
15734
|
+
* @param {*} [options] Override http request option.
|
|
15735
|
+
* @throws {RequiredError}
|
|
15736
|
+
*/
|
|
15737
|
+
getSlowLogTemplate(requestParameters, options) {
|
|
15738
|
+
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));
|
|
14744
15739
|
},
|
|
14745
15740
|
/**
|
|
14746
15741
|
* Query the SQL audit log switch status for a cluster component
|
|
@@ -14752,6 +15747,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14752
15747
|
getSqlAudit(requestParameters, options) {
|
|
14753
15748
|
return localVarFp.getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
|
|
14754
15749
|
},
|
|
15750
|
+
/**
|
|
15751
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
15752
|
+
* @summary Get TDE status
|
|
15753
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
15754
|
+
* @param {*} [options] Override http request option.
|
|
15755
|
+
* @throws {RequiredError}
|
|
15756
|
+
*/
|
|
15757
|
+
getTDE(requestParameters, options) {
|
|
15758
|
+
return localVarFp.getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
|
|
15759
|
+
},
|
|
14755
15760
|
/**
|
|
14756
15761
|
*
|
|
14757
15762
|
* @summary Get cluster TLS certificate
|
|
@@ -14912,6 +15917,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
14912
15917
|
listDatabases(requestParameters, options) {
|
|
14913
15918
|
return localVarFp.listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
14914
15919
|
},
|
|
15920
|
+
/**
|
|
15921
|
+
*
|
|
15922
|
+
* @summary list all databases of the datasource
|
|
15923
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
15924
|
+
* @param {*} [options] Override http request option.
|
|
15925
|
+
* @throws {RequiredError}
|
|
15926
|
+
*/
|
|
15927
|
+
listDmsDatabases(requestParameters, options) {
|
|
15928
|
+
return localVarFp.listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
15929
|
+
},
|
|
14915
15930
|
/**
|
|
14916
15931
|
*
|
|
14917
15932
|
* @summary List cluster endpoints
|
|
@@ -15069,7 +16084,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15069
16084
|
* @throws {RequiredError}
|
|
15070
16085
|
*/
|
|
15071
16086
|
listObjectNamesByType(requestParameters, options) {
|
|
15072
|
-
return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(axios, basePath));
|
|
16087
|
+
return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
15073
16088
|
},
|
|
15074
16089
|
/**
|
|
15075
16090
|
*
|
|
@@ -15079,7 +16094,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15079
16094
|
* @throws {RequiredError}
|
|
15080
16095
|
*/
|
|
15081
16096
|
listObjectTypesInSchema(requestParameters, options) {
|
|
15082
|
-
return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(axios, basePath));
|
|
16097
|
+
return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
15083
16098
|
},
|
|
15084
16099
|
/**
|
|
15085
16100
|
*
|
|
@@ -15188,7 +16203,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15188
16203
|
* @throws {RequiredError}
|
|
15189
16204
|
*/
|
|
15190
16205
|
listQueryHistory(requestParameters, options) {
|
|
15191
|
-
return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
16206
|
+
return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
15192
16207
|
},
|
|
15193
16208
|
/**
|
|
15194
16209
|
* List all RabbitMQ accounts
|
|
@@ -15478,7 +16493,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15478
16493
|
* @throws {RequiredError}
|
|
15479
16494
|
*/
|
|
15480
16495
|
queryLogHits(requestParameters, options) {
|
|
15481
|
-
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));
|
|
16496
|
+
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));
|
|
15482
16497
|
},
|
|
15483
16498
|
/**
|
|
15484
16499
|
* Query pod logs of a cluster
|
|
@@ -15500,6 +16515,26 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15500
16515
|
queryRunningLogs(requestParameters, options) {
|
|
15501
16516
|
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));
|
|
15502
16517
|
},
|
|
16518
|
+
/**
|
|
16519
|
+
* Query slow log samples for a template
|
|
16520
|
+
* @summary Query cluster slow log template samples
|
|
16521
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
16522
|
+
* @param {*} [options] Override http request option.
|
|
16523
|
+
* @throws {RequiredError}
|
|
16524
|
+
*/
|
|
16525
|
+
querySlowLogTemplateSamples(requestParameters, options) {
|
|
16526
|
+
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));
|
|
16527
|
+
},
|
|
16528
|
+
/**
|
|
16529
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
16530
|
+
* @summary Query cluster slow log templates
|
|
16531
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
16532
|
+
* @param {*} [options] Override http request option.
|
|
16533
|
+
* @throws {RequiredError}
|
|
16534
|
+
*/
|
|
16535
|
+
querySlowLogTemplates(requestParameters, options) {
|
|
16536
|
+
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));
|
|
16537
|
+
},
|
|
15503
16538
|
/**
|
|
15504
16539
|
* Query slow logs of a cluster
|
|
15505
16540
|
* @summary Query cluster slow logs
|
|
@@ -15508,7 +16543,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15508
16543
|
* @throws {RequiredError}
|
|
15509
16544
|
*/
|
|
15510
16545
|
querySlowLogs(requestParameters, options) {
|
|
15511
|
-
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));
|
|
16546
|
+
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));
|
|
15512
16547
|
},
|
|
15513
16548
|
/**
|
|
15514
16549
|
* Get feature
|
|
@@ -15949,6 +16984,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
|
|
|
15949
16984
|
updateSqlAudit(requestParameters, options) {
|
|
15950
16985
|
return localVarFp.updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
15951
16986
|
},
|
|
16987
|
+
/**
|
|
16988
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
16989
|
+
* @summary Enable TDE
|
|
16990
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
16991
|
+
* @param {*} [options] Override http request option.
|
|
16992
|
+
* @throws {RequiredError}
|
|
16993
|
+
*/
|
|
16994
|
+
updateTDE(requestParameters, options) {
|
|
16995
|
+
return localVarFp.updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
16996
|
+
},
|
|
15952
16997
|
/**
|
|
15953
16998
|
* Update cluster tags
|
|
15954
16999
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -16724,6 +17769,28 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16724
17769
|
expandKafkaTopicPartitions(requestParameters, options) {
|
|
16725
17770
|
return (0, exports.SharedApiFp)(this.configuration).expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
16726
17771
|
}
|
|
17772
|
+
/**
|
|
17773
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
17774
|
+
* @summary Explain cluster slow log SQL
|
|
17775
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
17776
|
+
* @param {*} [options] Override http request option.
|
|
17777
|
+
* @throws {RequiredError}
|
|
17778
|
+
* @memberof SharedApi
|
|
17779
|
+
*/
|
|
17780
|
+
explainSlowLog(requestParameters, options) {
|
|
17781
|
+
return (0, exports.SharedApiFp)(this.configuration).explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(this.axios, this.basePath));
|
|
17782
|
+
}
|
|
17783
|
+
/**
|
|
17784
|
+
* 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.
|
|
17785
|
+
* @summary Explain cluster slow log template
|
|
17786
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17787
|
+
* @param {*} [options] Override http request option.
|
|
17788
|
+
* @throws {RequiredError}
|
|
17789
|
+
* @memberof SharedApi
|
|
17790
|
+
*/
|
|
17791
|
+
explainSlowLogTemplate(requestParameters, options) {
|
|
17792
|
+
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));
|
|
17793
|
+
}
|
|
16727
17794
|
/**
|
|
16728
17795
|
* Export cluster logs and return as a file download
|
|
16729
17796
|
* @summary Export cluster logs
|
|
@@ -16909,7 +17976,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
16909
17976
|
* @memberof SharedApi
|
|
16910
17977
|
*/
|
|
16911
17978
|
getClusterByID(requestParameters, options) {
|
|
16912
|
-
return (0, exports.SharedApiFp)(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(this.axios, this.basePath));
|
|
17979
|
+
return (0, exports.SharedApiFp)(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(this.axios, this.basePath));
|
|
16913
17980
|
}
|
|
16914
17981
|
/**
|
|
16915
17982
|
* read log of the specified cluster instance
|
|
@@ -17128,7 +18195,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17128
18195
|
* @memberof SharedApi
|
|
17129
18196
|
*/
|
|
17130
18197
|
getObjectInfo(requestParameters, options) {
|
|
17131
|
-
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));
|
|
18198
|
+
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));
|
|
17132
18199
|
}
|
|
17133
18200
|
/**
|
|
17134
18201
|
*
|
|
@@ -17216,7 +18283,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17216
18283
|
* @memberof SharedApi
|
|
17217
18284
|
*/
|
|
17218
18285
|
getSchemaList(requestParameters, options) {
|
|
17219
|
-
return (0, exports.SharedApiFp)(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
18286
|
+
return (0, exports.SharedApiFp)(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
17220
18287
|
}
|
|
17221
18288
|
/**
|
|
17222
18289
|
* Get statistics summary for slow logs of a cluster
|
|
@@ -17227,7 +18294,18 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17227
18294
|
* @memberof SharedApi
|
|
17228
18295
|
*/
|
|
17229
18296
|
getSlowLogStats(requestParameters, options) {
|
|
17230
|
-
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));
|
|
18297
|
+
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));
|
|
18298
|
+
}
|
|
18299
|
+
/**
|
|
18300
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
18301
|
+
* @summary Get cluster slow log template
|
|
18302
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
18303
|
+
* @param {*} [options] Override http request option.
|
|
18304
|
+
* @throws {RequiredError}
|
|
18305
|
+
* @memberof SharedApi
|
|
18306
|
+
*/
|
|
18307
|
+
getSlowLogTemplate(requestParameters, options) {
|
|
18308
|
+
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));
|
|
17231
18309
|
}
|
|
17232
18310
|
/**
|
|
17233
18311
|
* Query the SQL audit log switch status for a cluster component
|
|
@@ -17240,6 +18318,17 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17240
18318
|
getSqlAudit(requestParameters, options) {
|
|
17241
18319
|
return (0, exports.SharedApiFp)(this.configuration).getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
|
|
17242
18320
|
}
|
|
18321
|
+
/**
|
|
18322
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
18323
|
+
* @summary Get TDE status
|
|
18324
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
18325
|
+
* @param {*} [options] Override http request option.
|
|
18326
|
+
* @throws {RequiredError}
|
|
18327
|
+
* @memberof SharedApi
|
|
18328
|
+
*/
|
|
18329
|
+
getTDE(requestParameters, options) {
|
|
18330
|
+
return (0, exports.SharedApiFp)(this.configuration).getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
|
|
18331
|
+
}
|
|
17243
18332
|
/**
|
|
17244
18333
|
*
|
|
17245
18334
|
* @summary Get cluster TLS certificate
|
|
@@ -17416,6 +18505,17 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17416
18505
|
listDatabases(requestParameters, options) {
|
|
17417
18506
|
return (0, exports.SharedApiFp)(this.configuration).listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
|
|
17418
18507
|
}
|
|
18508
|
+
/**
|
|
18509
|
+
*
|
|
18510
|
+
* @summary list all databases of the datasource
|
|
18511
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
18512
|
+
* @param {*} [options] Override http request option.
|
|
18513
|
+
* @throws {RequiredError}
|
|
18514
|
+
* @memberof SharedApi
|
|
18515
|
+
*/
|
|
18516
|
+
listDmsDatabases(requestParameters, options) {
|
|
18517
|
+
return (0, exports.SharedApiFp)(this.configuration).listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
18518
|
+
}
|
|
17419
18519
|
/**
|
|
17420
18520
|
*
|
|
17421
18521
|
* @summary List cluster endpoints
|
|
@@ -17589,7 +18689,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17589
18689
|
* @memberof SharedApi
|
|
17590
18690
|
*/
|
|
17591
18691
|
listObjectNamesByType(requestParameters, options) {
|
|
17592
|
-
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));
|
|
18692
|
+
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));
|
|
17593
18693
|
}
|
|
17594
18694
|
/**
|
|
17595
18695
|
*
|
|
@@ -17600,7 +18700,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17600
18700
|
* @memberof SharedApi
|
|
17601
18701
|
*/
|
|
17602
18702
|
listObjectTypesInSchema(requestParameters, options) {
|
|
17603
|
-
return (0, exports.SharedApiFp)(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(this.axios, this.basePath));
|
|
18703
|
+
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));
|
|
17604
18704
|
}
|
|
17605
18705
|
/**
|
|
17606
18706
|
*
|
|
@@ -17720,7 +18820,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
17720
18820
|
* @memberof SharedApi
|
|
17721
18821
|
*/
|
|
17722
18822
|
listQueryHistory(requestParameters, options) {
|
|
17723
|
-
return (0, exports.SharedApiFp)(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
18823
|
+
return (0, exports.SharedApiFp)(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
17724
18824
|
}
|
|
17725
18825
|
/**
|
|
17726
18826
|
* List all RabbitMQ accounts
|
|
@@ -18039,7 +19139,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
18039
19139
|
* @memberof SharedApi
|
|
18040
19140
|
*/
|
|
18041
19141
|
queryLogHits(requestParameters, options) {
|
|
18042
|
-
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));
|
|
19142
|
+
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));
|
|
18043
19143
|
}
|
|
18044
19144
|
/**
|
|
18045
19145
|
* Query pod logs of a cluster
|
|
@@ -18063,6 +19163,28 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
18063
19163
|
queryRunningLogs(requestParameters, options) {
|
|
18064
19164
|
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));
|
|
18065
19165
|
}
|
|
19166
|
+
/**
|
|
19167
|
+
* Query slow log samples for a template
|
|
19168
|
+
* @summary Query cluster slow log template samples
|
|
19169
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
19170
|
+
* @param {*} [options] Override http request option.
|
|
19171
|
+
* @throws {RequiredError}
|
|
19172
|
+
* @memberof SharedApi
|
|
19173
|
+
*/
|
|
19174
|
+
querySlowLogTemplateSamples(requestParameters, options) {
|
|
19175
|
+
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));
|
|
19176
|
+
}
|
|
19177
|
+
/**
|
|
19178
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
19179
|
+
* @summary Query cluster slow log templates
|
|
19180
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
19181
|
+
* @param {*} [options] Override http request option.
|
|
19182
|
+
* @throws {RequiredError}
|
|
19183
|
+
* @memberof SharedApi
|
|
19184
|
+
*/
|
|
19185
|
+
querySlowLogTemplates(requestParameters, options) {
|
|
19186
|
+
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));
|
|
19187
|
+
}
|
|
18066
19188
|
/**
|
|
18067
19189
|
* Query slow logs of a cluster
|
|
18068
19190
|
* @summary Query cluster slow logs
|
|
@@ -18072,7 +19194,7 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
18072
19194
|
* @memberof SharedApi
|
|
18073
19195
|
*/
|
|
18074
19196
|
querySlowLogs(requestParameters, options) {
|
|
18075
|
-
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));
|
|
19197
|
+
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));
|
|
18076
19198
|
}
|
|
18077
19199
|
/**
|
|
18078
19200
|
* Get feature
|
|
@@ -18557,6 +19679,17 @@ class SharedApi extends base_1.BaseAPI {
|
|
|
18557
19679
|
updateSqlAudit(requestParameters, options) {
|
|
18558
19680
|
return (0, exports.SharedApiFp)(this.configuration).updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
18559
19681
|
}
|
|
19682
|
+
/**
|
|
19683
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
19684
|
+
* @summary Enable TDE
|
|
19685
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
19686
|
+
* @param {*} [options] Override http request option.
|
|
19687
|
+
* @throws {RequiredError}
|
|
19688
|
+
* @memberof SharedApi
|
|
19689
|
+
*/
|
|
19690
|
+
updateTDE(requestParameters, options) {
|
|
19691
|
+
return (0, exports.SharedApiFp)(this.configuration).updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
19692
|
+
}
|
|
18560
19693
|
/**
|
|
18561
19694
|
* Update cluster tags
|
|
18562
19695
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|