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
|
@@ -15,13 +15,42 @@ import { type RequestArgs, BaseAPI } from '../base';
|
|
|
15
15
|
import type { ClusterExecutionLog } from '../models';
|
|
16
16
|
import type { ClusterLogHitsResponse } from '../models';
|
|
17
17
|
import type { ClusterRawLogResponse } from '../models';
|
|
18
|
+
import type { ClusterSlowLogExplainResponse } from '../models';
|
|
18
19
|
import type { ClusterSlowLogStats } from '../models';
|
|
20
|
+
import type { ClusterSlowLogTemplate } from '../models';
|
|
21
|
+
import type { ClusterSlowLogTemplateList } from '../models';
|
|
22
|
+
import type { DmsExplainRequest } from '../models';
|
|
19
23
|
import type { SortType } from '../models';
|
|
20
24
|
/**
|
|
21
25
|
* ClusterLogApi - axios parameter creator
|
|
22
26
|
* @export
|
|
23
27
|
*/
|
|
24
28
|
export declare const ClusterLogApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29
|
+
/**
|
|
30
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
31
|
+
* @summary Explain cluster slow log SQL
|
|
32
|
+
* @param {string} orgName
|
|
33
|
+
* @param {string} clusterName
|
|
34
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
35
|
+
* @param {*} [options] Override http request option.
|
|
36
|
+
* @throws {RequiredError}
|
|
37
|
+
*/
|
|
38
|
+
explainSlowLog: (orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
+
/**
|
|
40
|
+
* 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.
|
|
41
|
+
* @summary Explain cluster slow log template
|
|
42
|
+
* @param {string} orgName
|
|
43
|
+
* @param {string} clusterName
|
|
44
|
+
* @param {string} templateId
|
|
45
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
46
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
47
|
+
* @param {string} [componentName]
|
|
48
|
+
* @param {string} [instanceName]
|
|
49
|
+
* @param {string} [query]
|
|
50
|
+
* @param {*} [options] Override http request option.
|
|
51
|
+
* @throws {RequiredError}
|
|
52
|
+
*/
|
|
53
|
+
explainSlowLogTemplate: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25
54
|
/**
|
|
26
55
|
* Get statistics summary for slow logs of a cluster
|
|
27
56
|
* @summary Get cluster slow log statistics
|
|
@@ -31,10 +60,45 @@ export declare const ClusterLogApiAxiosParamCreator: (configuration?: Configurat
|
|
|
31
60
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
32
61
|
* @param {string} [componentName]
|
|
33
62
|
* @param {string} [instanceName]
|
|
63
|
+
* @param {string} [query]
|
|
64
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
65
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
66
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
67
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
68
|
+
* @param {number} [minRowsExamined]
|
|
69
|
+
* @param {number} [maxRowsExamined]
|
|
70
|
+
* @param {number} [minRowsSent]
|
|
71
|
+
* @param {number} [maxRowsSent]
|
|
72
|
+
* @param {string} [dbName]
|
|
73
|
+
* @param {string} [dbNameContains]
|
|
74
|
+
* @param {string} [userName]
|
|
75
|
+
* @param {string} [userNameContains]
|
|
76
|
+
* @param {string} [clientIp]
|
|
77
|
+
* @param {string} [clientIpContains]
|
|
78
|
+
* @param {string} [clientIpCIDR]
|
|
79
|
+
* @param {string} [appName]
|
|
80
|
+
* @param {string} [appNameContains]
|
|
81
|
+
* @param {string} [templateId]
|
|
82
|
+
* @param {boolean} [unclassifiedOnly]
|
|
83
|
+
* @param {*} [options] Override http request option.
|
|
84
|
+
* @throws {RequiredError}
|
|
85
|
+
*/
|
|
86
|
+
getSlowLogStats: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
87
|
+
/**
|
|
88
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
89
|
+
* @summary Get cluster slow log template
|
|
90
|
+
* @param {string} orgName
|
|
91
|
+
* @param {string} clusterName
|
|
92
|
+
* @param {string} templateId
|
|
93
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
94
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
95
|
+
* @param {string} [componentName]
|
|
96
|
+
* @param {string} [instanceName]
|
|
97
|
+
* @param {string} [query]
|
|
34
98
|
* @param {*} [options] Override http request option.
|
|
35
99
|
* @throws {RequiredError}
|
|
36
100
|
*/
|
|
37
|
-
|
|
101
|
+
getSlowLogTemplate: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
102
|
/**
|
|
39
103
|
* Query audit logs of a cluster
|
|
40
104
|
* @summary Query cluster audit logs
|
|
@@ -79,10 +143,24 @@ export declare const ClusterLogApiAxiosParamCreator: (configuration?: Configurat
|
|
|
79
143
|
* @param {string} [componentName]
|
|
80
144
|
* @param {string} [instanceName]
|
|
81
145
|
* @param {string} [query]
|
|
146
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
147
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
148
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
149
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
150
|
+
* @param {number} [minRowsExamined]
|
|
151
|
+
* @param {number} [maxRowsExamined]
|
|
152
|
+
* @param {number} [minRowsSent]
|
|
153
|
+
* @param {number} [maxRowsSent]
|
|
154
|
+
* @param {string} [dbName]
|
|
155
|
+
* @param {string} [userName]
|
|
156
|
+
* @param {string} [clientIp]
|
|
157
|
+
* @param {string} [appName]
|
|
158
|
+
* @param {string} [templateId]
|
|
159
|
+
* @param {boolean} [unclassifiedOnly]
|
|
82
160
|
* @param {*} [options] Override http request option.
|
|
83
161
|
* @throws {RequiredError}
|
|
84
162
|
*/
|
|
85
|
-
queryLogHits: (orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
163
|
+
queryLogHits: (orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, userName?: string, clientIp?: string, appName?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
86
164
|
/**
|
|
87
165
|
* Query pod logs of a cluster
|
|
88
166
|
* @summary Query cluster pod logs
|
|
@@ -116,6 +194,57 @@ export declare const ClusterLogApiAxiosParamCreator: (configuration?: Configurat
|
|
|
116
194
|
* @throws {RequiredError}
|
|
117
195
|
*/
|
|
118
196
|
queryRunningLogs: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, filename?: string, limit?: string, query?: string, sortType?: SortType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
197
|
+
/**
|
|
198
|
+
* Query slow log samples for a template
|
|
199
|
+
* @summary Query cluster slow log template samples
|
|
200
|
+
* @param {string} orgName
|
|
201
|
+
* @param {string} clusterName
|
|
202
|
+
* @param {string} templateId
|
|
203
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
204
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
205
|
+
* @param {string} [componentName]
|
|
206
|
+
* @param {string} [instanceName]
|
|
207
|
+
* @param {string} [query]
|
|
208
|
+
* @param {string} [limit]
|
|
209
|
+
* @param {SortType} [sortType]
|
|
210
|
+
* @param {*} [options] Override http request option.
|
|
211
|
+
* @throws {RequiredError}
|
|
212
|
+
*/
|
|
213
|
+
querySlowLogTemplateSamples: (orgName: string, clusterName: string, templateId: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
214
|
+
/**
|
|
215
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
216
|
+
* @summary Query cluster slow log templates
|
|
217
|
+
* @param {string} orgName
|
|
218
|
+
* @param {string} clusterName
|
|
219
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
220
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
221
|
+
* @param {string} [componentName]
|
|
222
|
+
* @param {string} [instanceName]
|
|
223
|
+
* @param {string} [query]
|
|
224
|
+
* @param {number} [topN]
|
|
225
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
226
|
+
* @param {SortType} [sortType]
|
|
227
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
228
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
229
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
230
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
231
|
+
* @param {number} [minRowsExamined]
|
|
232
|
+
* @param {number} [maxRowsExamined]
|
|
233
|
+
* @param {number} [minRowsSent]
|
|
234
|
+
* @param {number} [maxRowsSent]
|
|
235
|
+
* @param {string} [dbName]
|
|
236
|
+
* @param {string} [dbNameContains]
|
|
237
|
+
* @param {string} [userName]
|
|
238
|
+
* @param {string} [userNameContains]
|
|
239
|
+
* @param {string} [clientIp]
|
|
240
|
+
* @param {string} [clientIpContains]
|
|
241
|
+
* @param {string} [clientIpCIDR]
|
|
242
|
+
* @param {string} [appName]
|
|
243
|
+
* @param {string} [appNameContains]
|
|
244
|
+
* @param {*} [options] Override http request option.
|
|
245
|
+
* @throws {RequiredError}
|
|
246
|
+
*/
|
|
247
|
+
querySlowLogTemplates: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, topN?: number, sortBy?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
119
248
|
/**
|
|
120
249
|
* Query slow logs of a cluster
|
|
121
250
|
* @summary Query cluster slow logs
|
|
@@ -128,16 +257,60 @@ export declare const ClusterLogApiAxiosParamCreator: (configuration?: Configurat
|
|
|
128
257
|
* @param {string} [query]
|
|
129
258
|
* @param {string} [limit]
|
|
130
259
|
* @param {SortType} [sortType]
|
|
260
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
261
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
262
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
263
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
264
|
+
* @param {number} [minRowsExamined]
|
|
265
|
+
* @param {number} [maxRowsExamined]
|
|
266
|
+
* @param {number} [minRowsSent]
|
|
267
|
+
* @param {number} [maxRowsSent]
|
|
268
|
+
* @param {string} [dbName]
|
|
269
|
+
* @param {string} [dbNameContains]
|
|
270
|
+
* @param {string} [userName]
|
|
271
|
+
* @param {string} [userNameContains]
|
|
272
|
+
* @param {string} [clientIp]
|
|
273
|
+
* @param {string} [clientIpContains]
|
|
274
|
+
* @param {string} [clientIpCIDR]
|
|
275
|
+
* @param {string} [appName]
|
|
276
|
+
* @param {string} [appNameContains]
|
|
277
|
+
* @param {string} [templateId]
|
|
278
|
+
* @param {boolean} [unclassifiedOnly]
|
|
131
279
|
* @param {*} [options] Override http request option.
|
|
132
280
|
* @throws {RequiredError}
|
|
133
281
|
*/
|
|
134
|
-
querySlowLogs: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
282
|
+
querySlowLogs: (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
135
283
|
};
|
|
136
284
|
/**
|
|
137
285
|
* ClusterLogApi - functional programming interface
|
|
138
286
|
* @export
|
|
139
287
|
*/
|
|
140
288
|
export declare const ClusterLogApiFp: (configuration?: Configuration) => {
|
|
289
|
+
/**
|
|
290
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
291
|
+
* @summary Explain cluster slow log SQL
|
|
292
|
+
* @param {string} orgName
|
|
293
|
+
* @param {string} clusterName
|
|
294
|
+
* @param {DmsExplainRequest} dmsExplainRequest
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
*/
|
|
298
|
+
explainSlowLog(orgName: string, clusterName: string, dmsExplainRequest: DmsExplainRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterSlowLogExplainResponse>>;
|
|
299
|
+
/**
|
|
300
|
+
* 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.
|
|
301
|
+
* @summary Explain cluster slow log template
|
|
302
|
+
* @param {string} orgName
|
|
303
|
+
* @param {string} clusterName
|
|
304
|
+
* @param {string} templateId
|
|
305
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
306
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
307
|
+
* @param {string} [componentName]
|
|
308
|
+
* @param {string} [instanceName]
|
|
309
|
+
* @param {string} [query]
|
|
310
|
+
* @param {*} [options] Override http request option.
|
|
311
|
+
* @throws {RequiredError}
|
|
312
|
+
*/
|
|
313
|
+
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>>;
|
|
141
314
|
/**
|
|
142
315
|
* Get statistics summary for slow logs of a cluster
|
|
143
316
|
* @summary Get cluster slow log statistics
|
|
@@ -147,10 +320,45 @@ export declare const ClusterLogApiFp: (configuration?: Configuration) => {
|
|
|
147
320
|
* @param {string} endTime End time in epoch nanoseconds.
|
|
148
321
|
* @param {string} [componentName]
|
|
149
322
|
* @param {string} [instanceName]
|
|
323
|
+
* @param {string} [query]
|
|
324
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
325
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
326
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
327
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
328
|
+
* @param {number} [minRowsExamined]
|
|
329
|
+
* @param {number} [maxRowsExamined]
|
|
330
|
+
* @param {number} [minRowsSent]
|
|
331
|
+
* @param {number} [maxRowsSent]
|
|
332
|
+
* @param {string} [dbName]
|
|
333
|
+
* @param {string} [dbNameContains]
|
|
334
|
+
* @param {string} [userName]
|
|
335
|
+
* @param {string} [userNameContains]
|
|
336
|
+
* @param {string} [clientIp]
|
|
337
|
+
* @param {string} [clientIpContains]
|
|
338
|
+
* @param {string} [clientIpCIDR]
|
|
339
|
+
* @param {string} [appName]
|
|
340
|
+
* @param {string} [appNameContains]
|
|
341
|
+
* @param {string} [templateId]
|
|
342
|
+
* @param {boolean} [unclassifiedOnly]
|
|
343
|
+
* @param {*} [options] Override http request option.
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
*/
|
|
346
|
+
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>>;
|
|
347
|
+
/**
|
|
348
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
349
|
+
* @summary Get cluster slow log template
|
|
350
|
+
* @param {string} orgName
|
|
351
|
+
* @param {string} clusterName
|
|
352
|
+
* @param {string} templateId
|
|
353
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
354
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
355
|
+
* @param {string} [componentName]
|
|
356
|
+
* @param {string} [instanceName]
|
|
357
|
+
* @param {string} [query]
|
|
150
358
|
* @param {*} [options] Override http request option.
|
|
151
359
|
* @throws {RequiredError}
|
|
152
360
|
*/
|
|
153
|
-
|
|
361
|
+
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>>;
|
|
154
362
|
/**
|
|
155
363
|
* Query audit logs of a cluster
|
|
156
364
|
* @summary Query cluster audit logs
|
|
@@ -195,10 +403,24 @@ export declare const ClusterLogApiFp: (configuration?: Configuration) => {
|
|
|
195
403
|
* @param {string} [componentName]
|
|
196
404
|
* @param {string} [instanceName]
|
|
197
405
|
* @param {string} [query]
|
|
406
|
+
* @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
407
|
+
* @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
408
|
+
* @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
409
|
+
* @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
410
|
+
* @param {number} [minRowsExamined]
|
|
411
|
+
* @param {number} [maxRowsExamined]
|
|
412
|
+
* @param {number} [minRowsSent]
|
|
413
|
+
* @param {number} [maxRowsSent]
|
|
414
|
+
* @param {string} [dbName]
|
|
415
|
+
* @param {string} [userName]
|
|
416
|
+
* @param {string} [clientIp]
|
|
417
|
+
* @param {string} [appName]
|
|
418
|
+
* @param {string} [templateId]
|
|
419
|
+
* @param {boolean} [unclassifiedOnly]
|
|
198
420
|
* @param {*} [options] Override http request option.
|
|
199
421
|
* @throws {RequiredError}
|
|
200
422
|
*/
|
|
201
|
-
queryLogHits(orgName: string, clusterName: string, startTime: string, endTime: string, step: string, logType: string, componentName?: string, instanceName?: string, query?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterLogHitsResponse>>;
|
|
423
|
+
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>>;
|
|
202
424
|
/**
|
|
203
425
|
* Query pod logs of a cluster
|
|
204
426
|
* @summary Query cluster pod logs
|
|
@@ -232,6 +454,57 @@ export declare const ClusterLogApiFp: (configuration?: Configuration) => {
|
|
|
232
454
|
* @throws {RequiredError}
|
|
233
455
|
*/
|
|
234
456
|
queryRunningLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, filename?: string, limit?: string, query?: string, sortType?: SortType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterRawLogResponse>>;
|
|
457
|
+
/**
|
|
458
|
+
* Query slow log samples for a template
|
|
459
|
+
* @summary Query cluster slow log template samples
|
|
460
|
+
* @param {string} orgName
|
|
461
|
+
* @param {string} clusterName
|
|
462
|
+
* @param {string} templateId
|
|
463
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
464
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
465
|
+
* @param {string} [componentName]
|
|
466
|
+
* @param {string} [instanceName]
|
|
467
|
+
* @param {string} [query]
|
|
468
|
+
* @param {string} [limit]
|
|
469
|
+
* @param {SortType} [sortType]
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
*/
|
|
473
|
+
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>>;
|
|
474
|
+
/**
|
|
475
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
476
|
+
* @summary Query cluster slow log templates
|
|
477
|
+
* @param {string} orgName
|
|
478
|
+
* @param {string} clusterName
|
|
479
|
+
* @param {string} startTime Start time in epoch nanoseconds.
|
|
480
|
+
* @param {string} endTime End time in epoch nanoseconds.
|
|
481
|
+
* @param {string} [componentName]
|
|
482
|
+
* @param {string} [instanceName]
|
|
483
|
+
* @param {string} [query]
|
|
484
|
+
* @param {number} [topN]
|
|
485
|
+
* @param {string} [sortBy] Sort templates by count or avgExecutionTime.
|
|
486
|
+
* @param {SortType} [sortType]
|
|
487
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
488
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
489
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
490
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
491
|
+
* @param {number} [minRowsExamined]
|
|
492
|
+
* @param {number} [maxRowsExamined]
|
|
493
|
+
* @param {number} [minRowsSent]
|
|
494
|
+
* @param {number} [maxRowsSent]
|
|
495
|
+
* @param {string} [dbName]
|
|
496
|
+
* @param {string} [dbNameContains]
|
|
497
|
+
* @param {string} [userName]
|
|
498
|
+
* @param {string} [userNameContains]
|
|
499
|
+
* @param {string} [clientIp]
|
|
500
|
+
* @param {string} [clientIpContains]
|
|
501
|
+
* @param {string} [clientIpCIDR]
|
|
502
|
+
* @param {string} [appName]
|
|
503
|
+
* @param {string} [appNameContains]
|
|
504
|
+
* @param {*} [options] Override http request option.
|
|
505
|
+
* @throws {RequiredError}
|
|
506
|
+
*/
|
|
507
|
+
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>>;
|
|
235
508
|
/**
|
|
236
509
|
* Query slow logs of a cluster
|
|
237
510
|
* @summary Query cluster slow logs
|
|
@@ -244,16 +517,51 @@ export declare const ClusterLogApiFp: (configuration?: Configuration) => {
|
|
|
244
517
|
* @param {string} [query]
|
|
245
518
|
* @param {string} [limit]
|
|
246
519
|
* @param {SortType} [sortType]
|
|
520
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
521
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
522
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
523
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
524
|
+
* @param {number} [minRowsExamined]
|
|
525
|
+
* @param {number} [maxRowsExamined]
|
|
526
|
+
* @param {number} [minRowsSent]
|
|
527
|
+
* @param {number} [maxRowsSent]
|
|
528
|
+
* @param {string} [dbName]
|
|
529
|
+
* @param {string} [dbNameContains]
|
|
530
|
+
* @param {string} [userName]
|
|
531
|
+
* @param {string} [userNameContains]
|
|
532
|
+
* @param {string} [clientIp]
|
|
533
|
+
* @param {string} [clientIpContains]
|
|
534
|
+
* @param {string} [clientIpCIDR]
|
|
535
|
+
* @param {string} [appName]
|
|
536
|
+
* @param {string} [appNameContains]
|
|
537
|
+
* @param {string} [templateId]
|
|
538
|
+
* @param {boolean} [unclassifiedOnly]
|
|
247
539
|
* @param {*} [options] Override http request option.
|
|
248
540
|
* @throws {RequiredError}
|
|
249
541
|
*/
|
|
250
|
-
querySlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLog>>;
|
|
542
|
+
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>>;
|
|
251
543
|
};
|
|
252
544
|
/**
|
|
253
545
|
* ClusterLogApi - factory interface
|
|
254
546
|
* @export
|
|
255
547
|
*/
|
|
256
548
|
export declare const ClusterLogApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
549
|
+
/**
|
|
550
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
551
|
+
* @summary Explain cluster slow log SQL
|
|
552
|
+
* @param {ClusterLogApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
553
|
+
* @param {*} [options] Override http request option.
|
|
554
|
+
* @throws {RequiredError}
|
|
555
|
+
*/
|
|
556
|
+
explainSlowLog(requestParameters: ClusterLogApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
557
|
+
/**
|
|
558
|
+
* 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.
|
|
559
|
+
* @summary Explain cluster slow log template
|
|
560
|
+
* @param {ClusterLogApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
561
|
+
* @param {*} [options] Override http request option.
|
|
562
|
+
* @throws {RequiredError}
|
|
563
|
+
*/
|
|
564
|
+
explainSlowLogTemplate(requestParameters: ClusterLogApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
257
565
|
/**
|
|
258
566
|
* Get statistics summary for slow logs of a cluster
|
|
259
567
|
* @summary Get cluster slow log statistics
|
|
@@ -262,6 +570,14 @@ export declare const ClusterLogApiFactory: (configuration?: Configuration, baseP
|
|
|
262
570
|
* @throws {RequiredError}
|
|
263
571
|
*/
|
|
264
572
|
getSlowLogStats(requestParameters: ClusterLogApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
573
|
+
/**
|
|
574
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
575
|
+
* @summary Get cluster slow log template
|
|
576
|
+
* @param {ClusterLogApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
577
|
+
* @param {*} [options] Override http request option.
|
|
578
|
+
* @throws {RequiredError}
|
|
579
|
+
*/
|
|
580
|
+
getSlowLogTemplate(requestParameters: ClusterLogApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
265
581
|
/**
|
|
266
582
|
* Query audit logs of a cluster
|
|
267
583
|
* @summary Query cluster audit logs
|
|
@@ -302,6 +618,22 @@ export declare const ClusterLogApiFactory: (configuration?: Configuration, baseP
|
|
|
302
618
|
* @throws {RequiredError}
|
|
303
619
|
*/
|
|
304
620
|
queryRunningLogs(requestParameters: ClusterLogApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
621
|
+
/**
|
|
622
|
+
* Query slow log samples for a template
|
|
623
|
+
* @summary Query cluster slow log template samples
|
|
624
|
+
* @param {ClusterLogApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
625
|
+
* @param {*} [options] Override http request option.
|
|
626
|
+
* @throws {RequiredError}
|
|
627
|
+
*/
|
|
628
|
+
querySlowLogTemplateSamples(requestParameters: ClusterLogApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
629
|
+
/**
|
|
630
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
631
|
+
* @summary Query cluster slow log templates
|
|
632
|
+
* @param {ClusterLogApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
633
|
+
* @param {*} [options] Override http request option.
|
|
634
|
+
* @throws {RequiredError}
|
|
635
|
+
*/
|
|
636
|
+
querySlowLogTemplates(requestParameters: ClusterLogApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
305
637
|
/**
|
|
306
638
|
* Query slow logs of a cluster
|
|
307
639
|
* @summary Query cluster slow logs
|
|
@@ -317,6 +649,24 @@ export declare const ClusterLogApiFactory: (configuration?: Configuration, baseP
|
|
|
317
649
|
* @interface ClusterLogApi
|
|
318
650
|
*/
|
|
319
651
|
export interface ClusterLogApiInterface {
|
|
652
|
+
/**
|
|
653
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
654
|
+
* @summary Explain cluster slow log SQL
|
|
655
|
+
* @param {ClusterLogApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
656
|
+
* @param {*} [options] Override http request option.
|
|
657
|
+
* @throws {RequiredError}
|
|
658
|
+
* @memberof ClusterLogApiInterface
|
|
659
|
+
*/
|
|
660
|
+
explainSlowLog(requestParameters: ClusterLogApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
661
|
+
/**
|
|
662
|
+
* 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.
|
|
663
|
+
* @summary Explain cluster slow log template
|
|
664
|
+
* @param {ClusterLogApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
665
|
+
* @param {*} [options] Override http request option.
|
|
666
|
+
* @throws {RequiredError}
|
|
667
|
+
* @memberof ClusterLogApiInterface
|
|
668
|
+
*/
|
|
669
|
+
explainSlowLogTemplate(requestParameters: ClusterLogApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogExplainResponse>;
|
|
320
670
|
/**
|
|
321
671
|
* Get statistics summary for slow logs of a cluster
|
|
322
672
|
* @summary Get cluster slow log statistics
|
|
@@ -326,6 +676,15 @@ export interface ClusterLogApiInterface {
|
|
|
326
676
|
* @memberof ClusterLogApiInterface
|
|
327
677
|
*/
|
|
328
678
|
getSlowLogStats(requestParameters: ClusterLogApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogStats>;
|
|
679
|
+
/**
|
|
680
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
681
|
+
* @summary Get cluster slow log template
|
|
682
|
+
* @param {ClusterLogApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
683
|
+
* @param {*} [options] Override http request option.
|
|
684
|
+
* @throws {RequiredError}
|
|
685
|
+
* @memberof ClusterLogApiInterface
|
|
686
|
+
*/
|
|
687
|
+
getSlowLogTemplate(requestParameters: ClusterLogApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplate>;
|
|
329
688
|
/**
|
|
330
689
|
* Query audit logs of a cluster
|
|
331
690
|
* @summary Query cluster audit logs
|
|
@@ -371,6 +730,24 @@ export interface ClusterLogApiInterface {
|
|
|
371
730
|
* @memberof ClusterLogApiInterface
|
|
372
731
|
*/
|
|
373
732
|
queryRunningLogs(requestParameters: ClusterLogApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterRawLogResponse>;
|
|
733
|
+
/**
|
|
734
|
+
* Query slow log samples for a template
|
|
735
|
+
* @summary Query cluster slow log template samples
|
|
736
|
+
* @param {ClusterLogApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
* @memberof ClusterLogApiInterface
|
|
740
|
+
*/
|
|
741
|
+
querySlowLogTemplateSamples(requestParameters: ClusterLogApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
742
|
+
/**
|
|
743
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
744
|
+
* @summary Query cluster slow log templates
|
|
745
|
+
* @param {ClusterLogApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
746
|
+
* @param {*} [options] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
* @memberof ClusterLogApiInterface
|
|
749
|
+
*/
|
|
750
|
+
querySlowLogTemplates(requestParameters: ClusterLogApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterSlowLogTemplateList>;
|
|
374
751
|
/**
|
|
375
752
|
* Query slow logs of a cluster
|
|
376
753
|
* @summary Query cluster slow logs
|
|
@@ -382,358 +759,933 @@ export interface ClusterLogApiInterface {
|
|
|
382
759
|
querySlowLogs(requestParameters: ClusterLogApiQuerySlowLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLog>;
|
|
383
760
|
}
|
|
384
761
|
/**
|
|
385
|
-
* Request parameters for
|
|
762
|
+
* Request parameters for explainSlowLog operation in ClusterLogApi.
|
|
386
763
|
* @export
|
|
387
|
-
* @interface
|
|
764
|
+
* @interface ClusterLogApiExplainSlowLogRequest
|
|
388
765
|
*/
|
|
389
|
-
export interface
|
|
766
|
+
export interface ClusterLogApiExplainSlowLogRequest {
|
|
390
767
|
/**
|
|
391
768
|
*
|
|
392
769
|
* @type {string}
|
|
393
|
-
* @memberof
|
|
770
|
+
* @memberof ClusterLogApiExplainSlowLog
|
|
394
771
|
*/
|
|
395
772
|
readonly orgName: string;
|
|
396
773
|
/**
|
|
397
774
|
*
|
|
398
775
|
* @type {string}
|
|
399
|
-
* @memberof
|
|
776
|
+
* @memberof ClusterLogApiExplainSlowLog
|
|
400
777
|
*/
|
|
401
778
|
readonly clusterName: string;
|
|
402
|
-
/**
|
|
403
|
-
* Start time in epoch nanoseconds.
|
|
404
|
-
* @type {string}
|
|
405
|
-
* @memberof ClusterLogApiGetSlowLogStats
|
|
406
|
-
*/
|
|
407
|
-
readonly startTime: string;
|
|
408
|
-
/**
|
|
409
|
-
* End time in epoch nanoseconds.
|
|
410
|
-
* @type {string}
|
|
411
|
-
* @memberof ClusterLogApiGetSlowLogStats
|
|
412
|
-
*/
|
|
413
|
-
readonly endTime: string;
|
|
414
|
-
/**
|
|
415
|
-
*
|
|
416
|
-
* @type {string}
|
|
417
|
-
* @memberof ClusterLogApiGetSlowLogStats
|
|
418
|
-
*/
|
|
419
|
-
readonly componentName?: string;
|
|
420
779
|
/**
|
|
421
780
|
*
|
|
422
|
-
* @type {
|
|
423
|
-
* @memberof
|
|
781
|
+
* @type {DmsExplainRequest}
|
|
782
|
+
* @memberof ClusterLogApiExplainSlowLog
|
|
424
783
|
*/
|
|
425
|
-
readonly
|
|
784
|
+
readonly dmsExplainRequest: DmsExplainRequest;
|
|
426
785
|
}
|
|
427
786
|
/**
|
|
428
|
-
* Request parameters for
|
|
787
|
+
* Request parameters for explainSlowLogTemplate operation in ClusterLogApi.
|
|
429
788
|
* @export
|
|
430
|
-
* @interface
|
|
789
|
+
* @interface ClusterLogApiExplainSlowLogTemplateRequest
|
|
431
790
|
*/
|
|
432
|
-
export interface
|
|
791
|
+
export interface ClusterLogApiExplainSlowLogTemplateRequest {
|
|
433
792
|
/**
|
|
434
793
|
*
|
|
435
794
|
* @type {string}
|
|
436
|
-
* @memberof
|
|
795
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
437
796
|
*/
|
|
438
797
|
readonly orgName: string;
|
|
439
798
|
/**
|
|
440
799
|
*
|
|
441
800
|
* @type {string}
|
|
442
|
-
* @memberof
|
|
801
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
443
802
|
*/
|
|
444
803
|
readonly clusterName: string;
|
|
804
|
+
/**
|
|
805
|
+
*
|
|
806
|
+
* @type {string}
|
|
807
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
808
|
+
*/
|
|
809
|
+
readonly templateId: string;
|
|
445
810
|
/**
|
|
446
811
|
* Start time in epoch nanoseconds.
|
|
447
812
|
* @type {string}
|
|
448
|
-
* @memberof
|
|
813
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
449
814
|
*/
|
|
450
815
|
readonly startTime: string;
|
|
451
816
|
/**
|
|
452
817
|
* End time in epoch nanoseconds.
|
|
453
818
|
* @type {string}
|
|
454
|
-
* @memberof
|
|
819
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
455
820
|
*/
|
|
456
821
|
readonly endTime: string;
|
|
457
822
|
/**
|
|
458
823
|
*
|
|
459
824
|
* @type {string}
|
|
460
|
-
* @memberof
|
|
461
|
-
*/
|
|
462
|
-
readonly limit?: string;
|
|
463
|
-
/**
|
|
464
|
-
*
|
|
465
|
-
* @type {string}
|
|
466
|
-
* @memberof ClusterLogApiQueryAuditLogs
|
|
825
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
467
826
|
*/
|
|
468
827
|
readonly componentName?: string;
|
|
469
828
|
/**
|
|
470
829
|
*
|
|
471
830
|
* @type {string}
|
|
472
|
-
* @memberof
|
|
831
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
473
832
|
*/
|
|
474
833
|
readonly instanceName?: string;
|
|
475
834
|
/**
|
|
476
835
|
*
|
|
477
|
-
* @type {
|
|
478
|
-
* @memberof
|
|
836
|
+
* @type {string}
|
|
837
|
+
* @memberof ClusterLogApiExplainSlowLogTemplate
|
|
479
838
|
*/
|
|
480
|
-
readonly
|
|
839
|
+
readonly query?: string;
|
|
481
840
|
}
|
|
482
841
|
/**
|
|
483
|
-
* Request parameters for
|
|
842
|
+
* Request parameters for getSlowLogStats operation in ClusterLogApi.
|
|
484
843
|
* @export
|
|
485
|
-
* @interface
|
|
844
|
+
* @interface ClusterLogApiGetSlowLogStatsRequest
|
|
486
845
|
*/
|
|
487
|
-
export interface
|
|
846
|
+
export interface ClusterLogApiGetSlowLogStatsRequest {
|
|
488
847
|
/**
|
|
489
848
|
*
|
|
490
849
|
* @type {string}
|
|
491
|
-
* @memberof
|
|
850
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
492
851
|
*/
|
|
493
852
|
readonly orgName: string;
|
|
494
853
|
/**
|
|
495
854
|
*
|
|
496
855
|
* @type {string}
|
|
497
|
-
* @memberof
|
|
856
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
498
857
|
*/
|
|
499
858
|
readonly clusterName: string;
|
|
500
859
|
/**
|
|
501
860
|
* Start time in epoch nanoseconds.
|
|
502
861
|
* @type {string}
|
|
503
|
-
* @memberof
|
|
862
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
504
863
|
*/
|
|
505
864
|
readonly startTime: string;
|
|
506
865
|
/**
|
|
507
866
|
* End time in epoch nanoseconds.
|
|
508
867
|
* @type {string}
|
|
509
|
-
* @memberof
|
|
868
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
510
869
|
*/
|
|
511
870
|
readonly endTime: string;
|
|
512
871
|
/**
|
|
513
872
|
*
|
|
514
873
|
* @type {string}
|
|
515
|
-
* @memberof
|
|
874
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
516
875
|
*/
|
|
517
876
|
readonly componentName?: string;
|
|
518
877
|
/**
|
|
519
878
|
*
|
|
520
879
|
* @type {string}
|
|
521
|
-
* @memberof
|
|
880
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
522
881
|
*/
|
|
523
882
|
readonly instanceName?: string;
|
|
524
883
|
/**
|
|
525
884
|
*
|
|
526
885
|
* @type {string}
|
|
527
|
-
* @memberof
|
|
886
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
528
887
|
*/
|
|
529
|
-
readonly
|
|
888
|
+
readonly query?: string;
|
|
530
889
|
/**
|
|
531
|
-
*
|
|
532
|
-
* @type {
|
|
533
|
-
* @memberof
|
|
890
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
891
|
+
* @type {number}
|
|
892
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
534
893
|
*/
|
|
535
|
-
readonly
|
|
894
|
+
readonly minExecutionTime?: number;
|
|
536
895
|
/**
|
|
537
|
-
*
|
|
538
|
-
* @type {
|
|
539
|
-
* @memberof
|
|
896
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
897
|
+
* @type {number}
|
|
898
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
540
899
|
*/
|
|
541
|
-
readonly
|
|
900
|
+
readonly maxExecutionTime?: number;
|
|
542
901
|
/**
|
|
543
|
-
*
|
|
544
|
-
* @type {
|
|
545
|
-
* @memberof
|
|
902
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
903
|
+
* @type {number}
|
|
904
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
546
905
|
*/
|
|
547
|
-
readonly
|
|
548
|
-
}
|
|
549
|
-
/**
|
|
550
|
-
* Request parameters for queryLogHits operation in ClusterLogApi.
|
|
551
|
-
* @export
|
|
552
|
-
* @interface ClusterLogApiQueryLogHitsRequest
|
|
553
|
-
*/
|
|
554
|
-
export interface ClusterLogApiQueryLogHitsRequest {
|
|
906
|
+
readonly minLockTime?: number;
|
|
555
907
|
/**
|
|
556
|
-
*
|
|
557
|
-
* @type {
|
|
558
|
-
* @memberof
|
|
908
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
909
|
+
* @type {number}
|
|
910
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
559
911
|
*/
|
|
560
|
-
readonly
|
|
912
|
+
readonly maxLockTime?: number;
|
|
561
913
|
/**
|
|
562
914
|
*
|
|
563
|
-
* @type {
|
|
564
|
-
* @memberof
|
|
915
|
+
* @type {number}
|
|
916
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
565
917
|
*/
|
|
566
|
-
readonly
|
|
918
|
+
readonly minRowsExamined?: number;
|
|
919
|
+
/**
|
|
920
|
+
*
|
|
921
|
+
* @type {number}
|
|
922
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
923
|
+
*/
|
|
924
|
+
readonly maxRowsExamined?: number;
|
|
925
|
+
/**
|
|
926
|
+
*
|
|
927
|
+
* @type {number}
|
|
928
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
929
|
+
*/
|
|
930
|
+
readonly minRowsSent?: number;
|
|
931
|
+
/**
|
|
932
|
+
*
|
|
933
|
+
* @type {number}
|
|
934
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
935
|
+
*/
|
|
936
|
+
readonly maxRowsSent?: number;
|
|
937
|
+
/**
|
|
938
|
+
*
|
|
939
|
+
* @type {string}
|
|
940
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
941
|
+
*/
|
|
942
|
+
readonly dbName?: string;
|
|
943
|
+
/**
|
|
944
|
+
*
|
|
945
|
+
* @type {string}
|
|
946
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
947
|
+
*/
|
|
948
|
+
readonly dbNameContains?: string;
|
|
949
|
+
/**
|
|
950
|
+
*
|
|
951
|
+
* @type {string}
|
|
952
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
953
|
+
*/
|
|
954
|
+
readonly userName?: string;
|
|
955
|
+
/**
|
|
956
|
+
*
|
|
957
|
+
* @type {string}
|
|
958
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
959
|
+
*/
|
|
960
|
+
readonly userNameContains?: string;
|
|
961
|
+
/**
|
|
962
|
+
*
|
|
963
|
+
* @type {string}
|
|
964
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
965
|
+
*/
|
|
966
|
+
readonly clientIp?: string;
|
|
967
|
+
/**
|
|
968
|
+
*
|
|
969
|
+
* @type {string}
|
|
970
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
971
|
+
*/
|
|
972
|
+
readonly clientIpContains?: string;
|
|
973
|
+
/**
|
|
974
|
+
*
|
|
975
|
+
* @type {string}
|
|
976
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
977
|
+
*/
|
|
978
|
+
readonly clientIpCIDR?: string;
|
|
979
|
+
/**
|
|
980
|
+
*
|
|
981
|
+
* @type {string}
|
|
982
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
983
|
+
*/
|
|
984
|
+
readonly appName?: string;
|
|
985
|
+
/**
|
|
986
|
+
*
|
|
987
|
+
* @type {string}
|
|
988
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
989
|
+
*/
|
|
990
|
+
readonly appNameContains?: string;
|
|
991
|
+
/**
|
|
992
|
+
*
|
|
993
|
+
* @type {string}
|
|
994
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
995
|
+
*/
|
|
996
|
+
readonly templateId?: string;
|
|
997
|
+
/**
|
|
998
|
+
*
|
|
999
|
+
* @type {boolean}
|
|
1000
|
+
* @memberof ClusterLogApiGetSlowLogStats
|
|
1001
|
+
*/
|
|
1002
|
+
readonly unclassifiedOnly?: boolean;
|
|
1003
|
+
}
|
|
1004
|
+
/**
|
|
1005
|
+
* Request parameters for getSlowLogTemplate operation in ClusterLogApi.
|
|
1006
|
+
* @export
|
|
1007
|
+
* @interface ClusterLogApiGetSlowLogTemplateRequest
|
|
1008
|
+
*/
|
|
1009
|
+
export interface ClusterLogApiGetSlowLogTemplateRequest {
|
|
1010
|
+
/**
|
|
1011
|
+
*
|
|
1012
|
+
* @type {string}
|
|
1013
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1014
|
+
*/
|
|
1015
|
+
readonly orgName: string;
|
|
1016
|
+
/**
|
|
1017
|
+
*
|
|
1018
|
+
* @type {string}
|
|
1019
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1020
|
+
*/
|
|
1021
|
+
readonly clusterName: string;
|
|
1022
|
+
/**
|
|
1023
|
+
*
|
|
1024
|
+
* @type {string}
|
|
1025
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1026
|
+
*/
|
|
1027
|
+
readonly templateId: string;
|
|
1028
|
+
/**
|
|
1029
|
+
* Start time in epoch nanoseconds.
|
|
1030
|
+
* @type {string}
|
|
1031
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1032
|
+
*/
|
|
1033
|
+
readonly startTime: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* End time in epoch nanoseconds.
|
|
1036
|
+
* @type {string}
|
|
1037
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1038
|
+
*/
|
|
1039
|
+
readonly endTime: string;
|
|
1040
|
+
/**
|
|
1041
|
+
*
|
|
1042
|
+
* @type {string}
|
|
1043
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1044
|
+
*/
|
|
1045
|
+
readonly componentName?: string;
|
|
1046
|
+
/**
|
|
1047
|
+
*
|
|
1048
|
+
* @type {string}
|
|
1049
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1050
|
+
*/
|
|
1051
|
+
readonly instanceName?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
*
|
|
1054
|
+
* @type {string}
|
|
1055
|
+
* @memberof ClusterLogApiGetSlowLogTemplate
|
|
1056
|
+
*/
|
|
1057
|
+
readonly query?: string;
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
* Request parameters for queryAuditLogs operation in ClusterLogApi.
|
|
1061
|
+
* @export
|
|
1062
|
+
* @interface ClusterLogApiQueryAuditLogsRequest
|
|
1063
|
+
*/
|
|
1064
|
+
export interface ClusterLogApiQueryAuditLogsRequest {
|
|
1065
|
+
/**
|
|
1066
|
+
*
|
|
1067
|
+
* @type {string}
|
|
1068
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1069
|
+
*/
|
|
1070
|
+
readonly orgName: string;
|
|
1071
|
+
/**
|
|
1072
|
+
*
|
|
1073
|
+
* @type {string}
|
|
1074
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1075
|
+
*/
|
|
1076
|
+
readonly clusterName: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* Start time in epoch nanoseconds.
|
|
1079
|
+
* @type {string}
|
|
1080
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1081
|
+
*/
|
|
1082
|
+
readonly startTime: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* End time in epoch nanoseconds.
|
|
1085
|
+
* @type {string}
|
|
1086
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1087
|
+
*/
|
|
1088
|
+
readonly endTime: string;
|
|
1089
|
+
/**
|
|
1090
|
+
*
|
|
1091
|
+
* @type {string}
|
|
1092
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1093
|
+
*/
|
|
1094
|
+
readonly limit?: string;
|
|
1095
|
+
/**
|
|
1096
|
+
*
|
|
1097
|
+
* @type {string}
|
|
1098
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1099
|
+
*/
|
|
1100
|
+
readonly componentName?: string;
|
|
1101
|
+
/**
|
|
1102
|
+
*
|
|
1103
|
+
* @type {string}
|
|
1104
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1105
|
+
*/
|
|
1106
|
+
readonly instanceName?: string;
|
|
1107
|
+
/**
|
|
1108
|
+
*
|
|
1109
|
+
* @type {SortType}
|
|
1110
|
+
* @memberof ClusterLogApiQueryAuditLogs
|
|
1111
|
+
*/
|
|
1112
|
+
readonly sortType?: SortType;
|
|
1113
|
+
}
|
|
1114
|
+
/**
|
|
1115
|
+
* Request parameters for queryErrorLogs operation in ClusterLogApi.
|
|
1116
|
+
* @export
|
|
1117
|
+
* @interface ClusterLogApiQueryErrorLogsRequest
|
|
1118
|
+
*/
|
|
1119
|
+
export interface ClusterLogApiQueryErrorLogsRequest {
|
|
1120
|
+
/**
|
|
1121
|
+
*
|
|
1122
|
+
* @type {string}
|
|
1123
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1124
|
+
*/
|
|
1125
|
+
readonly orgName: string;
|
|
1126
|
+
/**
|
|
1127
|
+
*
|
|
1128
|
+
* @type {string}
|
|
1129
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1130
|
+
*/
|
|
1131
|
+
readonly clusterName: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* Start time in epoch nanoseconds.
|
|
1134
|
+
* @type {string}
|
|
1135
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1136
|
+
*/
|
|
1137
|
+
readonly startTime: string;
|
|
1138
|
+
/**
|
|
1139
|
+
* End time in epoch nanoseconds.
|
|
1140
|
+
* @type {string}
|
|
1141
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1142
|
+
*/
|
|
1143
|
+
readonly endTime: string;
|
|
1144
|
+
/**
|
|
1145
|
+
*
|
|
1146
|
+
* @type {string}
|
|
1147
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1148
|
+
*/
|
|
1149
|
+
readonly componentName?: string;
|
|
1150
|
+
/**
|
|
1151
|
+
*
|
|
1152
|
+
* @type {string}
|
|
1153
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1154
|
+
*/
|
|
1155
|
+
readonly instanceName?: string;
|
|
1156
|
+
/**
|
|
1157
|
+
*
|
|
1158
|
+
* @type {string}
|
|
1159
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1160
|
+
*/
|
|
1161
|
+
readonly filename?: string;
|
|
1162
|
+
/**
|
|
1163
|
+
*
|
|
1164
|
+
* @type {string}
|
|
1165
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1166
|
+
*/
|
|
1167
|
+
readonly query?: string;
|
|
1168
|
+
/**
|
|
1169
|
+
*
|
|
1170
|
+
* @type {string}
|
|
1171
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1172
|
+
*/
|
|
1173
|
+
readonly limit?: string;
|
|
1174
|
+
/**
|
|
1175
|
+
*
|
|
1176
|
+
* @type {SortType}
|
|
1177
|
+
* @memberof ClusterLogApiQueryErrorLogs
|
|
1178
|
+
*/
|
|
1179
|
+
readonly sortType?: SortType;
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* Request parameters for queryLogHits operation in ClusterLogApi.
|
|
1183
|
+
* @export
|
|
1184
|
+
* @interface ClusterLogApiQueryLogHitsRequest
|
|
1185
|
+
*/
|
|
1186
|
+
export interface ClusterLogApiQueryLogHitsRequest {
|
|
1187
|
+
/**
|
|
1188
|
+
*
|
|
1189
|
+
* @type {string}
|
|
1190
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1191
|
+
*/
|
|
1192
|
+
readonly orgName: string;
|
|
1193
|
+
/**
|
|
1194
|
+
*
|
|
1195
|
+
* @type {string}
|
|
1196
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1197
|
+
*/
|
|
1198
|
+
readonly clusterName: string;
|
|
1199
|
+
/**
|
|
1200
|
+
* Start time in epoch nanoseconds.
|
|
1201
|
+
* @type {string}
|
|
1202
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1203
|
+
*/
|
|
1204
|
+
readonly startTime: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* End time in epoch nanoseconds.
|
|
1207
|
+
* @type {string}
|
|
1208
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1209
|
+
*/
|
|
1210
|
+
readonly endTime: string;
|
|
1211
|
+
/**
|
|
1212
|
+
* Time bucket size, e.g. 5s, 30s, 1m, 5m, 30m, 1h
|
|
1213
|
+
* @type {string}
|
|
1214
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1215
|
+
*/
|
|
1216
|
+
readonly step: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* Log type: runninglog, errorlog, slow, auditlog
|
|
1219
|
+
* @type {string}
|
|
1220
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1221
|
+
*/
|
|
1222
|
+
readonly logType: string;
|
|
1223
|
+
/**
|
|
1224
|
+
*
|
|
1225
|
+
* @type {string}
|
|
1226
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1227
|
+
*/
|
|
1228
|
+
readonly componentName?: string;
|
|
1229
|
+
/**
|
|
1230
|
+
*
|
|
1231
|
+
* @type {string}
|
|
1232
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1233
|
+
*/
|
|
1234
|
+
readonly instanceName?: string;
|
|
1235
|
+
/**
|
|
1236
|
+
*
|
|
1237
|
+
* @type {string}
|
|
1238
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1239
|
+
*/
|
|
1240
|
+
readonly query?: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* Minimum slow log execution time in seconds. Only applies when logType=slow.
|
|
1243
|
+
* @type {number}
|
|
1244
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1245
|
+
*/
|
|
1246
|
+
readonly minExecutionTime?: number;
|
|
1247
|
+
/**
|
|
1248
|
+
* Maximum slow log execution time in seconds. Only applies when logType=slow.
|
|
1249
|
+
* @type {number}
|
|
1250
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1251
|
+
*/
|
|
1252
|
+
readonly maxExecutionTime?: number;
|
|
1253
|
+
/**
|
|
1254
|
+
* Minimum slow log lock time in seconds. Only applies when logType=slow.
|
|
1255
|
+
* @type {number}
|
|
1256
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1257
|
+
*/
|
|
1258
|
+
readonly minLockTime?: number;
|
|
1259
|
+
/**
|
|
1260
|
+
* Maximum slow log lock time in seconds. Only applies when logType=slow.
|
|
1261
|
+
* @type {number}
|
|
1262
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1263
|
+
*/
|
|
1264
|
+
readonly maxLockTime?: number;
|
|
1265
|
+
/**
|
|
1266
|
+
*
|
|
1267
|
+
* @type {number}
|
|
1268
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1269
|
+
*/
|
|
1270
|
+
readonly minRowsExamined?: number;
|
|
1271
|
+
/**
|
|
1272
|
+
*
|
|
1273
|
+
* @type {number}
|
|
1274
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1275
|
+
*/
|
|
1276
|
+
readonly maxRowsExamined?: number;
|
|
1277
|
+
/**
|
|
1278
|
+
*
|
|
1279
|
+
* @type {number}
|
|
1280
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1281
|
+
*/
|
|
1282
|
+
readonly minRowsSent?: number;
|
|
1283
|
+
/**
|
|
1284
|
+
*
|
|
1285
|
+
* @type {number}
|
|
1286
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1287
|
+
*/
|
|
1288
|
+
readonly maxRowsSent?: number;
|
|
1289
|
+
/**
|
|
1290
|
+
*
|
|
1291
|
+
* @type {string}
|
|
1292
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1293
|
+
*/
|
|
1294
|
+
readonly dbName?: string;
|
|
1295
|
+
/**
|
|
1296
|
+
*
|
|
1297
|
+
* @type {string}
|
|
1298
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1299
|
+
*/
|
|
1300
|
+
readonly userName?: string;
|
|
1301
|
+
/**
|
|
1302
|
+
*
|
|
1303
|
+
* @type {string}
|
|
1304
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1305
|
+
*/
|
|
1306
|
+
readonly clientIp?: string;
|
|
1307
|
+
/**
|
|
1308
|
+
*
|
|
1309
|
+
* @type {string}
|
|
1310
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1311
|
+
*/
|
|
1312
|
+
readonly appName?: string;
|
|
1313
|
+
/**
|
|
1314
|
+
*
|
|
1315
|
+
* @type {string}
|
|
1316
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1317
|
+
*/
|
|
1318
|
+
readonly templateId?: string;
|
|
1319
|
+
/**
|
|
1320
|
+
*
|
|
1321
|
+
* @type {boolean}
|
|
1322
|
+
* @memberof ClusterLogApiQueryLogHits
|
|
1323
|
+
*/
|
|
1324
|
+
readonly unclassifiedOnly?: boolean;
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* Request parameters for queryPodLogs operation in ClusterLogApi.
|
|
1328
|
+
* @export
|
|
1329
|
+
* @interface ClusterLogApiQueryPodLogsRequest
|
|
1330
|
+
*/
|
|
1331
|
+
export interface ClusterLogApiQueryPodLogsRequest {
|
|
1332
|
+
/**
|
|
1333
|
+
*
|
|
1334
|
+
* @type {string}
|
|
1335
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1336
|
+
*/
|
|
1337
|
+
readonly orgName: string;
|
|
1338
|
+
/**
|
|
1339
|
+
*
|
|
1340
|
+
* @type {string}
|
|
1341
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1342
|
+
*/
|
|
1343
|
+
readonly clusterName: string;
|
|
1344
|
+
/**
|
|
1345
|
+
* Start time in epoch nanoseconds.
|
|
1346
|
+
* @type {string}
|
|
1347
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1348
|
+
*/
|
|
1349
|
+
readonly startTime: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* End time in epoch nanoseconds.
|
|
1352
|
+
* @type {string}
|
|
1353
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1354
|
+
*/
|
|
1355
|
+
readonly endTime: string;
|
|
1356
|
+
/**
|
|
1357
|
+
*
|
|
1358
|
+
* @type {string}
|
|
1359
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1360
|
+
*/
|
|
1361
|
+
readonly componentName?: string;
|
|
1362
|
+
/**
|
|
1363
|
+
*
|
|
1364
|
+
* @type {string}
|
|
1365
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1366
|
+
*/
|
|
1367
|
+
readonly instanceName?: string;
|
|
1368
|
+
/**
|
|
1369
|
+
*
|
|
1370
|
+
* @type {string}
|
|
1371
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1372
|
+
*/
|
|
1373
|
+
readonly filename?: string;
|
|
1374
|
+
/**
|
|
1375
|
+
*
|
|
1376
|
+
* @type {string}
|
|
1377
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1378
|
+
*/
|
|
1379
|
+
readonly limit?: string;
|
|
1380
|
+
/**
|
|
1381
|
+
*
|
|
1382
|
+
* @type {SortType}
|
|
1383
|
+
* @memberof ClusterLogApiQueryPodLogs
|
|
1384
|
+
*/
|
|
1385
|
+
readonly sortType?: SortType;
|
|
1386
|
+
}
|
|
1387
|
+
/**
|
|
1388
|
+
* Request parameters for queryRunningLogs operation in ClusterLogApi.
|
|
1389
|
+
* @export
|
|
1390
|
+
* @interface ClusterLogApiQueryRunningLogsRequest
|
|
1391
|
+
*/
|
|
1392
|
+
export interface ClusterLogApiQueryRunningLogsRequest {
|
|
1393
|
+
/**
|
|
1394
|
+
*
|
|
1395
|
+
* @type {string}
|
|
1396
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
1397
|
+
*/
|
|
1398
|
+
readonly orgName: string;
|
|
1399
|
+
/**
|
|
1400
|
+
*
|
|
1401
|
+
* @type {string}
|
|
1402
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
1403
|
+
*/
|
|
1404
|
+
readonly clusterName: string;
|
|
567
1405
|
/**
|
|
568
1406
|
* Start time in epoch nanoseconds.
|
|
569
1407
|
* @type {string}
|
|
570
|
-
* @memberof
|
|
1408
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
571
1409
|
*/
|
|
572
1410
|
readonly startTime: string;
|
|
573
1411
|
/**
|
|
574
1412
|
* End time in epoch nanoseconds.
|
|
575
1413
|
* @type {string}
|
|
576
|
-
* @memberof
|
|
1414
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
577
1415
|
*/
|
|
578
1416
|
readonly endTime: string;
|
|
579
1417
|
/**
|
|
580
|
-
*
|
|
1418
|
+
*
|
|
581
1419
|
* @type {string}
|
|
582
|
-
* @memberof
|
|
1420
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
583
1421
|
*/
|
|
584
|
-
readonly
|
|
1422
|
+
readonly componentName?: string;
|
|
585
1423
|
/**
|
|
586
|
-
*
|
|
1424
|
+
*
|
|
587
1425
|
* @type {string}
|
|
588
|
-
* @memberof
|
|
1426
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
589
1427
|
*/
|
|
590
|
-
readonly
|
|
1428
|
+
readonly instanceName?: string;
|
|
591
1429
|
/**
|
|
592
1430
|
*
|
|
593
1431
|
* @type {string}
|
|
594
|
-
* @memberof
|
|
1432
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
595
1433
|
*/
|
|
596
|
-
readonly
|
|
1434
|
+
readonly filename?: string;
|
|
597
1435
|
/**
|
|
598
1436
|
*
|
|
599
1437
|
* @type {string}
|
|
600
|
-
* @memberof
|
|
1438
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
601
1439
|
*/
|
|
602
|
-
readonly
|
|
1440
|
+
readonly limit?: string;
|
|
603
1441
|
/**
|
|
604
1442
|
*
|
|
605
1443
|
* @type {string}
|
|
606
|
-
* @memberof
|
|
1444
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
607
1445
|
*/
|
|
608
1446
|
readonly query?: string;
|
|
1447
|
+
/**
|
|
1448
|
+
*
|
|
1449
|
+
* @type {SortType}
|
|
1450
|
+
* @memberof ClusterLogApiQueryRunningLogs
|
|
1451
|
+
*/
|
|
1452
|
+
readonly sortType?: SortType;
|
|
609
1453
|
}
|
|
610
1454
|
/**
|
|
611
|
-
* Request parameters for
|
|
1455
|
+
* Request parameters for querySlowLogTemplateSamples operation in ClusterLogApi.
|
|
612
1456
|
* @export
|
|
613
|
-
* @interface
|
|
1457
|
+
* @interface ClusterLogApiQuerySlowLogTemplateSamplesRequest
|
|
614
1458
|
*/
|
|
615
|
-
export interface
|
|
1459
|
+
export interface ClusterLogApiQuerySlowLogTemplateSamplesRequest {
|
|
616
1460
|
/**
|
|
617
1461
|
*
|
|
618
1462
|
* @type {string}
|
|
619
|
-
* @memberof
|
|
1463
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
620
1464
|
*/
|
|
621
1465
|
readonly orgName: string;
|
|
622
1466
|
/**
|
|
623
1467
|
*
|
|
624
1468
|
* @type {string}
|
|
625
|
-
* @memberof
|
|
1469
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
626
1470
|
*/
|
|
627
1471
|
readonly clusterName: string;
|
|
1472
|
+
/**
|
|
1473
|
+
*
|
|
1474
|
+
* @type {string}
|
|
1475
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
1476
|
+
*/
|
|
1477
|
+
readonly templateId: string;
|
|
628
1478
|
/**
|
|
629
1479
|
* Start time in epoch nanoseconds.
|
|
630
1480
|
* @type {string}
|
|
631
|
-
* @memberof
|
|
1481
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
632
1482
|
*/
|
|
633
1483
|
readonly startTime: string;
|
|
634
1484
|
/**
|
|
635
1485
|
* End time in epoch nanoseconds.
|
|
636
1486
|
* @type {string}
|
|
637
|
-
* @memberof
|
|
1487
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
638
1488
|
*/
|
|
639
1489
|
readonly endTime: string;
|
|
640
1490
|
/**
|
|
641
1491
|
*
|
|
642
1492
|
* @type {string}
|
|
643
|
-
* @memberof
|
|
1493
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
644
1494
|
*/
|
|
645
1495
|
readonly componentName?: string;
|
|
646
1496
|
/**
|
|
647
1497
|
*
|
|
648
1498
|
* @type {string}
|
|
649
|
-
* @memberof
|
|
1499
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
650
1500
|
*/
|
|
651
1501
|
readonly instanceName?: string;
|
|
652
1502
|
/**
|
|
653
1503
|
*
|
|
654
1504
|
* @type {string}
|
|
655
|
-
* @memberof
|
|
1505
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
656
1506
|
*/
|
|
657
|
-
readonly
|
|
1507
|
+
readonly query?: string;
|
|
658
1508
|
/**
|
|
659
1509
|
*
|
|
660
1510
|
* @type {string}
|
|
661
|
-
* @memberof
|
|
1511
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
662
1512
|
*/
|
|
663
1513
|
readonly limit?: string;
|
|
664
1514
|
/**
|
|
665
1515
|
*
|
|
666
1516
|
* @type {SortType}
|
|
667
|
-
* @memberof
|
|
1517
|
+
* @memberof ClusterLogApiQuerySlowLogTemplateSamples
|
|
668
1518
|
*/
|
|
669
1519
|
readonly sortType?: SortType;
|
|
670
1520
|
}
|
|
671
1521
|
/**
|
|
672
|
-
* Request parameters for
|
|
1522
|
+
* Request parameters for querySlowLogTemplates operation in ClusterLogApi.
|
|
673
1523
|
* @export
|
|
674
|
-
* @interface
|
|
1524
|
+
* @interface ClusterLogApiQuerySlowLogTemplatesRequest
|
|
675
1525
|
*/
|
|
676
|
-
export interface
|
|
1526
|
+
export interface ClusterLogApiQuerySlowLogTemplatesRequest {
|
|
677
1527
|
/**
|
|
678
1528
|
*
|
|
679
1529
|
* @type {string}
|
|
680
|
-
* @memberof
|
|
1530
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
681
1531
|
*/
|
|
682
1532
|
readonly orgName: string;
|
|
683
1533
|
/**
|
|
684
1534
|
*
|
|
685
1535
|
* @type {string}
|
|
686
|
-
* @memberof
|
|
1536
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
687
1537
|
*/
|
|
688
1538
|
readonly clusterName: string;
|
|
689
1539
|
/**
|
|
690
1540
|
* Start time in epoch nanoseconds.
|
|
691
1541
|
* @type {string}
|
|
692
|
-
* @memberof
|
|
1542
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
693
1543
|
*/
|
|
694
1544
|
readonly startTime: string;
|
|
695
1545
|
/**
|
|
696
1546
|
* End time in epoch nanoseconds.
|
|
697
1547
|
* @type {string}
|
|
698
|
-
* @memberof
|
|
1548
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
699
1549
|
*/
|
|
700
1550
|
readonly endTime: string;
|
|
701
1551
|
/**
|
|
702
1552
|
*
|
|
703
1553
|
* @type {string}
|
|
704
|
-
* @memberof
|
|
1554
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
705
1555
|
*/
|
|
706
1556
|
readonly componentName?: string;
|
|
707
1557
|
/**
|
|
708
1558
|
*
|
|
709
1559
|
* @type {string}
|
|
710
|
-
* @memberof
|
|
1560
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
711
1561
|
*/
|
|
712
1562
|
readonly instanceName?: string;
|
|
713
1563
|
/**
|
|
714
1564
|
*
|
|
715
1565
|
* @type {string}
|
|
716
|
-
* @memberof
|
|
1566
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
717
1567
|
*/
|
|
718
|
-
readonly
|
|
1568
|
+
readonly query?: string;
|
|
719
1569
|
/**
|
|
720
1570
|
*
|
|
721
|
-
* @type {
|
|
722
|
-
* @memberof
|
|
1571
|
+
* @type {number}
|
|
1572
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
723
1573
|
*/
|
|
724
|
-
readonly
|
|
1574
|
+
readonly topN?: number;
|
|
725
1575
|
/**
|
|
726
|
-
*
|
|
1576
|
+
* Sort templates by count or avgExecutionTime.
|
|
727
1577
|
* @type {string}
|
|
728
|
-
* @memberof
|
|
1578
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
729
1579
|
*/
|
|
730
|
-
readonly
|
|
1580
|
+
readonly sortBy?: string;
|
|
731
1581
|
/**
|
|
732
1582
|
*
|
|
733
1583
|
* @type {SortType}
|
|
734
|
-
* @memberof
|
|
1584
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
735
1585
|
*/
|
|
736
1586
|
readonly sortType?: SortType;
|
|
1587
|
+
/**
|
|
1588
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1589
|
+
* @type {number}
|
|
1590
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1591
|
+
*/
|
|
1592
|
+
readonly minExecutionTime?: number;
|
|
1593
|
+
/**
|
|
1594
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1595
|
+
* @type {number}
|
|
1596
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1597
|
+
*/
|
|
1598
|
+
readonly maxExecutionTime?: number;
|
|
1599
|
+
/**
|
|
1600
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1601
|
+
* @type {number}
|
|
1602
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1603
|
+
*/
|
|
1604
|
+
readonly minLockTime?: number;
|
|
1605
|
+
/**
|
|
1606
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1607
|
+
* @type {number}
|
|
1608
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1609
|
+
*/
|
|
1610
|
+
readonly maxLockTime?: number;
|
|
1611
|
+
/**
|
|
1612
|
+
*
|
|
1613
|
+
* @type {number}
|
|
1614
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1615
|
+
*/
|
|
1616
|
+
readonly minRowsExamined?: number;
|
|
1617
|
+
/**
|
|
1618
|
+
*
|
|
1619
|
+
* @type {number}
|
|
1620
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1621
|
+
*/
|
|
1622
|
+
readonly maxRowsExamined?: number;
|
|
1623
|
+
/**
|
|
1624
|
+
*
|
|
1625
|
+
* @type {number}
|
|
1626
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1627
|
+
*/
|
|
1628
|
+
readonly minRowsSent?: number;
|
|
1629
|
+
/**
|
|
1630
|
+
*
|
|
1631
|
+
* @type {number}
|
|
1632
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1633
|
+
*/
|
|
1634
|
+
readonly maxRowsSent?: number;
|
|
1635
|
+
/**
|
|
1636
|
+
*
|
|
1637
|
+
* @type {string}
|
|
1638
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1639
|
+
*/
|
|
1640
|
+
readonly dbName?: string;
|
|
1641
|
+
/**
|
|
1642
|
+
*
|
|
1643
|
+
* @type {string}
|
|
1644
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1645
|
+
*/
|
|
1646
|
+
readonly dbNameContains?: string;
|
|
1647
|
+
/**
|
|
1648
|
+
*
|
|
1649
|
+
* @type {string}
|
|
1650
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1651
|
+
*/
|
|
1652
|
+
readonly userName?: string;
|
|
1653
|
+
/**
|
|
1654
|
+
*
|
|
1655
|
+
* @type {string}
|
|
1656
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1657
|
+
*/
|
|
1658
|
+
readonly userNameContains?: string;
|
|
1659
|
+
/**
|
|
1660
|
+
*
|
|
1661
|
+
* @type {string}
|
|
1662
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1663
|
+
*/
|
|
1664
|
+
readonly clientIp?: string;
|
|
1665
|
+
/**
|
|
1666
|
+
*
|
|
1667
|
+
* @type {string}
|
|
1668
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1669
|
+
*/
|
|
1670
|
+
readonly clientIpContains?: string;
|
|
1671
|
+
/**
|
|
1672
|
+
*
|
|
1673
|
+
* @type {string}
|
|
1674
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1675
|
+
*/
|
|
1676
|
+
readonly clientIpCIDR?: string;
|
|
1677
|
+
/**
|
|
1678
|
+
*
|
|
1679
|
+
* @type {string}
|
|
1680
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1681
|
+
*/
|
|
1682
|
+
readonly appName?: string;
|
|
1683
|
+
/**
|
|
1684
|
+
*
|
|
1685
|
+
* @type {string}
|
|
1686
|
+
* @memberof ClusterLogApiQuerySlowLogTemplates
|
|
1687
|
+
*/
|
|
1688
|
+
readonly appNameContains?: string;
|
|
737
1689
|
}
|
|
738
1690
|
/**
|
|
739
1691
|
* Request parameters for querySlowLogs operation in ClusterLogApi.
|
|
@@ -795,6 +1747,120 @@ export interface ClusterLogApiQuerySlowLogsRequest {
|
|
|
795
1747
|
* @memberof ClusterLogApiQuerySlowLogs
|
|
796
1748
|
*/
|
|
797
1749
|
readonly sortType?: SortType;
|
|
1750
|
+
/**
|
|
1751
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1752
|
+
* @type {number}
|
|
1753
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1754
|
+
*/
|
|
1755
|
+
readonly minExecutionTime?: number;
|
|
1756
|
+
/**
|
|
1757
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
1758
|
+
* @type {number}
|
|
1759
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1760
|
+
*/
|
|
1761
|
+
readonly maxExecutionTime?: number;
|
|
1762
|
+
/**
|
|
1763
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1764
|
+
* @type {number}
|
|
1765
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1766
|
+
*/
|
|
1767
|
+
readonly minLockTime?: number;
|
|
1768
|
+
/**
|
|
1769
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
1770
|
+
* @type {number}
|
|
1771
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1772
|
+
*/
|
|
1773
|
+
readonly maxLockTime?: number;
|
|
1774
|
+
/**
|
|
1775
|
+
*
|
|
1776
|
+
* @type {number}
|
|
1777
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1778
|
+
*/
|
|
1779
|
+
readonly minRowsExamined?: number;
|
|
1780
|
+
/**
|
|
1781
|
+
*
|
|
1782
|
+
* @type {number}
|
|
1783
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1784
|
+
*/
|
|
1785
|
+
readonly maxRowsExamined?: number;
|
|
1786
|
+
/**
|
|
1787
|
+
*
|
|
1788
|
+
* @type {number}
|
|
1789
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1790
|
+
*/
|
|
1791
|
+
readonly minRowsSent?: number;
|
|
1792
|
+
/**
|
|
1793
|
+
*
|
|
1794
|
+
* @type {number}
|
|
1795
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1796
|
+
*/
|
|
1797
|
+
readonly maxRowsSent?: number;
|
|
1798
|
+
/**
|
|
1799
|
+
*
|
|
1800
|
+
* @type {string}
|
|
1801
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1802
|
+
*/
|
|
1803
|
+
readonly dbName?: string;
|
|
1804
|
+
/**
|
|
1805
|
+
*
|
|
1806
|
+
* @type {string}
|
|
1807
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1808
|
+
*/
|
|
1809
|
+
readonly dbNameContains?: string;
|
|
1810
|
+
/**
|
|
1811
|
+
*
|
|
1812
|
+
* @type {string}
|
|
1813
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1814
|
+
*/
|
|
1815
|
+
readonly userName?: string;
|
|
1816
|
+
/**
|
|
1817
|
+
*
|
|
1818
|
+
* @type {string}
|
|
1819
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1820
|
+
*/
|
|
1821
|
+
readonly userNameContains?: string;
|
|
1822
|
+
/**
|
|
1823
|
+
*
|
|
1824
|
+
* @type {string}
|
|
1825
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1826
|
+
*/
|
|
1827
|
+
readonly clientIp?: string;
|
|
1828
|
+
/**
|
|
1829
|
+
*
|
|
1830
|
+
* @type {string}
|
|
1831
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1832
|
+
*/
|
|
1833
|
+
readonly clientIpContains?: string;
|
|
1834
|
+
/**
|
|
1835
|
+
*
|
|
1836
|
+
* @type {string}
|
|
1837
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1838
|
+
*/
|
|
1839
|
+
readonly clientIpCIDR?: string;
|
|
1840
|
+
/**
|
|
1841
|
+
*
|
|
1842
|
+
* @type {string}
|
|
1843
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1844
|
+
*/
|
|
1845
|
+
readonly appName?: string;
|
|
1846
|
+
/**
|
|
1847
|
+
*
|
|
1848
|
+
* @type {string}
|
|
1849
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1850
|
+
*/
|
|
1851
|
+
readonly appNameContains?: string;
|
|
1852
|
+
/**
|
|
1853
|
+
*
|
|
1854
|
+
* @type {string}
|
|
1855
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1856
|
+
*/
|
|
1857
|
+
readonly templateId?: string;
|
|
1858
|
+
/**
|
|
1859
|
+
*
|
|
1860
|
+
* @type {boolean}
|
|
1861
|
+
* @memberof ClusterLogApiQuerySlowLogs
|
|
1862
|
+
*/
|
|
1863
|
+
readonly unclassifiedOnly?: boolean;
|
|
798
1864
|
}
|
|
799
1865
|
/**
|
|
800
1866
|
* ClusterLogApi - object-oriented interface
|
|
@@ -803,6 +1869,24 @@ export interface ClusterLogApiQuerySlowLogsRequest {
|
|
|
803
1869
|
* @extends {BaseAPI}
|
|
804
1870
|
*/
|
|
805
1871
|
export declare class ClusterLogApi extends BaseAPI implements ClusterLogApiInterface {
|
|
1872
|
+
/**
|
|
1873
|
+
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
1874
|
+
* @summary Explain cluster slow log SQL
|
|
1875
|
+
* @param {ClusterLogApiExplainSlowLogRequest} requestParameters Request parameters.
|
|
1876
|
+
* @param {*} [options] Override http request option.
|
|
1877
|
+
* @throws {RequiredError}
|
|
1878
|
+
* @memberof ClusterLogApi
|
|
1879
|
+
*/
|
|
1880
|
+
explainSlowLog(requestParameters: ClusterLogApiExplainSlowLogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogExplainResponse, any, {}>>;
|
|
1881
|
+
/**
|
|
1882
|
+
* 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.
|
|
1883
|
+
* @summary Explain cluster slow log template
|
|
1884
|
+
* @param {ClusterLogApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
|
|
1885
|
+
* @param {*} [options] Override http request option.
|
|
1886
|
+
* @throws {RequiredError}
|
|
1887
|
+
* @memberof ClusterLogApi
|
|
1888
|
+
*/
|
|
1889
|
+
explainSlowLogTemplate(requestParameters: ClusterLogApiExplainSlowLogTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogExplainResponse, any, {}>>;
|
|
806
1890
|
/**
|
|
807
1891
|
* Get statistics summary for slow logs of a cluster
|
|
808
1892
|
* @summary Get cluster slow log statistics
|
|
@@ -812,6 +1896,15 @@ export declare class ClusterLogApi extends BaseAPI implements ClusterLogApiInter
|
|
|
812
1896
|
* @memberof ClusterLogApi
|
|
813
1897
|
*/
|
|
814
1898
|
getSlowLogStats(requestParameters: ClusterLogApiGetSlowLogStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogStats, any, {}>>;
|
|
1899
|
+
/**
|
|
1900
|
+
* Get a slow log template of a cluster (VictoriaLogs backend only)
|
|
1901
|
+
* @summary Get cluster slow log template
|
|
1902
|
+
* @param {ClusterLogApiGetSlowLogTemplateRequest} requestParameters Request parameters.
|
|
1903
|
+
* @param {*} [options] Override http request option.
|
|
1904
|
+
* @throws {RequiredError}
|
|
1905
|
+
* @memberof ClusterLogApi
|
|
1906
|
+
*/
|
|
1907
|
+
getSlowLogTemplate(requestParameters: ClusterLogApiGetSlowLogTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogTemplate, any, {}>>;
|
|
815
1908
|
/**
|
|
816
1909
|
* Query audit logs of a cluster
|
|
817
1910
|
* @summary Query cluster audit logs
|
|
@@ -857,6 +1950,24 @@ export declare class ClusterLogApi extends BaseAPI implements ClusterLogApiInter
|
|
|
857
1950
|
* @memberof ClusterLogApi
|
|
858
1951
|
*/
|
|
859
1952
|
queryRunningLogs(requestParameters: ClusterLogApiQueryRunningLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterRawLogResponse, any, {}>>;
|
|
1953
|
+
/**
|
|
1954
|
+
* Query slow log samples for a template
|
|
1955
|
+
* @summary Query cluster slow log template samples
|
|
1956
|
+
* @param {ClusterLogApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
|
|
1957
|
+
* @param {*} [options] Override http request option.
|
|
1958
|
+
* @throws {RequiredError}
|
|
1959
|
+
* @memberof ClusterLogApi
|
|
1960
|
+
*/
|
|
1961
|
+
querySlowLogTemplateSamples(requestParameters: ClusterLogApiQuerySlowLogTemplateSamplesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterExecutionLog, any, {}>>;
|
|
1962
|
+
/**
|
|
1963
|
+
* Query slow log templates of a cluster (VictoriaLogs backend only)
|
|
1964
|
+
* @summary Query cluster slow log templates
|
|
1965
|
+
* @param {ClusterLogApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
|
|
1966
|
+
* @param {*} [options] Override http request option.
|
|
1967
|
+
* @throws {RequiredError}
|
|
1968
|
+
* @memberof ClusterLogApi
|
|
1969
|
+
*/
|
|
1970
|
+
querySlowLogTemplates(requestParameters: ClusterLogApiQuerySlowLogTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterSlowLogTemplateList, any, {}>>;
|
|
860
1971
|
/**
|
|
861
1972
|
* Query slow logs of a cluster
|
|
862
1973
|
* @summary Query cluster slow logs
|