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
|
@@ -98,8 +98,14 @@ import type { ClusterModeTransition } from '../models';
|
|
|
98
98
|
// @ts-ignore
|
|
99
99
|
import type { ClusterRawLogResponse } from '../models';
|
|
100
100
|
// @ts-ignore
|
|
101
|
+
import type { ClusterSlowLogExplainResponse } from '../models';
|
|
102
|
+
// @ts-ignore
|
|
101
103
|
import type { ClusterSlowLogStats } from '../models';
|
|
102
104
|
// @ts-ignore
|
|
105
|
+
import type { ClusterSlowLogTemplate } from '../models';
|
|
106
|
+
// @ts-ignore
|
|
107
|
+
import type { ClusterSlowLogTemplateList } from '../models';
|
|
108
|
+
// @ts-ignore
|
|
103
109
|
import type { ClusterTags } from '../models';
|
|
104
110
|
// @ts-ignore
|
|
105
111
|
import type { ClusterUpdate } from '../models';
|
|
@@ -340,6 +346,12 @@ import type { TagUpdate } from '../models';
|
|
|
340
346
|
// @ts-ignore
|
|
341
347
|
import type { TaskTypeList } from '../models';
|
|
342
348
|
// @ts-ignore
|
|
349
|
+
import type { TdeRequest } from '../models';
|
|
350
|
+
// @ts-ignore
|
|
351
|
+
import type { TdeResponse } from '../models';
|
|
352
|
+
// @ts-ignore
|
|
353
|
+
import type { TdeStatus } from '../models';
|
|
354
|
+
// @ts-ignore
|
|
343
355
|
import type { Tenant } from '../models';
|
|
344
356
|
// @ts-ignore
|
|
345
357
|
import type { TlsCert } from '../models';
|
|
@@ -3451,6 +3463,127 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
3451
3463
|
options: localVarRequestOptions,
|
|
3452
3464
|
};
|
|
3453
3465
|
},
|
|
3466
|
+
/**
|
|
3467
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
3468
|
+
* @summary Explain cluster slow log SQL
|
|
3469
|
+
* @param {string} orgName
|
|
3470
|
+
* @param {string} clusterName
|
|
3471
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
3472
|
+
* @param {*} [options] Override http request option.
|
|
3473
|
+
* @throws {RequiredError}
|
|
3474
|
+
*/
|
|
3475
|
+
explainSlowLog: async (orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
3476
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
3477
|
+
assertParamExists('explainSlowLog', 'orgName', orgName)
|
|
3478
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
3479
|
+
assertParamExists('explainSlowLog', 'clusterName', clusterName)
|
|
3480
|
+
// verify required parameter 'dmsExplainRequest' is not null or undefined
|
|
3481
|
+
assertParamExists('explainSlowLog', 'dmsExplainRequest', dmsExplainRequest)
|
|
3482
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/explain`
|
|
3483
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
3484
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
3485
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3486
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3487
|
+
let baseOptions;
|
|
3488
|
+
if (configuration) {
|
|
3489
|
+
baseOptions = configuration.baseOptions;
|
|
3490
|
+
}
|
|
3491
|
+
|
|
3492
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
3493
|
+
const localVarHeaderParameter = {} as any;
|
|
3494
|
+
const localVarQueryParameter = {} as any;
|
|
3495
|
+
|
|
3496
|
+
// authentication BearerToken required
|
|
3497
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
3498
|
+
|
|
3499
|
+
|
|
3500
|
+
|
|
3501
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3502
|
+
|
|
3503
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3504
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3505
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
3506
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dmsExplainRequest, localVarRequestOptions, configuration)
|
|
3507
|
+
|
|
3508
|
+
return {
|
|
3509
|
+
url: toPathString(localVarUrlObj),
|
|
3510
|
+
options: localVarRequestOptions,
|
|
3511
|
+
};
|
|
3512
|
+
},
|
|
3513
|
+
/**
|
|
3514
|
+
* 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.
|
|
3515
|
+
* @summary Explain cluster slow log template
|
|
3516
|
+
* @param {string} orgName
|
|
3517
|
+
* @param {string} clusterName
|
|
3518
|
+
* @param {string} templateId
|
|
3519
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
3520
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
3521
|
+
* @param {string} [componentName]
|
|
3522
|
+
* @param {string} [instanceName]
|
|
3523
|
+
* @param {string} [query]
|
|
3524
|
+
* @param {*} [options] Override http request option.
|
|
3525
|
+
* @throws {RequiredError}
|
|
3526
|
+
*/
|
|
3527
|
+
explainSlowLogTemplate: async (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
3528
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
3529
|
+
assertParamExists('explainSlowLogTemplate', 'orgName', orgName)
|
|
3530
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
3531
|
+
assertParamExists('explainSlowLogTemplate', 'clusterName', clusterName)
|
|
3532
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
3533
|
+
assertParamExists('explainSlowLogTemplate', 'templateId', templateId)
|
|
3534
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
3535
|
+
assertParamExists('explainSlowLogTemplate', 'startTime', startTime)
|
|
3536
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
3537
|
+
assertParamExists('explainSlowLogTemplate', 'endTime', endTime)
|
|
3538
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/explain`
|
|
3539
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
3540
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
3541
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
3542
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3543
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3544
|
+
let baseOptions;
|
|
3545
|
+
if (configuration) {
|
|
3546
|
+
baseOptions = configuration.baseOptions;
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
3550
|
+
const localVarHeaderParameter = {} as any;
|
|
3551
|
+
const localVarQueryParameter = {} as any;
|
|
3552
|
+
|
|
3553
|
+
// authentication BearerToken required
|
|
3554
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
3555
|
+
|
|
3556
|
+
if (startTime !== undefined) {
|
|
3557
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
if (endTime !== undefined) {
|
|
3561
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3564
|
+
if (componentName !== undefined) {
|
|
3565
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
if (instanceName !== undefined) {
|
|
3569
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
if (query !== undefined) {
|
|
3573
|
+
localVarQueryParameter['query'] = query;
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3579
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3580
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
3581
|
+
|
|
3582
|
+
return {
|
|
3583
|
+
url: toPathString(localVarUrlObj),
|
|
3584
|
+
options: localVarRequestOptions,
|
|
3585
|
+
};
|
|
3586
|
+
},
|
|
3454
3587
|
/**
|
|
3455
3588
|
* Export cluster logs and return as a file download
|
|
3456
3589
|
* @summary Export cluster logs
|
|
@@ -4221,10 +4354,12 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
4221
4354
|
* @summary Get cluster details by ID
|
|
4222
4355
|
* @param {string} orgName name of the Org
|
|
4223
4356
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
4357
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
4358
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
4224
4359
|
* @param {*} [options] Override http request option.
|
|
4225
4360
|
* @throws {RequiredError}
|
|
4226
4361
|
*/
|
|
4227
|
-
getClusterByID: async (orgName: string, clusterID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4362
|
+
getClusterByID: async (orgName: string, clusterID: string, backupName?: string, restoreTime?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
4228
4363
|
// verify required parameter 'orgName' is not null or undefined
|
|
4229
4364
|
assertParamExists('getClusterByID', 'orgName', orgName)
|
|
4230
4365
|
// verify required parameter 'clusterID' is not null or undefined
|
|
@@ -4246,6 +4381,14 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
4246
4381
|
// authentication BearerToken required
|
|
4247
4382
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
4248
4383
|
|
|
4384
|
+
if (backupName !== undefined) {
|
|
4385
|
+
localVarQueryParameter['backupName'] = backupName;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
if (restoreTime !== undefined) {
|
|
4389
|
+
localVarQueryParameter['restoreTime'] = restoreTime;
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4249
4392
|
|
|
4250
4393
|
|
|
4251
4394
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5176,10 +5319,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5176
5319
|
* @param {string} schema schema or database name
|
|
5177
5320
|
* @param {string} type object type
|
|
5178
5321
|
* @param {string} objectName object name
|
|
5322
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
5179
5323
|
* @param {*} [options] Override http request option.
|
|
5180
5324
|
* @throws {RequiredError}
|
|
5181
5325
|
*/
|
|
5182
|
-
getObjectInfo: async (orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5326
|
+
getObjectInfo: async (orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, database?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5183
5327
|
// verify required parameter 'orgName' is not null or undefined
|
|
5184
5328
|
assertParamExists('getObjectInfo', 'orgName', orgName)
|
|
5185
5329
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5213,6 +5357,10 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5213
5357
|
// authentication BearerToken required
|
|
5214
5358
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
5215
5359
|
|
|
5360
|
+
if (database !== undefined) {
|
|
5361
|
+
localVarQueryParameter['database'] = database;
|
|
5362
|
+
}
|
|
5363
|
+
|
|
5216
5364
|
|
|
5217
5365
|
|
|
5218
5366
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5536,10 +5684,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5536
5684
|
* @param {string} orgName name of the Org
|
|
5537
5685
|
* @param {string} clusterName name of the cluster
|
|
5538
5686
|
* @param {string} id id of the datasource
|
|
5687
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
5539
5688
|
* @param {*} [options] Override http request option.
|
|
5540
5689
|
* @throws {RequiredError}
|
|
5541
5690
|
*/
|
|
5542
|
-
getSchemaList: async (orgName: string, clusterName: string, id: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5691
|
+
getSchemaList: async (orgName: string, clusterName: string, id: string, database?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5543
5692
|
// verify required parameter 'orgName' is not null or undefined
|
|
5544
5693
|
assertParamExists('getSchemaList', 'orgName', orgName)
|
|
5545
5694
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5564,6 +5713,10 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5564
5713
|
// authentication BearerToken required
|
|
5565
5714
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
5566
5715
|
|
|
5716
|
+
if (database !== undefined) {
|
|
5717
|
+
localVarQueryParameter['database'] = database;
|
|
5718
|
+
}
|
|
5719
|
+
|
|
5567
5720
|
|
|
5568
5721
|
|
|
5569
5722
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5584,10 +5737,30 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5584
5737
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
5585
5738
|
* @param {string} [componentName]
|
|
5586
5739
|
* @param {string} [instanceName]
|
|
5587
|
-
* @param {
|
|
5588
|
-
* @
|
|
5589
|
-
|
|
5590
|
-
|
|
5740
|
+
* @param {string} [query]
|
|
5741
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
5742
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
5743
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
5744
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
5745
|
+
* @param {number} [minRowsExamined]
|
|
5746
|
+
* @param {number} [maxRowsExamined]
|
|
5747
|
+
* @param {number} [minRowsSent]
|
|
5748
|
+
* @param {number} [maxRowsSent]
|
|
5749
|
+
* @param {string} [dbName]
|
|
5750
|
+
* @param {string} [dbNameContains]
|
|
5751
|
+
* @param {string} [userName]
|
|
5752
|
+
* @param {string} [userNameContains]
|
|
5753
|
+
* @param {string} [clientIp]
|
|
5754
|
+
* @param {string} [clientIpContains]
|
|
5755
|
+
* @param {string} [clientIpCIDR]
|
|
5756
|
+
* @param {string} [appName]
|
|
5757
|
+
* @param {string} [appNameContains]
|
|
5758
|
+
* @param {string} [templateId]
|
|
5759
|
+
* @param {boolean} [unclassifiedOnly]
|
|
5760
|
+
* @param {*} [options] Override http request option.
|
|
5761
|
+
* @throws {RequiredError}
|
|
5762
|
+
*/
|
|
5763
|
+
getSlowLogStats: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5591
5764
|
// verify required parameter 'orgName' is not null or undefined
|
|
5592
5765
|
assertParamExists('getSlowLogStats', 'orgName', orgName)
|
|
5593
5766
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -5629,6 +5802,86 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5629
5802
|
localVarQueryParameter['instanceName'] = instanceName;
|
|
5630
5803
|
}
|
|
5631
5804
|
|
|
5805
|
+
if (query !== undefined) {
|
|
5806
|
+
localVarQueryParameter['query'] = query;
|
|
5807
|
+
}
|
|
5808
|
+
|
|
5809
|
+
if (minExecutionTime !== undefined) {
|
|
5810
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
5811
|
+
}
|
|
5812
|
+
|
|
5813
|
+
if (maxExecutionTime !== undefined) {
|
|
5814
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
5815
|
+
}
|
|
5816
|
+
|
|
5817
|
+
if (minLockTime !== undefined) {
|
|
5818
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
5819
|
+
}
|
|
5820
|
+
|
|
5821
|
+
if (maxLockTime !== undefined) {
|
|
5822
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
5823
|
+
}
|
|
5824
|
+
|
|
5825
|
+
if (minRowsExamined !== undefined) {
|
|
5826
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
5827
|
+
}
|
|
5828
|
+
|
|
5829
|
+
if (maxRowsExamined !== undefined) {
|
|
5830
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
5831
|
+
}
|
|
5832
|
+
|
|
5833
|
+
if (minRowsSent !== undefined) {
|
|
5834
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
if (maxRowsSent !== undefined) {
|
|
5838
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5841
|
+
if (dbName !== undefined) {
|
|
5842
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
5843
|
+
}
|
|
5844
|
+
|
|
5845
|
+
if (dbNameContains !== undefined) {
|
|
5846
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
5847
|
+
}
|
|
5848
|
+
|
|
5849
|
+
if (userName !== undefined) {
|
|
5850
|
+
localVarQueryParameter['userName'] = userName;
|
|
5851
|
+
}
|
|
5852
|
+
|
|
5853
|
+
if (userNameContains !== undefined) {
|
|
5854
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
5855
|
+
}
|
|
5856
|
+
|
|
5857
|
+
if (clientIp !== undefined) {
|
|
5858
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
5859
|
+
}
|
|
5860
|
+
|
|
5861
|
+
if (clientIpContains !== undefined) {
|
|
5862
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5865
|
+
if (clientIpCIDR !== undefined) {
|
|
5866
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
5867
|
+
}
|
|
5868
|
+
|
|
5869
|
+
if (appName !== undefined) {
|
|
5870
|
+
localVarQueryParameter['appName'] = appName;
|
|
5871
|
+
}
|
|
5872
|
+
|
|
5873
|
+
if (appNameContains !== undefined) {
|
|
5874
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
5875
|
+
}
|
|
5876
|
+
|
|
5877
|
+
if (templateId !== undefined) {
|
|
5878
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
5879
|
+
}
|
|
5880
|
+
|
|
5881
|
+
if (unclassifiedOnly !== undefined) {
|
|
5882
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5632
5885
|
|
|
5633
5886
|
|
|
5634
5887
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5641,24 +5894,34 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5641
5894
|
};
|
|
5642
5895
|
},
|
|
5643
5896
|
/**
|
|
5644
|
-
*
|
|
5645
|
-
* @summary Get
|
|
5646
|
-
* @param {string} orgName
|
|
5647
|
-
* @param {string} clusterName
|
|
5648
|
-
* @param {string}
|
|
5897
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
5898
|
+
* @summary Get cluster slow log template
|
|
5899
|
+
* @param {string} orgName
|
|
5900
|
+
* @param {string} clusterName
|
|
5901
|
+
* @param {string} templateId
|
|
5902
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
5903
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
5904
|
+
* @param {string} [componentName]
|
|
5905
|
+
* @param {string} [instanceName]
|
|
5906
|
+
* @param {string} [query]
|
|
5649
5907
|
* @param {*} [options] Override http request option.
|
|
5650
5908
|
* @throws {RequiredError}
|
|
5651
5909
|
*/
|
|
5652
|
-
|
|
5910
|
+
getSlowLogTemplate: async (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5653
5911
|
// verify required parameter 'orgName' is not null or undefined
|
|
5654
|
-
assertParamExists('
|
|
5912
|
+
assertParamExists('getSlowLogTemplate', 'orgName', orgName)
|
|
5655
5913
|
// verify required parameter 'clusterName' is not null or undefined
|
|
5656
|
-
assertParamExists('
|
|
5657
|
-
// verify required parameter '
|
|
5658
|
-
assertParamExists('
|
|
5659
|
-
|
|
5914
|
+
assertParamExists('getSlowLogTemplate', 'clusterName', clusterName)
|
|
5915
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
5916
|
+
assertParamExists('getSlowLogTemplate', 'templateId', templateId)
|
|
5917
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
5918
|
+
assertParamExists('getSlowLogTemplate', 'startTime', startTime)
|
|
5919
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
5920
|
+
assertParamExists('getSlowLogTemplate', 'endTime', endTime)
|
|
5921
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}`
|
|
5660
5922
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
5661
|
-
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
5923
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
5924
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
5662
5925
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5663
5926
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5664
5927
|
let baseOptions;
|
|
@@ -5673,8 +5936,24 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5673
5936
|
// authentication BearerToken required
|
|
5674
5937
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
5675
5938
|
|
|
5676
|
-
if (
|
|
5677
|
-
localVarQueryParameter['
|
|
5939
|
+
if (startTime !== undefined) {
|
|
5940
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5943
|
+
if (endTime !== undefined) {
|
|
5944
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5947
|
+
if (componentName !== undefined) {
|
|
5948
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5951
|
+
if (instanceName !== undefined) {
|
|
5952
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
5953
|
+
}
|
|
5954
|
+
|
|
5955
|
+
if (query !== undefined) {
|
|
5956
|
+
localVarQueryParameter['query'] = query;
|
|
5678
5957
|
}
|
|
5679
5958
|
|
|
5680
5959
|
|
|
@@ -5689,19 +5968,22 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5689
5968
|
};
|
|
5690
5969
|
},
|
|
5691
5970
|
/**
|
|
5692
|
-
*
|
|
5693
|
-
* @summary Get
|
|
5971
|
+
* Query the SQL audit log switch status for a cluster component
|
|
5972
|
+
* @summary Get SQL audit log status
|
|
5694
5973
|
* @param {string} orgName name of the Org
|
|
5695
|
-
* @param {string} clusterName name of the
|
|
5974
|
+
* @param {string} clusterName name of the Cluster
|
|
5975
|
+
* @param {string} component component type
|
|
5696
5976
|
* @param {*} [options] Override http request option.
|
|
5697
5977
|
* @throws {RequiredError}
|
|
5698
5978
|
*/
|
|
5699
|
-
|
|
5979
|
+
getSqlAudit: async (orgName: string, clusterName: string, component: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5700
5980
|
// verify required parameter 'orgName' is not null or undefined
|
|
5701
|
-
assertParamExists('
|
|
5981
|
+
assertParamExists('getSqlAudit', 'orgName', orgName)
|
|
5702
5982
|
// verify required parameter 'clusterName' is not null or undefined
|
|
5703
|
-
assertParamExists('
|
|
5704
|
-
|
|
5983
|
+
assertParamExists('getSqlAudit', 'clusterName', clusterName)
|
|
5984
|
+
// verify required parameter 'component' is not null or undefined
|
|
5985
|
+
assertParamExists('getSqlAudit', 'component', component)
|
|
5986
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/sqlAudit`
|
|
5705
5987
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
5706
5988
|
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
5707
5989
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -5718,6 +6000,10 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5718
6000
|
// authentication BearerToken required
|
|
5719
6001
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
5720
6002
|
|
|
6003
|
+
if (component !== undefined) {
|
|
6004
|
+
localVarQueryParameter['component'] = component;
|
|
6005
|
+
}
|
|
6006
|
+
|
|
5721
6007
|
|
|
5722
6008
|
|
|
5723
6009
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5730,20 +6016,24 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5730
6016
|
};
|
|
5731
6017
|
},
|
|
5732
6018
|
/**
|
|
5733
|
-
*
|
|
5734
|
-
* @summary Get
|
|
6019
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
6020
|
+
* @summary Get TDE status
|
|
5735
6021
|
* @param {string} orgName name of the Org
|
|
5736
|
-
* @param {string}
|
|
6022
|
+
* @param {string} clusterName name of the Cluster
|
|
6023
|
+
* @param {string} component component type
|
|
5737
6024
|
* @param {*} [options] Override http request option.
|
|
5738
6025
|
* @throws {RequiredError}
|
|
5739
6026
|
*/
|
|
5740
|
-
|
|
6027
|
+
getTDE: async (orgName: string, clusterName: string, component: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5741
6028
|
// verify required parameter 'orgName' is not null or undefined
|
|
5742
|
-
assertParamExists('
|
|
5743
|
-
// verify required parameter '
|
|
5744
|
-
assertParamExists('
|
|
5745
|
-
|
|
5746
|
-
|
|
6029
|
+
assertParamExists('getTDE', 'orgName', orgName)
|
|
6030
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
6031
|
+
assertParamExists('getTDE', 'clusterName', clusterName)
|
|
6032
|
+
// verify required parameter 'component' is not null or undefined
|
|
6033
|
+
assertParamExists('getTDE', 'component', component)
|
|
6034
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/tde`
|
|
6035
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
6036
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
5747
6037
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5748
6038
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5749
6039
|
let baseOptions;
|
|
@@ -5758,8 +6048,8 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5758
6048
|
// authentication BearerToken required
|
|
5759
6049
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
5760
6050
|
|
|
5761
|
-
if (
|
|
5762
|
-
localVarQueryParameter['
|
|
6051
|
+
if (component !== undefined) {
|
|
6052
|
+
localVarQueryParameter['component'] = component;
|
|
5763
6053
|
}
|
|
5764
6054
|
|
|
5765
6055
|
|
|
@@ -5775,18 +6065,103 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5775
6065
|
},
|
|
5776
6066
|
/**
|
|
5777
6067
|
*
|
|
5778
|
-
* @summary Get
|
|
6068
|
+
* @summary Get cluster TLS certificate
|
|
5779
6069
|
* @param {string} orgName name of the Org
|
|
5780
6070
|
* @param {string} clusterName name of the cluster
|
|
5781
|
-
* @param {string} id id of the datasource
|
|
5782
6071
|
* @param {*} [options] Override http request option.
|
|
5783
6072
|
* @throws {RequiredError}
|
|
5784
6073
|
*/
|
|
5785
|
-
|
|
6074
|
+
getTLSCertificate: async (orgName: string, clusterName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
5786
6075
|
// verify required parameter 'orgName' is not null or undefined
|
|
5787
|
-
assertParamExists('
|
|
6076
|
+
assertParamExists('getTLSCertificate', 'orgName', orgName)
|
|
5788
6077
|
// verify required parameter 'clusterName' is not null or undefined
|
|
5789
|
-
assertParamExists('
|
|
6078
|
+
assertParamExists('getTLSCertificate', 'clusterName', clusterName)
|
|
6079
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/tls`
|
|
6080
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
6081
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
6082
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6083
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6084
|
+
let baseOptions;
|
|
6085
|
+
if (configuration) {
|
|
6086
|
+
baseOptions = configuration.baseOptions;
|
|
6087
|
+
}
|
|
6088
|
+
|
|
6089
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
6090
|
+
const localVarHeaderParameter = {} as any;
|
|
6091
|
+
const localVarQueryParameter = {} as any;
|
|
6092
|
+
|
|
6093
|
+
// authentication BearerToken required
|
|
6094
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
6095
|
+
|
|
6096
|
+
|
|
6097
|
+
|
|
6098
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6099
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6100
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
6101
|
+
|
|
6102
|
+
return {
|
|
6103
|
+
url: toPathString(localVarUrlObj),
|
|
6104
|
+
options: localVarRequestOptions,
|
|
6105
|
+
};
|
|
6106
|
+
},
|
|
6107
|
+
/**
|
|
6108
|
+
*
|
|
6109
|
+
* @summary Get cluster tags
|
|
6110
|
+
* @param {string} orgName name of the Org
|
|
6111
|
+
* @param {string} clusterIds Comma-separated list of cluster IDs
|
|
6112
|
+
* @param {*} [options] Override http request option.
|
|
6113
|
+
* @throws {RequiredError}
|
|
6114
|
+
*/
|
|
6115
|
+
getTags: async (orgName: string, clusterIds: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6116
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
6117
|
+
assertParamExists('getTags', 'orgName', orgName)
|
|
6118
|
+
// verify required parameter 'clusterIds' is not null or undefined
|
|
6119
|
+
assertParamExists('getTags', 'clusterIds', clusterIds)
|
|
6120
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusterTags`
|
|
6121
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
6122
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6123
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6124
|
+
let baseOptions;
|
|
6125
|
+
if (configuration) {
|
|
6126
|
+
baseOptions = configuration.baseOptions;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
6129
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
6130
|
+
const localVarHeaderParameter = {} as any;
|
|
6131
|
+
const localVarQueryParameter = {} as any;
|
|
6132
|
+
|
|
6133
|
+
// authentication BearerToken required
|
|
6134
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
6135
|
+
|
|
6136
|
+
if (clusterIds !== undefined) {
|
|
6137
|
+
localVarQueryParameter['clusterIds'] = clusterIds;
|
|
6138
|
+
}
|
|
6139
|
+
|
|
6140
|
+
|
|
6141
|
+
|
|
6142
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6143
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6144
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
6145
|
+
|
|
6146
|
+
return {
|
|
6147
|
+
url: toPathString(localVarUrlObj),
|
|
6148
|
+
options: localVarRequestOptions,
|
|
6149
|
+
};
|
|
6150
|
+
},
|
|
6151
|
+
/**
|
|
6152
|
+
*
|
|
6153
|
+
* @summary Get the task list
|
|
6154
|
+
* @param {string} orgName name of the Org
|
|
6155
|
+
* @param {string} clusterName name of the cluster
|
|
6156
|
+
* @param {string} id id of the datasource
|
|
6157
|
+
* @param {*} [options] Override http request option.
|
|
6158
|
+
* @throws {RequiredError}
|
|
6159
|
+
*/
|
|
6160
|
+
getTaskList: async (orgName: string, clusterName: string, id: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6161
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
6162
|
+
assertParamExists('getTaskList', 'orgName', orgName)
|
|
6163
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
6164
|
+
assertParamExists('getTaskList', 'clusterName', clusterName)
|
|
5790
6165
|
// verify required parameter 'id' is not null or undefined
|
|
5791
6166
|
assertParamExists('getTaskList', 'id', id)
|
|
5792
6167
|
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/tasks`
|
|
@@ -6450,6 +6825,51 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
6450
6825
|
|
|
6451
6826
|
|
|
6452
6827
|
|
|
6828
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6829
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6830
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
6831
|
+
|
|
6832
|
+
return {
|
|
6833
|
+
url: toPathString(localVarUrlObj),
|
|
6834
|
+
options: localVarRequestOptions,
|
|
6835
|
+
};
|
|
6836
|
+
},
|
|
6837
|
+
/**
|
|
6838
|
+
*
|
|
6839
|
+
* @summary list all databases of the datasource
|
|
6840
|
+
* @param {string} orgName name of the Org
|
|
6841
|
+
* @param {string} clusterName name of the cluster
|
|
6842
|
+
* @param {string} id id of the datasource
|
|
6843
|
+
* @param {*} [options] Override http request option.
|
|
6844
|
+
* @throws {RequiredError}
|
|
6845
|
+
*/
|
|
6846
|
+
listDmsDatabases: async (orgName: string, clusterName: string, id: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
6847
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
6848
|
+
assertParamExists('listDmsDatabases', 'orgName', orgName)
|
|
6849
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
6850
|
+
assertParamExists('listDmsDatabases', 'clusterName', clusterName)
|
|
6851
|
+
// verify required parameter 'id' is not null or undefined
|
|
6852
|
+
assertParamExists('listDmsDatabases', 'id', id)
|
|
6853
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/databases`
|
|
6854
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
6855
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
6856
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
6857
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6858
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6859
|
+
let baseOptions;
|
|
6860
|
+
if (configuration) {
|
|
6861
|
+
baseOptions = configuration.baseOptions;
|
|
6862
|
+
}
|
|
6863
|
+
|
|
6864
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
6865
|
+
const localVarHeaderParameter = {} as any;
|
|
6866
|
+
const localVarQueryParameter = {} as any;
|
|
6867
|
+
|
|
6868
|
+
// authentication BearerToken required
|
|
6869
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
6870
|
+
|
|
6871
|
+
|
|
6872
|
+
|
|
6453
6873
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6454
6874
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6455
6875
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -7152,10 +7572,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
7152
7572
|
* @param {string} id id of the datasource
|
|
7153
7573
|
* @param {string} schema schema or database name
|
|
7154
7574
|
* @param {string} type object type
|
|
7575
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
7155
7576
|
* @param {*} [options] Override http request option.
|
|
7156
7577
|
* @throws {RequiredError}
|
|
7157
7578
|
*/
|
|
7158
|
-
listObjectNamesByType: async (orgName: string, clusterName: string, id: string, schema: string, type: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7579
|
+
listObjectNamesByType: async (orgName: string, clusterName: string, id: string, schema: string, type: string, database?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7159
7580
|
// verify required parameter 'orgName' is not null or undefined
|
|
7160
7581
|
assertParamExists('listObjectNamesByType', 'orgName', orgName)
|
|
7161
7582
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7186,6 +7607,10 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
7186
7607
|
// authentication BearerToken required
|
|
7187
7608
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
7188
7609
|
|
|
7610
|
+
if (database !== undefined) {
|
|
7611
|
+
localVarQueryParameter['database'] = database;
|
|
7612
|
+
}
|
|
7613
|
+
|
|
7189
7614
|
|
|
7190
7615
|
|
|
7191
7616
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -7204,10 +7629,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
7204
7629
|
* @param {string} clusterName name of the cluster
|
|
7205
7630
|
* @param {string} id id of the datasource
|
|
7206
7631
|
* @param {string} schema schema or database name
|
|
7632
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
7207
7633
|
* @param {*} [options] Override http request option.
|
|
7208
7634
|
* @throws {RequiredError}
|
|
7209
7635
|
*/
|
|
7210
|
-
listObjectTypesInSchema: async (orgName: string, clusterName: string, id: string, schema: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7636
|
+
listObjectTypesInSchema: async (orgName: string, clusterName: string, id: string, schema: string, database?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7211
7637
|
// verify required parameter 'orgName' is not null or undefined
|
|
7212
7638
|
assertParamExists('listObjectTypesInSchema', 'orgName', orgName)
|
|
7213
7639
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7235,6 +7661,10 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
7235
7661
|
// authentication BearerToken required
|
|
7236
7662
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
7237
7663
|
|
|
7664
|
+
if (database !== undefined) {
|
|
7665
|
+
localVarQueryParameter['database'] = database;
|
|
7666
|
+
}
|
|
7667
|
+
|
|
7238
7668
|
|
|
7239
7669
|
|
|
7240
7670
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -7730,10 +8160,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
7730
8160
|
* @param {string} orgName name of the Org
|
|
7731
8161
|
* @param {string} clusterName name of the cluster
|
|
7732
8162
|
* @param {string} id id of the datasource
|
|
8163
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
7733
8164
|
* @param {*} [options] Override http request option.
|
|
7734
8165
|
* @throws {RequiredError}
|
|
7735
8166
|
*/
|
|
7736
|
-
listQueryHistory: async (orgName: string, clusterName: string, id: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
8167
|
+
listQueryHistory: async (orgName: string, clusterName: string, id: string, limit?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
7737
8168
|
// verify required parameter 'orgName' is not null or undefined
|
|
7738
8169
|
assertParamExists('listQueryHistory', 'orgName', orgName)
|
|
7739
8170
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -7758,6 +8189,10 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
7758
8189
|
// authentication BearerToken required
|
|
7759
8190
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
7760
8191
|
|
|
8192
|
+
if (limit !== undefined) {
|
|
8193
|
+
localVarQueryParameter['limit'] = limit;
|
|
8194
|
+
}
|
|
8195
|
+
|
|
7761
8196
|
|
|
7762
8197
|
|
|
7763
8198
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -9123,10 +9558,24 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9123
9558
|
* @param {string} [componentName]
|
|
9124
9559
|
* @param {string} [instanceName]
|
|
9125
9560
|
* @param {string} [query]
|
|
9126
|
-
* @param {
|
|
9127
|
-
* @
|
|
9128
|
-
|
|
9129
|
-
|
|
9561
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
9562
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
9563
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
9564
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
9565
|
+
* @param {number} [minRowsExamined]
|
|
9566
|
+
* @param {number} [maxRowsExamined]
|
|
9567
|
+
* @param {number} [minRowsSent]
|
|
9568
|
+
* @param {number} [maxRowsSent]
|
|
9569
|
+
* @param {string} [dbName]
|
|
9570
|
+
* @param {string} [userName]
|
|
9571
|
+
* @param {string} [clientIp]
|
|
9572
|
+
* @param {string} [appName]
|
|
9573
|
+
* @param {string} [templateId]
|
|
9574
|
+
* @param {boolean} [unclassifiedOnly]
|
|
9575
|
+
* @param {*} [options] Override http request option.
|
|
9576
|
+
* @throws {RequiredError}
|
|
9577
|
+
*/
|
|
9578
|
+
queryLogHits: async (orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, userName?: string, clientIp?: string, appName?: string, templateId?: string, unclassifiedOnly?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
9130
9579
|
// verify required parameter 'orgName' is not null or undefined
|
|
9131
9580
|
assertParamExists('queryLogHits', 'orgName', orgName)
|
|
9132
9581
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -9184,6 +9633,62 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9184
9633
|
localVarQueryParameter['query'] = query;
|
|
9185
9634
|
}
|
|
9186
9635
|
|
|
9636
|
+
if (minExecutionTime !== undefined) {
|
|
9637
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
9638
|
+
}
|
|
9639
|
+
|
|
9640
|
+
if (maxExecutionTime !== undefined) {
|
|
9641
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
9642
|
+
}
|
|
9643
|
+
|
|
9644
|
+
if (minLockTime !== undefined) {
|
|
9645
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
9646
|
+
}
|
|
9647
|
+
|
|
9648
|
+
if (maxLockTime !== undefined) {
|
|
9649
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
9650
|
+
}
|
|
9651
|
+
|
|
9652
|
+
if (minRowsExamined !== undefined) {
|
|
9653
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
9654
|
+
}
|
|
9655
|
+
|
|
9656
|
+
if (maxRowsExamined !== undefined) {
|
|
9657
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
9658
|
+
}
|
|
9659
|
+
|
|
9660
|
+
if (minRowsSent !== undefined) {
|
|
9661
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
9662
|
+
}
|
|
9663
|
+
|
|
9664
|
+
if (maxRowsSent !== undefined) {
|
|
9665
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
9666
|
+
}
|
|
9667
|
+
|
|
9668
|
+
if (dbName !== undefined) {
|
|
9669
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
9670
|
+
}
|
|
9671
|
+
|
|
9672
|
+
if (userName !== undefined) {
|
|
9673
|
+
localVarQueryParameter['userName'] = userName;
|
|
9674
|
+
}
|
|
9675
|
+
|
|
9676
|
+
if (clientIp !== undefined) {
|
|
9677
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
9678
|
+
}
|
|
9679
|
+
|
|
9680
|
+
if (appName !== undefined) {
|
|
9681
|
+
localVarQueryParameter['appName'] = appName;
|
|
9682
|
+
}
|
|
9683
|
+
|
|
9684
|
+
if (templateId !== undefined) {
|
|
9685
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
9686
|
+
}
|
|
9687
|
+
|
|
9688
|
+
if (unclassifiedOnly !== undefined) {
|
|
9689
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
9690
|
+
}
|
|
9691
|
+
|
|
9187
9692
|
|
|
9188
9693
|
|
|
9189
9694
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -9361,10 +9866,11 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9361
9866
|
};
|
|
9362
9867
|
},
|
|
9363
9868
|
/**
|
|
9364
|
-
* Query slow
|
|
9365
|
-
* @summary Query cluster slow
|
|
9869
|
+
* Query slow log samples for a template
|
|
9870
|
+
* @summary Query cluster slow log template samples
|
|
9366
9871
|
* @param {string} orgName
|
|
9367
9872
|
* @param {string} clusterName
|
|
9873
|
+
* @param {string} templateId
|
|
9368
9874
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
9369
9875
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
9370
9876
|
* @param {string} [componentName]
|
|
@@ -9375,18 +9881,21 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9375
9881
|
* @param {*} [options] Override http request option.
|
|
9376
9882
|
* @throws {RequiredError}
|
|
9377
9883
|
*/
|
|
9378
|
-
|
|
9884
|
+
querySlowLogTemplateSamples: async (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
9379
9885
|
// verify required parameter 'orgName' is not null or undefined
|
|
9380
|
-
assertParamExists('
|
|
9886
|
+
assertParamExists('querySlowLogTemplateSamples', 'orgName', orgName)
|
|
9381
9887
|
// verify required parameter 'clusterName' is not null or undefined
|
|
9382
|
-
assertParamExists('
|
|
9888
|
+
assertParamExists('querySlowLogTemplateSamples', 'clusterName', clusterName)
|
|
9889
|
+
// verify required parameter 'templateId' is not null or undefined
|
|
9890
|
+
assertParamExists('querySlowLogTemplateSamples', 'templateId', templateId)
|
|
9383
9891
|
// verify required parameter 'startTime' is not null or undefined
|
|
9384
|
-
assertParamExists('
|
|
9892
|
+
assertParamExists('querySlowLogTemplateSamples', 'startTime', startTime)
|
|
9385
9893
|
// verify required parameter 'endTime' is not null or undefined
|
|
9386
|
-
assertParamExists('
|
|
9387
|
-
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow`
|
|
9894
|
+
assertParamExists('querySlowLogTemplateSamples', 'endTime', endTime)
|
|
9895
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/samples`
|
|
9388
9896
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
9389
|
-
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
9897
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
9898
|
+
.replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
|
|
9390
9899
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
9391
9900
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9392
9901
|
let baseOptions;
|
|
@@ -9441,17 +9950,50 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9441
9950
|
};
|
|
9442
9951
|
},
|
|
9443
9952
|
/**
|
|
9444
|
-
*
|
|
9445
|
-
* @summary
|
|
9446
|
-
* @param {string}
|
|
9447
|
-
* @param {
|
|
9448
|
-
* @
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9953
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
9954
|
+
* @summary Query cluster slow log templates
|
|
9955
|
+
* @param {string} orgName
|
|
9956
|
+
* @param {string} clusterName
|
|
9957
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
9958
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
9959
|
+
* @param {string} [componentName]
|
|
9960
|
+
* @param {string} [instanceName]
|
|
9961
|
+
* @param {string} [query]
|
|
9962
|
+
* @param {number} [topN]
|
|
9963
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
9964
|
+
* @param {SortType} [sortType]
|
|
9965
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
9966
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
9967
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
9968
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
9969
|
+
* @param {number} [minRowsExamined]
|
|
9970
|
+
* @param {number} [maxRowsExamined]
|
|
9971
|
+
* @param {number} [minRowsSent]
|
|
9972
|
+
* @param {number} [maxRowsSent]
|
|
9973
|
+
* @param {string} [dbName]
|
|
9974
|
+
* @param {string} [dbNameContains]
|
|
9975
|
+
* @param {string} [userName]
|
|
9976
|
+
* @param {string} [userNameContains]
|
|
9977
|
+
* @param {string} [clientIp]
|
|
9978
|
+
* @param {string} [clientIpContains]
|
|
9979
|
+
* @param {string} [clientIpCIDR]
|
|
9980
|
+
* @param {string} [appName]
|
|
9981
|
+
* @param {string} [appNameContains]
|
|
9982
|
+
* @param {*} [options] Override http request option.
|
|
9983
|
+
* @throws {RequiredError}
|
|
9984
|
+
*/
|
|
9985
|
+
querySlowLogTemplates: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, topN?: number, sortBy?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
9986
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
9987
|
+
assertParamExists('querySlowLogTemplates', 'orgName', orgName)
|
|
9988
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
9989
|
+
assertParamExists('querySlowLogTemplates', 'clusterName', clusterName)
|
|
9990
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
9991
|
+
assertParamExists('querySlowLogTemplates', 'startTime', startTime)
|
|
9992
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
9993
|
+
assertParamExists('querySlowLogTemplates', 'endTime', endTime)
|
|
9994
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates`
|
|
9995
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
9996
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
9455
9997
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
9456
9998
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9457
9999
|
let baseOptions;
|
|
@@ -9466,48 +10008,360 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9466
10008
|
// authentication BearerToken required
|
|
9467
10009
|
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
9468
10010
|
|
|
10011
|
+
if (startTime !== undefined) {
|
|
10012
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
10013
|
+
}
|
|
9469
10014
|
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10015
|
+
if (endTime !== undefined) {
|
|
10016
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
10017
|
+
}
|
|
9474
10018
|
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
options: localVarRequestOptions,
|
|
9478
|
-
};
|
|
9479
|
-
},
|
|
9480
|
-
/**
|
|
9481
|
-
* read the specified Org
|
|
9482
|
-
* @summary Get organization
|
|
9483
|
-
* @param {string} orgName name of the Org
|
|
9484
|
-
* @param {*} [options] Override http request option.
|
|
9485
|
-
* @throws {RequiredError}
|
|
9486
|
-
*/
|
|
9487
|
-
readOrg: async (orgName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
9488
|
-
// verify required parameter 'orgName' is not null or undefined
|
|
9489
|
-
assertParamExists('readOrg', 'orgName', orgName)
|
|
9490
|
-
const localVarPath = `/api/v1/organizations/{orgName}`
|
|
9491
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
9492
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
9493
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9494
|
-
let baseOptions;
|
|
9495
|
-
if (configuration) {
|
|
9496
|
-
baseOptions = configuration.baseOptions;
|
|
10019
|
+
if (componentName !== undefined) {
|
|
10020
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
9497
10021
|
}
|
|
9498
10022
|
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
10023
|
+
if (instanceName !== undefined) {
|
|
10024
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
10025
|
+
}
|
|
9502
10026
|
|
|
9503
|
-
|
|
9504
|
-
|
|
10027
|
+
if (query !== undefined) {
|
|
10028
|
+
localVarQueryParameter['query'] = query;
|
|
10029
|
+
}
|
|
9505
10030
|
|
|
10031
|
+
if (topN !== undefined) {
|
|
10032
|
+
localVarQueryParameter['topN'] = topN;
|
|
10033
|
+
}
|
|
9506
10034
|
|
|
9507
|
-
|
|
9508
|
-
|
|
9509
|
-
|
|
9510
|
-
|
|
10035
|
+
if (sortBy !== undefined) {
|
|
10036
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
10037
|
+
}
|
|
10038
|
+
|
|
10039
|
+
if (sortType !== undefined) {
|
|
10040
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
10041
|
+
}
|
|
10042
|
+
|
|
10043
|
+
if (minExecutionTime !== undefined) {
|
|
10044
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
10045
|
+
}
|
|
10046
|
+
|
|
10047
|
+
if (maxExecutionTime !== undefined) {
|
|
10048
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
10049
|
+
}
|
|
10050
|
+
|
|
10051
|
+
if (minLockTime !== undefined) {
|
|
10052
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
10053
|
+
}
|
|
10054
|
+
|
|
10055
|
+
if (maxLockTime !== undefined) {
|
|
10056
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
10057
|
+
}
|
|
10058
|
+
|
|
10059
|
+
if (minRowsExamined !== undefined) {
|
|
10060
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
10061
|
+
}
|
|
10062
|
+
|
|
10063
|
+
if (maxRowsExamined !== undefined) {
|
|
10064
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
10065
|
+
}
|
|
10066
|
+
|
|
10067
|
+
if (minRowsSent !== undefined) {
|
|
10068
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
10069
|
+
}
|
|
10070
|
+
|
|
10071
|
+
if (maxRowsSent !== undefined) {
|
|
10072
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
10073
|
+
}
|
|
10074
|
+
|
|
10075
|
+
if (dbName !== undefined) {
|
|
10076
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
10077
|
+
}
|
|
10078
|
+
|
|
10079
|
+
if (dbNameContains !== undefined) {
|
|
10080
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
10081
|
+
}
|
|
10082
|
+
|
|
10083
|
+
if (userName !== undefined) {
|
|
10084
|
+
localVarQueryParameter['userName'] = userName;
|
|
10085
|
+
}
|
|
10086
|
+
|
|
10087
|
+
if (userNameContains !== undefined) {
|
|
10088
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
10089
|
+
}
|
|
10090
|
+
|
|
10091
|
+
if (clientIp !== undefined) {
|
|
10092
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
10093
|
+
}
|
|
10094
|
+
|
|
10095
|
+
if (clientIpContains !== undefined) {
|
|
10096
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
10097
|
+
}
|
|
10098
|
+
|
|
10099
|
+
if (clientIpCIDR !== undefined) {
|
|
10100
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
10101
|
+
}
|
|
10102
|
+
|
|
10103
|
+
if (appName !== undefined) {
|
|
10104
|
+
localVarQueryParameter['appName'] = appName;
|
|
10105
|
+
}
|
|
10106
|
+
|
|
10107
|
+
if (appNameContains !== undefined) {
|
|
10108
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
10109
|
+
}
|
|
10110
|
+
|
|
10111
|
+
|
|
10112
|
+
|
|
10113
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10114
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10115
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10116
|
+
|
|
10117
|
+
return {
|
|
10118
|
+
url: toPathString(localVarUrlObj),
|
|
10119
|
+
options: localVarRequestOptions,
|
|
10120
|
+
};
|
|
10121
|
+
},
|
|
10122
|
+
/**
|
|
10123
|
+
* Query slow logs of a cluster
|
|
10124
|
+
* @summary Query cluster slow logs
|
|
10125
|
+
* @param {string} orgName
|
|
10126
|
+
* @param {string} clusterName
|
|
10127
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
10128
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
10129
|
+
* @param {string} [componentName]
|
|
10130
|
+
* @param {string} [instanceName]
|
|
10131
|
+
* @param {string} [query]
|
|
10132
|
+
* @param {string} [limit]
|
|
10133
|
+
* @param {SortType} [sortType]
|
|
10134
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
10135
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
10136
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
10137
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
10138
|
+
* @param {number} [minRowsExamined]
|
|
10139
|
+
* @param {number} [maxRowsExamined]
|
|
10140
|
+
* @param {number} [minRowsSent]
|
|
10141
|
+
* @param {number} [maxRowsSent]
|
|
10142
|
+
* @param {string} [dbName]
|
|
10143
|
+
* @param {string} [dbNameContains]
|
|
10144
|
+
* @param {string} [userName]
|
|
10145
|
+
* @param {string} [userNameContains]
|
|
10146
|
+
* @param {string} [clientIp]
|
|
10147
|
+
* @param {string} [clientIpContains]
|
|
10148
|
+
* @param {string} [clientIpCIDR]
|
|
10149
|
+
* @param {string} [appName]
|
|
10150
|
+
* @param {string} [appNameContains]
|
|
10151
|
+
* @param {string} [templateId]
|
|
10152
|
+
* @param {boolean} [unclassifiedOnly]
|
|
10153
|
+
* @param {*} [options] Override http request option.
|
|
10154
|
+
* @throws {RequiredError}
|
|
10155
|
+
*/
|
|
10156
|
+
querySlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10157
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
10158
|
+
assertParamExists('querySlowLogs', 'orgName', orgName)
|
|
10159
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
10160
|
+
assertParamExists('querySlowLogs', 'clusterName', clusterName)
|
|
10161
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
10162
|
+
assertParamExists('querySlowLogs', 'startTime', startTime)
|
|
10163
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
10164
|
+
assertParamExists('querySlowLogs', 'endTime', endTime)
|
|
10165
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow`
|
|
10166
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
10167
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
10168
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10169
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10170
|
+
let baseOptions;
|
|
10171
|
+
if (configuration) {
|
|
10172
|
+
baseOptions = configuration.baseOptions;
|
|
10173
|
+
}
|
|
10174
|
+
|
|
10175
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10176
|
+
const localVarHeaderParameter = {} as any;
|
|
10177
|
+
const localVarQueryParameter = {} as any;
|
|
10178
|
+
|
|
10179
|
+
// authentication BearerToken required
|
|
10180
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
10181
|
+
|
|
10182
|
+
if (startTime !== undefined) {
|
|
10183
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
10184
|
+
}
|
|
10185
|
+
|
|
10186
|
+
if (endTime !== undefined) {
|
|
10187
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
10188
|
+
}
|
|
10189
|
+
|
|
10190
|
+
if (componentName !== undefined) {
|
|
10191
|
+
localVarQueryParameter['componentName'] = componentName;
|
|
10192
|
+
}
|
|
10193
|
+
|
|
10194
|
+
if (instanceName !== undefined) {
|
|
10195
|
+
localVarQueryParameter['instanceName'] = instanceName;
|
|
10196
|
+
}
|
|
10197
|
+
|
|
10198
|
+
if (query !== undefined) {
|
|
10199
|
+
localVarQueryParameter['query'] = query;
|
|
10200
|
+
}
|
|
10201
|
+
|
|
10202
|
+
if (limit !== undefined) {
|
|
10203
|
+
localVarQueryParameter['limit'] = limit;
|
|
10204
|
+
}
|
|
10205
|
+
|
|
10206
|
+
if (sortType !== undefined) {
|
|
10207
|
+
localVarQueryParameter['sortType'] = sortType;
|
|
10208
|
+
}
|
|
10209
|
+
|
|
10210
|
+
if (minExecutionTime !== undefined) {
|
|
10211
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
10212
|
+
}
|
|
10213
|
+
|
|
10214
|
+
if (maxExecutionTime !== undefined) {
|
|
10215
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
10216
|
+
}
|
|
10217
|
+
|
|
10218
|
+
if (minLockTime !== undefined) {
|
|
10219
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
10220
|
+
}
|
|
10221
|
+
|
|
10222
|
+
if (maxLockTime !== undefined) {
|
|
10223
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
10224
|
+
}
|
|
10225
|
+
|
|
10226
|
+
if (minRowsExamined !== undefined) {
|
|
10227
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
10228
|
+
}
|
|
10229
|
+
|
|
10230
|
+
if (maxRowsExamined !== undefined) {
|
|
10231
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
10232
|
+
}
|
|
10233
|
+
|
|
10234
|
+
if (minRowsSent !== undefined) {
|
|
10235
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
10236
|
+
}
|
|
10237
|
+
|
|
10238
|
+
if (maxRowsSent !== undefined) {
|
|
10239
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
10240
|
+
}
|
|
10241
|
+
|
|
10242
|
+
if (dbName !== undefined) {
|
|
10243
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
10244
|
+
}
|
|
10245
|
+
|
|
10246
|
+
if (dbNameContains !== undefined) {
|
|
10247
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
10248
|
+
}
|
|
10249
|
+
|
|
10250
|
+
if (userName !== undefined) {
|
|
10251
|
+
localVarQueryParameter['userName'] = userName;
|
|
10252
|
+
}
|
|
10253
|
+
|
|
10254
|
+
if (userNameContains !== undefined) {
|
|
10255
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
10256
|
+
}
|
|
10257
|
+
|
|
10258
|
+
if (clientIp !== undefined) {
|
|
10259
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
10260
|
+
}
|
|
10261
|
+
|
|
10262
|
+
if (clientIpContains !== undefined) {
|
|
10263
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
10264
|
+
}
|
|
10265
|
+
|
|
10266
|
+
if (clientIpCIDR !== undefined) {
|
|
10267
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
10268
|
+
}
|
|
10269
|
+
|
|
10270
|
+
if (appName !== undefined) {
|
|
10271
|
+
localVarQueryParameter['appName'] = appName;
|
|
10272
|
+
}
|
|
10273
|
+
|
|
10274
|
+
if (appNameContains !== undefined) {
|
|
10275
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
10276
|
+
}
|
|
10277
|
+
|
|
10278
|
+
if (templateId !== undefined) {
|
|
10279
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
10280
|
+
}
|
|
10281
|
+
|
|
10282
|
+
if (unclassifiedOnly !== undefined) {
|
|
10283
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
10284
|
+
}
|
|
10285
|
+
|
|
10286
|
+
|
|
10287
|
+
|
|
10288
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10289
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10290
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10291
|
+
|
|
10292
|
+
return {
|
|
10293
|
+
url: toPathString(localVarUrlObj),
|
|
10294
|
+
options: localVarRequestOptions,
|
|
10295
|
+
};
|
|
10296
|
+
},
|
|
10297
|
+
/**
|
|
10298
|
+
* Get feature
|
|
10299
|
+
* @summary Get feature
|
|
10300
|
+
* @param {string} featureName name of the feature
|
|
10301
|
+
* @param {*} [options] Override http request option.
|
|
10302
|
+
* @throws {RequiredError}
|
|
10303
|
+
*/
|
|
10304
|
+
readFeature: async (featureName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10305
|
+
// verify required parameter 'featureName' is not null or undefined
|
|
10306
|
+
assertParamExists('readFeature', 'featureName', featureName)
|
|
10307
|
+
const localVarPath = `/api/v1/features/{featureName}`
|
|
10308
|
+
.replace(`{${"featureName"}}`, encodeURIComponent(String(featureName)));
|
|
10309
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10310
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10311
|
+
let baseOptions;
|
|
10312
|
+
if (configuration) {
|
|
10313
|
+
baseOptions = configuration.baseOptions;
|
|
10314
|
+
}
|
|
10315
|
+
|
|
10316
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10317
|
+
const localVarHeaderParameter = {} as any;
|
|
10318
|
+
const localVarQueryParameter = {} as any;
|
|
10319
|
+
|
|
10320
|
+
// authentication BearerToken required
|
|
10321
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
10322
|
+
|
|
10323
|
+
|
|
10324
|
+
|
|
10325
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10326
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10327
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10328
|
+
|
|
10329
|
+
return {
|
|
10330
|
+
url: toPathString(localVarUrlObj),
|
|
10331
|
+
options: localVarRequestOptions,
|
|
10332
|
+
};
|
|
10333
|
+
},
|
|
10334
|
+
/**
|
|
10335
|
+
* read the specified Org
|
|
10336
|
+
* @summary Get organization
|
|
10337
|
+
* @param {string} orgName name of the Org
|
|
10338
|
+
* @param {*} [options] Override http request option.
|
|
10339
|
+
* @throws {RequiredError}
|
|
10340
|
+
*/
|
|
10341
|
+
readOrg: async (orgName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10342
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
10343
|
+
assertParamExists('readOrg', 'orgName', orgName)
|
|
10344
|
+
const localVarPath = `/api/v1/organizations/{orgName}`
|
|
10345
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)));
|
|
10346
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10347
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10348
|
+
let baseOptions;
|
|
10349
|
+
if (configuration) {
|
|
10350
|
+
baseOptions = configuration.baseOptions;
|
|
10351
|
+
}
|
|
10352
|
+
|
|
10353
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10354
|
+
const localVarHeaderParameter = {} as any;
|
|
10355
|
+
const localVarQueryParameter = {} as any;
|
|
10356
|
+
|
|
10357
|
+
// authentication BearerToken required
|
|
10358
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
10359
|
+
|
|
10360
|
+
|
|
10361
|
+
|
|
10362
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10363
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10364
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
9511
10365
|
|
|
9512
10366
|
return {
|
|
9513
10367
|
url: toPathString(localVarUrlObj),
|
|
@@ -11531,23 +12385,24 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11531
12385
|
};
|
|
11532
12386
|
},
|
|
11533
12387
|
/**
|
|
11534
|
-
*
|
|
11535
|
-
* @
|
|
11536
|
-
* @param {string}
|
|
11537
|
-
* @param {
|
|
12388
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
12389
|
+
* @summary Enable TDE
|
|
12390
|
+
* @param {string} orgName name of the Org
|
|
12391
|
+
* @param {string} clusterName name of the Cluster
|
|
12392
|
+
* @param {TdeRequest} body
|
|
11538
12393
|
* @param {*} [options] Override http request option.
|
|
11539
12394
|
* @throws {RequiredError}
|
|
11540
12395
|
*/
|
|
11541
|
-
|
|
12396
|
+
updateTDE: async (orgName: string, clusterName: string, body: TdeRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
11542
12397
|
// verify required parameter 'orgName' is not null or undefined
|
|
11543
|
-
assertParamExists('
|
|
11544
|
-
// verify required parameter '
|
|
11545
|
-
assertParamExists('
|
|
11546
|
-
// verify required parameter '
|
|
11547
|
-
assertParamExists('
|
|
11548
|
-
const localVarPath = `/api/v1/organizations/{orgName}/
|
|
12398
|
+
assertParamExists('updateTDE', 'orgName', orgName)
|
|
12399
|
+
// verify required parameter 'clusterName' is not null or undefined
|
|
12400
|
+
assertParamExists('updateTDE', 'clusterName', clusterName)
|
|
12401
|
+
// verify required parameter 'body' is not null or undefined
|
|
12402
|
+
assertParamExists('updateTDE', 'body', body)
|
|
12403
|
+
const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/tde`
|
|
11549
12404
|
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
11550
|
-
.replace(`{${"
|
|
12405
|
+
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
11551
12406
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
11552
12407
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
11553
12408
|
let baseOptions;
|
|
@@ -11555,7 +12410,7 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11555
12410
|
baseOptions = configuration.baseOptions;
|
|
11556
12411
|
}
|
|
11557
12412
|
|
|
11558
|
-
const localVarRequestOptions = { method: '
|
|
12413
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
11559
12414
|
const localVarHeaderParameter = {} as any;
|
|
11560
12415
|
const localVarQueryParameter = {} as any;
|
|
11561
12416
|
|
|
@@ -11569,7 +12424,7 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11569
12424
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
11570
12425
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
11571
12426
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
11572
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
12427
|
+
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)
|
|
11573
12428
|
|
|
11574
12429
|
return {
|
|
11575
12430
|
url: toPathString(localVarUrlObj),
|
|
@@ -11577,8 +12432,54 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11577
12432
|
};
|
|
11578
12433
|
},
|
|
11579
12434
|
/**
|
|
11580
|
-
*
|
|
11581
|
-
* @
|
|
12435
|
+
* Update cluster tags
|
|
12436
|
+
* @param {string} orgName
|
|
12437
|
+
* @param {string} tagId
|
|
12438
|
+
* @param {TagUpdate} tagUpdate
|
|
12439
|
+
* @param {*} [options] Override http request option.
|
|
12440
|
+
* @throws {RequiredError}
|
|
12441
|
+
*/
|
|
12442
|
+
updateTag: async (orgName: string, tagId: string, tagUpdate: TagUpdate, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
12443
|
+
// verify required parameter 'orgName' is not null or undefined
|
|
12444
|
+
assertParamExists('updateTag', 'orgName', orgName)
|
|
12445
|
+
// verify required parameter 'tagId' is not null or undefined
|
|
12446
|
+
assertParamExists('updateTag', 'tagId', tagId)
|
|
12447
|
+
// verify required parameter 'tagUpdate' is not null or undefined
|
|
12448
|
+
assertParamExists('updateTag', 'tagUpdate', tagUpdate)
|
|
12449
|
+
const localVarPath = `/api/v1/organizations/{orgName}/tags/{tagId}`
|
|
12450
|
+
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
12451
|
+
.replace(`{${"tagId"}}`, encodeURIComponent(String(tagId)));
|
|
12452
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
12453
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
12454
|
+
let baseOptions;
|
|
12455
|
+
if (configuration) {
|
|
12456
|
+
baseOptions = configuration.baseOptions;
|
|
12457
|
+
}
|
|
12458
|
+
|
|
12459
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
12460
|
+
const localVarHeaderParameter = {} as any;
|
|
12461
|
+
const localVarQueryParameter = {} as any;
|
|
12462
|
+
|
|
12463
|
+
// authentication BearerToken required
|
|
12464
|
+
await setApiKeyToObject(localVarHeaderParameter, "authorization", configuration)
|
|
12465
|
+
|
|
12466
|
+
|
|
12467
|
+
|
|
12468
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
12469
|
+
|
|
12470
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
12471
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12472
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
12473
|
+
localVarRequestOptions.data = serializeDataIfNeeded(tagUpdate, localVarRequestOptions, configuration)
|
|
12474
|
+
|
|
12475
|
+
return {
|
|
12476
|
+
url: toPathString(localVarUrlObj),
|
|
12477
|
+
options: localVarRequestOptions,
|
|
12478
|
+
};
|
|
12479
|
+
},
|
|
12480
|
+
/**
|
|
12481
|
+
*
|
|
12482
|
+
* @summary Upgrade cluster version
|
|
11582
12483
|
* @param {string} orgName name of the Org
|
|
11583
12484
|
* @param {string} clusterName name of the KubeBlocks cluster
|
|
11584
12485
|
* @param {OpsUpgrade} body
|
|
@@ -12757,6 +13658,41 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
12757
13658
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.expandKafkaTopicPartitions']?.[localVarOperationServerIndex]?.url;
|
|
12758
13659
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12759
13660
|
},
|
|
13661
|
+
/**
|
|
13662
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
13663
|
+
* @summary Explain cluster slow log SQL
|
|
13664
|
+
* @param {string} orgName
|
|
13665
|
+
* @param {string} clusterName
|
|
13666
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
13667
|
+
* @param {*} [options] Override http request option.
|
|
13668
|
+
* @throws {RequiredError}
|
|
13669
|
+
*/
|
|
13670
|
+
async explainSlowLog(orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogExplainResponse>> {
|
|
13671
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLog(orgName, clusterName, dmsExplainRequest, options);
|
|
13672
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13673
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.explainSlowLog']?.[localVarOperationServerIndex]?.url;
|
|
13674
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13675
|
+
},
|
|
13676
|
+
/**
|
|
13677
|
+
* 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.
|
|
13678
|
+
* @summary Explain cluster slow log template
|
|
13679
|
+
* @param {string} orgName
|
|
13680
|
+
* @param {string} clusterName
|
|
13681
|
+
* @param {string} templateId
|
|
13682
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
13683
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
13684
|
+
* @param {string} [componentName]
|
|
13685
|
+
* @param {string} [instanceName]
|
|
13686
|
+
* @param {string} [query]
|
|
13687
|
+
* @param {*} [options] Override http request option.
|
|
13688
|
+
* @throws {RequiredError}
|
|
13689
|
+
*/
|
|
13690
|
+
async explainSlowLogTemplate(orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogExplainResponse>> {
|
|
13691
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
|
|
13692
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13693
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.explainSlowLogTemplate']?.[localVarOperationServerIndex]?.url;
|
|
13694
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13695
|
+
},
|
|
12760
13696
|
/**
|
|
12761
13697
|
* Export cluster logs and return as a file download
|
|
12762
13698
|
* @summary Export cluster logs
|
|
@@ -13007,11 +13943,13 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13007
13943
|
* @summary Get cluster details by ID
|
|
13008
13944
|
* @param {string} orgName name of the Org
|
|
13009
13945
|
* @param {string} clusterID ID of the KubeBlocks cluster
|
|
13946
|
+
* @param {string} [backupName] Backup name to override cluster components from its snapshot
|
|
13947
|
+
* @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
|
|
13010
13948
|
* @param {*} [options] Override http request option.
|
|
13011
13949
|
* @throws {RequiredError}
|
|
13012
13950
|
*/
|
|
13013
|
-
async getClusterByID(orgName: string, clusterID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Cluster>> {
|
|
13014
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, options);
|
|
13951
|
+
async getClusterByID(orgName: string, clusterID: string, backupName?: string, restoreTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Cluster>> {
|
|
13952
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, backupName, restoreTime, options);
|
|
13015
13953
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13016
13954
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getClusterByID']?.[localVarOperationServerIndex]?.url;
|
|
13017
13955
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -13319,11 +14257,12 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13319
14257
|
* @param {string} schema schema or database name
|
|
13320
14258
|
* @param {string} type object type
|
|
13321
14259
|
* @param {string} objectName object name
|
|
14260
|
+
* @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
13322
14261
|
* @param {*} [options] Override http request option.
|
|
13323
14262
|
* @throws {RequiredError}
|
|
13324
14263
|
*/
|
|
13325
|
-
async getObjectInfo(orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsObjectResponse>> {
|
|
13326
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, options);
|
|
14264
|
+
async getObjectInfo(orgName: string, clusterName: string, id: string, schema: string, type: string, objectName: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsObjectResponse>> {
|
|
14265
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options);
|
|
13327
14266
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13328
14267
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getObjectInfo']?.[localVarOperationServerIndex]?.url;
|
|
13329
14268
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -13435,11 +14374,12 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13435
14374
|
* @param {string} orgName name of the Org
|
|
13436
14375
|
* @param {string} clusterName name of the cluster
|
|
13437
14376
|
* @param {string} id id of the datasource
|
|
14377
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
|
|
13438
14378
|
* @param {*} [options] Override http request option.
|
|
13439
14379
|
* @throws {RequiredError}
|
|
13440
14380
|
*/
|
|
13441
|
-
async getSchemaList(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
13442
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, options);
|
|
14381
|
+
async getSchemaList(orgName: string, clusterName: string, id: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
14382
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, database, options);
|
|
13443
14383
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13444
14384
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getSchemaList']?.[localVarOperationServerIndex]?.url;
|
|
13445
14385
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -13453,13 +14393,53 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13453
14393
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
13454
14394
|
* @param {string} [componentName]
|
|
13455
14395
|
* @param {string} [instanceName]
|
|
14396
|
+
* @param {string} [query]
|
|
14397
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14398
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14399
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14400
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14401
|
+
* @param {number} [minRowsExamined]
|
|
14402
|
+
* @param {number} [maxRowsExamined]
|
|
14403
|
+
* @param {number} [minRowsSent]
|
|
14404
|
+
* @param {number} [maxRowsSent]
|
|
14405
|
+
* @param {string} [dbName]
|
|
14406
|
+
* @param {string} [dbNameContains]
|
|
14407
|
+
* @param {string} [userName]
|
|
14408
|
+
* @param {string} [userNameContains]
|
|
14409
|
+
* @param {string} [clientIp]
|
|
14410
|
+
* @param {string} [clientIpContains]
|
|
14411
|
+
* @param {string} [clientIpCIDR]
|
|
14412
|
+
* @param {string} [appName]
|
|
14413
|
+
* @param {string} [appNameContains]
|
|
14414
|
+
* @param {string} [templateId]
|
|
14415
|
+
* @param {boolean} [unclassifiedOnly]
|
|
14416
|
+
* @param {*} [options] Override http request option.
|
|
14417
|
+
* @throws {RequiredError}
|
|
14418
|
+
*/
|
|
14419
|
+
async getSlowLogStats(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogStats>> {
|
|
14420
|
+
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);
|
|
14421
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14422
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.getSlowLogStats']?.[localVarOperationServerIndex]?.url;
|
|
14423
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
14424
|
+
},
|
|
14425
|
+
/**
|
|
14426
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
14427
|
+
* @summary Get cluster slow log template
|
|
14428
|
+
* @param {string} orgName
|
|
14429
|
+
* @param {string} clusterName
|
|
14430
|
+
* @param {string} templateId
|
|
14431
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
14432
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
14433
|
+
* @param {string} [componentName]
|
|
14434
|
+
* @param {string} [instanceName]
|
|
14435
|
+
* @param {string} [query]
|
|
13456
14436
|
* @param {*} [options] Override http request option.
|
|
13457
14437
|
* @throws {RequiredError}
|
|
13458
14438
|
*/
|
|
13459
|
-
async
|
|
13460
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
14439
|
+
async getSlowLogTemplate(orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogTemplate>> {
|
|
14440
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
|
|
13461
14441
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13462
|
-
const localVarOperationServerBasePath = operationServerMap['SharedApi.
|
|
14442
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.getSlowLogTemplate']?.[localVarOperationServerIndex]?.url;
|
|
13463
14443
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13464
14444
|
},
|
|
13465
14445
|
/**
|
|
@@ -13477,6 +14457,21 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13477
14457
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.getSqlAudit']?.[localVarOperationServerIndex]?.url;
|
|
13478
14458
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13479
14459
|
},
|
|
14460
|
+
/**
|
|
14461
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
14462
|
+
* @summary Get TDE status
|
|
14463
|
+
* @param {string} orgName name of the Org
|
|
14464
|
+
* @param {string} clusterName name of the Cluster
|
|
14465
|
+
* @param {string} component component type
|
|
14466
|
+
* @param {*} [options] Override http request option.
|
|
14467
|
+
* @throws {RequiredError}
|
|
14468
|
+
*/
|
|
14469
|
+
async getTDE(orgName: string, clusterName: string, component: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TdeStatus>> {
|
|
14470
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTDE(orgName, clusterName, component, options);
|
|
14471
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14472
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.getTDE']?.[localVarOperationServerIndex]?.url;
|
|
14473
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
14474
|
+
},
|
|
13480
14475
|
/**
|
|
13481
14476
|
*
|
|
13482
14477
|
* @summary Get cluster TLS certificate
|
|
@@ -13723,6 +14718,21 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13723
14718
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listDatabases']?.[localVarOperationServerIndex]?.url;
|
|
13724
14719
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
13725
14720
|
},
|
|
14721
|
+
/**
|
|
14722
|
+
*
|
|
14723
|
+
* @summary list all databases of the datasource
|
|
14724
|
+
* @param {string} orgName name of the Org
|
|
14725
|
+
* @param {string} clusterName name of the cluster
|
|
14726
|
+
* @param {string} id id of the datasource
|
|
14727
|
+
* @param {*} [options] Override http request option.
|
|
14728
|
+
* @throws {RequiredError}
|
|
14729
|
+
*/
|
|
14730
|
+
async listDmsDatabases(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
14731
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDmsDatabases(orgName, clusterName, id, options);
|
|
14732
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14733
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.listDmsDatabases']?.[localVarOperationServerIndex]?.url;
|
|
14734
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
14735
|
+
},
|
|
13726
14736
|
/**
|
|
13727
14737
|
*
|
|
13728
14738
|
* @summary List cluster endpoints
|
|
@@ -13954,11 +14964,12 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13954
14964
|
* @param {string} id id of the datasource
|
|
13955
14965
|
* @param {string} schema schema or database name
|
|
13956
14966
|
* @param {string} type object type
|
|
14967
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
|
|
13957
14968
|
* @param {*} [options] Override http request option.
|
|
13958
14969
|
* @throws {RequiredError}
|
|
13959
14970
|
*/
|
|
13960
|
-
async listObjectNamesByType(orgName: string, clusterName: string, id: string, schema: string, type: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
13961
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, options);
|
|
14971
|
+
async listObjectNamesByType(orgName: string, clusterName: string, id: string, schema: string, type: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
14972
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, database, options);
|
|
13962
14973
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13963
14974
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listObjectNamesByType']?.[localVarOperationServerIndex]?.url;
|
|
13964
14975
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -13970,11 +14981,12 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13970
14981
|
* @param {string} clusterName name of the cluster
|
|
13971
14982
|
* @param {string} id id of the datasource
|
|
13972
14983
|
* @param {string} schema schema or database name
|
|
14984
|
+
* @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
|
|
13973
14985
|
* @param {*} [options] Override http request option.
|
|
13974
14986
|
* @throws {RequiredError}
|
|
13975
14987
|
*/
|
|
13976
|
-
async listObjectTypesInSchema(orgName: string, clusterName: string, id: string, schema: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsObject>>> {
|
|
13977
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, options);
|
|
14988
|
+
async listObjectTypesInSchema(orgName: string, clusterName: string, id: string, schema: string, database?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsObject>>> {
|
|
14989
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, database, options);
|
|
13978
14990
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13979
14991
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listObjectTypesInSchema']?.[localVarOperationServerIndex]?.url;
|
|
13980
14992
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -14136,11 +15148,12 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
14136
15148
|
* @param {string} orgName name of the Org
|
|
14137
15149
|
* @param {string} clusterName name of the cluster
|
|
14138
15150
|
* @param {string} id id of the datasource
|
|
15151
|
+
* @param {number} [limit] maximum history records to return, default and max 100
|
|
14139
15152
|
* @param {*} [options] Override http request option.
|
|
14140
15153
|
* @throws {RequiredError}
|
|
14141
15154
|
*/
|
|
14142
|
-
async listQueryHistory(orgName: string, clusterName: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsQueryHistory>>> {
|
|
14143
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, options);
|
|
15155
|
+
async listQueryHistory(orgName: string, clusterName: string, id: string, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DmsQueryHistory>>> {
|
|
15156
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, limit, options);
|
|
14144
15157
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14145
15158
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.listQueryHistory']?.[localVarOperationServerIndex]?.url;
|
|
14146
15159
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -14582,11 +15595,25 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
14582
15595
|
* @param {string} [componentName]
|
|
14583
15596
|
* @param {string} [instanceName]
|
|
14584
15597
|
* @param {string} [query]
|
|
14585
|
-
* @param {
|
|
14586
|
-
* @
|
|
14587
|
-
|
|
14588
|
-
|
|
14589
|
-
|
|
15598
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
15599
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
15600
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
15601
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
15602
|
+
* @param {number} [minRowsExamined]
|
|
15603
|
+
* @param {number} [maxRowsExamined]
|
|
15604
|
+
* @param {number} [minRowsSent]
|
|
15605
|
+
* @param {number} [maxRowsSent]
|
|
15606
|
+
* @param {string} [dbName]
|
|
15607
|
+
* @param {string} [userName]
|
|
15608
|
+
* @param {string} [clientIp]
|
|
15609
|
+
* @param {string} [appName]
|
|
15610
|
+
* @param {string} [templateId]
|
|
15611
|
+
* @param {boolean} [unclassifiedOnly]
|
|
15612
|
+
* @param {*} [options] Override http request option.
|
|
15613
|
+
* @throws {RequiredError}
|
|
15614
|
+
*/
|
|
15615
|
+
async queryLogHits(orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, userName?: string, clientIp?: string, appName?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterLogHitsResponse>> {
|
|
15616
|
+
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);
|
|
14590
15617
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14591
15618
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.queryLogHits']?.[localVarOperationServerIndex]?.url;
|
|
14592
15619
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -14635,10 +15662,11 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
14635
15662
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
14636
15663
|
},
|
|
14637
15664
|
/**
|
|
14638
|
-
* Query slow
|
|
14639
|
-
* @summary Query cluster slow
|
|
15665
|
+
* Query slow log samples for a template
|
|
15666
|
+
* @summary Query cluster slow log template samples
|
|
14640
15667
|
* @param {string} orgName
|
|
14641
15668
|
* @param {string} clusterName
|
|
15669
|
+
* @param {string} templateId
|
|
14642
15670
|
* @param {string} startTime Start time in epoch nanoseconds.
|
|
14643
15671
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
14644
15672
|
* @param {string} [componentName]
|
|
@@ -14649,8 +15677,87 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
14649
15677
|
* @param {*} [options] Override http request option.
|
|
14650
15678
|
* @throws {RequiredError}
|
|
14651
15679
|
*/
|
|
14652
|
-
async
|
|
14653
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
15680
|
+
async querySlowLogTemplateSamples(orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLog>> {
|
|
15681
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
|
|
15682
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
15683
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.querySlowLogTemplateSamples']?.[localVarOperationServerIndex]?.url;
|
|
15684
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15685
|
+
},
|
|
15686
|
+
/**
|
|
15687
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
15688
|
+
* @summary Query cluster slow log templates
|
|
15689
|
+
* @param {string} orgName
|
|
15690
|
+
* @param {string} clusterName
|
|
15691
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
15692
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
15693
|
+
* @param {string} [componentName]
|
|
15694
|
+
* @param {string} [instanceName]
|
|
15695
|
+
* @param {string} [query]
|
|
15696
|
+
* @param {number} [topN]
|
|
15697
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
15698
|
+
* @param {SortType} [sortType]
|
|
15699
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15700
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15701
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15702
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15703
|
+
* @param {number} [minRowsExamined]
|
|
15704
|
+
* @param {number} [maxRowsExamined]
|
|
15705
|
+
* @param {number} [minRowsSent]
|
|
15706
|
+
* @param {number} [maxRowsSent]
|
|
15707
|
+
* @param {string} [dbName]
|
|
15708
|
+
* @param {string} [dbNameContains]
|
|
15709
|
+
* @param {string} [userName]
|
|
15710
|
+
* @param {string} [userNameContains]
|
|
15711
|
+
* @param {string} [clientIp]
|
|
15712
|
+
* @param {string} [clientIpContains]
|
|
15713
|
+
* @param {string} [clientIpCIDR]
|
|
15714
|
+
* @param {string} [appName]
|
|
15715
|
+
* @param {string} [appNameContains]
|
|
15716
|
+
* @param {*} [options] Override http request option.
|
|
15717
|
+
* @throws {RequiredError}
|
|
15718
|
+
*/
|
|
15719
|
+
async querySlowLogTemplates(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, topN?: number, sortBy?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogTemplateList>> {
|
|
15720
|
+
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);
|
|
15721
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
15722
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.querySlowLogTemplates']?.[localVarOperationServerIndex]?.url;
|
|
15723
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15724
|
+
},
|
|
15725
|
+
/**
|
|
15726
|
+
* Query slow logs of a cluster
|
|
15727
|
+
* @summary Query cluster slow logs
|
|
15728
|
+
* @param {string} orgName
|
|
15729
|
+
* @param {string} clusterName
|
|
15730
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
15731
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
15732
|
+
* @param {string} [componentName]
|
|
15733
|
+
* @param {string} [instanceName]
|
|
15734
|
+
* @param {string} [query]
|
|
15735
|
+
* @param {string} [limit]
|
|
15736
|
+
* @param {SortType} [sortType]
|
|
15737
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15738
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
15739
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15740
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
15741
|
+
* @param {number} [minRowsExamined]
|
|
15742
|
+
* @param {number} [maxRowsExamined]
|
|
15743
|
+
* @param {number} [minRowsSent]
|
|
15744
|
+
* @param {number} [maxRowsSent]
|
|
15745
|
+
* @param {string} [dbName]
|
|
15746
|
+
* @param {string} [dbNameContains]
|
|
15747
|
+
* @param {string} [userName]
|
|
15748
|
+
* @param {string} [userNameContains]
|
|
15749
|
+
* @param {string} [clientIp]
|
|
15750
|
+
* @param {string} [clientIpContains]
|
|
15751
|
+
* @param {string} [clientIpCIDR]
|
|
15752
|
+
* @param {string} [appName]
|
|
15753
|
+
* @param {string} [appNameContains]
|
|
15754
|
+
* @param {string} [templateId]
|
|
15755
|
+
* @param {boolean} [unclassifiedOnly]
|
|
15756
|
+
* @param {*} [options] Override http request option.
|
|
15757
|
+
* @throws {RequiredError}
|
|
15758
|
+
*/
|
|
15759
|
+
async querySlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLog>> {
|
|
15760
|
+
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);
|
|
14654
15761
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14655
15762
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.querySlowLogs']?.[localVarOperationServerIndex]?.url;
|
|
14656
15763
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -15327,6 +16434,21 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
15327
16434
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.updateSqlAudit']?.[localVarOperationServerIndex]?.url;
|
|
15328
16435
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15329
16436
|
},
|
|
16437
|
+
/**
|
|
16438
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
16439
|
+
* @summary Enable TDE
|
|
16440
|
+
* @param {string} orgName name of the Org
|
|
16441
|
+
* @param {string} clusterName name of the Cluster
|
|
16442
|
+
* @param {TdeRequest} body
|
|
16443
|
+
* @param {*} [options] Override http request option.
|
|
16444
|
+
* @throws {RequiredError}
|
|
16445
|
+
*/
|
|
16446
|
+
async updateTDE(orgName: string, clusterName: string, body: TdeRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TdeResponse>> {
|
|
16447
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateTDE(orgName, clusterName, body, options);
|
|
16448
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
16449
|
+
const localVarOperationServerBasePath = operationServerMap['SharedApi.updateTDE']?.[localVarOperationServerIndex]?.url;
|
|
16450
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
16451
|
+
},
|
|
15330
16452
|
/**
|
|
15331
16453
|
* Update cluster tags
|
|
15332
16454
|
* @param {string} orgName
|
|
@@ -16061,6 +17183,26 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16061
17183
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
16062
17184
|
return localVarFp.expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(axios, basePath));
|
|
16063
17185
|
},
|
|
17186
|
+
/**
|
|
17187
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
17188
|
+
* @summary Explain cluster slow log SQL
|
|
17189
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
17190
|
+
* @param {*} [options] Override http request option.
|
|
17191
|
+
* @throws {RequiredError}
|
|
17192
|
+
*/
|
|
17193
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse> {
|
|
17194
|
+
return localVarFp.explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(axios, basePath));
|
|
17195
|
+
},
|
|
17196
|
+
/**
|
|
17197
|
+
* 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.
|
|
17198
|
+
* @summary Explain cluster slow log template
|
|
17199
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17200
|
+
* @param {*} [options] Override http request option.
|
|
17201
|
+
* @throws {RequiredError}
|
|
17202
|
+
*/
|
|
17203
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse> {
|
|
17204
|
+
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));
|
|
17205
|
+
},
|
|
16064
17206
|
/**
|
|
16065
17207
|
* Export cluster logs and return as a file download
|
|
16066
17208
|
* @summary Export cluster logs
|
|
@@ -16229,7 +17371,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16229
17371
|
* @throws {RequiredError}
|
|
16230
17372
|
*/
|
|
16231
17373
|
getClusterByID(requestParameters: SharedApiGetClusterByIDRequest, options?: RawAxiosRequestConfig): AxiosPromise<Cluster> {
|
|
16232
|
-
return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(axios, basePath));
|
|
17374
|
+
return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(axios, basePath));
|
|
16233
17375
|
},
|
|
16234
17376
|
/**
|
|
16235
17377
|
* read log of the specified cluster instance
|
|
@@ -16428,7 +17570,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16428
17570
|
* @throws {RequiredError}
|
|
16429
17571
|
*/
|
|
16430
17572
|
getObjectInfo(requestParameters: SharedApiGetObjectInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsObjectResponse> {
|
|
16431
|
-
return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(axios, basePath));
|
|
17573
|
+
return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
16432
17574
|
},
|
|
16433
17575
|
/**
|
|
16434
17576
|
*
|
|
@@ -16508,7 +17650,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16508
17650
|
* @throws {RequiredError}
|
|
16509
17651
|
*/
|
|
16510
17652
|
getSchemaList(requestParameters: SharedApiGetSchemaListRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
16511
|
-
return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
17653
|
+
return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
16512
17654
|
},
|
|
16513
17655
|
/**
|
|
16514
17656
|
* Get statistics summary for slow logs of a cluster
|
|
@@ -16518,7 +17660,17 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16518
17660
|
* @throws {RequiredError}
|
|
16519
17661
|
*/
|
|
16520
17662
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats> {
|
|
16521
|
-
return localVarFp.getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(axios, basePath));
|
|
17663
|
+
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));
|
|
17664
|
+
},
|
|
17665
|
+
/**
|
|
17666
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
17667
|
+
* @summary Get cluster slow log template
|
|
17668
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
17669
|
+
* @param {*} [options] Override http request option.
|
|
17670
|
+
* @throws {RequiredError}
|
|
17671
|
+
*/
|
|
17672
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate> {
|
|
17673
|
+
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));
|
|
16522
17674
|
},
|
|
16523
17675
|
/**
|
|
16524
17676
|
* Query the SQL audit log switch status for a cluster component
|
|
@@ -16530,6 +17682,16 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16530
17682
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditStatus> {
|
|
16531
17683
|
return localVarFp.getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
|
|
16532
17684
|
},
|
|
17685
|
+
/**
|
|
17686
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
17687
|
+
* @summary Get TDE status
|
|
17688
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
17689
|
+
* @param {*} [options] Override http request option.
|
|
17690
|
+
* @throws {RequiredError}
|
|
17691
|
+
*/
|
|
17692
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeStatus> {
|
|
17693
|
+
return localVarFp.getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
|
|
17694
|
+
},
|
|
16533
17695
|
/**
|
|
16534
17696
|
*
|
|
16535
17697
|
* @summary Get cluster TLS certificate
|
|
@@ -16690,6 +17852,16 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16690
17852
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<DatabaseList> {
|
|
16691
17853
|
return localVarFp.listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
16692
17854
|
},
|
|
17855
|
+
/**
|
|
17856
|
+
*
|
|
17857
|
+
* @summary list all databases of the datasource
|
|
17858
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
17859
|
+
* @param {*} [options] Override http request option.
|
|
17860
|
+
* @throws {RequiredError}
|
|
17861
|
+
*/
|
|
17862
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
17863
|
+
return localVarFp.listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
17864
|
+
},
|
|
16693
17865
|
/**
|
|
16694
17866
|
*
|
|
16695
17867
|
* @summary List cluster endpoints
|
|
@@ -16847,7 +18019,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16847
18019
|
* @throws {RequiredError}
|
|
16848
18020
|
*/
|
|
16849
18021
|
listObjectNamesByType(requestParameters: SharedApiListObjectNamesByTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
16850
|
-
return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(axios, basePath));
|
|
18022
|
+
return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
16851
18023
|
},
|
|
16852
18024
|
/**
|
|
16853
18025
|
*
|
|
@@ -16857,7 +18029,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16857
18029
|
* @throws {RequiredError}
|
|
16858
18030
|
*/
|
|
16859
18031
|
listObjectTypesInSchema(requestParameters: SharedApiListObjectTypesInSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DmsObject>> {
|
|
16860
|
-
return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(axios, basePath));
|
|
18032
|
+
return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(axios, basePath));
|
|
16861
18033
|
},
|
|
16862
18034
|
/**
|
|
16863
18035
|
*
|
|
@@ -16966,7 +18138,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
16966
18138
|
* @throws {RequiredError}
|
|
16967
18139
|
*/
|
|
16968
18140
|
listQueryHistory(requestParameters: SharedApiListQueryHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<DmsQueryHistory>> {
|
|
16969
|
-
return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
18141
|
+
return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
16970
18142
|
},
|
|
16971
18143
|
/**
|
|
16972
18144
|
* List all RabbitMQ accounts
|
|
@@ -17256,7 +18428,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
17256
18428
|
* @throws {RequiredError}
|
|
17257
18429
|
*/
|
|
17258
18430
|
queryLogHits(requestParameters: SharedApiQueryLogHitsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterLogHitsResponse> {
|
|
17259
|
-
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));
|
|
18431
|
+
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));
|
|
17260
18432
|
},
|
|
17261
18433
|
/**
|
|
17262
18434
|
* Query pod logs of a cluster
|
|
@@ -17278,6 +18450,26 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
17278
18450
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse> {
|
|
17279
18451
|
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));
|
|
17280
18452
|
},
|
|
18453
|
+
/**
|
|
18454
|
+
* Query slow log samples for a template
|
|
18455
|
+
* @summary Query cluster slow log template samples
|
|
18456
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
18457
|
+
* @param {*} [options] Override http request option.
|
|
18458
|
+
* @throws {RequiredError}
|
|
18459
|
+
*/
|
|
18460
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog> {
|
|
18461
|
+
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));
|
|
18462
|
+
},
|
|
18463
|
+
/**
|
|
18464
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
18465
|
+
* @summary Query cluster slow log templates
|
|
18466
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
18467
|
+
* @param {*} [options] Override http request option.
|
|
18468
|
+
* @throws {RequiredError}
|
|
18469
|
+
*/
|
|
18470
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList> {
|
|
18471
|
+
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));
|
|
18472
|
+
},
|
|
17281
18473
|
/**
|
|
17282
18474
|
* Query slow logs of a cluster
|
|
17283
18475
|
* @summary Query cluster slow logs
|
|
@@ -17286,7 +18478,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
17286
18478
|
* @throws {RequiredError}
|
|
17287
18479
|
*/
|
|
17288
18480
|
querySlowLogs(requestParameters: SharedApiQuerySlowLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog> {
|
|
17289
|
-
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));
|
|
18481
|
+
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));
|
|
17290
18482
|
},
|
|
17291
18483
|
/**
|
|
17292
18484
|
* Get feature
|
|
@@ -17727,6 +18919,16 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
17727
18919
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditResponse> {
|
|
17728
18920
|
return localVarFp.updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
17729
18921
|
},
|
|
18922
|
+
/**
|
|
18923
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
18924
|
+
* @summary Enable TDE
|
|
18925
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
18926
|
+
* @param {*} [options] Override http request option.
|
|
18927
|
+
* @throws {RequiredError}
|
|
18928
|
+
*/
|
|
18929
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeResponse> {
|
|
18930
|
+
return localVarFp.updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
18931
|
+
},
|
|
17730
18932
|
/**
|
|
17731
18933
|
* Update cluster tags
|
|
17732
18934
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -18436,6 +19638,26 @@ export interface SharedApiInterface {
|
|
|
18436
19638
|
*/
|
|
18437
19639
|
expandKafkaTopicPartitions(requestParameters: SharedApiExpandKafkaTopicPartitionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
18438
19640
|
|
|
19641
|
+
/**
|
|
19642
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
19643
|
+
* @summary Explain cluster slow log SQL
|
|
19644
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
19645
|
+
* @param {*} [options] Override http request option.
|
|
19646
|
+
* @throws {RequiredError}
|
|
19647
|
+
* @memberof SharedApiInterface
|
|
19648
|
+
*/
|
|
19649
|
+
explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
19650
|
+
|
|
19651
|
+
/**
|
|
19652
|
+
* 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.
|
|
19653
|
+
* @summary Explain cluster slow log template
|
|
19654
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
19655
|
+
* @param {*} [options] Override http request option.
|
|
19656
|
+
* @throws {RequiredError}
|
|
19657
|
+
* @memberof SharedApiInterface
|
|
19658
|
+
*/
|
|
19659
|
+
explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
19660
|
+
|
|
18439
19661
|
/**
|
|
18440
19662
|
* Export cluster logs and return as a file download
|
|
18441
19663
|
* @summary Export cluster logs
|
|
@@ -18895,6 +20117,16 @@ export interface SharedApiInterface {
|
|
|
18895
20117
|
*/
|
|
18896
20118
|
getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
18897
20119
|
|
|
20120
|
+
/**
|
|
20121
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
20122
|
+
* @summary Get cluster slow log template
|
|
20123
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
20124
|
+
* @param {*} [options] Override http request option.
|
|
20125
|
+
* @throws {RequiredError}
|
|
20126
|
+
* @memberof SharedApiInterface
|
|
20127
|
+
*/
|
|
20128
|
+
getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
20129
|
+
|
|
18898
20130
|
/**
|
|
18899
20131
|
* Query the SQL audit log switch status for a cluster component
|
|
18900
20132
|
* @summary Get SQL audit log status
|
|
@@ -18905,6 +20137,16 @@ export interface SharedApiInterface {
|
|
|
18905
20137
|
*/
|
|
18906
20138
|
getSqlAudit(requestParameters: SharedApiGetSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditStatus>;
|
|
18907
20139
|
|
|
20140
|
+
/**
|
|
20141
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
20142
|
+
* @summary Get TDE status
|
|
20143
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
20144
|
+
* @param {*} [options] Override http request option.
|
|
20145
|
+
* @throws {RequiredError}
|
|
20146
|
+
* @memberof SharedApiInterface
|
|
20147
|
+
*/
|
|
20148
|
+
getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeStatus>;
|
|
20149
|
+
|
|
18908
20150
|
/**
|
|
18909
20151
|
*
|
|
18910
20152
|
* @summary Get cluster TLS certificate
|
|
@@ -19065,6 +20307,16 @@ export interface SharedApiInterface {
|
|
|
19065
20307
|
*/
|
|
19066
20308
|
listDatabases(requestParameters: SharedApiListDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<DatabaseList>;
|
|
19067
20309
|
|
|
20310
|
+
/**
|
|
20311
|
+
*
|
|
20312
|
+
* @summary list all databases of the datasource
|
|
20313
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
20314
|
+
* @param {*} [options] Override http request option.
|
|
20315
|
+
* @throws {RequiredError}
|
|
20316
|
+
* @memberof SharedApiInterface
|
|
20317
|
+
*/
|
|
20318
|
+
listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
20319
|
+
|
|
19068
20320
|
/**
|
|
19069
20321
|
*
|
|
19070
20322
|
* @summary List cluster endpoints
|
|
@@ -19653,6 +20905,26 @@ export interface SharedApiInterface {
|
|
|
19653
20905
|
*/
|
|
19654
20906
|
queryRunningLogs(requestParameters: SharedApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
19655
20907
|
|
|
20908
|
+
/**
|
|
20909
|
+
* Query slow log samples for a template
|
|
20910
|
+
* @summary Query cluster slow log template samples
|
|
20911
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
20912
|
+
* @param {*} [options] Override http request option.
|
|
20913
|
+
* @throws {RequiredError}
|
|
20914
|
+
* @memberof SharedApiInterface
|
|
20915
|
+
*/
|
|
20916
|
+
querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
20917
|
+
|
|
20918
|
+
/**
|
|
20919
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
20920
|
+
* @summary Query cluster slow log templates
|
|
20921
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
20922
|
+
* @param {*} [options] Override http request option.
|
|
20923
|
+
* @throws {RequiredError}
|
|
20924
|
+
* @memberof SharedApiInterface
|
|
20925
|
+
*/
|
|
20926
|
+
querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
20927
|
+
|
|
19656
20928
|
/**
|
|
19657
20929
|
* Query slow logs of a cluster
|
|
19658
20930
|
* @summary Query cluster slow logs
|
|
@@ -20102,6 +21374,16 @@ export interface SharedApiInterface {
|
|
|
20102
21374
|
*/
|
|
20103
21375
|
updateSqlAudit(requestParameters: SharedApiUpdateSqlAuditRequest, options?: RawAxiosRequestConfig): AxiosPromise<SqlAuditResponse>;
|
|
20104
21376
|
|
|
21377
|
+
/**
|
|
21378
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
21379
|
+
* @summary Enable TDE
|
|
21380
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
21381
|
+
* @param {*} [options] Override http request option.
|
|
21382
|
+
* @throws {RequiredError}
|
|
21383
|
+
* @memberof SharedApiInterface
|
|
21384
|
+
*/
|
|
21385
|
+
updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig): AxiosPromise<TdeResponse>;
|
|
21386
|
+
|
|
20105
21387
|
/**
|
|
20106
21388
|
* Update cluster tags
|
|
20107
21389
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|
|
@@ -22065,34 +23347,125 @@ export interface SharedApiExpandKafkaTopicPartitionsRequest {
|
|
|
22065
23347
|
}
|
|
22066
23348
|
|
|
22067
23349
|
/**
|
|
22068
|
-
* Request parameters for
|
|
23350
|
+
* Request parameters for explainSlowLog operation in SharedApi.
|
|
22069
23351
|
* @export
|
|
22070
|
-
* @interface
|
|
23352
|
+
* @interface SharedApiExplainSlowLogRequest
|
|
22071
23353
|
*/
|
|
22072
|
-
export interface
|
|
23354
|
+
export interface SharedApiExplainSlowLogRequest {
|
|
22073
23355
|
/**
|
|
22074
23356
|
*
|
|
22075
23357
|
* @type {string}
|
|
22076
|
-
* @memberof
|
|
23358
|
+
* @memberof SharedApiExplainSlowLog
|
|
22077
23359
|
*/
|
|
22078
23360
|
readonly orgName: string
|
|
22079
23361
|
|
|
22080
23362
|
/**
|
|
22081
23363
|
*
|
|
22082
23364
|
* @type {string}
|
|
22083
|
-
* @memberof
|
|
23365
|
+
* @memberof SharedApiExplainSlowLog
|
|
22084
23366
|
*/
|
|
22085
23367
|
readonly clusterName: string
|
|
22086
23368
|
|
|
22087
23369
|
/**
|
|
22088
|
-
*
|
|
22089
|
-
* @type {
|
|
22090
|
-
* @memberof
|
|
23370
|
+
*
|
|
23371
|
+
* @type {DmsExplainRequest}
|
|
23372
|
+
* @memberof SharedApiExplainSlowLog
|
|
22091
23373
|
*/
|
|
22092
|
-
readonly
|
|
23374
|
+
readonly dmsExplainRequest: DmsExplainRequest
|
|
23375
|
+
}
|
|
22093
23376
|
|
|
23377
|
+
/**
|
|
23378
|
+
* Request parameters for explainSlowLogTemplate operation in SharedApi.
|
|
23379
|
+
* @export
|
|
23380
|
+
* @interface SharedApiExplainSlowLogTemplateRequest
|
|
23381
|
+
*/
|
|
23382
|
+
export interface SharedApiExplainSlowLogTemplateRequest {
|
|
22094
23383
|
/**
|
|
22095
|
-
*
|
|
23384
|
+
*
|
|
23385
|
+
* @type {string}
|
|
23386
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23387
|
+
*/
|
|
23388
|
+
readonly orgName: string
|
|
23389
|
+
|
|
23390
|
+
/**
|
|
23391
|
+
*
|
|
23392
|
+
* @type {string}
|
|
23393
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23394
|
+
*/
|
|
23395
|
+
readonly clusterName: string
|
|
23396
|
+
|
|
23397
|
+
/**
|
|
23398
|
+
*
|
|
23399
|
+
* @type {string}
|
|
23400
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23401
|
+
*/
|
|
23402
|
+
readonly templateId: string
|
|
23403
|
+
|
|
23404
|
+
/**
|
|
23405
|
+
* Start time in epoch nanoseconds.
|
|
23406
|
+
* @type {string}
|
|
23407
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23408
|
+
*/
|
|
23409
|
+
readonly startTime: string
|
|
23410
|
+
|
|
23411
|
+
/**
|
|
23412
|
+
* End time in epoch nanoseconds.
|
|
23413
|
+
* @type {string}
|
|
23414
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23415
|
+
*/
|
|
23416
|
+
readonly endTime: string
|
|
23417
|
+
|
|
23418
|
+
/**
|
|
23419
|
+
*
|
|
23420
|
+
* @type {string}
|
|
23421
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23422
|
+
*/
|
|
23423
|
+
readonly componentName?: string
|
|
23424
|
+
|
|
23425
|
+
/**
|
|
23426
|
+
*
|
|
23427
|
+
* @type {string}
|
|
23428
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23429
|
+
*/
|
|
23430
|
+
readonly instanceName?: string
|
|
23431
|
+
|
|
23432
|
+
/**
|
|
23433
|
+
*
|
|
23434
|
+
* @type {string}
|
|
23435
|
+
* @memberof SharedApiExplainSlowLogTemplate
|
|
23436
|
+
*/
|
|
23437
|
+
readonly query?: string
|
|
23438
|
+
}
|
|
23439
|
+
|
|
23440
|
+
/**
|
|
23441
|
+
* Request parameters for exportClusterLogs operation in SharedApi.
|
|
23442
|
+
* @export
|
|
23443
|
+
* @interface SharedApiExportClusterLogsRequest
|
|
23444
|
+
*/
|
|
23445
|
+
export interface SharedApiExportClusterLogsRequest {
|
|
23446
|
+
/**
|
|
23447
|
+
*
|
|
23448
|
+
* @type {string}
|
|
23449
|
+
* @memberof SharedApiExportClusterLogs
|
|
23450
|
+
*/
|
|
23451
|
+
readonly orgName: string
|
|
23452
|
+
|
|
23453
|
+
/**
|
|
23454
|
+
*
|
|
23455
|
+
* @type {string}
|
|
23456
|
+
* @memberof SharedApiExportClusterLogs
|
|
23457
|
+
*/
|
|
23458
|
+
readonly clusterName: string
|
|
23459
|
+
|
|
23460
|
+
/**
|
|
23461
|
+
* Log type: runninglog, errorlog, slow, auditlog
|
|
23462
|
+
* @type {string}
|
|
23463
|
+
* @memberof SharedApiExportClusterLogs
|
|
23464
|
+
*/
|
|
23465
|
+
readonly logType: string
|
|
23466
|
+
|
|
23467
|
+
/**
|
|
23468
|
+
* Start time in epoch nanoseconds. If omitted, exports from the earliest available log
|
|
22096
23469
|
* @type {number}
|
|
22097
23470
|
* @memberof SharedApiExportClusterLogs
|
|
22098
23471
|
*/
|
|
@@ -22566,6 +23939,20 @@ export interface SharedApiGetClusterByIDRequest {
|
|
|
22566
23939
|
* @memberof SharedApiGetClusterByID
|
|
22567
23940
|
*/
|
|
22568
23941
|
readonly clusterID: string
|
|
23942
|
+
|
|
23943
|
+
/**
|
|
23944
|
+
* Backup name to override cluster components from its snapshot
|
|
23945
|
+
* @type {string}
|
|
23946
|
+
* @memberof SharedApiGetClusterByID
|
|
23947
|
+
*/
|
|
23948
|
+
readonly backupName?: string
|
|
23949
|
+
|
|
23950
|
+
/**
|
|
23951
|
+
* Restore time to find latest continuous backup snapshot after this time
|
|
23952
|
+
* @type {string}
|
|
23953
|
+
* @memberof SharedApiGetClusterByID
|
|
23954
|
+
*/
|
|
23955
|
+
readonly restoreTime?: string
|
|
22569
23956
|
}
|
|
22570
23957
|
|
|
22571
23958
|
/**
|
|
@@ -23217,6 +24604,13 @@ export interface SharedApiGetObjectInfoRequest {
|
|
|
23217
24604
|
* @memberof SharedApiGetObjectInfo
|
|
23218
24605
|
*/
|
|
23219
24606
|
readonly objectName: string
|
|
24607
|
+
|
|
24608
|
+
/**
|
|
24609
|
+
* database name, used by engines such as MSSQL when reading object metadata inside a schema
|
|
24610
|
+
* @type {string}
|
|
24611
|
+
* @memberof SharedApiGetObjectInfo
|
|
24612
|
+
*/
|
|
24613
|
+
readonly database?: string
|
|
23220
24614
|
}
|
|
23221
24615
|
|
|
23222
24616
|
/**
|
|
@@ -23413,6 +24807,13 @@ export interface SharedApiGetSchemaListRequest {
|
|
|
23413
24807
|
* @memberof SharedApiGetSchemaList
|
|
23414
24808
|
*/
|
|
23415
24809
|
readonly id: string
|
|
24810
|
+
|
|
24811
|
+
/**
|
|
24812
|
+
* database name, used by engines such as MSSQL when listing schemas inside a database
|
|
24813
|
+
* @type {string}
|
|
24814
|
+
* @memberof SharedApiGetSchemaList
|
|
24815
|
+
*/
|
|
24816
|
+
readonly database?: string
|
|
23416
24817
|
}
|
|
23417
24818
|
|
|
23418
24819
|
/**
|
|
@@ -23462,168 +24863,399 @@ export interface SharedApiGetSlowLogStatsRequest {
|
|
|
23462
24863
|
* @memberof SharedApiGetSlowLogStats
|
|
23463
24864
|
*/
|
|
23464
24865
|
readonly instanceName?: string
|
|
23465
|
-
}
|
|
23466
24866
|
|
|
23467
|
-
/**
|
|
23468
|
-
* Request parameters for getSqlAudit operation in SharedApi.
|
|
23469
|
-
* @export
|
|
23470
|
-
* @interface SharedApiGetSqlAuditRequest
|
|
23471
|
-
*/
|
|
23472
|
-
export interface SharedApiGetSqlAuditRequest {
|
|
23473
24867
|
/**
|
|
23474
|
-
*
|
|
24868
|
+
*
|
|
23475
24869
|
* @type {string}
|
|
23476
|
-
* @memberof
|
|
24870
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23477
24871
|
*/
|
|
23478
|
-
readonly
|
|
24872
|
+
readonly query?: string
|
|
23479
24873
|
|
|
23480
24874
|
/**
|
|
23481
|
-
*
|
|
23482
|
-
* @type {
|
|
23483
|
-
* @memberof
|
|
24875
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
24876
|
+
* @type {number}
|
|
24877
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23484
24878
|
*/
|
|
23485
|
-
readonly
|
|
24879
|
+
readonly minExecutionTime?: number
|
|
23486
24880
|
|
|
23487
24881
|
/**
|
|
23488
|
-
*
|
|
23489
|
-
* @type {
|
|
23490
|
-
* @memberof
|
|
24882
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
24883
|
+
* @type {number}
|
|
24884
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23491
24885
|
*/
|
|
23492
|
-
readonly
|
|
23493
|
-
}
|
|
24886
|
+
readonly maxExecutionTime?: number
|
|
23494
24887
|
|
|
23495
|
-
/**
|
|
23496
|
-
* Request parameters for getTLSCertificate operation in SharedApi.
|
|
23497
|
-
* @export
|
|
23498
|
-
* @interface SharedApiGetTLSCertificateRequest
|
|
23499
|
-
*/
|
|
23500
|
-
export interface SharedApiGetTLSCertificateRequest {
|
|
23501
24888
|
/**
|
|
23502
|
-
*
|
|
23503
|
-
* @type {
|
|
23504
|
-
* @memberof
|
|
24889
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
24890
|
+
* @type {number}
|
|
24891
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23505
24892
|
*/
|
|
23506
|
-
readonly
|
|
24893
|
+
readonly minLockTime?: number
|
|
23507
24894
|
|
|
23508
24895
|
/**
|
|
23509
|
-
*
|
|
24896
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
24897
|
+
* @type {number}
|
|
24898
|
+
* @memberof SharedApiGetSlowLogStats
|
|
24899
|
+
*/
|
|
24900
|
+
readonly maxLockTime?: number
|
|
24901
|
+
|
|
24902
|
+
/**
|
|
24903
|
+
*
|
|
24904
|
+
* @type {number}
|
|
24905
|
+
* @memberof SharedApiGetSlowLogStats
|
|
24906
|
+
*/
|
|
24907
|
+
readonly minRowsExamined?: number
|
|
24908
|
+
|
|
24909
|
+
/**
|
|
24910
|
+
*
|
|
24911
|
+
* @type {number}
|
|
24912
|
+
* @memberof SharedApiGetSlowLogStats
|
|
24913
|
+
*/
|
|
24914
|
+
readonly maxRowsExamined?: number
|
|
24915
|
+
|
|
24916
|
+
/**
|
|
24917
|
+
*
|
|
24918
|
+
* @type {number}
|
|
24919
|
+
* @memberof SharedApiGetSlowLogStats
|
|
24920
|
+
*/
|
|
24921
|
+
readonly minRowsSent?: number
|
|
24922
|
+
|
|
24923
|
+
/**
|
|
24924
|
+
*
|
|
24925
|
+
* @type {number}
|
|
24926
|
+
* @memberof SharedApiGetSlowLogStats
|
|
24927
|
+
*/
|
|
24928
|
+
readonly maxRowsSent?: number
|
|
24929
|
+
|
|
24930
|
+
/**
|
|
24931
|
+
*
|
|
23510
24932
|
* @type {string}
|
|
23511
|
-
* @memberof
|
|
24933
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23512
24934
|
*/
|
|
23513
|
-
readonly
|
|
23514
|
-
}
|
|
24935
|
+
readonly dbName?: string
|
|
23515
24936
|
|
|
23516
|
-
/**
|
|
23517
|
-
* Request parameters for getTags operation in SharedApi.
|
|
23518
|
-
* @export
|
|
23519
|
-
* @interface SharedApiGetTagsRequest
|
|
23520
|
-
*/
|
|
23521
|
-
export interface SharedApiGetTagsRequest {
|
|
23522
24937
|
/**
|
|
23523
|
-
*
|
|
24938
|
+
*
|
|
23524
24939
|
* @type {string}
|
|
23525
|
-
* @memberof
|
|
24940
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23526
24941
|
*/
|
|
23527
|
-
readonly
|
|
24942
|
+
readonly dbNameContains?: string
|
|
23528
24943
|
|
|
23529
24944
|
/**
|
|
23530
|
-
*
|
|
24945
|
+
*
|
|
23531
24946
|
* @type {string}
|
|
23532
|
-
* @memberof
|
|
24947
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23533
24948
|
*/
|
|
23534
|
-
readonly
|
|
23535
|
-
}
|
|
24949
|
+
readonly userName?: string
|
|
23536
24950
|
|
|
23537
|
-
/**
|
|
23538
|
-
* Request parameters for getTaskList operation in SharedApi.
|
|
23539
|
-
* @export
|
|
23540
|
-
* @interface SharedApiGetTaskListRequest
|
|
23541
|
-
*/
|
|
23542
|
-
export interface SharedApiGetTaskListRequest {
|
|
23543
24951
|
/**
|
|
23544
|
-
*
|
|
24952
|
+
*
|
|
23545
24953
|
* @type {string}
|
|
23546
|
-
* @memberof
|
|
24954
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23547
24955
|
*/
|
|
23548
|
-
readonly
|
|
24956
|
+
readonly userNameContains?: string
|
|
23549
24957
|
|
|
23550
24958
|
/**
|
|
23551
|
-
*
|
|
24959
|
+
*
|
|
23552
24960
|
* @type {string}
|
|
23553
|
-
* @memberof
|
|
24961
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23554
24962
|
*/
|
|
23555
|
-
readonly
|
|
24963
|
+
readonly clientIp?: string
|
|
23556
24964
|
|
|
23557
24965
|
/**
|
|
23558
|
-
*
|
|
24966
|
+
*
|
|
23559
24967
|
* @type {string}
|
|
23560
|
-
* @memberof
|
|
24968
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23561
24969
|
*/
|
|
23562
|
-
readonly
|
|
23563
|
-
}
|
|
24970
|
+
readonly clientIpContains?: string
|
|
23564
24971
|
|
|
23565
|
-
/**
|
|
23566
|
-
* Request parameters for getTaskProgress operation in SharedApi.
|
|
23567
|
-
* @export
|
|
23568
|
-
* @interface SharedApiGetTaskProgressRequest
|
|
23569
|
-
*/
|
|
23570
|
-
export interface SharedApiGetTaskProgressRequest {
|
|
23571
24972
|
/**
|
|
23572
|
-
*
|
|
24973
|
+
*
|
|
23573
24974
|
* @type {string}
|
|
23574
|
-
* @memberof
|
|
24975
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23575
24976
|
*/
|
|
23576
|
-
readonly
|
|
24977
|
+
readonly clientIpCIDR?: string
|
|
23577
24978
|
|
|
23578
24979
|
/**
|
|
23579
|
-
*
|
|
24980
|
+
*
|
|
23580
24981
|
* @type {string}
|
|
23581
|
-
* @memberof
|
|
24982
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23582
24983
|
*/
|
|
23583
|
-
readonly
|
|
24984
|
+
readonly appName?: string
|
|
23584
24985
|
|
|
23585
24986
|
/**
|
|
23586
|
-
*
|
|
24987
|
+
*
|
|
23587
24988
|
* @type {string}
|
|
23588
|
-
* @memberof
|
|
24989
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23589
24990
|
*/
|
|
23590
|
-
readonly
|
|
24991
|
+
readonly appNameContains?: string
|
|
23591
24992
|
|
|
23592
24993
|
/**
|
|
23593
|
-
*
|
|
24994
|
+
*
|
|
23594
24995
|
* @type {string}
|
|
23595
|
-
* @memberof
|
|
24996
|
+
* @memberof SharedApiGetSlowLogStats
|
|
23596
24997
|
*/
|
|
23597
|
-
readonly
|
|
24998
|
+
readonly templateId?: string
|
|
24999
|
+
|
|
25000
|
+
/**
|
|
25001
|
+
*
|
|
25002
|
+
* @type {boolean}
|
|
25003
|
+
* @memberof SharedApiGetSlowLogStats
|
|
25004
|
+
*/
|
|
25005
|
+
readonly unclassifiedOnly?: boolean
|
|
23598
25006
|
}
|
|
23599
25007
|
|
|
23600
25008
|
/**
|
|
23601
|
-
* Request parameters for
|
|
25009
|
+
* Request parameters for getSlowLogTemplate operation in SharedApi.
|
|
23602
25010
|
* @export
|
|
23603
|
-
* @interface
|
|
25011
|
+
* @interface SharedApiGetSlowLogTemplateRequest
|
|
23604
25012
|
*/
|
|
23605
|
-
export interface
|
|
25013
|
+
export interface SharedApiGetSlowLogTemplateRequest {
|
|
23606
25014
|
/**
|
|
23607
|
-
*
|
|
25015
|
+
*
|
|
23608
25016
|
* @type {string}
|
|
23609
|
-
* @memberof
|
|
25017
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
23610
25018
|
*/
|
|
23611
25019
|
readonly orgName: string
|
|
23612
25020
|
|
|
23613
25021
|
/**
|
|
23614
|
-
*
|
|
25022
|
+
*
|
|
23615
25023
|
* @type {string}
|
|
23616
|
-
* @memberof
|
|
25024
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
23617
25025
|
*/
|
|
23618
25026
|
readonly clusterName: string
|
|
23619
25027
|
|
|
23620
25028
|
/**
|
|
23621
|
-
*
|
|
25029
|
+
*
|
|
23622
25030
|
* @type {string}
|
|
23623
|
-
* @memberof
|
|
25031
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
23624
25032
|
*/
|
|
23625
|
-
readonly
|
|
23626
|
-
|
|
25033
|
+
readonly templateId: string
|
|
25034
|
+
|
|
25035
|
+
/**
|
|
25036
|
+
* Start time in epoch nanoseconds.
|
|
25037
|
+
* @type {string}
|
|
25038
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
25039
|
+
*/
|
|
25040
|
+
readonly startTime: string
|
|
25041
|
+
|
|
25042
|
+
/**
|
|
25043
|
+
* End time in epoch nanoseconds.
|
|
25044
|
+
* @type {string}
|
|
25045
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
25046
|
+
*/
|
|
25047
|
+
readonly endTime: string
|
|
25048
|
+
|
|
25049
|
+
/**
|
|
25050
|
+
*
|
|
25051
|
+
* @type {string}
|
|
25052
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
25053
|
+
*/
|
|
25054
|
+
readonly componentName?: string
|
|
25055
|
+
|
|
25056
|
+
/**
|
|
25057
|
+
*
|
|
25058
|
+
* @type {string}
|
|
25059
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
25060
|
+
*/
|
|
25061
|
+
readonly instanceName?: string
|
|
25062
|
+
|
|
25063
|
+
/**
|
|
25064
|
+
*
|
|
25065
|
+
* @type {string}
|
|
25066
|
+
* @memberof SharedApiGetSlowLogTemplate
|
|
25067
|
+
*/
|
|
25068
|
+
readonly query?: string
|
|
25069
|
+
}
|
|
25070
|
+
|
|
25071
|
+
/**
|
|
25072
|
+
* Request parameters for getSqlAudit operation in SharedApi.
|
|
25073
|
+
* @export
|
|
25074
|
+
* @interface SharedApiGetSqlAuditRequest
|
|
25075
|
+
*/
|
|
25076
|
+
export interface SharedApiGetSqlAuditRequest {
|
|
25077
|
+
/**
|
|
25078
|
+
* name of the Org
|
|
25079
|
+
* @type {string}
|
|
25080
|
+
* @memberof SharedApiGetSqlAudit
|
|
25081
|
+
*/
|
|
25082
|
+
readonly orgName: string
|
|
25083
|
+
|
|
25084
|
+
/**
|
|
25085
|
+
* name of the Cluster
|
|
25086
|
+
* @type {string}
|
|
25087
|
+
* @memberof SharedApiGetSqlAudit
|
|
25088
|
+
*/
|
|
25089
|
+
readonly clusterName: string
|
|
25090
|
+
|
|
25091
|
+
/**
|
|
25092
|
+
* component type
|
|
25093
|
+
* @type {string}
|
|
25094
|
+
* @memberof SharedApiGetSqlAudit
|
|
25095
|
+
*/
|
|
25096
|
+
readonly component: string
|
|
25097
|
+
}
|
|
25098
|
+
|
|
25099
|
+
/**
|
|
25100
|
+
* Request parameters for getTDE operation in SharedApi.
|
|
25101
|
+
* @export
|
|
25102
|
+
* @interface SharedApiGetTDERequest
|
|
25103
|
+
*/
|
|
25104
|
+
export interface SharedApiGetTDERequest {
|
|
25105
|
+
/**
|
|
25106
|
+
* name of the Org
|
|
25107
|
+
* @type {string}
|
|
25108
|
+
* @memberof SharedApiGetTDE
|
|
25109
|
+
*/
|
|
25110
|
+
readonly orgName: string
|
|
25111
|
+
|
|
25112
|
+
/**
|
|
25113
|
+
* name of the Cluster
|
|
25114
|
+
* @type {string}
|
|
25115
|
+
* @memberof SharedApiGetTDE
|
|
25116
|
+
*/
|
|
25117
|
+
readonly clusterName: string
|
|
25118
|
+
|
|
25119
|
+
/**
|
|
25120
|
+
* component type
|
|
25121
|
+
* @type {string}
|
|
25122
|
+
* @memberof SharedApiGetTDE
|
|
25123
|
+
*/
|
|
25124
|
+
readonly component: string
|
|
25125
|
+
}
|
|
25126
|
+
|
|
25127
|
+
/**
|
|
25128
|
+
* Request parameters for getTLSCertificate operation in SharedApi.
|
|
25129
|
+
* @export
|
|
25130
|
+
* @interface SharedApiGetTLSCertificateRequest
|
|
25131
|
+
*/
|
|
25132
|
+
export interface SharedApiGetTLSCertificateRequest {
|
|
25133
|
+
/**
|
|
25134
|
+
* name of the Org
|
|
25135
|
+
* @type {string}
|
|
25136
|
+
* @memberof SharedApiGetTLSCertificate
|
|
25137
|
+
*/
|
|
25138
|
+
readonly orgName: string
|
|
25139
|
+
|
|
25140
|
+
/**
|
|
25141
|
+
* name of the cluster
|
|
25142
|
+
* @type {string}
|
|
25143
|
+
* @memberof SharedApiGetTLSCertificate
|
|
25144
|
+
*/
|
|
25145
|
+
readonly clusterName: string
|
|
25146
|
+
}
|
|
25147
|
+
|
|
25148
|
+
/**
|
|
25149
|
+
* Request parameters for getTags operation in SharedApi.
|
|
25150
|
+
* @export
|
|
25151
|
+
* @interface SharedApiGetTagsRequest
|
|
25152
|
+
*/
|
|
25153
|
+
export interface SharedApiGetTagsRequest {
|
|
25154
|
+
/**
|
|
25155
|
+
* name of the Org
|
|
25156
|
+
* @type {string}
|
|
25157
|
+
* @memberof SharedApiGetTags
|
|
25158
|
+
*/
|
|
25159
|
+
readonly orgName: string
|
|
25160
|
+
|
|
25161
|
+
/**
|
|
25162
|
+
* Comma-separated list of cluster IDs
|
|
25163
|
+
* @type {string}
|
|
25164
|
+
* @memberof SharedApiGetTags
|
|
25165
|
+
*/
|
|
25166
|
+
readonly clusterIds: string
|
|
25167
|
+
}
|
|
25168
|
+
|
|
25169
|
+
/**
|
|
25170
|
+
* Request parameters for getTaskList operation in SharedApi.
|
|
25171
|
+
* @export
|
|
25172
|
+
* @interface SharedApiGetTaskListRequest
|
|
25173
|
+
*/
|
|
25174
|
+
export interface SharedApiGetTaskListRequest {
|
|
25175
|
+
/**
|
|
25176
|
+
* name of the Org
|
|
25177
|
+
* @type {string}
|
|
25178
|
+
* @memberof SharedApiGetTaskList
|
|
25179
|
+
*/
|
|
25180
|
+
readonly orgName: string
|
|
25181
|
+
|
|
25182
|
+
/**
|
|
25183
|
+
* name of the cluster
|
|
25184
|
+
* @type {string}
|
|
25185
|
+
* @memberof SharedApiGetTaskList
|
|
25186
|
+
*/
|
|
25187
|
+
readonly clusterName: string
|
|
25188
|
+
|
|
25189
|
+
/**
|
|
25190
|
+
* id of the datasource
|
|
25191
|
+
* @type {string}
|
|
25192
|
+
* @memberof SharedApiGetTaskList
|
|
25193
|
+
*/
|
|
25194
|
+
readonly id: string
|
|
25195
|
+
}
|
|
25196
|
+
|
|
25197
|
+
/**
|
|
25198
|
+
* Request parameters for getTaskProgress operation in SharedApi.
|
|
25199
|
+
* @export
|
|
25200
|
+
* @interface SharedApiGetTaskProgressRequest
|
|
25201
|
+
*/
|
|
25202
|
+
export interface SharedApiGetTaskProgressRequest {
|
|
25203
|
+
/**
|
|
25204
|
+
* name of the Org
|
|
25205
|
+
* @type {string}
|
|
25206
|
+
* @memberof SharedApiGetTaskProgress
|
|
25207
|
+
*/
|
|
25208
|
+
readonly orgName: string
|
|
25209
|
+
|
|
25210
|
+
/**
|
|
25211
|
+
* name of the cluster
|
|
25212
|
+
* @type {string}
|
|
25213
|
+
* @memberof SharedApiGetTaskProgress
|
|
25214
|
+
*/
|
|
25215
|
+
readonly clusterName: string
|
|
25216
|
+
|
|
25217
|
+
/**
|
|
25218
|
+
* id of the datasource
|
|
25219
|
+
* @type {string}
|
|
25220
|
+
* @memberof SharedApiGetTaskProgress
|
|
25221
|
+
*/
|
|
25222
|
+
readonly id: string
|
|
25223
|
+
|
|
25224
|
+
/**
|
|
25225
|
+
* the task id
|
|
25226
|
+
* @type {string}
|
|
25227
|
+
* @memberof SharedApiGetTaskProgress
|
|
25228
|
+
*/
|
|
25229
|
+
readonly taskId: string
|
|
25230
|
+
}
|
|
25231
|
+
|
|
25232
|
+
/**
|
|
25233
|
+
* Request parameters for getTenant operation in SharedApi.
|
|
25234
|
+
* @export
|
|
25235
|
+
* @interface SharedApiGetTenantRequest
|
|
25236
|
+
*/
|
|
25237
|
+
export interface SharedApiGetTenantRequest {
|
|
25238
|
+
/**
|
|
25239
|
+
* name of the Org
|
|
25240
|
+
* @type {string}
|
|
25241
|
+
* @memberof SharedApiGetTenant
|
|
25242
|
+
*/
|
|
25243
|
+
readonly orgName: string
|
|
25244
|
+
|
|
25245
|
+
/**
|
|
25246
|
+
* name of the cluster
|
|
25247
|
+
* @type {string}
|
|
25248
|
+
* @memberof SharedApiGetTenant
|
|
25249
|
+
*/
|
|
25250
|
+
readonly clusterName: string
|
|
25251
|
+
|
|
25252
|
+
/**
|
|
25253
|
+
* id of the tenant
|
|
25254
|
+
* @type {string}
|
|
25255
|
+
* @memberof SharedApiGetTenant
|
|
25256
|
+
*/
|
|
25257
|
+
readonly tenantId: string
|
|
25258
|
+
}
|
|
23627
25259
|
|
|
23628
25260
|
/**
|
|
23629
25261
|
* Request parameters for horizontalScaleCluster operation in SharedApi.
|
|
@@ -23982,6 +25614,34 @@ export interface SharedApiListDatabasesRequest {
|
|
|
23982
25614
|
readonly clusterName: string
|
|
23983
25615
|
}
|
|
23984
25616
|
|
|
25617
|
+
/**
|
|
25618
|
+
* Request parameters for listDmsDatabases operation in SharedApi.
|
|
25619
|
+
* @export
|
|
25620
|
+
* @interface SharedApiListDmsDatabasesRequest
|
|
25621
|
+
*/
|
|
25622
|
+
export interface SharedApiListDmsDatabasesRequest {
|
|
25623
|
+
/**
|
|
25624
|
+
* name of the Org
|
|
25625
|
+
* @type {string}
|
|
25626
|
+
* @memberof SharedApiListDmsDatabases
|
|
25627
|
+
*/
|
|
25628
|
+
readonly orgName: string
|
|
25629
|
+
|
|
25630
|
+
/**
|
|
25631
|
+
* name of the cluster
|
|
25632
|
+
* @type {string}
|
|
25633
|
+
* @memberof SharedApiListDmsDatabases
|
|
25634
|
+
*/
|
|
25635
|
+
readonly clusterName: string
|
|
25636
|
+
|
|
25637
|
+
/**
|
|
25638
|
+
* id of the datasource
|
|
25639
|
+
* @type {string}
|
|
25640
|
+
* @memberof SharedApiListDmsDatabases
|
|
25641
|
+
*/
|
|
25642
|
+
readonly id: string
|
|
25643
|
+
}
|
|
25644
|
+
|
|
23985
25645
|
/**
|
|
23986
25646
|
* Request parameters for listEndpoints operation in SharedApi.
|
|
23987
25647
|
* @export
|
|
@@ -24421,6 +26081,13 @@ export interface SharedApiListObjectNamesByTypeRequest {
|
|
|
24421
26081
|
* @memberof SharedApiListObjectNamesByType
|
|
24422
26082
|
*/
|
|
24423
26083
|
readonly type: string
|
|
26084
|
+
|
|
26085
|
+
/**
|
|
26086
|
+
* database name, used by engines such as MSSQL when listing object names inside a schema
|
|
26087
|
+
* @type {string}
|
|
26088
|
+
* @memberof SharedApiListObjectNamesByType
|
|
26089
|
+
*/
|
|
26090
|
+
readonly database?: string
|
|
24424
26091
|
}
|
|
24425
26092
|
|
|
24426
26093
|
/**
|
|
@@ -24456,6 +26123,13 @@ export interface SharedApiListObjectTypesInSchemaRequest {
|
|
|
24456
26123
|
* @memberof SharedApiListObjectTypesInSchema
|
|
24457
26124
|
*/
|
|
24458
26125
|
readonly schema: string
|
|
26126
|
+
|
|
26127
|
+
/**
|
|
26128
|
+
* database name, used by engines such as MSSQL when listing objects inside a schema
|
|
26129
|
+
* @type {string}
|
|
26130
|
+
* @memberof SharedApiListObjectTypesInSchema
|
|
26131
|
+
*/
|
|
26132
|
+
readonly database?: string
|
|
24459
26133
|
}
|
|
24460
26134
|
|
|
24461
26135
|
/**
|
|
@@ -24764,6 +26438,13 @@ export interface SharedApiListQueryHistoryRequest {
|
|
|
24764
26438
|
* @memberof SharedApiListQueryHistory
|
|
24765
26439
|
*/
|
|
24766
26440
|
readonly id: string
|
|
26441
|
+
|
|
26442
|
+
/**
|
|
26443
|
+
* maximum history records to return, default and max 100
|
|
26444
|
+
* @type {number}
|
|
26445
|
+
* @memberof SharedApiListQueryHistory
|
|
26446
|
+
*/
|
|
26447
|
+
readonly limit?: number
|
|
24767
26448
|
}
|
|
24768
26449
|
|
|
24769
26450
|
/**
|
|
@@ -25522,340 +27203,844 @@ export interface SharedApiQueryErrorLogsRequest {
|
|
|
25522
27203
|
readonly filename?: string
|
|
25523
27204
|
|
|
25524
27205
|
/**
|
|
25525
|
-
*
|
|
25526
|
-
* @type {string}
|
|
25527
|
-
* @memberof SharedApiQueryErrorLogs
|
|
27206
|
+
*
|
|
27207
|
+
* @type {string}
|
|
27208
|
+
* @memberof SharedApiQueryErrorLogs
|
|
27209
|
+
*/
|
|
27210
|
+
readonly query?: string
|
|
27211
|
+
|
|
27212
|
+
/**
|
|
27213
|
+
*
|
|
27214
|
+
* @type {string}
|
|
27215
|
+
* @memberof SharedApiQueryErrorLogs
|
|
27216
|
+
*/
|
|
27217
|
+
readonly limit?: string
|
|
27218
|
+
|
|
27219
|
+
/**
|
|
27220
|
+
*
|
|
27221
|
+
* @type {SortType}
|
|
27222
|
+
* @memberof SharedApiQueryErrorLogs
|
|
27223
|
+
*/
|
|
27224
|
+
readonly sortType?: SortType
|
|
27225
|
+
}
|
|
27226
|
+
|
|
27227
|
+
/**
|
|
27228
|
+
* Request parameters for queryImportObjects operation in SharedApi.
|
|
27229
|
+
* @export
|
|
27230
|
+
* @interface SharedApiQueryImportObjectsRequest
|
|
27231
|
+
*/
|
|
27232
|
+
export interface SharedApiQueryImportObjectsRequest {
|
|
27233
|
+
/**
|
|
27234
|
+
* Organization name
|
|
27235
|
+
* @type {string}
|
|
27236
|
+
* @memberof SharedApiQueryImportObjects
|
|
27237
|
+
*/
|
|
27238
|
+
readonly orgName: string
|
|
27239
|
+
|
|
27240
|
+
/**
|
|
27241
|
+
* Cluster name
|
|
27242
|
+
* @type {string}
|
|
27243
|
+
* @memberof SharedApiQueryImportObjects
|
|
27244
|
+
*/
|
|
27245
|
+
readonly clusterName: string
|
|
27246
|
+
|
|
27247
|
+
/**
|
|
27248
|
+
* Connection configuration and current object tree position
|
|
27249
|
+
* @type {ImportQueryObjectsRequest}
|
|
27250
|
+
* @memberof SharedApiQueryImportObjects
|
|
27251
|
+
*/
|
|
27252
|
+
readonly importQueryObjectsRequest: ImportQueryObjectsRequest
|
|
27253
|
+
}
|
|
27254
|
+
|
|
27255
|
+
/**
|
|
27256
|
+
* Request parameters for queryLogHits operation in SharedApi.
|
|
27257
|
+
* @export
|
|
27258
|
+
* @interface SharedApiQueryLogHitsRequest
|
|
27259
|
+
*/
|
|
27260
|
+
export interface SharedApiQueryLogHitsRequest {
|
|
27261
|
+
/**
|
|
27262
|
+
*
|
|
27263
|
+
* @type {string}
|
|
27264
|
+
* @memberof SharedApiQueryLogHits
|
|
27265
|
+
*/
|
|
27266
|
+
readonly orgName: string
|
|
27267
|
+
|
|
27268
|
+
/**
|
|
27269
|
+
*
|
|
27270
|
+
* @type {string}
|
|
27271
|
+
* @memberof SharedApiQueryLogHits
|
|
27272
|
+
*/
|
|
27273
|
+
readonly clusterName: string
|
|
27274
|
+
|
|
27275
|
+
/**
|
|
27276
|
+
* Start time in epoch nanoseconds.
|
|
27277
|
+
* @type {string}
|
|
27278
|
+
* @memberof SharedApiQueryLogHits
|
|
27279
|
+
*/
|
|
27280
|
+
readonly startTime: string
|
|
27281
|
+
|
|
27282
|
+
/**
|
|
27283
|
+
* End time in epoch nanoseconds.
|
|
27284
|
+
* @type {string}
|
|
27285
|
+
* @memberof SharedApiQueryLogHits
|
|
27286
|
+
*/
|
|
27287
|
+
readonly endTime: string
|
|
27288
|
+
|
|
27289
|
+
/**
|
|
27290
|
+
* Time bucket size, e.g. 5s, 30s, 1m, 5m, 30m, 1h
|
|
27291
|
+
* @type {string}
|
|
27292
|
+
* @memberof SharedApiQueryLogHits
|
|
27293
|
+
*/
|
|
27294
|
+
readonly step: string
|
|
27295
|
+
|
|
27296
|
+
/**
|
|
27297
|
+
* Log type: runninglog, errorlog, slow, auditlog
|
|
27298
|
+
* @type {string}
|
|
27299
|
+
* @memberof SharedApiQueryLogHits
|
|
27300
|
+
*/
|
|
27301
|
+
readonly logType: string
|
|
27302
|
+
|
|
27303
|
+
/**
|
|
27304
|
+
*
|
|
27305
|
+
* @type {string}
|
|
27306
|
+
* @memberof SharedApiQueryLogHits
|
|
27307
|
+
*/
|
|
27308
|
+
readonly componentName?: string
|
|
27309
|
+
|
|
27310
|
+
/**
|
|
27311
|
+
*
|
|
27312
|
+
* @type {string}
|
|
27313
|
+
* @memberof SharedApiQueryLogHits
|
|
27314
|
+
*/
|
|
27315
|
+
readonly instanceName?: string
|
|
27316
|
+
|
|
27317
|
+
/**
|
|
27318
|
+
*
|
|
27319
|
+
* @type {string}
|
|
27320
|
+
* @memberof SharedApiQueryLogHits
|
|
27321
|
+
*/
|
|
27322
|
+
readonly query?: string
|
|
27323
|
+
|
|
27324
|
+
/**
|
|
27325
|
+
* Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
27326
|
+
* @type {number}
|
|
27327
|
+
* @memberof SharedApiQueryLogHits
|
|
27328
|
+
*/
|
|
27329
|
+
readonly minExecutionTime?: number
|
|
27330
|
+
|
|
27331
|
+
/**
|
|
27332
|
+
* Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
27333
|
+
* @type {number}
|
|
27334
|
+
* @memberof SharedApiQueryLogHits
|
|
27335
|
+
*/
|
|
27336
|
+
readonly maxExecutionTime?: number
|
|
27337
|
+
|
|
27338
|
+
/**
|
|
27339
|
+
* Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
27340
|
+
* @type {number}
|
|
27341
|
+
* @memberof SharedApiQueryLogHits
|
|
27342
|
+
*/
|
|
27343
|
+
readonly minLockTime?: number
|
|
27344
|
+
|
|
27345
|
+
/**
|
|
27346
|
+
* Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
27347
|
+
* @type {number}
|
|
27348
|
+
* @memberof SharedApiQueryLogHits
|
|
27349
|
+
*/
|
|
27350
|
+
readonly maxLockTime?: number
|
|
27351
|
+
|
|
27352
|
+
/**
|
|
27353
|
+
*
|
|
27354
|
+
* @type {number}
|
|
27355
|
+
* @memberof SharedApiQueryLogHits
|
|
27356
|
+
*/
|
|
27357
|
+
readonly minRowsExamined?: number
|
|
27358
|
+
|
|
27359
|
+
/**
|
|
27360
|
+
*
|
|
27361
|
+
* @type {number}
|
|
27362
|
+
* @memberof SharedApiQueryLogHits
|
|
27363
|
+
*/
|
|
27364
|
+
readonly maxRowsExamined?: number
|
|
27365
|
+
|
|
27366
|
+
/**
|
|
27367
|
+
*
|
|
27368
|
+
* @type {number}
|
|
27369
|
+
* @memberof SharedApiQueryLogHits
|
|
27370
|
+
*/
|
|
27371
|
+
readonly minRowsSent?: number
|
|
27372
|
+
|
|
27373
|
+
/**
|
|
27374
|
+
*
|
|
27375
|
+
* @type {number}
|
|
27376
|
+
* @memberof SharedApiQueryLogHits
|
|
27377
|
+
*/
|
|
27378
|
+
readonly maxRowsSent?: number
|
|
27379
|
+
|
|
27380
|
+
/**
|
|
27381
|
+
*
|
|
27382
|
+
* @type {string}
|
|
27383
|
+
* @memberof SharedApiQueryLogHits
|
|
27384
|
+
*/
|
|
27385
|
+
readonly dbName?: string
|
|
27386
|
+
|
|
27387
|
+
/**
|
|
27388
|
+
*
|
|
27389
|
+
* @type {string}
|
|
27390
|
+
* @memberof SharedApiQueryLogHits
|
|
27391
|
+
*/
|
|
27392
|
+
readonly userName?: string
|
|
27393
|
+
|
|
27394
|
+
/**
|
|
27395
|
+
*
|
|
27396
|
+
* @type {string}
|
|
27397
|
+
* @memberof SharedApiQueryLogHits
|
|
27398
|
+
*/
|
|
27399
|
+
readonly clientIp?: string
|
|
27400
|
+
|
|
27401
|
+
/**
|
|
27402
|
+
*
|
|
27403
|
+
* @type {string}
|
|
27404
|
+
* @memberof SharedApiQueryLogHits
|
|
27405
|
+
*/
|
|
27406
|
+
readonly appName?: string
|
|
27407
|
+
|
|
27408
|
+
/**
|
|
27409
|
+
*
|
|
27410
|
+
* @type {string}
|
|
27411
|
+
* @memberof SharedApiQueryLogHits
|
|
27412
|
+
*/
|
|
27413
|
+
readonly templateId?: string
|
|
27414
|
+
|
|
27415
|
+
/**
|
|
27416
|
+
*
|
|
27417
|
+
* @type {boolean}
|
|
27418
|
+
* @memberof SharedApiQueryLogHits
|
|
27419
|
+
*/
|
|
27420
|
+
readonly unclassifiedOnly?: boolean
|
|
27421
|
+
}
|
|
27422
|
+
|
|
27423
|
+
/**
|
|
27424
|
+
* Request parameters for queryPodLogs operation in SharedApi.
|
|
27425
|
+
* @export
|
|
27426
|
+
* @interface SharedApiQueryPodLogsRequest
|
|
27427
|
+
*/
|
|
27428
|
+
export interface SharedApiQueryPodLogsRequest {
|
|
27429
|
+
/**
|
|
27430
|
+
*
|
|
27431
|
+
* @type {string}
|
|
27432
|
+
* @memberof SharedApiQueryPodLogs
|
|
27433
|
+
*/
|
|
27434
|
+
readonly orgName: string
|
|
27435
|
+
|
|
27436
|
+
/**
|
|
27437
|
+
*
|
|
27438
|
+
* @type {string}
|
|
27439
|
+
* @memberof SharedApiQueryPodLogs
|
|
27440
|
+
*/
|
|
27441
|
+
readonly clusterName: string
|
|
27442
|
+
|
|
27443
|
+
/**
|
|
27444
|
+
* Start time in epoch nanoseconds.
|
|
27445
|
+
* @type {string}
|
|
27446
|
+
* @memberof SharedApiQueryPodLogs
|
|
27447
|
+
*/
|
|
27448
|
+
readonly startTime: string
|
|
27449
|
+
|
|
27450
|
+
/**
|
|
27451
|
+
* End time in epoch nanoseconds.
|
|
27452
|
+
* @type {string}
|
|
27453
|
+
* @memberof SharedApiQueryPodLogs
|
|
27454
|
+
*/
|
|
27455
|
+
readonly endTime: string
|
|
27456
|
+
|
|
27457
|
+
/**
|
|
27458
|
+
*
|
|
27459
|
+
* @type {string}
|
|
27460
|
+
* @memberof SharedApiQueryPodLogs
|
|
27461
|
+
*/
|
|
27462
|
+
readonly componentName?: string
|
|
27463
|
+
|
|
27464
|
+
/**
|
|
27465
|
+
*
|
|
27466
|
+
* @type {string}
|
|
27467
|
+
* @memberof SharedApiQueryPodLogs
|
|
27468
|
+
*/
|
|
27469
|
+
readonly instanceName?: string
|
|
27470
|
+
|
|
27471
|
+
/**
|
|
27472
|
+
*
|
|
27473
|
+
* @type {string}
|
|
27474
|
+
* @memberof SharedApiQueryPodLogs
|
|
27475
|
+
*/
|
|
27476
|
+
readonly filename?: string
|
|
27477
|
+
|
|
27478
|
+
/**
|
|
27479
|
+
*
|
|
27480
|
+
* @type {string}
|
|
27481
|
+
* @memberof SharedApiQueryPodLogs
|
|
27482
|
+
*/
|
|
27483
|
+
readonly limit?: string
|
|
27484
|
+
|
|
27485
|
+
/**
|
|
27486
|
+
*
|
|
27487
|
+
* @type {SortType}
|
|
27488
|
+
* @memberof SharedApiQueryPodLogs
|
|
27489
|
+
*/
|
|
27490
|
+
readonly sortType?: SortType
|
|
27491
|
+
}
|
|
27492
|
+
|
|
27493
|
+
/**
|
|
27494
|
+
* Request parameters for queryRunningLogs operation in SharedApi.
|
|
27495
|
+
* @export
|
|
27496
|
+
* @interface SharedApiQueryRunningLogsRequest
|
|
27497
|
+
*/
|
|
27498
|
+
export interface SharedApiQueryRunningLogsRequest {
|
|
27499
|
+
/**
|
|
27500
|
+
*
|
|
27501
|
+
* @type {string}
|
|
27502
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27503
|
+
*/
|
|
27504
|
+
readonly orgName: string
|
|
27505
|
+
|
|
27506
|
+
/**
|
|
27507
|
+
*
|
|
27508
|
+
* @type {string}
|
|
27509
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27510
|
+
*/
|
|
27511
|
+
readonly clusterName: string
|
|
27512
|
+
|
|
27513
|
+
/**
|
|
27514
|
+
* Start time in epoch nanoseconds.
|
|
27515
|
+
* @type {string}
|
|
27516
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27517
|
+
*/
|
|
27518
|
+
readonly startTime: string
|
|
27519
|
+
|
|
27520
|
+
/**
|
|
27521
|
+
* End time in epoch nanoseconds.
|
|
27522
|
+
* @type {string}
|
|
27523
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27524
|
+
*/
|
|
27525
|
+
readonly endTime: string
|
|
27526
|
+
|
|
27527
|
+
/**
|
|
27528
|
+
*
|
|
27529
|
+
* @type {string}
|
|
27530
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27531
|
+
*/
|
|
27532
|
+
readonly componentName?: string
|
|
27533
|
+
|
|
27534
|
+
/**
|
|
27535
|
+
*
|
|
27536
|
+
* @type {string}
|
|
27537
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27538
|
+
*/
|
|
27539
|
+
readonly instanceName?: string
|
|
27540
|
+
|
|
27541
|
+
/**
|
|
27542
|
+
*
|
|
27543
|
+
* @type {string}
|
|
27544
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27545
|
+
*/
|
|
27546
|
+
readonly filename?: string
|
|
27547
|
+
|
|
27548
|
+
/**
|
|
27549
|
+
*
|
|
27550
|
+
* @type {string}
|
|
27551
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27552
|
+
*/
|
|
27553
|
+
readonly limit?: string
|
|
27554
|
+
|
|
27555
|
+
/**
|
|
27556
|
+
*
|
|
27557
|
+
* @type {string}
|
|
27558
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27559
|
+
*/
|
|
27560
|
+
readonly query?: string
|
|
27561
|
+
|
|
27562
|
+
/**
|
|
27563
|
+
*
|
|
27564
|
+
* @type {SortType}
|
|
27565
|
+
* @memberof SharedApiQueryRunningLogs
|
|
27566
|
+
*/
|
|
27567
|
+
readonly sortType?: SortType
|
|
27568
|
+
}
|
|
27569
|
+
|
|
27570
|
+
/**
|
|
27571
|
+
* Request parameters for querySlowLogTemplateSamples operation in SharedApi.
|
|
27572
|
+
* @export
|
|
27573
|
+
* @interface SharedApiQuerySlowLogTemplateSamplesRequest
|
|
27574
|
+
*/
|
|
27575
|
+
export interface SharedApiQuerySlowLogTemplateSamplesRequest {
|
|
27576
|
+
/**
|
|
27577
|
+
*
|
|
27578
|
+
* @type {string}
|
|
27579
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27580
|
+
*/
|
|
27581
|
+
readonly orgName: string
|
|
27582
|
+
|
|
27583
|
+
/**
|
|
27584
|
+
*
|
|
27585
|
+
* @type {string}
|
|
27586
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27587
|
+
*/
|
|
27588
|
+
readonly clusterName: string
|
|
27589
|
+
|
|
27590
|
+
/**
|
|
27591
|
+
*
|
|
27592
|
+
* @type {string}
|
|
27593
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27594
|
+
*/
|
|
27595
|
+
readonly templateId: string
|
|
27596
|
+
|
|
27597
|
+
/**
|
|
27598
|
+
* Start time in epoch nanoseconds.
|
|
27599
|
+
* @type {string}
|
|
27600
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27601
|
+
*/
|
|
27602
|
+
readonly startTime: string
|
|
27603
|
+
|
|
27604
|
+
/**
|
|
27605
|
+
* End time in epoch nanoseconds.
|
|
27606
|
+
* @type {string}
|
|
27607
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27608
|
+
*/
|
|
27609
|
+
readonly endTime: string
|
|
27610
|
+
|
|
27611
|
+
/**
|
|
27612
|
+
*
|
|
27613
|
+
* @type {string}
|
|
27614
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27615
|
+
*/
|
|
27616
|
+
readonly componentName?: string
|
|
27617
|
+
|
|
27618
|
+
/**
|
|
27619
|
+
*
|
|
27620
|
+
* @type {string}
|
|
27621
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27622
|
+
*/
|
|
27623
|
+
readonly instanceName?: string
|
|
27624
|
+
|
|
27625
|
+
/**
|
|
27626
|
+
*
|
|
27627
|
+
* @type {string}
|
|
27628
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27629
|
+
*/
|
|
27630
|
+
readonly query?: string
|
|
27631
|
+
|
|
27632
|
+
/**
|
|
27633
|
+
*
|
|
27634
|
+
* @type {string}
|
|
27635
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27636
|
+
*/
|
|
27637
|
+
readonly limit?: string
|
|
27638
|
+
|
|
27639
|
+
/**
|
|
27640
|
+
*
|
|
27641
|
+
* @type {SortType}
|
|
27642
|
+
* @memberof SharedApiQuerySlowLogTemplateSamples
|
|
27643
|
+
*/
|
|
27644
|
+
readonly sortType?: SortType
|
|
27645
|
+
}
|
|
27646
|
+
|
|
27647
|
+
/**
|
|
27648
|
+
* Request parameters for querySlowLogTemplates operation in SharedApi.
|
|
27649
|
+
* @export
|
|
27650
|
+
* @interface SharedApiQuerySlowLogTemplatesRequest
|
|
27651
|
+
*/
|
|
27652
|
+
export interface SharedApiQuerySlowLogTemplatesRequest {
|
|
27653
|
+
/**
|
|
27654
|
+
*
|
|
27655
|
+
* @type {string}
|
|
27656
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27657
|
+
*/
|
|
27658
|
+
readonly orgName: string
|
|
27659
|
+
|
|
27660
|
+
/**
|
|
27661
|
+
*
|
|
27662
|
+
* @type {string}
|
|
27663
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27664
|
+
*/
|
|
27665
|
+
readonly clusterName: string
|
|
27666
|
+
|
|
27667
|
+
/**
|
|
27668
|
+
* Start time in epoch nanoseconds.
|
|
27669
|
+
* @type {string}
|
|
27670
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27671
|
+
*/
|
|
27672
|
+
readonly startTime: string
|
|
27673
|
+
|
|
27674
|
+
/**
|
|
27675
|
+
* End time in epoch nanoseconds.
|
|
27676
|
+
* @type {string}
|
|
27677
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27678
|
+
*/
|
|
27679
|
+
readonly endTime: string
|
|
27680
|
+
|
|
27681
|
+
/**
|
|
27682
|
+
*
|
|
27683
|
+
* @type {string}
|
|
27684
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27685
|
+
*/
|
|
27686
|
+
readonly componentName?: string
|
|
27687
|
+
|
|
27688
|
+
/**
|
|
27689
|
+
*
|
|
27690
|
+
* @type {string}
|
|
27691
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27692
|
+
*/
|
|
27693
|
+
readonly instanceName?: string
|
|
27694
|
+
|
|
27695
|
+
/**
|
|
27696
|
+
*
|
|
27697
|
+
* @type {string}
|
|
27698
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27699
|
+
*/
|
|
27700
|
+
readonly query?: string
|
|
27701
|
+
|
|
27702
|
+
/**
|
|
27703
|
+
*
|
|
27704
|
+
* @type {number}
|
|
27705
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27706
|
+
*/
|
|
27707
|
+
readonly topN?: number
|
|
27708
|
+
|
|
27709
|
+
/**
|
|
27710
|
+
* Sort templates by count or avgExecutionTime.
|
|
27711
|
+
* @type {string}
|
|
27712
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27713
|
+
*/
|
|
27714
|
+
readonly sortBy?: string
|
|
27715
|
+
|
|
27716
|
+
/**
|
|
27717
|
+
*
|
|
27718
|
+
* @type {SortType}
|
|
27719
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27720
|
+
*/
|
|
27721
|
+
readonly sortType?: SortType
|
|
27722
|
+
|
|
27723
|
+
/**
|
|
27724
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
27725
|
+
* @type {number}
|
|
27726
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27727
|
+
*/
|
|
27728
|
+
readonly minExecutionTime?: number
|
|
27729
|
+
|
|
27730
|
+
/**
|
|
27731
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
27732
|
+
* @type {number}
|
|
27733
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
27734
|
+
*/
|
|
27735
|
+
readonly maxExecutionTime?: number
|
|
27736
|
+
|
|
27737
|
+
/**
|
|
27738
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
27739
|
+
* @type {number}
|
|
27740
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25528
27741
|
*/
|
|
25529
|
-
readonly
|
|
27742
|
+
readonly minLockTime?: number
|
|
25530
27743
|
|
|
25531
27744
|
/**
|
|
25532
|
-
*
|
|
25533
|
-
* @type {
|
|
25534
|
-
* @memberof
|
|
27745
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
27746
|
+
* @type {number}
|
|
27747
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25535
27748
|
*/
|
|
25536
|
-
readonly
|
|
27749
|
+
readonly maxLockTime?: number
|
|
25537
27750
|
|
|
25538
27751
|
/**
|
|
25539
27752
|
*
|
|
25540
|
-
* @type {
|
|
25541
|
-
* @memberof
|
|
27753
|
+
* @type {number}
|
|
27754
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25542
27755
|
*/
|
|
25543
|
-
readonly
|
|
25544
|
-
}
|
|
27756
|
+
readonly minRowsExamined?: number
|
|
25545
27757
|
|
|
25546
|
-
/**
|
|
25547
|
-
* Request parameters for queryImportObjects operation in SharedApi.
|
|
25548
|
-
* @export
|
|
25549
|
-
* @interface SharedApiQueryImportObjectsRequest
|
|
25550
|
-
*/
|
|
25551
|
-
export interface SharedApiQueryImportObjectsRequest {
|
|
25552
27758
|
/**
|
|
25553
|
-
*
|
|
25554
|
-
* @type {
|
|
25555
|
-
* @memberof
|
|
27759
|
+
*
|
|
27760
|
+
* @type {number}
|
|
27761
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25556
27762
|
*/
|
|
25557
|
-
readonly
|
|
27763
|
+
readonly maxRowsExamined?: number
|
|
25558
27764
|
|
|
25559
27765
|
/**
|
|
25560
|
-
*
|
|
25561
|
-
* @type {
|
|
25562
|
-
* @memberof
|
|
27766
|
+
*
|
|
27767
|
+
* @type {number}
|
|
27768
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25563
27769
|
*/
|
|
25564
|
-
readonly
|
|
27770
|
+
readonly minRowsSent?: number
|
|
25565
27771
|
|
|
25566
27772
|
/**
|
|
25567
|
-
*
|
|
25568
|
-
* @type {
|
|
25569
|
-
* @memberof
|
|
27773
|
+
*
|
|
27774
|
+
* @type {number}
|
|
27775
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25570
27776
|
*/
|
|
25571
|
-
readonly
|
|
25572
|
-
}
|
|
27777
|
+
readonly maxRowsSent?: number
|
|
25573
27778
|
|
|
25574
|
-
/**
|
|
25575
|
-
* Request parameters for queryLogHits operation in SharedApi.
|
|
25576
|
-
* @export
|
|
25577
|
-
* @interface SharedApiQueryLogHitsRequest
|
|
25578
|
-
*/
|
|
25579
|
-
export interface SharedApiQueryLogHitsRequest {
|
|
25580
27779
|
/**
|
|
25581
27780
|
*
|
|
25582
27781
|
* @type {string}
|
|
25583
|
-
* @memberof
|
|
27782
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25584
27783
|
*/
|
|
25585
|
-
readonly
|
|
27784
|
+
readonly dbName?: string
|
|
25586
27785
|
|
|
25587
27786
|
/**
|
|
25588
27787
|
*
|
|
25589
27788
|
* @type {string}
|
|
25590
|
-
* @memberof
|
|
27789
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25591
27790
|
*/
|
|
25592
|
-
readonly
|
|
27791
|
+
readonly dbNameContains?: string
|
|
25593
27792
|
|
|
25594
27793
|
/**
|
|
25595
|
-
*
|
|
27794
|
+
*
|
|
25596
27795
|
* @type {string}
|
|
25597
|
-
* @memberof
|
|
27796
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25598
27797
|
*/
|
|
25599
|
-
readonly
|
|
27798
|
+
readonly userName?: string
|
|
25600
27799
|
|
|
25601
27800
|
/**
|
|
25602
|
-
*
|
|
27801
|
+
*
|
|
25603
27802
|
* @type {string}
|
|
25604
|
-
* @memberof
|
|
27803
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25605
27804
|
*/
|
|
25606
|
-
readonly
|
|
27805
|
+
readonly userNameContains?: string
|
|
25607
27806
|
|
|
25608
27807
|
/**
|
|
25609
|
-
*
|
|
27808
|
+
*
|
|
25610
27809
|
* @type {string}
|
|
25611
|
-
* @memberof
|
|
27810
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25612
27811
|
*/
|
|
25613
|
-
readonly
|
|
27812
|
+
readonly clientIp?: string
|
|
25614
27813
|
|
|
25615
27814
|
/**
|
|
25616
|
-
*
|
|
27815
|
+
*
|
|
25617
27816
|
* @type {string}
|
|
25618
|
-
* @memberof
|
|
27817
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25619
27818
|
*/
|
|
25620
|
-
readonly
|
|
27819
|
+
readonly clientIpContains?: string
|
|
25621
27820
|
|
|
25622
27821
|
/**
|
|
25623
27822
|
*
|
|
25624
27823
|
* @type {string}
|
|
25625
|
-
* @memberof
|
|
27824
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25626
27825
|
*/
|
|
25627
|
-
readonly
|
|
27826
|
+
readonly clientIpCIDR?: string
|
|
25628
27827
|
|
|
25629
27828
|
/**
|
|
25630
27829
|
*
|
|
25631
27830
|
* @type {string}
|
|
25632
|
-
* @memberof
|
|
27831
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25633
27832
|
*/
|
|
25634
|
-
readonly
|
|
27833
|
+
readonly appName?: string
|
|
25635
27834
|
|
|
25636
27835
|
/**
|
|
25637
27836
|
*
|
|
25638
27837
|
* @type {string}
|
|
25639
|
-
* @memberof
|
|
27838
|
+
* @memberof SharedApiQuerySlowLogTemplates
|
|
25640
27839
|
*/
|
|
25641
|
-
readonly
|
|
27840
|
+
readonly appNameContains?: string
|
|
25642
27841
|
}
|
|
25643
27842
|
|
|
25644
27843
|
/**
|
|
25645
|
-
* Request parameters for
|
|
27844
|
+
* Request parameters for querySlowLogs operation in SharedApi.
|
|
25646
27845
|
* @export
|
|
25647
|
-
* @interface
|
|
27846
|
+
* @interface SharedApiQuerySlowLogsRequest
|
|
25648
27847
|
*/
|
|
25649
|
-
export interface
|
|
27848
|
+
export interface SharedApiQuerySlowLogsRequest {
|
|
25650
27849
|
/**
|
|
25651
27850
|
*
|
|
25652
27851
|
* @type {string}
|
|
25653
|
-
* @memberof
|
|
27852
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25654
27853
|
*/
|
|
25655
27854
|
readonly orgName: string
|
|
25656
27855
|
|
|
25657
27856
|
/**
|
|
25658
27857
|
*
|
|
25659
27858
|
* @type {string}
|
|
25660
|
-
* @memberof
|
|
27859
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25661
27860
|
*/
|
|
25662
27861
|
readonly clusterName: string
|
|
25663
27862
|
|
|
25664
27863
|
/**
|
|
25665
27864
|
* Start time in epoch nanoseconds.
|
|
25666
27865
|
* @type {string}
|
|
25667
|
-
* @memberof
|
|
27866
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25668
27867
|
*/
|
|
25669
27868
|
readonly startTime: string
|
|
25670
27869
|
|
|
25671
27870
|
/**
|
|
25672
27871
|
* End time in epoch nanoseconds.
|
|
25673
27872
|
* @type {string}
|
|
25674
|
-
* @memberof
|
|
27873
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25675
27874
|
*/
|
|
25676
27875
|
readonly endTime: string
|
|
25677
27876
|
|
|
25678
27877
|
/**
|
|
25679
27878
|
*
|
|
25680
27879
|
* @type {string}
|
|
25681
|
-
* @memberof
|
|
27880
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25682
27881
|
*/
|
|
25683
27882
|
readonly componentName?: string
|
|
25684
27883
|
|
|
25685
27884
|
/**
|
|
25686
27885
|
*
|
|
25687
27886
|
* @type {string}
|
|
25688
|
-
* @memberof
|
|
27887
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25689
27888
|
*/
|
|
25690
27889
|
readonly instanceName?: string
|
|
25691
27890
|
|
|
25692
27891
|
/**
|
|
25693
27892
|
*
|
|
25694
27893
|
* @type {string}
|
|
25695
|
-
* @memberof
|
|
27894
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25696
27895
|
*/
|
|
25697
|
-
readonly
|
|
27896
|
+
readonly query?: string
|
|
25698
27897
|
|
|
25699
27898
|
/**
|
|
25700
27899
|
*
|
|
25701
27900
|
* @type {string}
|
|
25702
|
-
* @memberof
|
|
27901
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25703
27902
|
*/
|
|
25704
27903
|
readonly limit?: string
|
|
25705
27904
|
|
|
25706
27905
|
/**
|
|
25707
27906
|
*
|
|
25708
27907
|
* @type {SortType}
|
|
25709
|
-
* @memberof
|
|
27908
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25710
27909
|
*/
|
|
25711
27910
|
readonly sortType?: SortType
|
|
25712
|
-
}
|
|
25713
27911
|
|
|
25714
|
-
/**
|
|
25715
|
-
* Request parameters for queryRunningLogs operation in SharedApi.
|
|
25716
|
-
* @export
|
|
25717
|
-
* @interface SharedApiQueryRunningLogsRequest
|
|
25718
|
-
*/
|
|
25719
|
-
export interface SharedApiQueryRunningLogsRequest {
|
|
25720
27912
|
/**
|
|
25721
|
-
*
|
|
25722
|
-
* @type {
|
|
25723
|
-
* @memberof
|
|
27913
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
27914
|
+
* @type {number}
|
|
27915
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25724
27916
|
*/
|
|
25725
|
-
readonly
|
|
27917
|
+
readonly minExecutionTime?: number
|
|
25726
27918
|
|
|
25727
27919
|
/**
|
|
25728
|
-
*
|
|
25729
|
-
* @type {
|
|
25730
|
-
* @memberof
|
|
27920
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
27921
|
+
* @type {number}
|
|
27922
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25731
27923
|
*/
|
|
25732
|
-
readonly
|
|
27924
|
+
readonly maxExecutionTime?: number
|
|
25733
27925
|
|
|
25734
27926
|
/**
|
|
25735
|
-
*
|
|
25736
|
-
* @type {
|
|
25737
|
-
* @memberof
|
|
27927
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
27928
|
+
* @type {number}
|
|
27929
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25738
27930
|
*/
|
|
25739
|
-
readonly
|
|
27931
|
+
readonly minLockTime?: number
|
|
25740
27932
|
|
|
25741
27933
|
/**
|
|
25742
|
-
*
|
|
25743
|
-
* @type {
|
|
25744
|
-
* @memberof
|
|
27934
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
27935
|
+
* @type {number}
|
|
27936
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25745
27937
|
*/
|
|
25746
|
-
readonly
|
|
27938
|
+
readonly maxLockTime?: number
|
|
25747
27939
|
|
|
25748
27940
|
/**
|
|
25749
27941
|
*
|
|
25750
|
-
* @type {
|
|
25751
|
-
* @memberof
|
|
27942
|
+
* @type {number}
|
|
27943
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25752
27944
|
*/
|
|
25753
|
-
readonly
|
|
27945
|
+
readonly minRowsExamined?: number
|
|
25754
27946
|
|
|
25755
27947
|
/**
|
|
25756
27948
|
*
|
|
25757
|
-
* @type {
|
|
25758
|
-
* @memberof
|
|
27949
|
+
* @type {number}
|
|
27950
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25759
27951
|
*/
|
|
25760
|
-
readonly
|
|
27952
|
+
readonly maxRowsExamined?: number
|
|
25761
27953
|
|
|
25762
27954
|
/**
|
|
25763
27955
|
*
|
|
25764
|
-
* @type {
|
|
25765
|
-
* @memberof
|
|
27956
|
+
* @type {number}
|
|
27957
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25766
27958
|
*/
|
|
25767
|
-
readonly
|
|
27959
|
+
readonly minRowsSent?: number
|
|
25768
27960
|
|
|
25769
27961
|
/**
|
|
25770
27962
|
*
|
|
25771
|
-
* @type {
|
|
25772
|
-
* @memberof
|
|
27963
|
+
* @type {number}
|
|
27964
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25773
27965
|
*/
|
|
25774
|
-
readonly
|
|
27966
|
+
readonly maxRowsSent?: number
|
|
25775
27967
|
|
|
25776
27968
|
/**
|
|
25777
27969
|
*
|
|
25778
27970
|
* @type {string}
|
|
25779
|
-
* @memberof
|
|
27971
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25780
27972
|
*/
|
|
25781
|
-
readonly
|
|
27973
|
+
readonly dbName?: string
|
|
25782
27974
|
|
|
25783
27975
|
/**
|
|
25784
27976
|
*
|
|
25785
|
-
* @type {
|
|
25786
|
-
* @memberof
|
|
27977
|
+
* @type {string}
|
|
27978
|
+
* @memberof SharedApiQuerySlowLogs
|
|
25787
27979
|
*/
|
|
25788
|
-
readonly
|
|
25789
|
-
}
|
|
27980
|
+
readonly dbNameContains?: string
|
|
25790
27981
|
|
|
25791
|
-
/**
|
|
25792
|
-
* Request parameters for querySlowLogs operation in SharedApi.
|
|
25793
|
-
* @export
|
|
25794
|
-
* @interface SharedApiQuerySlowLogsRequest
|
|
25795
|
-
*/
|
|
25796
|
-
export interface SharedApiQuerySlowLogsRequest {
|
|
25797
27982
|
/**
|
|
25798
27983
|
*
|
|
25799
27984
|
* @type {string}
|
|
25800
27985
|
* @memberof SharedApiQuerySlowLogs
|
|
25801
27986
|
*/
|
|
25802
|
-
readonly
|
|
27987
|
+
readonly userName?: string
|
|
25803
27988
|
|
|
25804
27989
|
/**
|
|
25805
27990
|
*
|
|
25806
27991
|
* @type {string}
|
|
25807
27992
|
* @memberof SharedApiQuerySlowLogs
|
|
25808
27993
|
*/
|
|
25809
|
-
readonly
|
|
27994
|
+
readonly userNameContains?: string
|
|
25810
27995
|
|
|
25811
27996
|
/**
|
|
25812
|
-
*
|
|
27997
|
+
*
|
|
25813
27998
|
* @type {string}
|
|
25814
27999
|
* @memberof SharedApiQuerySlowLogs
|
|
25815
28000
|
*/
|
|
25816
|
-
readonly
|
|
28001
|
+
readonly clientIp?: string
|
|
25817
28002
|
|
|
25818
28003
|
/**
|
|
25819
|
-
*
|
|
28004
|
+
*
|
|
25820
28005
|
* @type {string}
|
|
25821
28006
|
* @memberof SharedApiQuerySlowLogs
|
|
25822
28007
|
*/
|
|
25823
|
-
readonly
|
|
28008
|
+
readonly clientIpContains?: string
|
|
25824
28009
|
|
|
25825
28010
|
/**
|
|
25826
28011
|
*
|
|
25827
28012
|
* @type {string}
|
|
25828
28013
|
* @memberof SharedApiQuerySlowLogs
|
|
25829
28014
|
*/
|
|
25830
|
-
readonly
|
|
28015
|
+
readonly clientIpCIDR?: string
|
|
25831
28016
|
|
|
25832
28017
|
/**
|
|
25833
28018
|
*
|
|
25834
28019
|
* @type {string}
|
|
25835
28020
|
* @memberof SharedApiQuerySlowLogs
|
|
25836
28021
|
*/
|
|
25837
|
-
readonly
|
|
28022
|
+
readonly appName?: string
|
|
25838
28023
|
|
|
25839
28024
|
/**
|
|
25840
28025
|
*
|
|
25841
28026
|
* @type {string}
|
|
25842
28027
|
* @memberof SharedApiQuerySlowLogs
|
|
25843
28028
|
*/
|
|
25844
|
-
readonly
|
|
28029
|
+
readonly appNameContains?: string
|
|
25845
28030
|
|
|
25846
28031
|
/**
|
|
25847
28032
|
*
|
|
25848
28033
|
* @type {string}
|
|
25849
28034
|
* @memberof SharedApiQuerySlowLogs
|
|
25850
28035
|
*/
|
|
25851
|
-
readonly
|
|
28036
|
+
readonly templateId?: string
|
|
25852
28037
|
|
|
25853
28038
|
/**
|
|
25854
28039
|
*
|
|
25855
|
-
* @type {
|
|
28040
|
+
* @type {boolean}
|
|
25856
28041
|
* @memberof SharedApiQuerySlowLogs
|
|
25857
28042
|
*/
|
|
25858
|
-
readonly
|
|
28043
|
+
readonly unclassifiedOnly?: boolean
|
|
25859
28044
|
}
|
|
25860
28045
|
|
|
25861
28046
|
/**
|
|
@@ -27167,6 +29352,34 @@ export interface SharedApiUpdateSqlAuditRequest {
|
|
|
27167
29352
|
readonly body: SqlAuditRequest
|
|
27168
29353
|
}
|
|
27169
29354
|
|
|
29355
|
+
/**
|
|
29356
|
+
* Request parameters for updateTDE operation in SharedApi.
|
|
29357
|
+
* @export
|
|
29358
|
+
* @interface SharedApiUpdateTDERequest
|
|
29359
|
+
*/
|
|
29360
|
+
export interface SharedApiUpdateTDERequest {
|
|
29361
|
+
/**
|
|
29362
|
+
* name of the Org
|
|
29363
|
+
* @type {string}
|
|
29364
|
+
* @memberof SharedApiUpdateTDE
|
|
29365
|
+
*/
|
|
29366
|
+
readonly orgName: string
|
|
29367
|
+
|
|
29368
|
+
/**
|
|
29369
|
+
* name of the Cluster
|
|
29370
|
+
* @type {string}
|
|
29371
|
+
* @memberof SharedApiUpdateTDE
|
|
29372
|
+
*/
|
|
29373
|
+
readonly clusterName: string
|
|
29374
|
+
|
|
29375
|
+
/**
|
|
29376
|
+
*
|
|
29377
|
+
* @type {TdeRequest}
|
|
29378
|
+
* @memberof SharedApiUpdateTDE
|
|
29379
|
+
*/
|
|
29380
|
+
readonly body: TdeRequest
|
|
29381
|
+
}
|
|
29382
|
+
|
|
27170
29383
|
/**
|
|
27171
29384
|
* Request parameters for updateTag operation in SharedApi.
|
|
27172
29385
|
* @export
|
|
@@ -28088,6 +30301,30 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28088
30301
|
return SharedApiFp(this.configuration).expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
28089
30302
|
}
|
|
28090
30303
|
|
|
30304
|
+
/**
|
|
30305
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
30306
|
+
* @summary Explain cluster slow log SQL
|
|
30307
|
+
* @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
30308
|
+
* @param {*} [options] Override http request option.
|
|
30309
|
+
* @throws {RequiredError}
|
|
30310
|
+
* @memberof SharedApi
|
|
30311
|
+
*/
|
|
30312
|
+
public explainSlowLog(requestParameters: SharedApiExplainSlowLogRequest, options?: RawAxiosRequestConfig) {
|
|
30313
|
+
return SharedApiFp(this.configuration).explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(this.axios, this.basePath));
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30316
|
+
/**
|
|
30317
|
+
* 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.
|
|
30318
|
+
* @summary Explain cluster slow log template
|
|
30319
|
+
* @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
30320
|
+
* @param {*} [options] Override http request option.
|
|
30321
|
+
* @throws {RequiredError}
|
|
30322
|
+
* @memberof SharedApi
|
|
30323
|
+
*/
|
|
30324
|
+
public explainSlowLogTemplate(requestParameters: SharedApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig) {
|
|
30325
|
+
return 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));
|
|
30326
|
+
}
|
|
30327
|
+
|
|
28091
30328
|
/**
|
|
28092
30329
|
* Export cluster logs and return as a file download
|
|
28093
30330
|
* @summary Export cluster logs
|
|
@@ -28289,7 +30526,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28289
30526
|
* @memberof SharedApi
|
|
28290
30527
|
*/
|
|
28291
30528
|
public getClusterByID(requestParameters: SharedApiGetClusterByIDRequest, options?: RawAxiosRequestConfig) {
|
|
28292
|
-
return SharedApiFp(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(this.axios, this.basePath));
|
|
30529
|
+
return SharedApiFp(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(this.axios, this.basePath));
|
|
28293
30530
|
}
|
|
28294
30531
|
|
|
28295
30532
|
/**
|
|
@@ -28528,7 +30765,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28528
30765
|
* @memberof SharedApi
|
|
28529
30766
|
*/
|
|
28530
30767
|
public getObjectInfo(requestParameters: SharedApiGetObjectInfoRequest, options?: RawAxiosRequestConfig) {
|
|
28531
|
-
return SharedApiFp(this.configuration).getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(this.axios, this.basePath));
|
|
30768
|
+
return 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));
|
|
28532
30769
|
}
|
|
28533
30770
|
|
|
28534
30771
|
/**
|
|
@@ -28624,7 +30861,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28624
30861
|
* @memberof SharedApi
|
|
28625
30862
|
*/
|
|
28626
30863
|
public getSchemaList(requestParameters: SharedApiGetSchemaListRequest, options?: RawAxiosRequestConfig) {
|
|
28627
|
-
return SharedApiFp(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
30864
|
+
return SharedApiFp(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
28628
30865
|
}
|
|
28629
30866
|
|
|
28630
30867
|
/**
|
|
@@ -28636,7 +30873,19 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28636
30873
|
* @memberof SharedApi
|
|
28637
30874
|
*/
|
|
28638
30875
|
public getSlowLogStats(requestParameters: SharedApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig) {
|
|
28639
|
-
return SharedApiFp(this.configuration).getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(this.axios, this.basePath));
|
|
30876
|
+
return 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));
|
|
30877
|
+
}
|
|
30878
|
+
|
|
30879
|
+
/**
|
|
30880
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
30881
|
+
* @summary Get cluster slow log template
|
|
30882
|
+
* @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
30883
|
+
* @param {*} [options] Override http request option.
|
|
30884
|
+
* @throws {RequiredError}
|
|
30885
|
+
* @memberof SharedApi
|
|
30886
|
+
*/
|
|
30887
|
+
public getSlowLogTemplate(requestParameters: SharedApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig) {
|
|
30888
|
+
return 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));
|
|
28640
30889
|
}
|
|
28641
30890
|
|
|
28642
30891
|
/**
|
|
@@ -28651,6 +30900,18 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28651
30900
|
return SharedApiFp(this.configuration).getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
|
|
28652
30901
|
}
|
|
28653
30902
|
|
|
30903
|
+
/**
|
|
30904
|
+
* Query the transparent data encryption switch status for a cluster component
|
|
30905
|
+
* @summary Get TDE status
|
|
30906
|
+
* @param {SharedApiGetTDERequest} requestParameters Request parameters.
|
|
30907
|
+
* @param {*} [options] Override http request option.
|
|
30908
|
+
* @throws {RequiredError}
|
|
30909
|
+
* @memberof SharedApi
|
|
30910
|
+
*/
|
|
30911
|
+
public getTDE(requestParameters: SharedApiGetTDERequest, options?: RawAxiosRequestConfig) {
|
|
30912
|
+
return SharedApiFp(this.configuration).getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
|
|
30913
|
+
}
|
|
30914
|
+
|
|
28654
30915
|
/**
|
|
28655
30916
|
*
|
|
28656
30917
|
* @summary Get cluster TLS certificate
|
|
@@ -28843,6 +31104,18 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
28843
31104
|
return SharedApiFp(this.configuration).listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
|
|
28844
31105
|
}
|
|
28845
31106
|
|
|
31107
|
+
/**
|
|
31108
|
+
*
|
|
31109
|
+
* @summary list all databases of the datasource
|
|
31110
|
+
* @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
|
|
31111
|
+
* @param {*} [options] Override http request option.
|
|
31112
|
+
* @throws {RequiredError}
|
|
31113
|
+
* @memberof SharedApi
|
|
31114
|
+
*/
|
|
31115
|
+
public listDmsDatabases(requestParameters: SharedApiListDmsDatabasesRequest, options?: RawAxiosRequestConfig) {
|
|
31116
|
+
return SharedApiFp(this.configuration).listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
31117
|
+
}
|
|
31118
|
+
|
|
28846
31119
|
/**
|
|
28847
31120
|
*
|
|
28848
31121
|
* @summary List cluster endpoints
|
|
@@ -29031,7 +31304,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29031
31304
|
* @memberof SharedApi
|
|
29032
31305
|
*/
|
|
29033
31306
|
public listObjectNamesByType(requestParameters: SharedApiListObjectNamesByTypeRequest, options?: RawAxiosRequestConfig) {
|
|
29034
|
-
return SharedApiFp(this.configuration).listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(this.axios, this.basePath));
|
|
31307
|
+
return SharedApiFp(this.configuration).listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
29035
31308
|
}
|
|
29036
31309
|
|
|
29037
31310
|
/**
|
|
@@ -29043,7 +31316,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29043
31316
|
* @memberof SharedApi
|
|
29044
31317
|
*/
|
|
29045
31318
|
public listObjectTypesInSchema(requestParameters: SharedApiListObjectTypesInSchemaRequest, options?: RawAxiosRequestConfig) {
|
|
29046
|
-
return SharedApiFp(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(this.axios, this.basePath));
|
|
31319
|
+
return SharedApiFp(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
|
|
29047
31320
|
}
|
|
29048
31321
|
|
|
29049
31322
|
/**
|
|
@@ -29174,7 +31447,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29174
31447
|
* @memberof SharedApi
|
|
29175
31448
|
*/
|
|
29176
31449
|
public listQueryHistory(requestParameters: SharedApiListQueryHistoryRequest, options?: RawAxiosRequestConfig) {
|
|
29177
|
-
return SharedApiFp(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
31450
|
+
return SharedApiFp(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
29178
31451
|
}
|
|
29179
31452
|
|
|
29180
31453
|
/**
|
|
@@ -29522,7 +31795,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29522
31795
|
* @memberof SharedApi
|
|
29523
31796
|
*/
|
|
29524
31797
|
public queryLogHits(requestParameters: SharedApiQueryLogHitsRequest, options?: RawAxiosRequestConfig) {
|
|
29525
|
-
return 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));
|
|
31798
|
+
return 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));
|
|
29526
31799
|
}
|
|
29527
31800
|
|
|
29528
31801
|
/**
|
|
@@ -29549,6 +31822,30 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29549
31822
|
return 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));
|
|
29550
31823
|
}
|
|
29551
31824
|
|
|
31825
|
+
/**
|
|
31826
|
+
* Query slow log samples for a template
|
|
31827
|
+
* @summary Query cluster slow log template samples
|
|
31828
|
+
* @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
31829
|
+
* @param {*} [options] Override http request option.
|
|
31830
|
+
* @throws {RequiredError}
|
|
31831
|
+
* @memberof SharedApi
|
|
31832
|
+
*/
|
|
31833
|
+
public querySlowLogTemplateSamples(requestParameters: SharedApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig) {
|
|
31834
|
+
return 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));
|
|
31835
|
+
}
|
|
31836
|
+
|
|
31837
|
+
/**
|
|
31838
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
31839
|
+
* @summary Query cluster slow log templates
|
|
31840
|
+
* @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
31841
|
+
* @param {*} [options] Override http request option.
|
|
31842
|
+
* @throws {RequiredError}
|
|
31843
|
+
* @memberof SharedApi
|
|
31844
|
+
*/
|
|
31845
|
+
public querySlowLogTemplates(requestParameters: SharedApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig) {
|
|
31846
|
+
return 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));
|
|
31847
|
+
}
|
|
31848
|
+
|
|
29552
31849
|
/**
|
|
29553
31850
|
* Query slow logs of a cluster
|
|
29554
31851
|
* @summary Query cluster slow logs
|
|
@@ -29558,7 +31855,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29558
31855
|
* @memberof SharedApi
|
|
29559
31856
|
*/
|
|
29560
31857
|
public querySlowLogs(requestParameters: SharedApiQuerySlowLogsRequest, options?: RawAxiosRequestConfig) {
|
|
29561
|
-
return 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));
|
|
31858
|
+
return 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));
|
|
29562
31859
|
}
|
|
29563
31860
|
|
|
29564
31861
|
/**
|
|
@@ -30088,6 +32385,18 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
30088
32385
|
return SharedApiFp(this.configuration).updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
30089
32386
|
}
|
|
30090
32387
|
|
|
32388
|
+
/**
|
|
32389
|
+
* Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
|
|
32390
|
+
* @summary Enable TDE
|
|
32391
|
+
* @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
|
|
32392
|
+
* @param {*} [options] Override http request option.
|
|
32393
|
+
* @throws {RequiredError}
|
|
32394
|
+
* @memberof SharedApi
|
|
32395
|
+
*/
|
|
32396
|
+
public updateTDE(requestParameters: SharedApiUpdateTDERequest, options?: RawAxiosRequestConfig) {
|
|
32397
|
+
return SharedApiFp(this.configuration).updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
32398
|
+
}
|
|
32399
|
+
|
|
30091
32400
|
/**
|
|
30092
32401
|
* Update cluster tags
|
|
30093
32402
|
* @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
|