kb-cloud-client-typescript 2.2.29 → 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.
Files changed (1072) hide show
  1. package/dist/adminapi/api.d.ts +1 -0
  2. package/dist/adminapi/api.d.ts.map +1 -1
  3. package/dist/adminapi/api.js +1 -0
  4. package/dist/adminapi/api.js.map +1 -1
  5. package/dist/adminapi/apis/aiagent-api.d.ts +1143 -0
  6. package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -0
  7. package/dist/adminapi/apis/aiagent-api.js +1214 -0
  8. package/dist/adminapi/apis/aiagent-api.js.map +1 -0
  9. package/dist/adminapi/apis/cluster-api.d.ts +163 -2
  10. package/dist/adminapi/apis/cluster-api.d.ts.map +1 -1
  11. package/dist/adminapi/apis/cluster-api.js +170 -5
  12. package/dist/adminapi/apis/cluster-api.js.map +1 -1
  13. package/dist/adminapi/apis/cluster-log-api.d.ts +1242 -131
  14. package/dist/adminapi/apis/cluster-log-api.d.ts.map +1 -1
  15. package/dist/adminapi/apis/cluster-log-api.js +882 -15
  16. package/dist/adminapi/apis/cluster-log-api.js.map +1 -1
  17. package/dist/adminapi/apis/dms-api.d.ts +2868 -458
  18. package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
  19. package/dist/adminapi/apis/dms-api.js +2673 -321
  20. package/dist/adminapi/apis/dms-api.js.map +1 -1
  21. package/dist/adminapi/apis/engine-api.d.ts +399 -0
  22. package/dist/adminapi/apis/engine-api.d.ts.map +1 -1
  23. package/dist/adminapi/apis/engine-api.js +442 -0
  24. package/dist/adminapi/apis/engine-api.js.map +1 -1
  25. package/dist/adminapi/apis/parameter-template-api.d.ts +80 -0
  26. package/dist/adminapi/apis/parameter-template-api.d.ts.map +1 -1
  27. package/dist/adminapi/apis/parameter-template-api.js +83 -0
  28. package/dist/adminapi/apis/parameter-template-api.js.map +1 -1
  29. package/dist/adminapi/apis/shared-api.d.ts +1664 -282
  30. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  31. package/dist/adminapi/apis/shared-api.js +1197 -64
  32. package/dist/adminapi/apis/shared-api.js.map +1 -1
  33. package/dist/adminapi/models/ai-agent-conversation-list.d.ts +26 -0
  34. package/dist/adminapi/models/ai-agent-conversation-list.d.ts.map +1 -0
  35. package/dist/adminapi/models/ai-agent-conversation-list.js +16 -0
  36. package/dist/adminapi/models/ai-agent-conversation-list.js.map +1 -0
  37. package/dist/adminapi/models/ai-agent-conversation-status.d.ts +25 -0
  38. package/dist/adminapi/models/ai-agent-conversation-status.d.ts.map +1 -0
  39. package/dist/adminapi/models/{inspection-supported-engines.js → ai-agent-conversation-status.js} +9 -13
  40. package/dist/adminapi/models/ai-agent-conversation-status.js.map +1 -0
  41. package/dist/adminapi/models/ai-agent-conversation.d.ts +76 -0
  42. package/dist/adminapi/models/ai-agent-conversation.d.ts.map +1 -0
  43. package/dist/adminapi/models/ai-agent-conversation.js +16 -0
  44. package/dist/adminapi/models/ai-agent-conversation.js.map +1 -0
  45. package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts +37 -0
  46. package/dist/adminapi/models/ai-agent-create-conversation-request.d.ts.map +1 -0
  47. package/dist/adminapi/models/ai-agent-create-conversation-request.js +16 -0
  48. package/dist/adminapi/models/ai-agent-create-conversation-request.js.map +1 -0
  49. package/dist/adminapi/models/ai-agent-delete-conversation-response.d.ts +31 -0
  50. package/dist/adminapi/models/ai-agent-delete-conversation-response.d.ts.map +1 -0
  51. package/dist/adminapi/models/ai-agent-delete-conversation-response.js +16 -0
  52. package/dist/adminapi/models/ai-agent-delete-conversation-response.js.map +1 -0
  53. package/dist/adminapi/models/ai-agent-event-type.d.ts +35 -0
  54. package/dist/adminapi/models/ai-agent-event-type.d.ts.map +1 -0
  55. package/dist/adminapi/models/ai-agent-event-type.js +39 -0
  56. package/dist/adminapi/models/ai-agent-event-type.js.map +1 -0
  57. package/dist/adminapi/models/ai-agent-event.d.ts +70 -0
  58. package/dist/adminapi/models/ai-agent-event.d.ts.map +1 -0
  59. package/dist/adminapi/models/ai-agent-event.js +16 -0
  60. package/dist/adminapi/models/ai-agent-event.js.map +1 -0
  61. package/dist/adminapi/models/ai-agent-message-list.d.ts +26 -0
  62. package/dist/adminapi/models/ai-agent-message-list.d.ts.map +1 -0
  63. package/dist/adminapi/models/ai-agent-message-list.js +16 -0
  64. package/dist/adminapi/models/ai-agent-message-list.js.map +1 -0
  65. package/dist/adminapi/models/ai-agent-message-part-type.d.ts +24 -0
  66. package/dist/adminapi/models/ai-agent-message-part-type.d.ts.map +1 -0
  67. package/dist/adminapi/models/ai-agent-message-part-type.js +28 -0
  68. package/dist/adminapi/models/ai-agent-message-part-type.js.map +1 -0
  69. package/dist/adminapi/models/ai-agent-message-part.d.ts +46 -0
  70. package/dist/adminapi/models/ai-agent-message-part.d.ts.map +1 -0
  71. package/dist/adminapi/models/ai-agent-message-part.js +16 -0
  72. package/dist/adminapi/models/ai-agent-message-part.js.map +1 -0
  73. package/dist/adminapi/models/ai-agent-message-role.d.ts +23 -0
  74. package/dist/adminapi/models/ai-agent-message-role.d.ts.map +1 -0
  75. package/dist/adminapi/models/ai-agent-message-role.js +27 -0
  76. package/dist/adminapi/models/ai-agent-message-role.js.map +1 -0
  77. package/dist/adminapi/models/ai-agent-message.d.ts +64 -0
  78. package/dist/adminapi/models/ai-agent-message.d.ts.map +1 -0
  79. package/dist/adminapi/models/ai-agent-message.js +16 -0
  80. package/dist/adminapi/models/ai-agent-message.js.map +1 -0
  81. package/dist/adminapi/models/ai-agent-object-ref.d.ts +31 -0
  82. package/dist/adminapi/models/ai-agent-object-ref.d.ts.map +1 -0
  83. package/dist/adminapi/models/ai-agent-object-ref.js +16 -0
  84. package/dist/adminapi/models/ai-agent-object-ref.js.map +1 -0
  85. package/dist/adminapi/models/ai-agent-runtime-status-code.d.ts +25 -0
  86. package/dist/adminapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
  87. package/dist/adminapi/models/ai-agent-runtime-status-code.js +29 -0
  88. package/dist/adminapi/models/ai-agent-runtime-status-code.js.map +1 -0
  89. package/dist/adminapi/models/ai-agent-runtime-status.d.ts +45 -0
  90. package/dist/adminapi/models/ai-agent-runtime-status.d.ts.map +1 -0
  91. package/dist/adminapi/models/ai-agent-runtime-status.js +16 -0
  92. package/dist/adminapi/models/ai-agent-runtime-status.js.map +1 -0
  93. package/dist/adminapi/models/ai-agent-scope.d.ts +44 -0
  94. package/dist/adminapi/models/ai-agent-scope.d.ts.map +1 -0
  95. package/dist/adminapi/models/ai-agent-scope.js +16 -0
  96. package/dist/adminapi/models/ai-agent-scope.js.map +1 -0
  97. package/dist/adminapi/models/ai-agent-send-message-request.d.ts +32 -0
  98. package/dist/adminapi/models/ai-agent-send-message-request.d.ts.map +1 -0
  99. package/dist/adminapi/models/ai-agent-send-message-request.js +16 -0
  100. package/dist/adminapi/models/ai-agent-send-message-request.js.map +1 -0
  101. package/dist/adminapi/models/ai-agent-send-message-response.d.ts +44 -0
  102. package/dist/adminapi/models/ai-agent-send-message-response.d.ts.map +1 -0
  103. package/dist/adminapi/models/ai-agent-send-message-response.js +16 -0
  104. package/dist/adminapi/models/ai-agent-send-message-response.js.map +1 -0
  105. package/dist/adminapi/models/ai-agent-stop-conversation-response.d.ts +32 -0
  106. package/dist/adminapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
  107. package/dist/adminapi/models/ai-agent-stop-conversation-response.js +16 -0
  108. package/dist/adminapi/models/ai-agent-stop-conversation-response.js.map +1 -0
  109. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.d.ts +25 -0
  110. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
  111. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.js +16 -0
  112. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
  113. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.d.ts +38 -0
  114. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
  115. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.js +16 -0
  116. package/dist/adminapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
  117. package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts +24 -0
  118. package/dist/adminapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
  119. package/dist/adminapi/models/ai-agent-tool-confirmation-status.js +28 -0
  120. package/dist/adminapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
  121. package/dist/adminapi/models/ai-agent-turn-action-list.d.ts +26 -0
  122. package/dist/adminapi/models/ai-agent-turn-action-list.d.ts.map +1 -0
  123. package/dist/adminapi/models/ai-agent-turn-action-list.js +16 -0
  124. package/dist/adminapi/models/ai-agent-turn-action-list.js.map +1 -0
  125. package/dist/adminapi/models/ai-agent-turn-action.d.ts +106 -0
  126. package/dist/adminapi/models/ai-agent-turn-action.d.ts.map +1 -0
  127. package/dist/adminapi/models/ai-agent-turn-action.js +16 -0
  128. package/dist/adminapi/models/ai-agent-turn-action.js.map +1 -0
  129. package/dist/adminapi/models/ai-agent-turn-status.d.ts +25 -0
  130. package/dist/adminapi/models/ai-agent-turn-status.d.ts.map +1 -0
  131. package/dist/adminapi/models/ai-agent-turn-status.js +29 -0
  132. package/dist/adminapi/models/ai-agent-turn-status.js.map +1 -0
  133. package/dist/adminapi/models/bench-option.d.ts +6 -0
  134. package/dist/adminapi/models/bench-option.d.ts.map +1 -1
  135. package/dist/adminapi/models/cluster-execution-log-item.d.ts +7 -0
  136. package/dist/adminapi/models/cluster-execution-log-item.d.ts.map +1 -1
  137. package/dist/adminapi/models/cluster-log-hits-item.d.ts +6 -0
  138. package/dist/adminapi/models/cluster-log-hits-item.d.ts.map +1 -1
  139. package/dist/adminapi/models/cluster-slow-log-database-distribution.d.ts +31 -0
  140. package/dist/adminapi/models/cluster-slow-log-database-distribution.d.ts.map +1 -0
  141. package/dist/adminapi/models/cluster-slow-log-database-distribution.js +16 -0
  142. package/dist/adminapi/models/cluster-slow-log-database-distribution.js.map +1 -0
  143. package/dist/adminapi/models/cluster-slow-log-detail.d.ts +55 -0
  144. package/dist/adminapi/models/cluster-slow-log-detail.d.ts.map +1 -0
  145. package/dist/adminapi/models/cluster-slow-log-detail.js +16 -0
  146. package/dist/adminapi/models/cluster-slow-log-detail.js.map +1 -0
  147. package/dist/adminapi/models/cluster-slow-log-explain-response.d.ts +75 -0
  148. package/dist/adminapi/models/cluster-slow-log-explain-response.d.ts.map +1 -0
  149. package/dist/adminapi/models/cluster-slow-log-explain-response.js +16 -0
  150. package/dist/adminapi/models/cluster-slow-log-explain-response.js.map +1 -0
  151. package/dist/adminapi/models/cluster-slow-log-stats.d.ts +7 -0
  152. package/dist/adminapi/models/cluster-slow-log-stats.d.ts.map +1 -1
  153. package/dist/adminapi/models/cluster-slow-log-template-list.d.ts +26 -0
  154. package/dist/adminapi/models/cluster-slow-log-template-list.d.ts.map +1 -0
  155. package/dist/adminapi/models/cluster-slow-log-template-list.js +16 -0
  156. package/dist/adminapi/models/cluster-slow-log-template-list.js.map +1 -0
  157. package/dist/adminapi/models/cluster-slow-log-template.d.ts +133 -0
  158. package/dist/adminapi/models/cluster-slow-log-template.d.ts.map +1 -0
  159. package/dist/adminapi/models/cluster-slow-log-template.js +16 -0
  160. package/dist/adminapi/models/cluster-slow-log-template.js.map +1 -0
  161. package/dist/adminapi/models/database-option.d.ts +6 -0
  162. package/dist/adminapi/models/database-option.d.ts.map +1 -1
  163. package/dist/adminapi/models/database-parameter-item.d.ts +6 -0
  164. package/dist/adminapi/models/database-parameter-item.d.ts.map +1 -1
  165. package/dist/adminapi/models/database-parameter-list-item.d.ts +6 -0
  166. package/dist/adminapi/models/database-parameter-list-item.d.ts.map +1 -1
  167. package/dist/adminapi/models/dms-option.d.ts +0 -6
  168. package/dist/adminapi/models/dms-option.d.ts.map +1 -1
  169. package/dist/adminapi/models/dms-query-history.d.ts +10 -4
  170. package/dist/adminapi/models/dms-query-history.d.ts.map +1 -1
  171. package/dist/adminapi/models/engine-network-mode-options-inner.d.ts +38 -0
  172. package/dist/adminapi/models/engine-network-mode-options-inner.d.ts.map +1 -0
  173. package/dist/adminapi/models/engine-network-mode-options-inner.js +16 -0
  174. package/dist/adminapi/models/engine-network-mode-options-inner.js.map +1 -0
  175. package/dist/adminapi/models/engine-network-mode-supported.d.ts +34 -0
  176. package/dist/adminapi/models/engine-network-mode-supported.d.ts.map +1 -0
  177. package/dist/adminapi/models/engine-network-mode-supported.js +16 -0
  178. package/dist/adminapi/models/engine-network-mode-supported.js.map +1 -0
  179. package/dist/adminapi/models/engine-option.d.ts +7 -0
  180. package/dist/adminapi/models/engine-option.d.ts.map +1 -1
  181. package/dist/adminapi/models/environment-engine-option-create.d.ts +37 -0
  182. package/dist/adminapi/models/environment-engine-option-create.d.ts.map +1 -0
  183. package/dist/adminapi/models/environment-engine-option-create.js +16 -0
  184. package/dist/adminapi/models/environment-engine-option-create.js.map +1 -0
  185. package/dist/adminapi/models/environment-engine-option-update.d.ts +25 -0
  186. package/dist/adminapi/models/environment-engine-option-update.d.ts.map +1 -0
  187. package/dist/adminapi/models/environment-engine-option-update.js +16 -0
  188. package/dist/adminapi/models/environment-engine-option-update.js.map +1 -0
  189. package/dist/adminapi/models/environment-engine-option.d.ts +67 -0
  190. package/dist/adminapi/models/environment-engine-option.d.ts.map +1 -0
  191. package/dist/adminapi/models/environment-engine-option.js +16 -0
  192. package/dist/adminapi/models/environment-engine-option.js.map +1 -0
  193. package/dist/adminapi/models/index.d.ts +77 -1
  194. package/dist/adminapi/models/index.d.ts.map +1 -1
  195. package/dist/adminapi/models/index.js +77 -1
  196. package/dist/adminapi/models/index.js.map +1 -1
  197. package/dist/adminapi/models/inspection-task.d.ts +2 -3
  198. package/dist/adminapi/models/inspection-task.d.ts.map +1 -1
  199. package/dist/adminapi/models/instance-resource-stats.d.ts +6 -0
  200. package/dist/adminapi/models/instance-resource-stats.d.ts.map +1 -1
  201. package/dist/adminapi/models/llm.d.ts +1 -1
  202. package/dist/adminapi/models/log-option.d.ts +6 -0
  203. package/dist/adminapi/models/log-option.d.ts.map +1 -1
  204. package/dist/adminapi/models/mongo-aggregate-request.d.ts +37 -0
  205. package/dist/adminapi/models/mongo-aggregate-request.d.ts.map +1 -0
  206. package/dist/adminapi/models/mongo-aggregate-request.js +16 -0
  207. package/dist/adminapi/models/mongo-aggregate-request.js.map +1 -0
  208. package/dist/adminapi/models/mongo-collection-capabilities.d.ts +49 -0
  209. package/dist/adminapi/models/mongo-collection-capabilities.d.ts.map +1 -0
  210. package/dist/adminapi/models/mongo-collection-capabilities.js +16 -0
  211. package/dist/adminapi/models/mongo-collection-capabilities.js.map +1 -0
  212. package/dist/adminapi/models/mongo-collection-info.d.ts +50 -0
  213. package/dist/adminapi/models/mongo-collection-info.d.ts.map +1 -0
  214. package/dist/adminapi/models/mongo-collection-info.js +16 -0
  215. package/dist/adminapi/models/mongo-collection-info.js.map +1 -0
  216. package/dist/adminapi/models/mongo-collection-stats.d.ts +62 -0
  217. package/dist/adminapi/models/mongo-collection-stats.d.ts.map +1 -0
  218. package/dist/adminapi/models/mongo-collection-stats.js +16 -0
  219. package/dist/adminapi/models/mongo-collection-stats.js.map +1 -0
  220. package/dist/adminapi/models/mongo-create-collection-options.d.ts +61 -0
  221. package/dist/adminapi/models/mongo-create-collection-options.d.ts.map +1 -0
  222. package/dist/adminapi/models/mongo-create-collection-options.js +16 -0
  223. package/dist/adminapi/models/mongo-create-collection-options.js.map +1 -0
  224. package/dist/adminapi/models/mongo-create-collection-request.d.ts +26 -0
  225. package/dist/adminapi/models/mongo-create-collection-request.d.ts.map +1 -0
  226. package/dist/adminapi/models/mongo-create-collection-request.js +16 -0
  227. package/dist/adminapi/models/mongo-create-collection-request.js.map +1 -0
  228. package/dist/adminapi/models/mongo-create-index-request.d.ts +32 -0
  229. package/dist/adminapi/models/mongo-create-index-request.d.ts.map +1 -0
  230. package/dist/adminapi/models/mongo-create-index-request.js +16 -0
  231. package/dist/adminapi/models/mongo-create-index-request.js.map +1 -0
  232. package/dist/adminapi/models/mongo-create-view-request.d.ts +43 -0
  233. package/dist/adminapi/models/mongo-create-view-request.d.ts.map +1 -0
  234. package/dist/adminapi/models/mongo-create-view-request.js +16 -0
  235. package/dist/adminapi/models/mongo-create-view-request.js.map +1 -0
  236. package/dist/adminapi/models/mongo-database-info.d.ts +49 -0
  237. package/dist/adminapi/models/mongo-database-info.d.ts.map +1 -0
  238. package/dist/adminapi/models/mongo-database-info.js +16 -0
  239. package/dist/adminapi/models/mongo-database-info.js.map +1 -0
  240. package/dist/adminapi/models/mongo-delete-request.d.ts +31 -0
  241. package/dist/adminapi/models/mongo-delete-request.d.ts.map +1 -0
  242. package/dist/adminapi/models/mongo-delete-request.js +16 -0
  243. package/dist/adminapi/models/mongo-delete-request.js.map +1 -0
  244. package/dist/adminapi/models/mongo-explain-request.d.ts +67 -0
  245. package/dist/adminapi/models/mongo-explain-request.d.ts.map +1 -0
  246. package/dist/adminapi/models/mongo-explain-request.js +16 -0
  247. package/dist/adminapi/models/mongo-explain-request.js.map +1 -0
  248. package/dist/adminapi/models/mongo-explain-response.d.ts +31 -0
  249. package/dist/adminapi/models/mongo-explain-response.d.ts.map +1 -0
  250. package/dist/adminapi/models/mongo-explain-response.js +16 -0
  251. package/dist/adminapi/models/mongo-explain-response.js.map +1 -0
  252. package/dist/adminapi/models/mongo-find-request.d.ts +61 -0
  253. package/dist/adminapi/models/mongo-find-request.d.ts.map +1 -0
  254. package/dist/adminapi/models/mongo-find-request.js +16 -0
  255. package/dist/adminapi/models/mongo-find-request.js.map +1 -0
  256. package/dist/adminapi/models/mongo-find-response.d.ts +43 -0
  257. package/dist/adminapi/models/mongo-find-response.d.ts.map +1 -0
  258. package/dist/adminapi/models/mongo-find-response.js +16 -0
  259. package/dist/adminapi/models/mongo-find-response.js.map +1 -0
  260. package/dist/adminapi/models/mongo-index-info.d.ts +67 -0
  261. package/dist/adminapi/models/mongo-index-info.d.ts.map +1 -0
  262. package/dist/adminapi/models/mongo-index-info.js +16 -0
  263. package/dist/adminapi/models/mongo-index-info.js.map +1 -0
  264. package/dist/adminapi/models/mongo-index-options.d.ts +37 -0
  265. package/dist/adminapi/models/mongo-index-options.d.ts.map +1 -0
  266. package/dist/adminapi/models/mongo-index-options.js +16 -0
  267. package/dist/adminapi/models/mongo-index-options.js.map +1 -0
  268. package/dist/adminapi/models/mongo-insert-request.d.ts +31 -0
  269. package/dist/adminapi/models/mongo-insert-request.d.ts.map +1 -0
  270. package/dist/adminapi/models/mongo-insert-request.js +16 -0
  271. package/dist/adminapi/models/mongo-insert-request.js.map +1 -0
  272. package/dist/adminapi/models/mongo-replace-request.d.ts +37 -0
  273. package/dist/adminapi/models/mongo-replace-request.d.ts.map +1 -0
  274. package/dist/adminapi/models/mongo-replace-request.js +16 -0
  275. package/dist/adminapi/models/mongo-replace-request.js.map +1 -0
  276. package/dist/adminapi/models/mongo-schema-analysis.d.ts +38 -0
  277. package/dist/adminapi/models/mongo-schema-analysis.d.ts.map +1 -0
  278. package/dist/adminapi/models/mongo-schema-analysis.js +16 -0
  279. package/dist/adminapi/models/mongo-schema-analysis.js.map +1 -0
  280. package/dist/adminapi/models/mongo-schema-field.d.ts +37 -0
  281. package/dist/adminapi/models/mongo-schema-field.d.ts.map +1 -0
  282. package/dist/adminapi/models/mongo-schema-field.js +16 -0
  283. package/dist/adminapi/models/mongo-schema-field.js.map +1 -0
  284. package/dist/adminapi/models/mongo-set-validation-request.d.ts +37 -0
  285. package/dist/adminapi/models/mongo-set-validation-request.d.ts.map +1 -0
  286. package/dist/adminapi/models/mongo-set-validation-request.js +16 -0
  287. package/dist/adminapi/models/mongo-set-validation-request.js.map +1 -0
  288. package/dist/adminapi/models/mongo-shell-completion-item.d.ts +25 -0
  289. package/dist/adminapi/models/mongo-shell-completion-item.d.ts.map +1 -0
  290. package/dist/adminapi/models/mongo-shell-completion-item.js +16 -0
  291. package/dist/adminapi/models/mongo-shell-completion-item.js.map +1 -0
  292. package/dist/adminapi/models/mongo-shell-completions-request.d.ts +25 -0
  293. package/dist/adminapi/models/mongo-shell-completions-request.d.ts.map +1 -0
  294. package/dist/adminapi/models/mongo-shell-completions-request.js +16 -0
  295. package/dist/adminapi/models/mongo-shell-completions-request.js.map +1 -0
  296. package/dist/adminapi/models/mongo-shell-completions-response.d.ts +26 -0
  297. package/dist/adminapi/models/mongo-shell-completions-response.d.ts.map +1 -0
  298. package/dist/adminapi/models/mongo-shell-completions-response.js +16 -0
  299. package/dist/adminapi/models/mongo-shell-completions-response.js.map +1 -0
  300. package/dist/adminapi/models/mongo-shell-create-session-request.d.ts +25 -0
  301. package/dist/adminapi/models/mongo-shell-create-session-request.d.ts.map +1 -0
  302. package/dist/adminapi/models/mongo-shell-create-session-request.js +16 -0
  303. package/dist/adminapi/models/mongo-shell-create-session-request.js.map +1 -0
  304. package/dist/adminapi/models/mongo-shell-evaluate-request.d.ts +37 -0
  305. package/dist/adminapi/models/mongo-shell-evaluate-request.d.ts.map +1 -0
  306. package/dist/adminapi/models/mongo-shell-evaluate-request.js +16 -0
  307. package/dist/adminapi/models/mongo-shell-evaluate-request.js.map +1 -0
  308. package/dist/adminapi/models/mongo-shell-evaluate-response.d.ts +44 -0
  309. package/dist/adminapi/models/mongo-shell-evaluate-response.d.ts.map +1 -0
  310. package/dist/adminapi/models/mongo-shell-evaluate-response.js +16 -0
  311. package/dist/adminapi/models/mongo-shell-evaluate-response.js.map +1 -0
  312. package/dist/adminapi/models/mongo-shell-interrupt-response.d.ts +25 -0
  313. package/dist/adminapi/models/mongo-shell-interrupt-response.d.ts.map +1 -0
  314. package/dist/adminapi/models/mongo-shell-interrupt-response.js +16 -0
  315. package/dist/adminapi/models/mongo-shell-interrupt-response.js.map +1 -0
  316. package/dist/adminapi/models/mongo-shell-prompt-response.d.ts +25 -0
  317. package/dist/adminapi/models/mongo-shell-prompt-response.d.ts.map +1 -0
  318. package/dist/adminapi/models/mongo-shell-prompt-response.js +16 -0
  319. package/dist/adminapi/models/mongo-shell-prompt-response.js.map +1 -0
  320. package/dist/adminapi/models/mongo-shell-result.d.ts +37 -0
  321. package/dist/adminapi/models/mongo-shell-result.d.ts.map +1 -0
  322. package/dist/adminapi/models/mongo-shell-result.js +16 -0
  323. package/dist/adminapi/models/mongo-shell-result.js.map +1 -0
  324. package/dist/adminapi/models/mongo-shell-session.d.ts +49 -0
  325. package/dist/adminapi/models/mongo-shell-session.d.ts.map +1 -0
  326. package/dist/adminapi/models/mongo-shell-session.js +16 -0
  327. package/dist/adminapi/models/mongo-shell-session.js.map +1 -0
  328. package/dist/adminapi/models/mongo-update-request.d.ts +43 -0
  329. package/dist/adminapi/models/mongo-update-request.d.ts.map +1 -0
  330. package/dist/adminapi/models/mongo-update-request.js +16 -0
  331. package/dist/adminapi/models/mongo-update-request.js.map +1 -0
  332. package/dist/adminapi/models/mongo-validation-info.d.ts +37 -0
  333. package/dist/adminapi/models/mongo-validation-info.d.ts.map +1 -0
  334. package/dist/adminapi/models/mongo-validation-info.js +16 -0
  335. package/dist/adminapi/models/mongo-validation-info.js.map +1 -0
  336. package/dist/adminapi/models/mongo-write-response.d.ts +31 -0
  337. package/dist/adminapi/models/mongo-write-response.d.ts.map +1 -0
  338. package/dist/adminapi/models/mongo-write-response.js +16 -0
  339. package/dist/adminapi/models/mongo-write-response.js.map +1 -0
  340. package/dist/adminapi/models/mongo-write-result.d.ts +55 -0
  341. package/dist/adminapi/models/mongo-write-result.d.ts.map +1 -0
  342. package/dist/adminapi/models/mongo-write-result.js +16 -0
  343. package/dist/adminapi/models/mongo-write-result.js.map +1 -0
  344. package/dist/adminapi/models/parameter-template-diff-item.d.ts +43 -0
  345. package/dist/adminapi/models/parameter-template-diff-item.d.ts.map +1 -0
  346. package/dist/adminapi/models/parameter-template-diff-item.js +16 -0
  347. package/dist/adminapi/models/parameter-template-diff-item.js.map +1 -0
  348. package/dist/adminapi/models/parameter-template-diff.d.ts +26 -0
  349. package/dist/adminapi/models/parameter-template-diff.d.ts.map +1 -0
  350. package/dist/adminapi/models/parameter-template-diff.js +16 -0
  351. package/dist/adminapi/models/parameter-template-diff.js.map +1 -0
  352. package/dist/adminapi/models/storage-create.d.ts +0 -6
  353. package/dist/adminapi/models/storage-create.d.ts.map +1 -1
  354. package/dist/adminapi/models/storage-update.d.ts +0 -6
  355. package/dist/adminapi/models/storage-update.d.ts.map +1 -1
  356. package/dist/adminapi/models/storage.d.ts +0 -6
  357. package/dist/adminapi/models/storage.d.ts.map +1 -1
  358. package/dist/adminapi/models/tde-option.d.ts +32 -0
  359. package/dist/adminapi/models/tde-option.d.ts.map +1 -0
  360. package/dist/adminapi/models/tde-option.js +16 -0
  361. package/dist/adminapi/models/tde-option.js.map +1 -0
  362. package/dist/adminapi/models/tde-parameter-option.d.ts +49 -0
  363. package/dist/adminapi/models/tde-parameter-option.d.ts.map +1 -0
  364. package/dist/adminapi/models/tde-parameter-option.js +16 -0
  365. package/dist/adminapi/models/tde-parameter-option.js.map +1 -0
  366. package/dist/adminapi/models/tde-request.d.ts +31 -0
  367. package/dist/adminapi/models/tde-request.d.ts.map +1 -0
  368. package/dist/adminapi/models/tde-request.js +16 -0
  369. package/dist/adminapi/models/tde-request.js.map +1 -0
  370. package/dist/adminapi/models/tde-response.d.ts +31 -0
  371. package/dist/adminapi/models/tde-response.d.ts.map +1 -0
  372. package/dist/adminapi/models/tde-response.js +16 -0
  373. package/dist/adminapi/models/tde-response.js.map +1 -0
  374. package/dist/adminapi/models/tde-status.d.ts +33 -0
  375. package/dist/adminapi/models/tde-status.d.ts.map +1 -0
  376. package/dist/adminapi/models/tde-status.js +16 -0
  377. package/dist/adminapi/models/tde-status.js.map +1 -0
  378. package/dist/internalapi/models/storage-create.d.ts +0 -6
  379. package/dist/internalapi/models/storage-create.d.ts.map +1 -1
  380. package/dist/internalapi/models/storage.d.ts +0 -6
  381. package/dist/internalapi/models/storage.d.ts.map +1 -1
  382. package/dist/openapi/api.d.ts +1 -0
  383. package/dist/openapi/api.d.ts.map +1 -1
  384. package/dist/openapi/api.js +1 -0
  385. package/dist/openapi/api.js.map +1 -1
  386. package/dist/openapi/apis/aiagent-api.d.ts +1143 -0
  387. package/dist/openapi/apis/aiagent-api.d.ts.map +1 -0
  388. package/dist/openapi/apis/aiagent-api.js +1214 -0
  389. package/dist/openapi/apis/aiagent-api.js.map +1 -0
  390. package/dist/openapi/apis/benchmark-api.d.ts +64 -0
  391. package/dist/openapi/apis/benchmark-api.d.ts.map +1 -1
  392. package/dist/openapi/apis/benchmark-api.js +72 -0
  393. package/dist/openapi/apis/benchmark-api.js.map +1 -1
  394. package/dist/openapi/apis/cluster-api.d.ts +163 -2
  395. package/dist/openapi/apis/cluster-api.d.ts.map +1 -1
  396. package/dist/openapi/apis/cluster-api.js +170 -5
  397. package/dist/openapi/apis/cluster-api.js.map +1 -1
  398. package/dist/openapi/apis/cluster-log-api.d.ts +1146 -35
  399. package/dist/openapi/apis/cluster-log-api.d.ts.map +1 -1
  400. package/dist/openapi/apis/cluster-log-api.js +882 -15
  401. package/dist/openapi/apis/cluster-log-api.js.map +1 -1
  402. package/dist/openapi/apis/data-replication-api.d.ts +440 -0
  403. package/dist/openapi/apis/data-replication-api.d.ts.map +1 -1
  404. package/dist/openapi/apis/data-replication-api.js +464 -0
  405. package/dist/openapi/apis/data-replication-api.js.map +1 -1
  406. package/dist/openapi/apis/dms-api.d.ts +2868 -458
  407. package/dist/openapi/apis/dms-api.d.ts.map +1 -1
  408. package/dist/openapi/apis/dms-api.js +2673 -321
  409. package/dist/openapi/apis/dms-api.js.map +1 -1
  410. package/dist/openapi/apis/engine-api.d.ts +72 -0
  411. package/dist/openapi/apis/engine-api.d.ts.map +1 -1
  412. package/dist/openapi/apis/engine-api.js +80 -0
  413. package/dist/openapi/apis/engine-api.js.map +1 -1
  414. package/dist/openapi/apis/parameter-template-api.d.ts +80 -0
  415. package/dist/openapi/apis/parameter-template-api.d.ts.map +1 -1
  416. package/dist/openapi/apis/parameter-template-api.js +81 -0
  417. package/dist/openapi/apis/parameter-template-api.js.map +1 -1
  418. package/dist/openapi/apis/shared-api.d.ts +1570 -188
  419. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  420. package/dist/openapi/apis/shared-api.js +1195 -62
  421. package/dist/openapi/apis/shared-api.js.map +1 -1
  422. package/dist/openapi/models/ai-agent-conversation-list.d.ts +26 -0
  423. package/dist/openapi/models/ai-agent-conversation-list.d.ts.map +1 -0
  424. package/dist/openapi/models/ai-agent-conversation-list.js +16 -0
  425. package/dist/openapi/models/ai-agent-conversation-list.js.map +1 -0
  426. package/dist/openapi/models/ai-agent-conversation-status.d.ts +25 -0
  427. package/dist/openapi/models/ai-agent-conversation-status.d.ts.map +1 -0
  428. package/dist/openapi/models/ai-agent-conversation-status.js +29 -0
  429. package/dist/openapi/models/ai-agent-conversation-status.js.map +1 -0
  430. package/dist/openapi/models/ai-agent-conversation.d.ts +76 -0
  431. package/dist/openapi/models/ai-agent-conversation.d.ts.map +1 -0
  432. package/dist/openapi/models/ai-agent-conversation.js +16 -0
  433. package/dist/openapi/models/ai-agent-conversation.js.map +1 -0
  434. package/dist/openapi/models/ai-agent-create-conversation-request.d.ts +37 -0
  435. package/dist/openapi/models/ai-agent-create-conversation-request.d.ts.map +1 -0
  436. package/dist/openapi/models/ai-agent-create-conversation-request.js +16 -0
  437. package/dist/openapi/models/ai-agent-create-conversation-request.js.map +1 -0
  438. package/dist/openapi/models/ai-agent-delete-conversation-response.d.ts +31 -0
  439. package/dist/openapi/models/ai-agent-delete-conversation-response.d.ts.map +1 -0
  440. package/dist/openapi/models/ai-agent-delete-conversation-response.js +16 -0
  441. package/dist/openapi/models/ai-agent-delete-conversation-response.js.map +1 -0
  442. package/dist/openapi/models/ai-agent-event-type.d.ts +35 -0
  443. package/dist/openapi/models/ai-agent-event-type.d.ts.map +1 -0
  444. package/dist/openapi/models/ai-agent-event-type.js +39 -0
  445. package/dist/openapi/models/ai-agent-event-type.js.map +1 -0
  446. package/dist/openapi/models/ai-agent-event.d.ts +70 -0
  447. package/dist/openapi/models/ai-agent-event.d.ts.map +1 -0
  448. package/dist/openapi/models/ai-agent-event.js +16 -0
  449. package/dist/openapi/models/ai-agent-event.js.map +1 -0
  450. package/dist/openapi/models/ai-agent-message-list.d.ts +26 -0
  451. package/dist/openapi/models/ai-agent-message-list.d.ts.map +1 -0
  452. package/dist/openapi/models/ai-agent-message-list.js +16 -0
  453. package/dist/openapi/models/ai-agent-message-list.js.map +1 -0
  454. package/dist/openapi/models/ai-agent-message-part-type.d.ts +24 -0
  455. package/dist/openapi/models/ai-agent-message-part-type.d.ts.map +1 -0
  456. package/dist/openapi/models/ai-agent-message-part-type.js +28 -0
  457. package/dist/openapi/models/ai-agent-message-part-type.js.map +1 -0
  458. package/dist/openapi/models/ai-agent-message-part.d.ts +46 -0
  459. package/dist/openapi/models/ai-agent-message-part.d.ts.map +1 -0
  460. package/dist/openapi/models/ai-agent-message-part.js +16 -0
  461. package/dist/openapi/models/ai-agent-message-part.js.map +1 -0
  462. package/dist/openapi/models/{pgbench-step.d.ts → ai-agent-message-role.d.ts} +7 -8
  463. package/dist/openapi/models/ai-agent-message-role.d.ts.map +1 -0
  464. package/dist/openapi/models/{pgbench-step.js → ai-agent-message-role.js} +7 -8
  465. package/dist/openapi/models/ai-agent-message-role.js.map +1 -0
  466. package/dist/openapi/models/ai-agent-message.d.ts +64 -0
  467. package/dist/openapi/models/ai-agent-message.d.ts.map +1 -0
  468. package/dist/openapi/models/ai-agent-message.js +16 -0
  469. package/dist/openapi/models/ai-agent-message.js.map +1 -0
  470. package/dist/openapi/models/ai-agent-object-ref.d.ts +31 -0
  471. package/dist/openapi/models/ai-agent-object-ref.d.ts.map +1 -0
  472. package/dist/openapi/models/ai-agent-object-ref.js +16 -0
  473. package/dist/openapi/models/ai-agent-object-ref.js.map +1 -0
  474. package/dist/openapi/models/ai-agent-runtime-status-code.d.ts +25 -0
  475. package/dist/openapi/models/ai-agent-runtime-status-code.d.ts.map +1 -0
  476. package/dist/openapi/models/ai-agent-runtime-status-code.js +29 -0
  477. package/dist/openapi/models/ai-agent-runtime-status-code.js.map +1 -0
  478. package/dist/openapi/models/ai-agent-runtime-status.d.ts +45 -0
  479. package/dist/openapi/models/ai-agent-runtime-status.d.ts.map +1 -0
  480. package/dist/openapi/models/ai-agent-runtime-status.js +16 -0
  481. package/dist/openapi/models/ai-agent-runtime-status.js.map +1 -0
  482. package/dist/openapi/models/ai-agent-scope.d.ts +44 -0
  483. package/dist/openapi/models/ai-agent-scope.d.ts.map +1 -0
  484. package/dist/openapi/models/ai-agent-scope.js +16 -0
  485. package/dist/openapi/models/ai-agent-scope.js.map +1 -0
  486. package/dist/openapi/models/ai-agent-send-message-request.d.ts +32 -0
  487. package/dist/openapi/models/ai-agent-send-message-request.d.ts.map +1 -0
  488. package/dist/openapi/models/ai-agent-send-message-request.js +16 -0
  489. package/dist/openapi/models/ai-agent-send-message-request.js.map +1 -0
  490. package/dist/openapi/models/ai-agent-send-message-response.d.ts +44 -0
  491. package/dist/openapi/models/ai-agent-send-message-response.d.ts.map +1 -0
  492. package/dist/openapi/models/ai-agent-send-message-response.js +16 -0
  493. package/dist/openapi/models/ai-agent-send-message-response.js.map +1 -0
  494. package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts +32 -0
  495. package/dist/openapi/models/ai-agent-stop-conversation-response.d.ts.map +1 -0
  496. package/dist/openapi/models/ai-agent-stop-conversation-response.js +16 -0
  497. package/dist/openapi/models/ai-agent-stop-conversation-response.js.map +1 -0
  498. package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.d.ts +25 -0
  499. package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.d.ts.map +1 -0
  500. package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js +16 -0
  501. package/dist/openapi/models/ai-agent-tool-confirmation-decision-request.js.map +1 -0
  502. package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts +38 -0
  503. package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.d.ts.map +1 -0
  504. package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js +16 -0
  505. package/dist/openapi/models/ai-agent-tool-confirmation-decision-response.js.map +1 -0
  506. package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts +24 -0
  507. package/dist/openapi/models/ai-agent-tool-confirmation-status.d.ts.map +1 -0
  508. package/dist/openapi/models/ai-agent-tool-confirmation-status.js +28 -0
  509. package/dist/openapi/models/ai-agent-tool-confirmation-status.js.map +1 -0
  510. package/dist/openapi/models/ai-agent-turn-action-list.d.ts +26 -0
  511. package/dist/openapi/models/ai-agent-turn-action-list.d.ts.map +1 -0
  512. package/dist/openapi/models/ai-agent-turn-action-list.js +16 -0
  513. package/dist/openapi/models/ai-agent-turn-action-list.js.map +1 -0
  514. package/dist/openapi/models/ai-agent-turn-action.d.ts +106 -0
  515. package/dist/openapi/models/ai-agent-turn-action.d.ts.map +1 -0
  516. package/dist/openapi/models/ai-agent-turn-action.js +16 -0
  517. package/dist/openapi/models/ai-agent-turn-action.js.map +1 -0
  518. package/dist/openapi/models/ai-agent-turn-status.d.ts +25 -0
  519. package/dist/openapi/models/ai-agent-turn-status.d.ts.map +1 -0
  520. package/dist/openapi/models/ai-agent-turn-status.js +29 -0
  521. package/dist/openapi/models/ai-agent-turn-status.js.map +1 -0
  522. package/dist/openapi/models/bench-option.d.ts +6 -0
  523. package/dist/openapi/models/bench-option.d.ts.map +1 -1
  524. package/dist/openapi/models/{ycsb-step.d.ts → benchmark-step.d.ts} +3 -3
  525. package/dist/openapi/models/benchmark-step.d.ts.map +1 -0
  526. package/dist/openapi/models/{ycsb-step.js → benchmark-step.js} +3 -3
  527. package/dist/openapi/models/benchmark-step.js.map +1 -0
  528. package/dist/openapi/models/benchmark-type.d.ts +1 -0
  529. package/dist/openapi/models/benchmark-type.d.ts.map +1 -1
  530. package/dist/openapi/models/benchmark-type.js +2 -1
  531. package/dist/openapi/models/benchmark-type.js.map +1 -1
  532. package/dist/openapi/models/cluster-execution-log-item.d.ts +7 -0
  533. package/dist/openapi/models/cluster-execution-log-item.d.ts.map +1 -1
  534. package/dist/openapi/models/cluster-log-hits-item.d.ts +6 -0
  535. package/dist/openapi/models/cluster-log-hits-item.d.ts.map +1 -1
  536. package/dist/openapi/models/cluster-slow-log-database-distribution.d.ts +31 -0
  537. package/dist/openapi/models/cluster-slow-log-database-distribution.d.ts.map +1 -0
  538. package/dist/openapi/models/cluster-slow-log-database-distribution.js +16 -0
  539. package/dist/openapi/models/cluster-slow-log-database-distribution.js.map +1 -0
  540. package/dist/openapi/models/cluster-slow-log-detail.d.ts +55 -0
  541. package/dist/openapi/models/cluster-slow-log-detail.d.ts.map +1 -0
  542. package/dist/openapi/models/cluster-slow-log-detail.js +16 -0
  543. package/dist/openapi/models/cluster-slow-log-detail.js.map +1 -0
  544. package/dist/openapi/models/cluster-slow-log-explain-response.d.ts +75 -0
  545. package/dist/openapi/models/cluster-slow-log-explain-response.d.ts.map +1 -0
  546. package/dist/openapi/models/cluster-slow-log-explain-response.js +16 -0
  547. package/dist/openapi/models/cluster-slow-log-explain-response.js.map +1 -0
  548. package/dist/openapi/models/cluster-slow-log-stats.d.ts +7 -0
  549. package/dist/openapi/models/cluster-slow-log-stats.d.ts.map +1 -1
  550. package/dist/openapi/models/cluster-slow-log-template-list.d.ts +26 -0
  551. package/dist/openapi/models/cluster-slow-log-template-list.d.ts.map +1 -0
  552. package/dist/openapi/models/cluster-slow-log-template-list.js +16 -0
  553. package/dist/openapi/models/cluster-slow-log-template-list.js.map +1 -0
  554. package/dist/openapi/models/cluster-slow-log-template.d.ts +133 -0
  555. package/dist/openapi/models/cluster-slow-log-template.d.ts.map +1 -0
  556. package/dist/openapi/models/cluster-slow-log-template.js +16 -0
  557. package/dist/openapi/models/cluster-slow-log-template.js.map +1 -0
  558. package/dist/openapi/models/data-check-create.d.ts +64 -0
  559. package/dist/openapi/models/data-check-create.d.ts.map +1 -0
  560. package/dist/openapi/models/data-check-create.js +16 -0
  561. package/dist/openapi/models/data-check-create.js.map +1 -0
  562. package/dist/openapi/models/data-check-detail-item.d.ts +94 -0
  563. package/dist/openapi/models/data-check-detail-item.d.ts.map +1 -0
  564. package/dist/openapi/models/data-check-detail-item.js +16 -0
  565. package/dist/openapi/models/data-check-detail-item.js.map +1 -0
  566. package/dist/openapi/models/{tpcc-step.d.ts → data-check-detail-type.d.ts} +6 -8
  567. package/dist/openapi/models/data-check-detail-type.d.ts.map +1 -0
  568. package/dist/openapi/models/{tpcc-step.js → data-check-detail-type.js} +6 -8
  569. package/dist/openapi/models/data-check-detail-type.js.map +1 -0
  570. package/dist/openapi/models/data-check-details.d.ts +33 -0
  571. package/dist/openapi/models/data-check-details.d.ts.map +1 -0
  572. package/dist/openapi/models/data-check-details.js +16 -0
  573. package/dist/openapi/models/data-check-details.js.map +1 -0
  574. package/dist/openapi/models/data-check-diff-value.d.ts +43 -0
  575. package/dist/openapi/models/data-check-diff-value.d.ts.map +1 -0
  576. package/dist/openapi/models/data-check-diff-value.js +16 -0
  577. package/dist/openapi/models/data-check-diff-value.js.map +1 -0
  578. package/dist/openapi/models/data-check-item.d.ts +101 -0
  579. package/dist/openapi/models/data-check-item.d.ts.map +1 -0
  580. package/dist/openapi/models/data-check-item.js +16 -0
  581. package/dist/openapi/models/data-check-item.js.map +1 -0
  582. package/dist/openapi/models/data-check-list-item.d.ts +101 -0
  583. package/dist/openapi/models/data-check-list-item.d.ts.map +1 -0
  584. package/dist/openapi/models/data-check-list-item.js +16 -0
  585. package/dist/openapi/models/data-check-list-item.js.map +1 -0
  586. package/dist/openapi/models/data-check-list-summary.d.ts +49 -0
  587. package/dist/openapi/models/data-check-list-summary.d.ts.map +1 -0
  588. package/dist/openapi/models/data-check-list-summary.js +16 -0
  589. package/dist/openapi/models/data-check-list-summary.js.map +1 -0
  590. package/dist/openapi/models/data-check-response.d.ts +37 -0
  591. package/dist/openapi/models/data-check-response.d.ts.map +1 -0
  592. package/dist/openapi/models/data-check-response.js +16 -0
  593. package/dist/openapi/models/data-check-response.js.map +1 -0
  594. package/dist/openapi/models/data-check-status.d.ts +23 -0
  595. package/dist/openapi/models/data-check-status.d.ts.map +1 -0
  596. package/dist/openapi/models/{sysbench-step.js → data-check-status.js} +7 -8
  597. package/dist/openapi/models/data-check-status.js.map +1 -0
  598. package/dist/openapi/models/data-check-summary.d.ts +56 -0
  599. package/dist/openapi/models/data-check-summary.d.ts.map +1 -0
  600. package/dist/openapi/models/data-check-summary.js +16 -0
  601. package/dist/openapi/models/data-check-summary.js.map +1 -0
  602. package/dist/openapi/models/data-check-table-summary.d.ts +67 -0
  603. package/dist/openapi/models/data-check-table-summary.d.ts.map +1 -0
  604. package/dist/openapi/models/data-check-table-summary.js +16 -0
  605. package/dist/openapi/models/data-check-table-summary.js.map +1 -0
  606. package/dist/openapi/models/data-check-type.d.ts +22 -0
  607. package/dist/openapi/models/data-check-type.d.ts.map +1 -0
  608. package/dist/openapi/models/data-check-type.js +26 -0
  609. package/dist/openapi/models/data-check-type.js.map +1 -0
  610. package/dist/openapi/models/database-option.d.ts +6 -0
  611. package/dist/openapi/models/database-option.d.ts.map +1 -1
  612. package/dist/openapi/models/dms-option.d.ts +0 -6
  613. package/dist/openapi/models/dms-option.d.ts.map +1 -1
  614. package/dist/openapi/models/dms-query-history.d.ts +10 -4
  615. package/dist/openapi/models/dms-query-history.d.ts.map +1 -1
  616. package/dist/openapi/models/engine-network-mode-supported.d.ts +34 -0
  617. package/dist/openapi/models/engine-network-mode-supported.d.ts.map +1 -0
  618. package/dist/openapi/models/engine-network-mode-supported.js +16 -0
  619. package/dist/openapi/models/engine-network-mode-supported.js.map +1 -0
  620. package/dist/openapi/models/engine-option.d.ts +7 -0
  621. package/dist/openapi/models/engine-option.d.ts.map +1 -1
  622. package/dist/openapi/models/{inspection-supported-engines.d.ts → esrally-data-profile.d.ts} +15 -13
  623. package/dist/openapi/models/esrally-data-profile.d.ts.map +1 -0
  624. package/dist/openapi/models/{inspection-supported-engines.js → esrally-data-profile.js} +15 -13
  625. package/dist/openapi/models/esrally-data-profile.js.map +1 -0
  626. package/dist/openapi/models/esrally-on-error.d.ts +22 -0
  627. package/dist/openapi/models/esrally-on-error.d.ts.map +1 -0
  628. package/dist/openapi/models/esrally-on-error.js +26 -0
  629. package/dist/openapi/models/esrally-on-error.js.map +1 -0
  630. package/dist/openapi/models/esrally-telemetry.d.ts +31 -0
  631. package/dist/openapi/models/esrally-telemetry.d.ts.map +1 -0
  632. package/dist/openapi/models/esrally-telemetry.js +35 -0
  633. package/dist/openapi/models/esrally-telemetry.js.map +1 -0
  634. package/dist/openapi/models/{sysbench-step.d.ts → esrally-workload.d.ts} +7 -7
  635. package/dist/openapi/models/esrally-workload.d.ts.map +1 -0
  636. package/dist/openapi/models/esrally-workload.js +28 -0
  637. package/dist/openapi/models/esrally-workload.js.map +1 -0
  638. package/dist/openapi/models/esrally.d.ts +120 -0
  639. package/dist/openapi/models/esrally.d.ts.map +1 -0
  640. package/dist/openapi/models/esrally.js +16 -0
  641. package/dist/openapi/models/esrally.js.map +1 -0
  642. package/dist/openapi/models/index.d.ts +92 -5
  643. package/dist/openapi/models/index.d.ts.map +1 -1
  644. package/dist/openapi/models/index.js +92 -5
  645. package/dist/openapi/models/index.js.map +1 -1
  646. package/dist/openapi/models/inspection-task.d.ts +2 -3
  647. package/dist/openapi/models/inspection-task.d.ts.map +1 -1
  648. package/dist/openapi/models/llm.d.ts +1 -1
  649. package/dist/openapi/models/log-option.d.ts +6 -0
  650. package/dist/openapi/models/log-option.d.ts.map +1 -1
  651. package/dist/openapi/models/mongo-aggregate-request.d.ts +37 -0
  652. package/dist/openapi/models/mongo-aggregate-request.d.ts.map +1 -0
  653. package/dist/openapi/models/mongo-aggregate-request.js +16 -0
  654. package/dist/openapi/models/mongo-aggregate-request.js.map +1 -0
  655. package/dist/openapi/models/mongo-collection-capabilities.d.ts +49 -0
  656. package/dist/openapi/models/mongo-collection-capabilities.d.ts.map +1 -0
  657. package/dist/openapi/models/mongo-collection-capabilities.js +16 -0
  658. package/dist/openapi/models/mongo-collection-capabilities.js.map +1 -0
  659. package/dist/openapi/models/mongo-collection-info.d.ts +50 -0
  660. package/dist/openapi/models/mongo-collection-info.d.ts.map +1 -0
  661. package/dist/openapi/models/mongo-collection-info.js +16 -0
  662. package/dist/openapi/models/mongo-collection-info.js.map +1 -0
  663. package/dist/openapi/models/mongo-collection-stats.d.ts +62 -0
  664. package/dist/openapi/models/mongo-collection-stats.d.ts.map +1 -0
  665. package/dist/openapi/models/mongo-collection-stats.js +16 -0
  666. package/dist/openapi/models/mongo-collection-stats.js.map +1 -0
  667. package/dist/openapi/models/mongo-create-collection-options.d.ts +61 -0
  668. package/dist/openapi/models/mongo-create-collection-options.d.ts.map +1 -0
  669. package/dist/openapi/models/mongo-create-collection-options.js +16 -0
  670. package/dist/openapi/models/mongo-create-collection-options.js.map +1 -0
  671. package/dist/openapi/models/mongo-create-collection-request.d.ts +26 -0
  672. package/dist/openapi/models/mongo-create-collection-request.d.ts.map +1 -0
  673. package/dist/openapi/models/mongo-create-collection-request.js +16 -0
  674. package/dist/openapi/models/mongo-create-collection-request.js.map +1 -0
  675. package/dist/openapi/models/mongo-create-index-request.d.ts +32 -0
  676. package/dist/openapi/models/mongo-create-index-request.d.ts.map +1 -0
  677. package/dist/openapi/models/mongo-create-index-request.js +16 -0
  678. package/dist/openapi/models/mongo-create-index-request.js.map +1 -0
  679. package/dist/openapi/models/mongo-create-view-request.d.ts +43 -0
  680. package/dist/openapi/models/mongo-create-view-request.d.ts.map +1 -0
  681. package/dist/openapi/models/mongo-create-view-request.js +16 -0
  682. package/dist/openapi/models/mongo-create-view-request.js.map +1 -0
  683. package/dist/openapi/models/mongo-database-info.d.ts +49 -0
  684. package/dist/openapi/models/mongo-database-info.d.ts.map +1 -0
  685. package/dist/openapi/models/mongo-database-info.js +16 -0
  686. package/dist/openapi/models/mongo-database-info.js.map +1 -0
  687. package/dist/openapi/models/mongo-delete-request.d.ts +31 -0
  688. package/dist/openapi/models/mongo-delete-request.d.ts.map +1 -0
  689. package/dist/openapi/models/mongo-delete-request.js +16 -0
  690. package/dist/openapi/models/mongo-delete-request.js.map +1 -0
  691. package/dist/openapi/models/mongo-explain-request.d.ts +67 -0
  692. package/dist/openapi/models/mongo-explain-request.d.ts.map +1 -0
  693. package/dist/openapi/models/mongo-explain-request.js +16 -0
  694. package/dist/openapi/models/mongo-explain-request.js.map +1 -0
  695. package/dist/openapi/models/mongo-explain-response.d.ts +31 -0
  696. package/dist/openapi/models/mongo-explain-response.d.ts.map +1 -0
  697. package/dist/openapi/models/mongo-explain-response.js +16 -0
  698. package/dist/openapi/models/mongo-explain-response.js.map +1 -0
  699. package/dist/openapi/models/mongo-find-request.d.ts +61 -0
  700. package/dist/openapi/models/mongo-find-request.d.ts.map +1 -0
  701. package/dist/openapi/models/mongo-find-request.js +16 -0
  702. package/dist/openapi/models/mongo-find-request.js.map +1 -0
  703. package/dist/openapi/models/mongo-find-response.d.ts +43 -0
  704. package/dist/openapi/models/mongo-find-response.d.ts.map +1 -0
  705. package/dist/openapi/models/mongo-find-response.js +16 -0
  706. package/dist/openapi/models/mongo-find-response.js.map +1 -0
  707. package/dist/openapi/models/mongo-index-info.d.ts +67 -0
  708. package/dist/openapi/models/mongo-index-info.d.ts.map +1 -0
  709. package/dist/openapi/models/mongo-index-info.js +16 -0
  710. package/dist/openapi/models/mongo-index-info.js.map +1 -0
  711. package/dist/openapi/models/mongo-index-options.d.ts +37 -0
  712. package/dist/openapi/models/mongo-index-options.d.ts.map +1 -0
  713. package/dist/openapi/models/mongo-index-options.js +16 -0
  714. package/dist/openapi/models/mongo-index-options.js.map +1 -0
  715. package/dist/openapi/models/mongo-insert-request.d.ts +31 -0
  716. package/dist/openapi/models/mongo-insert-request.d.ts.map +1 -0
  717. package/dist/openapi/models/mongo-insert-request.js +16 -0
  718. package/dist/openapi/models/mongo-insert-request.js.map +1 -0
  719. package/dist/openapi/models/mongo-replace-request.d.ts +37 -0
  720. package/dist/openapi/models/mongo-replace-request.d.ts.map +1 -0
  721. package/dist/openapi/models/mongo-replace-request.js +16 -0
  722. package/dist/openapi/models/mongo-replace-request.js.map +1 -0
  723. package/dist/openapi/models/mongo-schema-analysis.d.ts +38 -0
  724. package/dist/openapi/models/mongo-schema-analysis.d.ts.map +1 -0
  725. package/dist/openapi/models/mongo-schema-analysis.js +16 -0
  726. package/dist/openapi/models/mongo-schema-analysis.js.map +1 -0
  727. package/dist/openapi/models/mongo-schema-field.d.ts +37 -0
  728. package/dist/openapi/models/mongo-schema-field.d.ts.map +1 -0
  729. package/dist/openapi/models/mongo-schema-field.js +16 -0
  730. package/dist/openapi/models/mongo-schema-field.js.map +1 -0
  731. package/dist/openapi/models/mongo-set-validation-request.d.ts +37 -0
  732. package/dist/openapi/models/mongo-set-validation-request.d.ts.map +1 -0
  733. package/dist/openapi/models/mongo-set-validation-request.js +16 -0
  734. package/dist/openapi/models/mongo-set-validation-request.js.map +1 -0
  735. package/dist/openapi/models/mongo-shell-completion-item.d.ts +25 -0
  736. package/dist/openapi/models/mongo-shell-completion-item.d.ts.map +1 -0
  737. package/dist/openapi/models/mongo-shell-completion-item.js +16 -0
  738. package/dist/openapi/models/mongo-shell-completion-item.js.map +1 -0
  739. package/dist/openapi/models/mongo-shell-completions-request.d.ts +25 -0
  740. package/dist/openapi/models/mongo-shell-completions-request.d.ts.map +1 -0
  741. package/dist/openapi/models/mongo-shell-completions-request.js +16 -0
  742. package/dist/openapi/models/mongo-shell-completions-request.js.map +1 -0
  743. package/dist/openapi/models/mongo-shell-completions-response.d.ts +26 -0
  744. package/dist/openapi/models/mongo-shell-completions-response.d.ts.map +1 -0
  745. package/dist/openapi/models/mongo-shell-completions-response.js +16 -0
  746. package/dist/openapi/models/mongo-shell-completions-response.js.map +1 -0
  747. package/dist/openapi/models/mongo-shell-create-session-request.d.ts +25 -0
  748. package/dist/openapi/models/mongo-shell-create-session-request.d.ts.map +1 -0
  749. package/dist/openapi/models/mongo-shell-create-session-request.js +16 -0
  750. package/dist/openapi/models/mongo-shell-create-session-request.js.map +1 -0
  751. package/dist/openapi/models/mongo-shell-evaluate-request.d.ts +37 -0
  752. package/dist/openapi/models/mongo-shell-evaluate-request.d.ts.map +1 -0
  753. package/dist/openapi/models/mongo-shell-evaluate-request.js +16 -0
  754. package/dist/openapi/models/mongo-shell-evaluate-request.js.map +1 -0
  755. package/dist/openapi/models/mongo-shell-evaluate-response.d.ts +44 -0
  756. package/dist/openapi/models/mongo-shell-evaluate-response.d.ts.map +1 -0
  757. package/dist/openapi/models/mongo-shell-evaluate-response.js +16 -0
  758. package/dist/openapi/models/mongo-shell-evaluate-response.js.map +1 -0
  759. package/dist/openapi/models/mongo-shell-interrupt-response.d.ts +25 -0
  760. package/dist/openapi/models/mongo-shell-interrupt-response.d.ts.map +1 -0
  761. package/dist/openapi/models/mongo-shell-interrupt-response.js +16 -0
  762. package/dist/openapi/models/mongo-shell-interrupt-response.js.map +1 -0
  763. package/dist/openapi/models/mongo-shell-prompt-response.d.ts +25 -0
  764. package/dist/openapi/models/mongo-shell-prompt-response.d.ts.map +1 -0
  765. package/dist/openapi/models/mongo-shell-prompt-response.js +16 -0
  766. package/dist/openapi/models/mongo-shell-prompt-response.js.map +1 -0
  767. package/dist/openapi/models/mongo-shell-result.d.ts +37 -0
  768. package/dist/openapi/models/mongo-shell-result.d.ts.map +1 -0
  769. package/dist/openapi/models/mongo-shell-result.js +16 -0
  770. package/dist/openapi/models/mongo-shell-result.js.map +1 -0
  771. package/dist/openapi/models/mongo-shell-session.d.ts +49 -0
  772. package/dist/openapi/models/mongo-shell-session.d.ts.map +1 -0
  773. package/dist/openapi/models/mongo-shell-session.js +16 -0
  774. package/dist/openapi/models/mongo-shell-session.js.map +1 -0
  775. package/dist/openapi/models/mongo-update-request.d.ts +43 -0
  776. package/dist/openapi/models/mongo-update-request.d.ts.map +1 -0
  777. package/dist/openapi/models/mongo-update-request.js +16 -0
  778. package/dist/openapi/models/mongo-update-request.js.map +1 -0
  779. package/dist/openapi/models/mongo-validation-info.d.ts +37 -0
  780. package/dist/openapi/models/mongo-validation-info.d.ts.map +1 -0
  781. package/dist/openapi/models/mongo-validation-info.js +16 -0
  782. package/dist/openapi/models/mongo-validation-info.js.map +1 -0
  783. package/dist/openapi/models/mongo-write-response.d.ts +31 -0
  784. package/dist/openapi/models/mongo-write-response.d.ts.map +1 -0
  785. package/dist/openapi/models/mongo-write-response.js +16 -0
  786. package/dist/openapi/models/mongo-write-response.js.map +1 -0
  787. package/dist/openapi/models/mongo-write-result.d.ts +55 -0
  788. package/dist/openapi/models/mongo-write-result.d.ts.map +1 -0
  789. package/dist/openapi/models/mongo-write-result.js +16 -0
  790. package/dist/openapi/models/mongo-write-result.js.map +1 -0
  791. package/dist/openapi/models/parameter-template-diff-item.d.ts +43 -0
  792. package/dist/openapi/models/parameter-template-diff-item.d.ts.map +1 -0
  793. package/dist/openapi/models/parameter-template-diff-item.js +16 -0
  794. package/dist/openapi/models/parameter-template-diff-item.js.map +1 -0
  795. package/dist/openapi/models/parameter-template-diff.d.ts +26 -0
  796. package/dist/openapi/models/parameter-template-diff.d.ts.map +1 -0
  797. package/dist/openapi/models/parameter-template-diff.js +16 -0
  798. package/dist/openapi/models/parameter-template-diff.js.map +1 -0
  799. package/dist/openapi/models/pgbench.d.ts +3 -3
  800. package/dist/openapi/models/pgbench.d.ts.map +1 -1
  801. package/dist/openapi/models/storage.d.ts +0 -6
  802. package/dist/openapi/models/storage.d.ts.map +1 -1
  803. package/dist/openapi/models/sysbench.d.ts +3 -3
  804. package/dist/openapi/models/sysbench.d.ts.map +1 -1
  805. package/dist/openapi/models/tde-option.d.ts +32 -0
  806. package/dist/openapi/models/tde-option.d.ts.map +1 -0
  807. package/dist/openapi/models/tde-option.js +16 -0
  808. package/dist/openapi/models/tde-option.js.map +1 -0
  809. package/dist/openapi/models/tde-parameter-option.d.ts +49 -0
  810. package/dist/openapi/models/tde-parameter-option.d.ts.map +1 -0
  811. package/dist/openapi/models/tde-parameter-option.js +16 -0
  812. package/dist/openapi/models/tde-parameter-option.js.map +1 -0
  813. package/dist/openapi/models/tde-request.d.ts +31 -0
  814. package/dist/openapi/models/tde-request.d.ts.map +1 -0
  815. package/dist/openapi/models/tde-request.js +16 -0
  816. package/dist/openapi/models/tde-request.js.map +1 -0
  817. package/dist/openapi/models/tde-response.d.ts +31 -0
  818. package/dist/openapi/models/tde-response.d.ts.map +1 -0
  819. package/dist/openapi/models/tde-response.js +16 -0
  820. package/dist/openapi/models/tde-response.js.map +1 -0
  821. package/dist/openapi/models/tde-status.d.ts +33 -0
  822. package/dist/openapi/models/tde-status.d.ts.map +1 -0
  823. package/dist/openapi/models/tde-status.js +16 -0
  824. package/dist/openapi/models/tde-status.js.map +1 -0
  825. package/dist/openapi/models/tpcc.d.ts +3 -3
  826. package/dist/openapi/models/tpcc.d.ts.map +1 -1
  827. package/dist/openapi/models/ycsb.d.ts +3 -3
  828. package/dist/openapi/models/ycsb.d.ts.map +1 -1
  829. package/package.json +1 -1
  830. package/src/adminapi/.openapi-generator/FILES +78 -1
  831. package/src/adminapi/api.ts +1 -0
  832. package/src/adminapi/apis/aiagent-api.ts +1935 -0
  833. package/src/adminapi/apis/cluster-api.ts +282 -5
  834. package/src/adminapi/apis/cluster-log-api.ts +2062 -213
  835. package/src/adminapi/apis/dms-api.ts +4961 -937
  836. package/src/adminapi/apis/engine-api.ts +694 -0
  837. package/src/adminapi/apis/parameter-template-api.ts +139 -0
  838. package/src/adminapi/apis/shared-api.ts +3597 -1288
  839. package/src/adminapi/models/ai-agent-conversation-list.ts +33 -0
  840. package/src/adminapi/models/{inspection-supported-engines.ts → ai-agent-conversation-status.ts} +8 -12
  841. package/src/adminapi/models/ai-agent-conversation.ts +89 -0
  842. package/src/adminapi/models/ai-agent-create-conversation-request.ts +42 -0
  843. package/src/adminapi/models/ai-agent-delete-conversation-response.ts +36 -0
  844. package/src/adminapi/models/ai-agent-event-type.ts +44 -0
  845. package/src/adminapi/models/ai-agent-event.ts +77 -0
  846. package/src/adminapi/models/ai-agent-message-list.ts +33 -0
  847. package/src/adminapi/models/ai-agent-message-part-type.ts +33 -0
  848. package/src/adminapi/models/ai-agent-message-part.ts +53 -0
  849. package/src/adminapi/models/ai-agent-message-role.ts +32 -0
  850. package/src/adminapi/models/ai-agent-message.ts +77 -0
  851. package/src/adminapi/models/ai-agent-object-ref.ts +36 -0
  852. package/src/adminapi/models/ai-agent-runtime-status-code.ts +34 -0
  853. package/src/adminapi/models/ai-agent-runtime-status.ts +56 -0
  854. package/src/adminapi/models/ai-agent-scope.ts +51 -0
  855. package/src/adminapi/models/ai-agent-send-message-request.ts +39 -0
  856. package/src/adminapi/models/ai-agent-send-message-response.ts +53 -0
  857. package/src/adminapi/models/ai-agent-stop-conversation-response.ts +41 -0
  858. package/src/adminapi/models/ai-agent-tool-confirmation-decision-request.ts +30 -0
  859. package/src/adminapi/models/ai-agent-tool-confirmation-decision-response.ts +47 -0
  860. package/src/adminapi/models/ai-agent-tool-confirmation-status.ts +33 -0
  861. package/src/adminapi/models/ai-agent-turn-action-list.ts +33 -0
  862. package/src/adminapi/models/ai-agent-turn-action.ts +113 -0
  863. package/src/adminapi/models/ai-agent-turn-status.ts +34 -0
  864. package/src/adminapi/models/bench-option.ts +6 -0
  865. package/src/adminapi/models/cluster-execution-log-item.ts +9 -0
  866. package/src/adminapi/models/cluster-log-hits-item.ts +6 -0
  867. package/src/adminapi/models/cluster-slow-log-database-distribution.ts +36 -0
  868. package/src/adminapi/models/cluster-slow-log-detail.ts +60 -0
  869. package/src/adminapi/models/cluster-slow-log-explain-response.ts +84 -0
  870. package/src/adminapi/models/cluster-slow-log-stats.ts +9 -0
  871. package/src/adminapi/models/cluster-slow-log-template-list.ts +33 -0
  872. package/src/adminapi/models/cluster-slow-log-template.ts +138 -0
  873. package/src/adminapi/models/database-option.ts +6 -0
  874. package/src/adminapi/models/database-parameter-item.ts +6 -0
  875. package/src/adminapi/models/database-parameter-list-item.ts +6 -0
  876. package/src/adminapi/models/dms-option.ts +0 -6
  877. package/src/adminapi/models/dms-query-history.ts +10 -4
  878. package/src/adminapi/models/engine-network-mode-options-inner.ts +45 -0
  879. package/src/adminapi/models/engine-network-mode-supported.ts +39 -0
  880. package/src/adminapi/models/engine-option.ts +9 -0
  881. package/src/adminapi/models/environment-engine-option-create.ts +42 -0
  882. package/src/adminapi/models/environment-engine-option-update.ts +30 -0
  883. package/src/adminapi/models/environment-engine-option.ts +72 -0
  884. package/src/adminapi/models/index.ts +77 -1
  885. package/src/adminapi/models/inspection-task.ts +2 -7
  886. package/src/adminapi/models/instance-resource-stats.ts +6 -0
  887. package/src/adminapi/models/llm.ts +1 -1
  888. package/src/adminapi/models/log-option.ts +6 -0
  889. package/src/adminapi/models/mongo-aggregate-request.ts +42 -0
  890. package/src/adminapi/models/mongo-collection-capabilities.ts +54 -0
  891. package/src/adminapi/models/mongo-collection-info.ts +57 -0
  892. package/src/adminapi/models/mongo-collection-stats.ts +69 -0
  893. package/src/adminapi/models/mongo-create-collection-options.ts +66 -0
  894. package/src/adminapi/models/mongo-create-collection-request.ts +33 -0
  895. package/src/adminapi/models/mongo-create-index-request.ts +39 -0
  896. package/src/adminapi/models/mongo-create-view-request.ts +48 -0
  897. package/src/adminapi/models/mongo-database-info.ts +54 -0
  898. package/src/adminapi/models/mongo-delete-request.ts +36 -0
  899. package/src/adminapi/models/mongo-explain-request.ts +72 -0
  900. package/src/adminapi/models/mongo-explain-response.ts +36 -0
  901. package/src/adminapi/models/mongo-find-request.ts +66 -0
  902. package/src/adminapi/models/mongo-find-response.ts +48 -0
  903. package/src/adminapi/models/mongo-index-info.ts +72 -0
  904. package/src/adminapi/models/mongo-index-options.ts +42 -0
  905. package/src/adminapi/models/mongo-insert-request.ts +36 -0
  906. package/src/adminapi/models/mongo-replace-request.ts +42 -0
  907. package/src/adminapi/models/mongo-schema-analysis.ts +45 -0
  908. package/src/adminapi/models/mongo-schema-field.ts +42 -0
  909. package/src/adminapi/models/mongo-set-validation-request.ts +42 -0
  910. package/src/adminapi/models/mongo-shell-completion-item.ts +30 -0
  911. package/src/adminapi/models/mongo-shell-completions-request.ts +30 -0
  912. package/src/adminapi/models/mongo-shell-completions-response.ts +33 -0
  913. package/src/adminapi/models/mongo-shell-create-session-request.ts +30 -0
  914. package/src/adminapi/models/mongo-shell-evaluate-request.ts +42 -0
  915. package/src/adminapi/models/mongo-shell-evaluate-response.ts +51 -0
  916. package/src/adminapi/models/mongo-shell-interrupt-response.ts +30 -0
  917. package/src/adminapi/models/mongo-shell-prompt-response.ts +30 -0
  918. package/src/adminapi/models/mongo-shell-result.ts +42 -0
  919. package/src/adminapi/models/mongo-shell-session.ts +54 -0
  920. package/src/adminapi/models/mongo-update-request.ts +48 -0
  921. package/src/adminapi/models/mongo-validation-info.ts +42 -0
  922. package/src/adminapi/models/mongo-write-response.ts +36 -0
  923. package/src/adminapi/models/mongo-write-result.ts +60 -0
  924. package/src/adminapi/models/parameter-template-diff-item.ts +48 -0
  925. package/src/adminapi/models/parameter-template-diff.ts +33 -0
  926. package/src/adminapi/models/storage-create.ts +0 -6
  927. package/src/adminapi/models/storage-update.ts +0 -6
  928. package/src/adminapi/models/storage.ts +0 -6
  929. package/src/adminapi/models/tde-option.ts +39 -0
  930. package/src/adminapi/models/tde-parameter-option.ts +54 -0
  931. package/src/adminapi/models/tde-request.ts +36 -0
  932. package/src/adminapi/models/tde-response.ts +36 -0
  933. package/src/adminapi/models/tde-status.ts +36 -0
  934. package/src/adminapi.yaml +4250 -169
  935. package/src/internalapi/models/storage-create.ts +0 -6
  936. package/src/internalapi/models/storage.ts +0 -6
  937. package/src/internalapi.yaml +0 -8
  938. package/src/openapi/.openapi-generator/FILES +93 -5
  939. package/src/openapi/api.ts +1 -0
  940. package/src/openapi/apis/aiagent-api.ts +1935 -0
  941. package/src/openapi/apis/benchmark-api.ts +112 -0
  942. package/src/openapi/apis/cluster-api.ts +282 -5
  943. package/src/openapi/apis/cluster-log-api.ts +2127 -278
  944. package/src/openapi/apis/data-replication-api.ts +756 -0
  945. package/src/openapi/apis/dms-api.ts +4961 -937
  946. package/src/openapi/apis/engine-api.ts +128 -0
  947. package/src/openapi/apis/parameter-template-api.ts +136 -0
  948. package/src/openapi/apis/shared-api.ts +2705 -396
  949. package/src/openapi/models/ai-agent-conversation-list.ts +33 -0
  950. package/src/openapi/models/ai-agent-conversation-status.ts +34 -0
  951. package/src/openapi/models/ai-agent-conversation.ts +89 -0
  952. package/src/openapi/models/ai-agent-create-conversation-request.ts +42 -0
  953. package/src/openapi/models/ai-agent-delete-conversation-response.ts +36 -0
  954. package/src/openapi/models/ai-agent-event-type.ts +44 -0
  955. package/src/openapi/models/ai-agent-event.ts +77 -0
  956. package/src/openapi/models/ai-agent-message-list.ts +33 -0
  957. package/src/openapi/models/ai-agent-message-part-type.ts +33 -0
  958. package/src/openapi/models/ai-agent-message-part.ts +53 -0
  959. package/src/openapi/models/{sysbench-step.ts → ai-agent-message-role.ts} +6 -7
  960. package/src/openapi/models/ai-agent-message.ts +77 -0
  961. package/src/openapi/models/ai-agent-object-ref.ts +36 -0
  962. package/src/openapi/models/ai-agent-runtime-status-code.ts +34 -0
  963. package/src/openapi/models/ai-agent-runtime-status.ts +56 -0
  964. package/src/openapi/models/ai-agent-scope.ts +51 -0
  965. package/src/openapi/models/ai-agent-send-message-request.ts +39 -0
  966. package/src/openapi/models/ai-agent-send-message-response.ts +53 -0
  967. package/src/openapi/models/ai-agent-stop-conversation-response.ts +41 -0
  968. package/src/openapi/models/ai-agent-tool-confirmation-decision-request.ts +30 -0
  969. package/src/openapi/models/ai-agent-tool-confirmation-decision-response.ts +47 -0
  970. package/src/openapi/models/ai-agent-tool-confirmation-status.ts +33 -0
  971. package/src/openapi/models/ai-agent-turn-action-list.ts +33 -0
  972. package/src/openapi/models/ai-agent-turn-action.ts +113 -0
  973. package/src/openapi/models/ai-agent-turn-status.ts +34 -0
  974. package/src/openapi/models/bench-option.ts +6 -0
  975. package/src/openapi/models/{ycsb-step.ts → benchmark-step.ts} +2 -2
  976. package/src/openapi/models/benchmark-type.ts +2 -1
  977. package/src/openapi/models/cluster-execution-log-item.ts +9 -0
  978. package/src/openapi/models/cluster-log-hits-item.ts +6 -0
  979. package/src/openapi/models/cluster-slow-log-database-distribution.ts +36 -0
  980. package/src/openapi/models/cluster-slow-log-detail.ts +60 -0
  981. package/src/openapi/models/cluster-slow-log-explain-response.ts +84 -0
  982. package/src/openapi/models/cluster-slow-log-stats.ts +9 -0
  983. package/src/openapi/models/cluster-slow-log-template-list.ts +33 -0
  984. package/src/openapi/models/cluster-slow-log-template.ts +138 -0
  985. package/src/openapi/models/data-check-create.ts +77 -0
  986. package/src/openapi/models/data-check-detail-item.ts +93 -0
  987. package/src/openapi/models/{tpcc-step.ts → data-check-detail-type.ts} +5 -7
  988. package/src/openapi/models/data-check-details.ts +42 -0
  989. package/src/openapi/models/data-check-diff-value.ts +48 -0
  990. package/src/openapi/models/data-check-item.ts +116 -0
  991. package/src/openapi/models/data-check-list-item.ts +116 -0
  992. package/src/openapi/models/data-check-list-summary.ts +54 -0
  993. package/src/openapi/models/data-check-response.ts +42 -0
  994. package/src/openapi/models/{pgbench-step.ts → data-check-status.ts} +6 -7
  995. package/src/openapi/models/data-check-summary.ts +63 -0
  996. package/src/openapi/models/data-check-table-summary.ts +72 -0
  997. package/src/openapi/models/data-check-type.ts +31 -0
  998. package/src/openapi/models/database-option.ts +6 -0
  999. package/src/openapi/models/dms-option.ts +0 -6
  1000. package/src/openapi/models/dms-query-history.ts +10 -4
  1001. package/src/openapi/models/engine-network-mode-supported.ts +39 -0
  1002. package/src/openapi/models/engine-option.ts +9 -0
  1003. package/src/openapi/models/{inspection-supported-engines.ts → esrally-data-profile.ts} +14 -12
  1004. package/src/openapi/models/esrally-on-error.ts +31 -0
  1005. package/src/openapi/models/esrally-telemetry.ts +40 -0
  1006. package/src/openapi/models/esrally-workload.ts +33 -0
  1007. package/src/openapi/models/esrally.ts +137 -0
  1008. package/src/openapi/models/index.ts +92 -5
  1009. package/src/openapi/models/inspection-task.ts +2 -7
  1010. package/src/openapi/models/llm.ts +1 -1
  1011. package/src/openapi/models/log-option.ts +6 -0
  1012. package/src/openapi/models/mongo-aggregate-request.ts +42 -0
  1013. package/src/openapi/models/mongo-collection-capabilities.ts +54 -0
  1014. package/src/openapi/models/mongo-collection-info.ts +57 -0
  1015. package/src/openapi/models/mongo-collection-stats.ts +69 -0
  1016. package/src/openapi/models/mongo-create-collection-options.ts +66 -0
  1017. package/src/openapi/models/mongo-create-collection-request.ts +33 -0
  1018. package/src/openapi/models/mongo-create-index-request.ts +39 -0
  1019. package/src/openapi/models/mongo-create-view-request.ts +48 -0
  1020. package/src/openapi/models/mongo-database-info.ts +54 -0
  1021. package/src/openapi/models/mongo-delete-request.ts +36 -0
  1022. package/src/openapi/models/mongo-explain-request.ts +72 -0
  1023. package/src/openapi/models/mongo-explain-response.ts +36 -0
  1024. package/src/openapi/models/mongo-find-request.ts +66 -0
  1025. package/src/openapi/models/mongo-find-response.ts +48 -0
  1026. package/src/openapi/models/mongo-index-info.ts +72 -0
  1027. package/src/openapi/models/mongo-index-options.ts +42 -0
  1028. package/src/openapi/models/mongo-insert-request.ts +36 -0
  1029. package/src/openapi/models/mongo-replace-request.ts +42 -0
  1030. package/src/openapi/models/mongo-schema-analysis.ts +45 -0
  1031. package/src/openapi/models/mongo-schema-field.ts +42 -0
  1032. package/src/openapi/models/mongo-set-validation-request.ts +42 -0
  1033. package/src/openapi/models/mongo-shell-completion-item.ts +30 -0
  1034. package/src/openapi/models/mongo-shell-completions-request.ts +30 -0
  1035. package/src/openapi/models/mongo-shell-completions-response.ts +33 -0
  1036. package/src/openapi/models/mongo-shell-create-session-request.ts +30 -0
  1037. package/src/openapi/models/mongo-shell-evaluate-request.ts +42 -0
  1038. package/src/openapi/models/mongo-shell-evaluate-response.ts +51 -0
  1039. package/src/openapi/models/mongo-shell-interrupt-response.ts +30 -0
  1040. package/src/openapi/models/mongo-shell-prompt-response.ts +30 -0
  1041. package/src/openapi/models/mongo-shell-result.ts +42 -0
  1042. package/src/openapi/models/mongo-shell-session.ts +54 -0
  1043. package/src/openapi/models/mongo-update-request.ts +48 -0
  1044. package/src/openapi/models/mongo-validation-info.ts +42 -0
  1045. package/src/openapi/models/mongo-write-response.ts +36 -0
  1046. package/src/openapi/models/mongo-write-result.ts +60 -0
  1047. package/src/openapi/models/parameter-template-diff-item.ts +48 -0
  1048. package/src/openapi/models/parameter-template-diff.ts +33 -0
  1049. package/src/openapi/models/pgbench.ts +3 -3
  1050. package/src/openapi/models/storage.ts +0 -6
  1051. package/src/openapi/models/sysbench.ts +3 -3
  1052. package/src/openapi/models/tde-option.ts +39 -0
  1053. package/src/openapi/models/tde-parameter-option.ts +54 -0
  1054. package/src/openapi/models/tde-request.ts +36 -0
  1055. package/src/openapi/models/tde-response.ts +36 -0
  1056. package/src/openapi/models/tde-status.ts +36 -0
  1057. package/src/openapi/models/tpcc.ts +3 -3
  1058. package/src/openapi/models/ycsb.ts +4 -4
  1059. package/src/openapi.yaml +9547 -5110
  1060. package/dist/adminapi/models/inspection-supported-engines.d.ts +0 -29
  1061. package/dist/adminapi/models/inspection-supported-engines.d.ts.map +0 -1
  1062. package/dist/adminapi/models/inspection-supported-engines.js.map +0 -1
  1063. package/dist/openapi/models/inspection-supported-engines.d.ts.map +0 -1
  1064. package/dist/openapi/models/inspection-supported-engines.js.map +0 -1
  1065. package/dist/openapi/models/pgbench-step.d.ts.map +0 -1
  1066. package/dist/openapi/models/pgbench-step.js.map +0 -1
  1067. package/dist/openapi/models/sysbench-step.d.ts.map +0 -1
  1068. package/dist/openapi/models/sysbench-step.js.map +0 -1
  1069. package/dist/openapi/models/tpcc-step.d.ts.map +0 -1
  1070. package/dist/openapi/models/tpcc-step.js.map +0 -1
  1071. package/dist/openapi/models/ycsb-step.d.ts.map +0 -1
  1072. package/dist/openapi/models/ycsb-step.js.map +0 -1
@@ -2381,6 +2381,109 @@ const SharedApiAxiosParamCreator = function (configuration) {
2381
2381
  options: localVarRequestOptions,
2382
2382
  };
2383
2383
  },
2384
+ /**
2385
+ * Explain a concrete SQL from a slow log using the cluster default datasource.
2386
+ * @summary Explain cluster slow log SQL
2387
+ * @param {string} orgName
2388
+ * @param {string} clusterName
2389
+ * @param {DmsExplainRequest} dmsExplainRequest
2390
+ * @param {*} [options] Override http request option.
2391
+ * @throws {RequiredError}
2392
+ */
2393
+ explainSlowLog: async (orgName, clusterName, dmsExplainRequest, options = {}) => {
2394
+ // verify required parameter 'orgName' is not null or undefined
2395
+ (0, common_1.assertParamExists)('explainSlowLog', 'orgName', orgName);
2396
+ // verify required parameter 'clusterName' is not null or undefined
2397
+ (0, common_1.assertParamExists)('explainSlowLog', 'clusterName', clusterName);
2398
+ // verify required parameter 'dmsExplainRequest' is not null or undefined
2399
+ (0, common_1.assertParamExists)('explainSlowLog', 'dmsExplainRequest', dmsExplainRequest);
2400
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/explain`
2401
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
2402
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
2403
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2404
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2405
+ let baseOptions;
2406
+ if (configuration) {
2407
+ baseOptions = configuration.baseOptions;
2408
+ }
2409
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
2410
+ const localVarHeaderParameter = {};
2411
+ const localVarQueryParameter = {};
2412
+ // authentication BearerToken required
2413
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
2414
+ localVarHeaderParameter['Content-Type'] = 'application/json';
2415
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2416
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2417
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
2418
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dmsExplainRequest, localVarRequestOptions, configuration);
2419
+ return {
2420
+ url: (0, common_1.toPathString)(localVarUrlObj),
2421
+ options: localVarRequestOptions,
2422
+ };
2423
+ },
2424
+ /**
2425
+ * Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
2426
+ * @summary Explain cluster slow log template
2427
+ * @param {string} orgName
2428
+ * @param {string} clusterName
2429
+ * @param {string} templateId
2430
+ * @param {string} startTime Start time in epoch nanoseconds.
2431
+ * @param {string} endTime End time in epoch nanoseconds.
2432
+ * @param {string} [componentName]
2433
+ * @param {string} [instanceName]
2434
+ * @param {string} [query]
2435
+ * @param {*} [options] Override http request option.
2436
+ * @throws {RequiredError}
2437
+ */
2438
+ explainSlowLogTemplate: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options = {}) => {
2439
+ // verify required parameter 'orgName' is not null or undefined
2440
+ (0, common_1.assertParamExists)('explainSlowLogTemplate', 'orgName', orgName);
2441
+ // verify required parameter 'clusterName' is not null or undefined
2442
+ (0, common_1.assertParamExists)('explainSlowLogTemplate', 'clusterName', clusterName);
2443
+ // verify required parameter 'templateId' is not null or undefined
2444
+ (0, common_1.assertParamExists)('explainSlowLogTemplate', 'templateId', templateId);
2445
+ // verify required parameter 'startTime' is not null or undefined
2446
+ (0, common_1.assertParamExists)('explainSlowLogTemplate', 'startTime', startTime);
2447
+ // verify required parameter 'endTime' is not null or undefined
2448
+ (0, common_1.assertParamExists)('explainSlowLogTemplate', 'endTime', endTime);
2449
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/explain`
2450
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
2451
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
2452
+ .replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
2453
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2454
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2455
+ let baseOptions;
2456
+ if (configuration) {
2457
+ baseOptions = configuration.baseOptions;
2458
+ }
2459
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
2460
+ const localVarHeaderParameter = {};
2461
+ const localVarQueryParameter = {};
2462
+ // authentication BearerToken required
2463
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
2464
+ if (startTime !== undefined) {
2465
+ localVarQueryParameter['startTime'] = startTime;
2466
+ }
2467
+ if (endTime !== undefined) {
2468
+ localVarQueryParameter['endTime'] = endTime;
2469
+ }
2470
+ if (componentName !== undefined) {
2471
+ localVarQueryParameter['componentName'] = componentName;
2472
+ }
2473
+ if (instanceName !== undefined) {
2474
+ localVarQueryParameter['instanceName'] = instanceName;
2475
+ }
2476
+ if (query !== undefined) {
2477
+ localVarQueryParameter['query'] = query;
2478
+ }
2479
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2480
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2481
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
2482
+ return {
2483
+ url: (0, common_1.toPathString)(localVarUrlObj),
2484
+ options: localVarRequestOptions,
2485
+ };
2486
+ },
2384
2487
  /**
2385
2488
  *
2386
2489
  * @summary Export parameter template from cluster
@@ -2901,10 +3004,12 @@ const SharedApiAxiosParamCreator = function (configuration) {
2901
3004
  * @summary Get cluster details by ID
2902
3005
  * @param {string} orgName name of the Org
2903
3006
  * @param {string} clusterID ID of the KubeBlocks cluster
3007
+ * @param {string} [backupName] Backup name to override cluster components from its snapshot
3008
+ * @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
2904
3009
  * @param {*} [options] Override http request option.
2905
3010
  * @throws {RequiredError}
2906
3011
  */
2907
- getClusterByID: async (orgName, clusterID, options = {}) => {
3012
+ getClusterByID: async (orgName, clusterID, backupName, restoreTime, options = {}) => {
2908
3013
  // verify required parameter 'orgName' is not null or undefined
2909
3014
  (0, common_1.assertParamExists)('getClusterByID', 'orgName', orgName);
2910
3015
  // verify required parameter 'clusterID' is not null or undefined
@@ -2923,6 +3028,12 @@ const SharedApiAxiosParamCreator = function (configuration) {
2923
3028
  const localVarQueryParameter = {};
2924
3029
  // authentication BearerToken required
2925
3030
  await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
3031
+ if (backupName !== undefined) {
3032
+ localVarQueryParameter['backupName'] = backupName;
3033
+ }
3034
+ if (restoreTime !== undefined) {
3035
+ localVarQueryParameter['restoreTime'] = restoreTime;
3036
+ }
2926
3037
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2927
3038
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2928
3039
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -3722,10 +3833,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
3722
3833
  * @param {string} schema schema or database name
3723
3834
  * @param {string} type object type
3724
3835
  * @param {string} objectName object name
3836
+ * @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
3725
3837
  * @param {*} [options] Override http request option.
3726
3838
  * @throws {RequiredError}
3727
3839
  */
3728
- getObjectInfo: async (orgName, clusterName, id, schema, type, objectName, options = {}) => {
3840
+ getObjectInfo: async (orgName, clusterName, id, schema, type, objectName, database, options = {}) => {
3729
3841
  // verify required parameter 'orgName' is not null or undefined
3730
3842
  (0, common_1.assertParamExists)('getObjectInfo', 'orgName', orgName);
3731
3843
  // verify required parameter 'clusterName' is not null or undefined
@@ -3756,6 +3868,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
3756
3868
  const localVarQueryParameter = {};
3757
3869
  // authentication BearerToken required
3758
3870
  await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
3871
+ if (database !== undefined) {
3872
+ localVarQueryParameter['database'] = database;
3873
+ }
3759
3874
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
3760
3875
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3761
3876
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -4031,10 +4146,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
4031
4146
  * @param {string} orgName name of the Org
4032
4147
  * @param {string} clusterName name of the cluster
4033
4148
  * @param {string} id id of the datasource
4149
+ * @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
4034
4150
  * @param {*} [options] Override http request option.
4035
4151
  * @throws {RequiredError}
4036
4152
  */
4037
- getSchemaList: async (orgName, clusterName, id, options = {}) => {
4153
+ getSchemaList: async (orgName, clusterName, id, database, options = {}) => {
4038
4154
  // verify required parameter 'orgName' is not null or undefined
4039
4155
  (0, common_1.assertParamExists)('getSchemaList', 'orgName', orgName);
4040
4156
  // verify required parameter 'clusterName' is not null or undefined
@@ -4056,6 +4172,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
4056
4172
  const localVarQueryParameter = {};
4057
4173
  // authentication BearerToken required
4058
4174
  await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
4175
+ if (database !== undefined) {
4176
+ localVarQueryParameter['database'] = database;
4177
+ }
4059
4178
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
4060
4179
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4061
4180
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -4073,10 +4192,30 @@ const SharedApiAxiosParamCreator = function (configuration) {
4073
4192
  * @param {string} endTime End time in epoch nanoseconds.
4074
4193
  * @param {string} [componentName]
4075
4194
  * @param {string} [instanceName]
4076
- * @param {*} [options] Override http request option.
4077
- * @throws {RequiredError}
4078
- */
4079
- getSlowLogStats: async (orgName, clusterName, startTime, endTime, componentName, instanceName, options = {}) => {
4195
+ * @param {string} [query]
4196
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
4197
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
4198
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
4199
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
4200
+ * @param {number} [minRowsExamined]
4201
+ * @param {number} [maxRowsExamined]
4202
+ * @param {number} [minRowsSent]
4203
+ * @param {number} [maxRowsSent]
4204
+ * @param {string} [dbName]
4205
+ * @param {string} [dbNameContains]
4206
+ * @param {string} [userName]
4207
+ * @param {string} [userNameContains]
4208
+ * @param {string} [clientIp]
4209
+ * @param {string} [clientIpContains]
4210
+ * @param {string} [clientIpCIDR]
4211
+ * @param {string} [appName]
4212
+ * @param {string} [appNameContains]
4213
+ * @param {string} [templateId]
4214
+ * @param {boolean} [unclassifiedOnly]
4215
+ * @param {*} [options] Override http request option.
4216
+ * @throws {RequiredError}
4217
+ */
4218
+ getSlowLogStats: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options = {}) => {
4080
4219
  // verify required parameter 'orgName' is not null or undefined
4081
4220
  (0, common_1.assertParamExists)('getSlowLogStats', 'orgName', orgName);
4082
4221
  // verify required parameter 'clusterName' is not null or undefined
@@ -4111,6 +4250,129 @@ const SharedApiAxiosParamCreator = function (configuration) {
4111
4250
  if (instanceName !== undefined) {
4112
4251
  localVarQueryParameter['instanceName'] = instanceName;
4113
4252
  }
4253
+ if (query !== undefined) {
4254
+ localVarQueryParameter['query'] = query;
4255
+ }
4256
+ if (minExecutionTime !== undefined) {
4257
+ localVarQueryParameter['minExecutionTime'] = minExecutionTime;
4258
+ }
4259
+ if (maxExecutionTime !== undefined) {
4260
+ localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
4261
+ }
4262
+ if (minLockTime !== undefined) {
4263
+ localVarQueryParameter['minLockTime'] = minLockTime;
4264
+ }
4265
+ if (maxLockTime !== undefined) {
4266
+ localVarQueryParameter['maxLockTime'] = maxLockTime;
4267
+ }
4268
+ if (minRowsExamined !== undefined) {
4269
+ localVarQueryParameter['minRowsExamined'] = minRowsExamined;
4270
+ }
4271
+ if (maxRowsExamined !== undefined) {
4272
+ localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
4273
+ }
4274
+ if (minRowsSent !== undefined) {
4275
+ localVarQueryParameter['minRowsSent'] = minRowsSent;
4276
+ }
4277
+ if (maxRowsSent !== undefined) {
4278
+ localVarQueryParameter['maxRowsSent'] = maxRowsSent;
4279
+ }
4280
+ if (dbName !== undefined) {
4281
+ localVarQueryParameter['dbName'] = dbName;
4282
+ }
4283
+ if (dbNameContains !== undefined) {
4284
+ localVarQueryParameter['dbNameContains'] = dbNameContains;
4285
+ }
4286
+ if (userName !== undefined) {
4287
+ localVarQueryParameter['userName'] = userName;
4288
+ }
4289
+ if (userNameContains !== undefined) {
4290
+ localVarQueryParameter['userNameContains'] = userNameContains;
4291
+ }
4292
+ if (clientIp !== undefined) {
4293
+ localVarQueryParameter['clientIp'] = clientIp;
4294
+ }
4295
+ if (clientIpContains !== undefined) {
4296
+ localVarQueryParameter['clientIpContains'] = clientIpContains;
4297
+ }
4298
+ if (clientIpCIDR !== undefined) {
4299
+ localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
4300
+ }
4301
+ if (appName !== undefined) {
4302
+ localVarQueryParameter['appName'] = appName;
4303
+ }
4304
+ if (appNameContains !== undefined) {
4305
+ localVarQueryParameter['appNameContains'] = appNameContains;
4306
+ }
4307
+ if (templateId !== undefined) {
4308
+ localVarQueryParameter['templateId'] = templateId;
4309
+ }
4310
+ if (unclassifiedOnly !== undefined) {
4311
+ localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
4312
+ }
4313
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
4314
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4315
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
4316
+ return {
4317
+ url: (0, common_1.toPathString)(localVarUrlObj),
4318
+ options: localVarRequestOptions,
4319
+ };
4320
+ },
4321
+ /**
4322
+ * Get a slow log template of a cluster (VictoriaLogs backend only)
4323
+ * @summary Get cluster slow log template
4324
+ * @param {string} orgName
4325
+ * @param {string} clusterName
4326
+ * @param {string} templateId
4327
+ * @param {string} startTime Start time in epoch nanoseconds.
4328
+ * @param {string} endTime End time in epoch nanoseconds.
4329
+ * @param {string} [componentName]
4330
+ * @param {string} [instanceName]
4331
+ * @param {string} [query]
4332
+ * @param {*} [options] Override http request option.
4333
+ * @throws {RequiredError}
4334
+ */
4335
+ getSlowLogTemplate: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options = {}) => {
4336
+ // verify required parameter 'orgName' is not null or undefined
4337
+ (0, common_1.assertParamExists)('getSlowLogTemplate', 'orgName', orgName);
4338
+ // verify required parameter 'clusterName' is not null or undefined
4339
+ (0, common_1.assertParamExists)('getSlowLogTemplate', 'clusterName', clusterName);
4340
+ // verify required parameter 'templateId' is not null or undefined
4341
+ (0, common_1.assertParamExists)('getSlowLogTemplate', 'templateId', templateId);
4342
+ // verify required parameter 'startTime' is not null or undefined
4343
+ (0, common_1.assertParamExists)('getSlowLogTemplate', 'startTime', startTime);
4344
+ // verify required parameter 'endTime' is not null or undefined
4345
+ (0, common_1.assertParamExists)('getSlowLogTemplate', 'endTime', endTime);
4346
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}`
4347
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
4348
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
4349
+ .replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
4350
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4351
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
4352
+ let baseOptions;
4353
+ if (configuration) {
4354
+ baseOptions = configuration.baseOptions;
4355
+ }
4356
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
4357
+ const localVarHeaderParameter = {};
4358
+ const localVarQueryParameter = {};
4359
+ // authentication BearerToken required
4360
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
4361
+ if (startTime !== undefined) {
4362
+ localVarQueryParameter['startTime'] = startTime;
4363
+ }
4364
+ if (endTime !== undefined) {
4365
+ localVarQueryParameter['endTime'] = endTime;
4366
+ }
4367
+ if (componentName !== undefined) {
4368
+ localVarQueryParameter['componentName'] = componentName;
4369
+ }
4370
+ if (instanceName !== undefined) {
4371
+ localVarQueryParameter['instanceName'] = instanceName;
4372
+ }
4373
+ if (query !== undefined) {
4374
+ localVarQueryParameter['query'] = query;
4375
+ }
4114
4376
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
4115
4377
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4116
4378
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -4160,6 +4422,47 @@ const SharedApiAxiosParamCreator = function (configuration) {
4160
4422
  options: localVarRequestOptions,
4161
4423
  };
4162
4424
  },
4425
+ /**
4426
+ * Query the transparent data encryption switch status for a cluster component
4427
+ * @summary Get TDE status
4428
+ * @param {string} orgName name of the Org
4429
+ * @param {string} clusterName name of the Cluster
4430
+ * @param {string} component component type
4431
+ * @param {*} [options] Override http request option.
4432
+ * @throws {RequiredError}
4433
+ */
4434
+ getTDE: async (orgName, clusterName, component, options = {}) => {
4435
+ // verify required parameter 'orgName' is not null or undefined
4436
+ (0, common_1.assertParamExists)('getTDE', 'orgName', orgName);
4437
+ // verify required parameter 'clusterName' is not null or undefined
4438
+ (0, common_1.assertParamExists)('getTDE', 'clusterName', clusterName);
4439
+ // verify required parameter 'component' is not null or undefined
4440
+ (0, common_1.assertParamExists)('getTDE', 'component', component);
4441
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/tde`
4442
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
4443
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
4444
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4445
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
4446
+ let baseOptions;
4447
+ if (configuration) {
4448
+ baseOptions = configuration.baseOptions;
4449
+ }
4450
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
4451
+ const localVarHeaderParameter = {};
4452
+ const localVarQueryParameter = {};
4453
+ // authentication BearerToken required
4454
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
4455
+ if (component !== undefined) {
4456
+ localVarQueryParameter['component'] = component;
4457
+ }
4458
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
4459
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4460
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
4461
+ return {
4462
+ url: (0, common_1.toPathString)(localVarUrlObj),
4463
+ options: localVarRequestOptions,
4464
+ };
4465
+ },
4163
4466
  /**
4164
4467
  *
4165
4468
  * @summary Get cluster TLS certificate
@@ -4915,6 +5218,45 @@ const SharedApiAxiosParamCreator = function (configuration) {
4915
5218
  options: localVarRequestOptions,
4916
5219
  };
4917
5220
  },
5221
+ /**
5222
+ *
5223
+ * @summary list all databases of the datasource
5224
+ * @param {string} orgName name of the Org
5225
+ * @param {string} clusterName name of the cluster
5226
+ * @param {string} id id of the datasource
5227
+ * @param {*} [options] Override http request option.
5228
+ * @throws {RequiredError}
5229
+ */
5230
+ listDmsDatabases: async (orgName, clusterName, id, options = {}) => {
5231
+ // verify required parameter 'orgName' is not null or undefined
5232
+ (0, common_1.assertParamExists)('listDmsDatabases', 'orgName', orgName);
5233
+ // verify required parameter 'clusterName' is not null or undefined
5234
+ (0, common_1.assertParamExists)('listDmsDatabases', 'clusterName', clusterName);
5235
+ // verify required parameter 'id' is not null or undefined
5236
+ (0, common_1.assertParamExists)('listDmsDatabases', 'id', id);
5237
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/databases`
5238
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
5239
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
5240
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
5241
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
5242
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
5243
+ let baseOptions;
5244
+ if (configuration) {
5245
+ baseOptions = configuration.baseOptions;
5246
+ }
5247
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
5248
+ const localVarHeaderParameter = {};
5249
+ const localVarQueryParameter = {};
5250
+ // authentication BearerToken required
5251
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
5252
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
5253
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5254
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
5255
+ return {
5256
+ url: (0, common_1.toPathString)(localVarUrlObj),
5257
+ options: localVarRequestOptions,
5258
+ };
5259
+ },
4918
5260
  /**
4919
5261
  *
4920
5262
  * @summary List cluster endpoints
@@ -5601,10 +5943,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
5601
5943
  * @param {string} id id of the datasource
5602
5944
  * @param {string} schema schema or database name
5603
5945
  * @param {string} type object type
5946
+ * @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
5604
5947
  * @param {*} [options] Override http request option.
5605
5948
  * @throws {RequiredError}
5606
5949
  */
5607
- listObjectNamesByType: async (orgName, clusterName, id, schema, type, options = {}) => {
5950
+ listObjectNamesByType: async (orgName, clusterName, id, schema, type, database, options = {}) => {
5608
5951
  // verify required parameter 'orgName' is not null or undefined
5609
5952
  (0, common_1.assertParamExists)('listObjectNamesByType', 'orgName', orgName);
5610
5953
  // verify required parameter 'clusterName' is not null or undefined
@@ -5632,6 +5975,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
5632
5975
  const localVarQueryParameter = {};
5633
5976
  // authentication BearerToken required
5634
5977
  await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
5978
+ if (database !== undefined) {
5979
+ localVarQueryParameter['database'] = database;
5980
+ }
5635
5981
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
5636
5982
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5637
5983
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -5647,10 +5993,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
5647
5993
  * @param {string} clusterName name of the cluster
5648
5994
  * @param {string} id id of the datasource
5649
5995
  * @param {string} schema schema or database name
5996
+ * @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
5650
5997
  * @param {*} [options] Override http request option.
5651
5998
  * @throws {RequiredError}
5652
5999
  */
5653
- listObjectTypesInSchema: async (orgName, clusterName, id, schema, options = {}) => {
6000
+ listObjectTypesInSchema: async (orgName, clusterName, id, schema, database, options = {}) => {
5654
6001
  // verify required parameter 'orgName' is not null or undefined
5655
6002
  (0, common_1.assertParamExists)('listObjectTypesInSchema', 'orgName', orgName);
5656
6003
  // verify required parameter 'clusterName' is not null or undefined
@@ -5675,6 +6022,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
5675
6022
  const localVarQueryParameter = {};
5676
6023
  // authentication BearerToken required
5677
6024
  await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
6025
+ if (database !== undefined) {
6026
+ localVarQueryParameter['database'] = database;
6027
+ }
5678
6028
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
5679
6029
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5680
6030
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -6091,10 +6441,11 @@ const SharedApiAxiosParamCreator = function (configuration) {
6091
6441
  * @param {string} orgName name of the Org
6092
6442
  * @param {string} clusterName name of the cluster
6093
6443
  * @param {string} id id of the datasource
6444
+ * @param {number} [limit] maximum history records to return, default and max 100
6094
6445
  * @param {*} [options] Override http request option.
6095
6446
  * @throws {RequiredError}
6096
6447
  */
6097
- listQueryHistory: async (orgName, clusterName, id, options = {}) => {
6448
+ listQueryHistory: async (orgName, clusterName, id, limit, options = {}) => {
6098
6449
  // verify required parameter 'orgName' is not null or undefined
6099
6450
  (0, common_1.assertParamExists)('listQueryHistory', 'orgName', orgName);
6100
6451
  // verify required parameter 'clusterName' is not null or undefined
@@ -6116,6 +6467,9 @@ const SharedApiAxiosParamCreator = function (configuration) {
6116
6467
  const localVarQueryParameter = {};
6117
6468
  // authentication BearerToken required
6118
6469
  await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
6470
+ if (limit !== undefined) {
6471
+ localVarQueryParameter['limit'] = limit;
6472
+ }
6119
6473
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
6120
6474
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
6121
6475
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -7275,10 +7629,24 @@ const SharedApiAxiosParamCreator = function (configuration) {
7275
7629
  * @param {string} [componentName]
7276
7630
  * @param {string} [instanceName]
7277
7631
  * @param {string} [query]
7278
- * @param {*} [options] Override http request option.
7279
- * @throws {RequiredError}
7280
- */
7281
- queryLogHits: async (orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, options = {}) => {
7632
+ * @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
7633
+ * @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
7634
+ * @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
7635
+ * @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
7636
+ * @param {number} [minRowsExamined]
7637
+ * @param {number} [maxRowsExamined]
7638
+ * @param {number} [minRowsSent]
7639
+ * @param {number} [maxRowsSent]
7640
+ * @param {string} [dbName]
7641
+ * @param {string} [userName]
7642
+ * @param {string} [clientIp]
7643
+ * @param {string} [appName]
7644
+ * @param {string} [templateId]
7645
+ * @param {boolean} [unclassifiedOnly]
7646
+ * @param {*} [options] Override http request option.
7647
+ * @throws {RequiredError}
7648
+ */
7649
+ queryLogHits: async (orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, userName, clientIp, appName, templateId, unclassifiedOnly, options = {}) => {
7282
7650
  // verify required parameter 'orgName' is not null or undefined
7283
7651
  (0, common_1.assertParamExists)('queryLogHits', 'orgName', orgName);
7284
7652
  // verify required parameter 'clusterName' is not null or undefined
@@ -7326,6 +7694,48 @@ const SharedApiAxiosParamCreator = function (configuration) {
7326
7694
  if (query !== undefined) {
7327
7695
  localVarQueryParameter['query'] = query;
7328
7696
  }
7697
+ if (minExecutionTime !== undefined) {
7698
+ localVarQueryParameter['minExecutionTime'] = minExecutionTime;
7699
+ }
7700
+ if (maxExecutionTime !== undefined) {
7701
+ localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
7702
+ }
7703
+ if (minLockTime !== undefined) {
7704
+ localVarQueryParameter['minLockTime'] = minLockTime;
7705
+ }
7706
+ if (maxLockTime !== undefined) {
7707
+ localVarQueryParameter['maxLockTime'] = maxLockTime;
7708
+ }
7709
+ if (minRowsExamined !== undefined) {
7710
+ localVarQueryParameter['minRowsExamined'] = minRowsExamined;
7711
+ }
7712
+ if (maxRowsExamined !== undefined) {
7713
+ localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
7714
+ }
7715
+ if (minRowsSent !== undefined) {
7716
+ localVarQueryParameter['minRowsSent'] = minRowsSent;
7717
+ }
7718
+ if (maxRowsSent !== undefined) {
7719
+ localVarQueryParameter['maxRowsSent'] = maxRowsSent;
7720
+ }
7721
+ if (dbName !== undefined) {
7722
+ localVarQueryParameter['dbName'] = dbName;
7723
+ }
7724
+ if (userName !== undefined) {
7725
+ localVarQueryParameter['userName'] = userName;
7726
+ }
7727
+ if (clientIp !== undefined) {
7728
+ localVarQueryParameter['clientIp'] = clientIp;
7729
+ }
7730
+ if (appName !== undefined) {
7731
+ localVarQueryParameter['appName'] = appName;
7732
+ }
7733
+ if (templateId !== undefined) {
7734
+ localVarQueryParameter['templateId'] = templateId;
7735
+ }
7736
+ if (unclassifiedOnly !== undefined) {
7737
+ localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
7738
+ }
7329
7739
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
7330
7740
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7331
7741
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -7458,11 +7868,221 @@ const SharedApiAxiosParamCreator = function (configuration) {
7458
7868
  if (limit !== undefined) {
7459
7869
  localVarQueryParameter['limit'] = limit;
7460
7870
  }
7461
- if (query !== undefined) {
7462
- localVarQueryParameter['query'] = query;
7871
+ if (query !== undefined) {
7872
+ localVarQueryParameter['query'] = query;
7873
+ }
7874
+ if (sortType !== undefined) {
7875
+ localVarQueryParameter['sortType'] = sortType;
7876
+ }
7877
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
7878
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7879
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
7880
+ return {
7881
+ url: (0, common_1.toPathString)(localVarUrlObj),
7882
+ options: localVarRequestOptions,
7883
+ };
7884
+ },
7885
+ /**
7886
+ * Query slow log samples for a template
7887
+ * @summary Query cluster slow log template samples
7888
+ * @param {string} orgName
7889
+ * @param {string} clusterName
7890
+ * @param {string} templateId
7891
+ * @param {string} startTime Start time in epoch nanoseconds.
7892
+ * @param {string} endTime End time in epoch nanoseconds.
7893
+ * @param {string} [componentName]
7894
+ * @param {string} [instanceName]
7895
+ * @param {string} [query]
7896
+ * @param {string} [limit]
7897
+ * @param {SortType} [sortType]
7898
+ * @param {*} [options] Override http request option.
7899
+ * @throws {RequiredError}
7900
+ */
7901
+ querySlowLogTemplateSamples: async (orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options = {}) => {
7902
+ // verify required parameter 'orgName' is not null or undefined
7903
+ (0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'orgName', orgName);
7904
+ // verify required parameter 'clusterName' is not null or undefined
7905
+ (0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'clusterName', clusterName);
7906
+ // verify required parameter 'templateId' is not null or undefined
7907
+ (0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'templateId', templateId);
7908
+ // verify required parameter 'startTime' is not null or undefined
7909
+ (0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'startTime', startTime);
7910
+ // verify required parameter 'endTime' is not null or undefined
7911
+ (0, common_1.assertParamExists)('querySlowLogTemplateSamples', 'endTime', endTime);
7912
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates/{templateId}/samples`
7913
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
7914
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
7915
+ .replace(`{${"templateId"}}`, encodeURIComponent(String(templateId)));
7916
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
7917
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
7918
+ let baseOptions;
7919
+ if (configuration) {
7920
+ baseOptions = configuration.baseOptions;
7921
+ }
7922
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
7923
+ const localVarHeaderParameter = {};
7924
+ const localVarQueryParameter = {};
7925
+ // authentication BearerToken required
7926
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
7927
+ if (startTime !== undefined) {
7928
+ localVarQueryParameter['startTime'] = startTime;
7929
+ }
7930
+ if (endTime !== undefined) {
7931
+ localVarQueryParameter['endTime'] = endTime;
7932
+ }
7933
+ if (componentName !== undefined) {
7934
+ localVarQueryParameter['componentName'] = componentName;
7935
+ }
7936
+ if (instanceName !== undefined) {
7937
+ localVarQueryParameter['instanceName'] = instanceName;
7938
+ }
7939
+ if (query !== undefined) {
7940
+ localVarQueryParameter['query'] = query;
7941
+ }
7942
+ if (limit !== undefined) {
7943
+ localVarQueryParameter['limit'] = limit;
7944
+ }
7945
+ if (sortType !== undefined) {
7946
+ localVarQueryParameter['sortType'] = sortType;
7947
+ }
7948
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
7949
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7950
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
7951
+ return {
7952
+ url: (0, common_1.toPathString)(localVarUrlObj),
7953
+ options: localVarRequestOptions,
7954
+ };
7955
+ },
7956
+ /**
7957
+ * Query slow log templates of a cluster (VictoriaLogs backend only)
7958
+ * @summary Query cluster slow log templates
7959
+ * @param {string} orgName
7960
+ * @param {string} clusterName
7961
+ * @param {string} startTime Start time in epoch nanoseconds.
7962
+ * @param {string} endTime End time in epoch nanoseconds.
7963
+ * @param {string} [componentName]
7964
+ * @param {string} [instanceName]
7965
+ * @param {string} [query]
7966
+ * @param {number} [topN]
7967
+ * @param {string} [sortBy] Sort templates by count or avgExecutionTime.
7968
+ * @param {SortType} [sortType]
7969
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
7970
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
7971
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
7972
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
7973
+ * @param {number} [minRowsExamined]
7974
+ * @param {number} [maxRowsExamined]
7975
+ * @param {number} [minRowsSent]
7976
+ * @param {number} [maxRowsSent]
7977
+ * @param {string} [dbName]
7978
+ * @param {string} [dbNameContains]
7979
+ * @param {string} [userName]
7980
+ * @param {string} [userNameContains]
7981
+ * @param {string} [clientIp]
7982
+ * @param {string} [clientIpContains]
7983
+ * @param {string} [clientIpCIDR]
7984
+ * @param {string} [appName]
7985
+ * @param {string} [appNameContains]
7986
+ * @param {*} [options] Override http request option.
7987
+ * @throws {RequiredError}
7988
+ */
7989
+ querySlowLogTemplates: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, topN, sortBy, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, options = {}) => {
7990
+ // verify required parameter 'orgName' is not null or undefined
7991
+ (0, common_1.assertParamExists)('querySlowLogTemplates', 'orgName', orgName);
7992
+ // verify required parameter 'clusterName' is not null or undefined
7993
+ (0, common_1.assertParamExists)('querySlowLogTemplates', 'clusterName', clusterName);
7994
+ // verify required parameter 'startTime' is not null or undefined
7995
+ (0, common_1.assertParamExists)('querySlowLogTemplates', 'startTime', startTime);
7996
+ // verify required parameter 'endTime' is not null or undefined
7997
+ (0, common_1.assertParamExists)('querySlowLogTemplates', 'endTime', endTime);
7998
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/logs/slow/templates`
7999
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
8000
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
8001
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
8002
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
8003
+ let baseOptions;
8004
+ if (configuration) {
8005
+ baseOptions = configuration.baseOptions;
8006
+ }
8007
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
8008
+ const localVarHeaderParameter = {};
8009
+ const localVarQueryParameter = {};
8010
+ // authentication BearerToken required
8011
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
8012
+ if (startTime !== undefined) {
8013
+ localVarQueryParameter['startTime'] = startTime;
8014
+ }
8015
+ if (endTime !== undefined) {
8016
+ localVarQueryParameter['endTime'] = endTime;
8017
+ }
8018
+ if (componentName !== undefined) {
8019
+ localVarQueryParameter['componentName'] = componentName;
8020
+ }
8021
+ if (instanceName !== undefined) {
8022
+ localVarQueryParameter['instanceName'] = instanceName;
8023
+ }
8024
+ if (query !== undefined) {
8025
+ localVarQueryParameter['query'] = query;
8026
+ }
8027
+ if (topN !== undefined) {
8028
+ localVarQueryParameter['topN'] = topN;
8029
+ }
8030
+ if (sortBy !== undefined) {
8031
+ localVarQueryParameter['sortBy'] = sortBy;
8032
+ }
8033
+ if (sortType !== undefined) {
8034
+ localVarQueryParameter['sortType'] = sortType;
8035
+ }
8036
+ if (minExecutionTime !== undefined) {
8037
+ localVarQueryParameter['minExecutionTime'] = minExecutionTime;
8038
+ }
8039
+ if (maxExecutionTime !== undefined) {
8040
+ localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
8041
+ }
8042
+ if (minLockTime !== undefined) {
8043
+ localVarQueryParameter['minLockTime'] = minLockTime;
8044
+ }
8045
+ if (maxLockTime !== undefined) {
8046
+ localVarQueryParameter['maxLockTime'] = maxLockTime;
8047
+ }
8048
+ if (minRowsExamined !== undefined) {
8049
+ localVarQueryParameter['minRowsExamined'] = minRowsExamined;
8050
+ }
8051
+ if (maxRowsExamined !== undefined) {
8052
+ localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
8053
+ }
8054
+ if (minRowsSent !== undefined) {
8055
+ localVarQueryParameter['minRowsSent'] = minRowsSent;
8056
+ }
8057
+ if (maxRowsSent !== undefined) {
8058
+ localVarQueryParameter['maxRowsSent'] = maxRowsSent;
8059
+ }
8060
+ if (dbName !== undefined) {
8061
+ localVarQueryParameter['dbName'] = dbName;
8062
+ }
8063
+ if (dbNameContains !== undefined) {
8064
+ localVarQueryParameter['dbNameContains'] = dbNameContains;
8065
+ }
8066
+ if (userName !== undefined) {
8067
+ localVarQueryParameter['userName'] = userName;
8068
+ }
8069
+ if (userNameContains !== undefined) {
8070
+ localVarQueryParameter['userNameContains'] = userNameContains;
8071
+ }
8072
+ if (clientIp !== undefined) {
8073
+ localVarQueryParameter['clientIp'] = clientIp;
8074
+ }
8075
+ if (clientIpContains !== undefined) {
8076
+ localVarQueryParameter['clientIpContains'] = clientIpContains;
8077
+ }
8078
+ if (clientIpCIDR !== undefined) {
8079
+ localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
8080
+ }
8081
+ if (appName !== undefined) {
8082
+ localVarQueryParameter['appName'] = appName;
7463
8083
  }
7464
- if (sortType !== undefined) {
7465
- localVarQueryParameter['sortType'] = sortType;
8084
+ if (appNameContains !== undefined) {
8085
+ localVarQueryParameter['appNameContains'] = appNameContains;
7466
8086
  }
7467
8087
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
7468
8088
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -7484,10 +8104,29 @@ const SharedApiAxiosParamCreator = function (configuration) {
7484
8104
  * @param {string} [query]
7485
8105
  * @param {string} [limit]
7486
8106
  * @param {SortType} [sortType]
7487
- * @param {*} [options] Override http request option.
7488
- * @throws {RequiredError}
7489
- */
7490
- querySlowLogs: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, options = {}) => {
8107
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
8108
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
8109
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
8110
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
8111
+ * @param {number} [minRowsExamined]
8112
+ * @param {number} [maxRowsExamined]
8113
+ * @param {number} [minRowsSent]
8114
+ * @param {number} [maxRowsSent]
8115
+ * @param {string} [dbName]
8116
+ * @param {string} [dbNameContains]
8117
+ * @param {string} [userName]
8118
+ * @param {string} [userNameContains]
8119
+ * @param {string} [clientIp]
8120
+ * @param {string} [clientIpContains]
8121
+ * @param {string} [clientIpCIDR]
8122
+ * @param {string} [appName]
8123
+ * @param {string} [appNameContains]
8124
+ * @param {string} [templateId]
8125
+ * @param {boolean} [unclassifiedOnly]
8126
+ * @param {*} [options] Override http request option.
8127
+ * @throws {RequiredError}
8128
+ */
8129
+ querySlowLogs: async (orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options = {}) => {
7491
8130
  // verify required parameter 'orgName' is not null or undefined
7492
8131
  (0, common_1.assertParamExists)('querySlowLogs', 'orgName', orgName);
7493
8132
  // verify required parameter 'clusterName' is not null or undefined
@@ -7531,6 +8170,63 @@ const SharedApiAxiosParamCreator = function (configuration) {
7531
8170
  if (sortType !== undefined) {
7532
8171
  localVarQueryParameter['sortType'] = sortType;
7533
8172
  }
8173
+ if (minExecutionTime !== undefined) {
8174
+ localVarQueryParameter['minExecutionTime'] = minExecutionTime;
8175
+ }
8176
+ if (maxExecutionTime !== undefined) {
8177
+ localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
8178
+ }
8179
+ if (minLockTime !== undefined) {
8180
+ localVarQueryParameter['minLockTime'] = minLockTime;
8181
+ }
8182
+ if (maxLockTime !== undefined) {
8183
+ localVarQueryParameter['maxLockTime'] = maxLockTime;
8184
+ }
8185
+ if (minRowsExamined !== undefined) {
8186
+ localVarQueryParameter['minRowsExamined'] = minRowsExamined;
8187
+ }
8188
+ if (maxRowsExamined !== undefined) {
8189
+ localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
8190
+ }
8191
+ if (minRowsSent !== undefined) {
8192
+ localVarQueryParameter['minRowsSent'] = minRowsSent;
8193
+ }
8194
+ if (maxRowsSent !== undefined) {
8195
+ localVarQueryParameter['maxRowsSent'] = maxRowsSent;
8196
+ }
8197
+ if (dbName !== undefined) {
8198
+ localVarQueryParameter['dbName'] = dbName;
8199
+ }
8200
+ if (dbNameContains !== undefined) {
8201
+ localVarQueryParameter['dbNameContains'] = dbNameContains;
8202
+ }
8203
+ if (userName !== undefined) {
8204
+ localVarQueryParameter['userName'] = userName;
8205
+ }
8206
+ if (userNameContains !== undefined) {
8207
+ localVarQueryParameter['userNameContains'] = userNameContains;
8208
+ }
8209
+ if (clientIp !== undefined) {
8210
+ localVarQueryParameter['clientIp'] = clientIp;
8211
+ }
8212
+ if (clientIpContains !== undefined) {
8213
+ localVarQueryParameter['clientIpContains'] = clientIpContains;
8214
+ }
8215
+ if (clientIpCIDR !== undefined) {
8216
+ localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
8217
+ }
8218
+ if (appName !== undefined) {
8219
+ localVarQueryParameter['appName'] = appName;
8220
+ }
8221
+ if (appNameContains !== undefined) {
8222
+ localVarQueryParameter['appNameContains'] = appNameContains;
8223
+ }
8224
+ if (templateId !== undefined) {
8225
+ localVarQueryParameter['templateId'] = templateId;
8226
+ }
8227
+ if (unclassifiedOnly !== undefined) {
8228
+ localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
8229
+ }
7534
8230
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
7535
8231
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7536
8232
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -9084,6 +9780,46 @@ const SharedApiAxiosParamCreator = function (configuration) {
9084
9780
  options: localVarRequestOptions,
9085
9781
  };
9086
9782
  },
9783
+ /**
9784
+ * Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
9785
+ * @summary Enable TDE
9786
+ * @param {string} orgName name of the Org
9787
+ * @param {string} clusterName name of the Cluster
9788
+ * @param {TdeRequest} body
9789
+ * @param {*} [options] Override http request option.
9790
+ * @throws {RequiredError}
9791
+ */
9792
+ updateTDE: async (orgName, clusterName, body, options = {}) => {
9793
+ // verify required parameter 'orgName' is not null or undefined
9794
+ (0, common_1.assertParamExists)('updateTDE', 'orgName', orgName);
9795
+ // verify required parameter 'clusterName' is not null or undefined
9796
+ (0, common_1.assertParamExists)('updateTDE', 'clusterName', clusterName);
9797
+ // verify required parameter 'body' is not null or undefined
9798
+ (0, common_1.assertParamExists)('updateTDE', 'body', body);
9799
+ const localVarPath = `/admin/v1/organizations/{orgName}/clusters/{clusterName}/tde`
9800
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
9801
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
9802
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
9803
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
9804
+ let baseOptions;
9805
+ if (configuration) {
9806
+ baseOptions = configuration.baseOptions;
9807
+ }
9808
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
9809
+ const localVarHeaderParameter = {};
9810
+ const localVarQueryParameter = {};
9811
+ // authentication BearerToken required
9812
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "authorization", configuration);
9813
+ localVarHeaderParameter['Content-Type'] = 'application/json';
9814
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
9815
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
9816
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
9817
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
9818
+ return {
9819
+ url: (0, common_1.toPathString)(localVarUrlObj),
9820
+ options: localVarRequestOptions,
9821
+ };
9822
+ },
9087
9823
  /**
9088
9824
  * Update cluster tags
9089
9825
  * @param {string} orgName
@@ -10241,6 +10977,43 @@ const SharedApiFp = function (configuration) {
10241
10977
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.expandKafkaTopicPartitions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10242
10978
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
10243
10979
  },
10980
+ /**
10981
+ * Explain a concrete SQL from a slow log using the cluster default datasource.
10982
+ * @summary Explain cluster slow log SQL
10983
+ * @param {string} orgName
10984
+ * @param {string} clusterName
10985
+ * @param {DmsExplainRequest} dmsExplainRequest
10986
+ * @param {*} [options] Override http request option.
10987
+ * @throws {RequiredError}
10988
+ */
10989
+ async explainSlowLog(orgName, clusterName, dmsExplainRequest, options) {
10990
+ var _a, _b, _c;
10991
+ const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLog(orgName, clusterName, dmsExplainRequest, options);
10992
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
10993
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.explainSlowLog']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10994
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
10995
+ },
10996
+ /**
10997
+ * Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
10998
+ * @summary Explain cluster slow log template
10999
+ * @param {string} orgName
11000
+ * @param {string} clusterName
11001
+ * @param {string} templateId
11002
+ * @param {string} startTime Start time in epoch nanoseconds.
11003
+ * @param {string} endTime End time in epoch nanoseconds.
11004
+ * @param {string} [componentName]
11005
+ * @param {string} [instanceName]
11006
+ * @param {string} [query]
11007
+ * @param {*} [options] Override http request option.
11008
+ * @throws {RequiredError}
11009
+ */
11010
+ async explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options) {
11011
+ var _a, _b, _c;
11012
+ const localVarAxiosArgs = await localVarAxiosParamCreator.explainSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
11013
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
11014
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.explainSlowLogTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11015
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
11016
+ },
10244
11017
  /**
10245
11018
  *
10246
11019
  * @summary Export parameter template from cluster
@@ -10456,12 +11229,14 @@ const SharedApiFp = function (configuration) {
10456
11229
  * @summary Get cluster details by ID
10457
11230
  * @param {string} orgName name of the Org
10458
11231
  * @param {string} clusterID ID of the KubeBlocks cluster
11232
+ * @param {string} [backupName] Backup name to override cluster components from its snapshot
11233
+ * @param {string} [restoreTime] Restore time to find latest continuous backup snapshot after this time
10459
11234
  * @param {*} [options] Override http request option.
10460
11235
  * @throws {RequiredError}
10461
11236
  */
10462
- async getClusterByID(orgName, clusterID, options) {
11237
+ async getClusterByID(orgName, clusterID, backupName, restoreTime, options) {
10463
11238
  var _a, _b, _c;
10464
- const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, options);
11239
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getClusterByID(orgName, clusterID, backupName, restoreTime, options);
10465
11240
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
10466
11241
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getClusterByID']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10467
11242
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -10788,12 +11563,13 @@ const SharedApiFp = function (configuration) {
10788
11563
  * @param {string} schema schema or database name
10789
11564
  * @param {string} type object type
10790
11565
  * @param {string} objectName object name
11566
+ * @param {string} [database] database name, used by engines such as MSSQL when reading object metadata inside a schema
10791
11567
  * @param {*} [options] Override http request option.
10792
11568
  * @throws {RequiredError}
10793
11569
  */
10794
- async getObjectInfo(orgName, clusterName, id, schema, type, objectName, options) {
11570
+ async getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options) {
10795
11571
  var _a, _b, _c;
10796
- const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, options);
11572
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getObjectInfo(orgName, clusterName, id, schema, type, objectName, database, options);
10797
11573
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
10798
11574
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getObjectInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10799
11575
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -10912,12 +11688,13 @@ const SharedApiFp = function (configuration) {
10912
11688
  * @param {string} orgName name of the Org
10913
11689
  * @param {string} clusterName name of the cluster
10914
11690
  * @param {string} id id of the datasource
11691
+ * @param {string} [database] database name, used by engines such as MSSQL when listing schemas inside a database
10915
11692
  * @param {*} [options] Override http request option.
10916
11693
  * @throws {RequiredError}
10917
11694
  */
10918
- async getSchemaList(orgName, clusterName, id, options) {
11695
+ async getSchemaList(orgName, clusterName, id, database, options) {
10919
11696
  var _a, _b, _c;
10920
- const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, options);
11697
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSchemaList(orgName, clusterName, id, database, options);
10921
11698
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
10922
11699
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSchemaList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10923
11700
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -10931,14 +11708,55 @@ const SharedApiFp = function (configuration) {
10931
11708
  * @param {string} endTime End time in epoch nanoseconds.
10932
11709
  * @param {string} [componentName]
10933
11710
  * @param {string} [instanceName]
11711
+ * @param {string} [query]
11712
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
11713
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
11714
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
11715
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
11716
+ * @param {number} [minRowsExamined]
11717
+ * @param {number} [maxRowsExamined]
11718
+ * @param {number} [minRowsSent]
11719
+ * @param {number} [maxRowsSent]
11720
+ * @param {string} [dbName]
11721
+ * @param {string} [dbNameContains]
11722
+ * @param {string} [userName]
11723
+ * @param {string} [userNameContains]
11724
+ * @param {string} [clientIp]
11725
+ * @param {string} [clientIpContains]
11726
+ * @param {string} [clientIpCIDR]
11727
+ * @param {string} [appName]
11728
+ * @param {string} [appNameContains]
11729
+ * @param {string} [templateId]
11730
+ * @param {boolean} [unclassifiedOnly]
11731
+ * @param {*} [options] Override http request option.
11732
+ * @throws {RequiredError}
11733
+ */
11734
+ async getSlowLogStats(orgName, clusterName, startTime, endTime, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options) {
11735
+ var _a, _b, _c;
11736
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogStats(orgName, clusterName, startTime, endTime, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
11737
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
11738
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSlowLogStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11739
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
11740
+ },
11741
+ /**
11742
+ * Get a slow log template of a cluster (VictoriaLogs backend only)
11743
+ * @summary Get cluster slow log template
11744
+ * @param {string} orgName
11745
+ * @param {string} clusterName
11746
+ * @param {string} templateId
11747
+ * @param {string} startTime Start time in epoch nanoseconds.
11748
+ * @param {string} endTime End time in epoch nanoseconds.
11749
+ * @param {string} [componentName]
11750
+ * @param {string} [instanceName]
11751
+ * @param {string} [query]
10934
11752
  * @param {*} [options] Override http request option.
10935
11753
  * @throws {RequiredError}
10936
11754
  */
10937
- async getSlowLogStats(orgName, clusterName, startTime, endTime, componentName, instanceName, options) {
11755
+ async getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options) {
10938
11756
  var _a, _b, _c;
10939
- const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogStats(orgName, clusterName, startTime, endTime, componentName, instanceName, options);
11757
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getSlowLogTemplate(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, options);
10940
11758
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
10941
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSlowLogStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11759
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSlowLogTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10942
11760
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
10943
11761
  },
10944
11762
  /**
@@ -10957,6 +11775,22 @@ const SharedApiFp = function (configuration) {
10957
11775
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getSqlAudit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
10958
11776
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
10959
11777
  },
11778
+ /**
11779
+ * Query the transparent data encryption switch status for a cluster component
11780
+ * @summary Get TDE status
11781
+ * @param {string} orgName name of the Org
11782
+ * @param {string} clusterName name of the Cluster
11783
+ * @param {string} component component type
11784
+ * @param {*} [options] Override http request option.
11785
+ * @throws {RequiredError}
11786
+ */
11787
+ async getTDE(orgName, clusterName, component, options) {
11788
+ var _a, _b, _c;
11789
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getTDE(orgName, clusterName, component, options);
11790
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
11791
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.getTDE']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11792
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
11793
+ },
10960
11794
  /**
10961
11795
  *
10962
11796
  * @summary Get cluster TLS certificate
@@ -11262,6 +12096,22 @@ const SharedApiFp = function (configuration) {
11262
12096
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listDatabases']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11263
12097
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
11264
12098
  },
12099
+ /**
12100
+ *
12101
+ * @summary list all databases of the datasource
12102
+ * @param {string} orgName name of the Org
12103
+ * @param {string} clusterName name of the cluster
12104
+ * @param {string} id id of the datasource
12105
+ * @param {*} [options] Override http request option.
12106
+ * @throws {RequiredError}
12107
+ */
12108
+ async listDmsDatabases(orgName, clusterName, id, options) {
12109
+ var _a, _b, _c;
12110
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listDmsDatabases(orgName, clusterName, id, options);
12111
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
12112
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listDmsDatabases']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
12113
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
12114
+ },
11265
12115
  /**
11266
12116
  *
11267
12117
  * @summary List cluster endpoints
@@ -11551,12 +12401,13 @@ const SharedApiFp = function (configuration) {
11551
12401
  * @param {string} id id of the datasource
11552
12402
  * @param {string} schema schema or database name
11553
12403
  * @param {string} type object type
12404
+ * @param {string} [database] database name, used by engines such as MSSQL when listing object names inside a schema
11554
12405
  * @param {*} [options] Override http request option.
11555
12406
  * @throws {RequiredError}
11556
12407
  */
11557
- async listObjectNamesByType(orgName, clusterName, id, schema, type, options) {
12408
+ async listObjectNamesByType(orgName, clusterName, id, schema, type, database, options) {
11558
12409
  var _a, _b, _c;
11559
- const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, options);
12410
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectNamesByType(orgName, clusterName, id, schema, type, database, options);
11560
12411
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
11561
12412
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listObjectNamesByType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11562
12413
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -11568,12 +12419,13 @@ const SharedApiFp = function (configuration) {
11568
12419
  * @param {string} clusterName name of the cluster
11569
12420
  * @param {string} id id of the datasource
11570
12421
  * @param {string} schema schema or database name
12422
+ * @param {string} [database] database name, used by engines such as MSSQL when listing objects inside a schema
11571
12423
  * @param {*} [options] Override http request option.
11572
12424
  * @throws {RequiredError}
11573
12425
  */
11574
- async listObjectTypesInSchema(orgName, clusterName, id, schema, options) {
12426
+ async listObjectTypesInSchema(orgName, clusterName, id, schema, database, options) {
11575
12427
  var _a, _b, _c;
11576
- const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, options);
12428
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listObjectTypesInSchema(orgName, clusterName, id, schema, database, options);
11577
12429
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
11578
12430
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listObjectTypesInSchema']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11579
12431
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -11745,12 +12597,13 @@ const SharedApiFp = function (configuration) {
11745
12597
  * @param {string} orgName name of the Org
11746
12598
  * @param {string} clusterName name of the cluster
11747
12599
  * @param {string} id id of the datasource
12600
+ * @param {number} [limit] maximum history records to return, default and max 100
11748
12601
  * @param {*} [options] Override http request option.
11749
12602
  * @throws {RequiredError}
11750
12603
  */
11751
- async listQueryHistory(orgName, clusterName, id, options) {
12604
+ async listQueryHistory(orgName, clusterName, id, limit, options) {
11752
12605
  var _a, _b, _c;
11753
- const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, options);
12606
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listQueryHistory(orgName, clusterName, id, limit, options);
11754
12607
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
11755
12608
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.listQueryHistory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
11756
12609
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -12220,12 +13073,26 @@ const SharedApiFp = function (configuration) {
12220
13073
  * @param {string} [componentName]
12221
13074
  * @param {string} [instanceName]
12222
13075
  * @param {string} [query]
12223
- * @param {*} [options] Override http request option.
12224
- * @throws {RequiredError}
12225
- */
12226
- async queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, options) {
13076
+ * @param {number} [minExecutionTime] Minimum slow log execution time in seconds. Only applies when logType=slow.
13077
+ * @param {number} [maxExecutionTime] Maximum slow log execution time in seconds. Only applies when logType=slow.
13078
+ * @param {number} [minLockTime] Minimum slow log lock time in seconds. Only applies when logType=slow.
13079
+ * @param {number} [maxLockTime] Maximum slow log lock time in seconds. Only applies when logType=slow.
13080
+ * @param {number} [minRowsExamined]
13081
+ * @param {number} [maxRowsExamined]
13082
+ * @param {number} [minRowsSent]
13083
+ * @param {number} [maxRowsSent]
13084
+ * @param {string} [dbName]
13085
+ * @param {string} [userName]
13086
+ * @param {string} [clientIp]
13087
+ * @param {string} [appName]
13088
+ * @param {string} [templateId]
13089
+ * @param {boolean} [unclassifiedOnly]
13090
+ * @param {*} [options] Override http request option.
13091
+ * @throws {RequiredError}
13092
+ */
13093
+ async queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, userName, clientIp, appName, templateId, unclassifiedOnly, options) {
12227
13094
  var _a, _b, _c;
12228
- const localVarAxiosArgs = await localVarAxiosParamCreator.queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, options);
13095
+ const localVarAxiosArgs = await localVarAxiosParamCreator.queryLogHits(orgName, clusterName, startTime, endTime, step, logType, componentName, instanceName, query, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, userName, clientIp, appName, templateId, unclassifiedOnly, options);
12229
13096
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
12230
13097
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.queryLogHits']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
12231
13098
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -12276,10 +13143,11 @@ const SharedApiFp = function (configuration) {
12276
13143
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
12277
13144
  },
12278
13145
  /**
12279
- * Query slow logs of a cluster
12280
- * @summary Query cluster slow logs
13146
+ * Query slow log samples for a template
13147
+ * @summary Query cluster slow log template samples
12281
13148
  * @param {string} orgName
12282
13149
  * @param {string} clusterName
13150
+ * @param {string} templateId
12283
13151
  * @param {string} startTime Start time in epoch nanoseconds.
12284
13152
  * @param {string} endTime End time in epoch nanoseconds.
12285
13153
  * @param {string} [componentName]
@@ -12290,9 +13158,90 @@ const SharedApiFp = function (configuration) {
12290
13158
  * @param {*} [options] Override http request option.
12291
13159
  * @throws {RequiredError}
12292
13160
  */
12293
- async querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, options) {
13161
+ async querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options) {
13162
+ var _a, _b, _c;
13163
+ const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogTemplateSamples(orgName, clusterName, templateId, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
13164
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
13165
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.querySlowLogTemplateSamples']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
13166
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
13167
+ },
13168
+ /**
13169
+ * Query slow log templates of a cluster (VictoriaLogs backend only)
13170
+ * @summary Query cluster slow log templates
13171
+ * @param {string} orgName
13172
+ * @param {string} clusterName
13173
+ * @param {string} startTime Start time in epoch nanoseconds.
13174
+ * @param {string} endTime End time in epoch nanoseconds.
13175
+ * @param {string} [componentName]
13176
+ * @param {string} [instanceName]
13177
+ * @param {string} [query]
13178
+ * @param {number} [topN]
13179
+ * @param {string} [sortBy] Sort templates by count or avgExecutionTime.
13180
+ * @param {SortType} [sortType]
13181
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
13182
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
13183
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
13184
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
13185
+ * @param {number} [minRowsExamined]
13186
+ * @param {number} [maxRowsExamined]
13187
+ * @param {number} [minRowsSent]
13188
+ * @param {number} [maxRowsSent]
13189
+ * @param {string} [dbName]
13190
+ * @param {string} [dbNameContains]
13191
+ * @param {string} [userName]
13192
+ * @param {string} [userNameContains]
13193
+ * @param {string} [clientIp]
13194
+ * @param {string} [clientIpContains]
13195
+ * @param {string} [clientIpCIDR]
13196
+ * @param {string} [appName]
13197
+ * @param {string} [appNameContains]
13198
+ * @param {*} [options] Override http request option.
13199
+ * @throws {RequiredError}
13200
+ */
13201
+ async querySlowLogTemplates(orgName, clusterName, startTime, endTime, componentName, instanceName, query, topN, sortBy, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, options) {
13202
+ var _a, _b, _c;
13203
+ const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogTemplates(orgName, clusterName, startTime, endTime, componentName, instanceName, query, topN, sortBy, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, options);
13204
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
13205
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.querySlowLogTemplates']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
13206
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
13207
+ },
13208
+ /**
13209
+ * Query slow logs of a cluster
13210
+ * @summary Query cluster slow logs
13211
+ * @param {string} orgName
13212
+ * @param {string} clusterName
13213
+ * @param {string} startTime Start time in epoch nanoseconds.
13214
+ * @param {string} endTime End time in epoch nanoseconds.
13215
+ * @param {string} [componentName]
13216
+ * @param {string} [instanceName]
13217
+ * @param {string} [query]
13218
+ * @param {string} [limit]
13219
+ * @param {SortType} [sortType]
13220
+ * @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
13221
+ * @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
13222
+ * @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
13223
+ * @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
13224
+ * @param {number} [minRowsExamined]
13225
+ * @param {number} [maxRowsExamined]
13226
+ * @param {number} [minRowsSent]
13227
+ * @param {number} [maxRowsSent]
13228
+ * @param {string} [dbName]
13229
+ * @param {string} [dbNameContains]
13230
+ * @param {string} [userName]
13231
+ * @param {string} [userNameContains]
13232
+ * @param {string} [clientIp]
13233
+ * @param {string} [clientIpContains]
13234
+ * @param {string} [clientIpCIDR]
13235
+ * @param {string} [appName]
13236
+ * @param {string} [appNameContains]
13237
+ * @param {string} [templateId]
13238
+ * @param {boolean} [unclassifiedOnly]
13239
+ * @param {*} [options] Override http request option.
13240
+ * @throws {RequiredError}
13241
+ */
13242
+ async querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options) {
12294
13243
  var _a, _b, _c;
12295
- const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, options);
13244
+ const localVarAxiosArgs = await localVarAxiosParamCreator.querySlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
12296
13245
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
12297
13246
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.querySlowLogs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
12298
13247
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -12916,6 +13865,22 @@ const SharedApiFp = function (configuration) {
12916
13865
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.updateSqlAudit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
12917
13866
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
12918
13867
  },
13868
+ /**
13869
+ * Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
13870
+ * @summary Enable TDE
13871
+ * @param {string} orgName name of the Org
13872
+ * @param {string} clusterName name of the Cluster
13873
+ * @param {TdeRequest} body
13874
+ * @param {*} [options] Override http request option.
13875
+ * @throws {RequiredError}
13876
+ */
13877
+ async updateTDE(orgName, clusterName, body, options) {
13878
+ var _a, _b, _c;
13879
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateTDE(orgName, clusterName, body, options);
13880
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
13881
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SharedApi.updateTDE']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
13882
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
13883
+ },
12919
13884
  /**
12920
13885
  * Update cluster tags
12921
13886
  * @param {string} orgName
@@ -13604,6 +14569,26 @@ const SharedApiFactory = function (configuration, basePath, axios) {
13604
14569
  expandKafkaTopicPartitions(requestParameters, options) {
13605
14570
  return localVarFp.expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(axios, basePath));
13606
14571
  },
14572
+ /**
14573
+ * Explain a concrete SQL from a slow log using the cluster default datasource.
14574
+ * @summary Explain cluster slow log SQL
14575
+ * @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
14576
+ * @param {*} [options] Override http request option.
14577
+ * @throws {RequiredError}
14578
+ */
14579
+ explainSlowLog(requestParameters, options) {
14580
+ return localVarFp.explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(axios, basePath));
14581
+ },
14582
+ /**
14583
+ * Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
14584
+ * @summary Explain cluster slow log template
14585
+ * @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
14586
+ * @param {*} [options] Override http request option.
14587
+ * @throws {RequiredError}
14588
+ */
14589
+ explainSlowLogTemplate(requestParameters, options) {
14590
+ return localVarFp.explainSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(axios, basePath));
14591
+ },
13607
14592
  /**
13608
14593
  *
13609
14594
  * @summary Export parameter template from cluster
@@ -13743,7 +14728,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
13743
14728
  * @throws {RequiredError}
13744
14729
  */
13745
14730
  getClusterByID(requestParameters, options) {
13746
- return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(axios, basePath));
14731
+ return localVarFp.getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(axios, basePath));
13747
14732
  },
13748
14733
  /**
13749
14734
  * read log of the specified cluster instance
@@ -13942,7 +14927,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
13942
14927
  * @throws {RequiredError}
13943
14928
  */
13944
14929
  getObjectInfo(requestParameters, options) {
13945
- return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(axios, basePath));
14930
+ return localVarFp.getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, requestParameters.database, options).then((request) => request(axios, basePath));
13946
14931
  },
13947
14932
  /**
13948
14933
  *
@@ -14022,7 +15007,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14022
15007
  * @throws {RequiredError}
14023
15008
  */
14024
15009
  getSchemaList(requestParameters, options) {
14025
- return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
15010
+ return localVarFp.getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(axios, basePath));
14026
15011
  },
14027
15012
  /**
14028
15013
  * Get statistics summary for slow logs of a cluster
@@ -14032,7 +15017,17 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14032
15017
  * @throws {RequiredError}
14033
15018
  */
14034
15019
  getSlowLogStats(requestParameters, options) {
14035
- return localVarFp.getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(axios, basePath));
15020
+ return localVarFp.getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
15021
+ },
15022
+ /**
15023
+ * Get a slow log template of a cluster (VictoriaLogs backend only)
15024
+ * @summary Get cluster slow log template
15025
+ * @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
15026
+ * @param {*} [options] Override http request option.
15027
+ * @throws {RequiredError}
15028
+ */
15029
+ getSlowLogTemplate(requestParameters, options) {
15030
+ return localVarFp.getSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(axios, basePath));
14036
15031
  },
14037
15032
  /**
14038
15033
  * Query the SQL audit log switch status for a cluster component
@@ -14044,6 +15039,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14044
15039
  getSqlAudit(requestParameters, options) {
14045
15040
  return localVarFp.getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
14046
15041
  },
15042
+ /**
15043
+ * Query the transparent data encryption switch status for a cluster component
15044
+ * @summary Get TDE status
15045
+ * @param {SharedApiGetTDERequest} requestParameters Request parameters.
15046
+ * @param {*} [options] Override http request option.
15047
+ * @throws {RequiredError}
15048
+ */
15049
+ getTDE(requestParameters, options) {
15050
+ return localVarFp.getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(axios, basePath));
15051
+ },
14047
15052
  /**
14048
15053
  *
14049
15054
  * @summary Get cluster TLS certificate
@@ -14233,6 +15238,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14233
15238
  listDatabases(requestParameters, options) {
14234
15239
  return localVarFp.listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
14235
15240
  },
15241
+ /**
15242
+ *
15243
+ * @summary list all databases of the datasource
15244
+ * @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
15245
+ * @param {*} [options] Override http request option.
15246
+ * @throws {RequiredError}
15247
+ */
15248
+ listDmsDatabases(requestParameters, options) {
15249
+ return localVarFp.listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
15250
+ },
14236
15251
  /**
14237
15252
  *
14238
15253
  * @summary List cluster endpoints
@@ -14419,7 +15434,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14419
15434
  * @throws {RequiredError}
14420
15435
  */
14421
15436
  listObjectNamesByType(requestParameters, options) {
14422
- return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(axios, basePath));
15437
+ return localVarFp.listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(axios, basePath));
14423
15438
  },
14424
15439
  /**
14425
15440
  *
@@ -14429,7 +15444,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14429
15444
  * @throws {RequiredError}
14430
15445
  */
14431
15446
  listObjectTypesInSchema(requestParameters, options) {
14432
- return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(axios, basePath));
15447
+ return localVarFp.listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(axios, basePath));
14433
15448
  },
14434
15449
  /**
14435
15450
  *
@@ -14538,7 +15553,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14538
15553
  * @throws {RequiredError}
14539
15554
  */
14540
15555
  listQueryHistory(requestParameters, options) {
14541
- return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(axios, basePath));
15556
+ return localVarFp.listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(axios, basePath));
14542
15557
  },
14543
15558
  /**
14544
15559
  * List all RabbitMQ accounts
@@ -14828,7 +15843,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14828
15843
  * @throws {RequiredError}
14829
15844
  */
14830
15845
  queryLogHits(requestParameters, options) {
14831
- return localVarFp.queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(axios, basePath));
15846
+ return localVarFp.queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.userName, requestParameters.clientIp, requestParameters.appName, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
14832
15847
  },
14833
15848
  /**
14834
15849
  * Query pod logs of a cluster
@@ -14850,6 +15865,26 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14850
15865
  queryRunningLogs(requestParameters, options) {
14851
15866
  return localVarFp.queryRunningLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.filename, requestParameters.limit, requestParameters.query, requestParameters.sortType, options).then((request) => request(axios, basePath));
14852
15867
  },
15868
+ /**
15869
+ * Query slow log samples for a template
15870
+ * @summary Query cluster slow log template samples
15871
+ * @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
15872
+ * @param {*} [options] Override http request option.
15873
+ * @throws {RequiredError}
15874
+ */
15875
+ querySlowLogTemplateSamples(requestParameters, options) {
15876
+ return localVarFp.querySlowLogTemplateSamples(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(axios, basePath));
15877
+ },
15878
+ /**
15879
+ * Query slow log templates of a cluster (VictoriaLogs backend only)
15880
+ * @summary Query cluster slow log templates
15881
+ * @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
15882
+ * @param {*} [options] Override http request option.
15883
+ * @throws {RequiredError}
15884
+ */
15885
+ querySlowLogTemplates(requestParameters, options) {
15886
+ return localVarFp.querySlowLogTemplates(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.topN, requestParameters.sortBy, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, options).then((request) => request(axios, basePath));
15887
+ },
14853
15888
  /**
14854
15889
  * Query slow logs of a cluster
14855
15890
  * @summary Query cluster slow logs
@@ -14858,7 +15893,7 @@ const SharedApiFactory = function (configuration, basePath, axios) {
14858
15893
  * @throws {RequiredError}
14859
15894
  */
14860
15895
  querySlowLogs(requestParameters, options) {
14861
- return localVarFp.querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(axios, basePath));
15896
+ return localVarFp.querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
14862
15897
  },
14863
15898
  /**
14864
15899
  * Get feature
@@ -15239,6 +16274,16 @@ const SharedApiFactory = function (configuration, basePath, axios) {
15239
16274
  updateSqlAudit(requestParameters, options) {
15240
16275
  return localVarFp.updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
15241
16276
  },
16277
+ /**
16278
+ * Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
16279
+ * @summary Enable TDE
16280
+ * @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
16281
+ * @param {*} [options] Override http request option.
16282
+ * @throws {RequiredError}
16283
+ */
16284
+ updateTDE(requestParameters, options) {
16285
+ return localVarFp.updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
16286
+ },
15242
16287
  /**
15243
16288
  * Update cluster tags
15244
16289
  * @param {SharedApiUpdateTagRequest} requestParameters Request parameters.
@@ -15958,6 +17003,28 @@ class SharedApi extends base_1.BaseAPI {
15958
17003
  expandKafkaTopicPartitions(requestParameters, options) {
15959
17004
  return (0, exports.SharedApiFp)(this.configuration).expandKafkaTopicPartitions(requestParameters.orgName, requestParameters.clusterName, requestParameters.topic, requestParameters.expandPartitionRequest, options).then((request) => request(this.axios, this.basePath));
15960
17005
  }
17006
+ /**
17007
+ * Explain a concrete SQL from a slow log using the cluster default datasource.
17008
+ * @summary Explain cluster slow log SQL
17009
+ * @param {SharedApiExplainSlowLogRequest} requestParameters Request parameters.
17010
+ * @param {*} [options] Override http request option.
17011
+ * @throws {RequiredError}
17012
+ * @memberof SharedApi
17013
+ */
17014
+ explainSlowLog(requestParameters, options) {
17015
+ return (0, exports.SharedApiFp)(this.configuration).explainSlowLog(requestParameters.orgName, requestParameters.clusterName, requestParameters.dmsExplainRequest, options).then((request) => request(this.axios, this.basePath));
17016
+ }
17017
+ /**
17018
+ * Explain a slow log template sample using DMS. The SQL is selected by templateId and time range; request body does not accept raw SQL. Only MySQL-compatible and PostgreSQL SELECT samples are supported.
17019
+ * @summary Explain cluster slow log template
17020
+ * @param {SharedApiExplainSlowLogTemplateRequest} requestParameters Request parameters.
17021
+ * @param {*} [options] Override http request option.
17022
+ * @throws {RequiredError}
17023
+ * @memberof SharedApi
17024
+ */
17025
+ explainSlowLogTemplate(requestParameters, options) {
17026
+ return (0, exports.SharedApiFp)(this.configuration).explainSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(this.axios, this.basePath));
17027
+ }
15961
17028
  /**
15962
17029
  *
15963
17030
  * @summary Export parameter template from cluster
@@ -16111,7 +17178,7 @@ class SharedApi extends base_1.BaseAPI {
16111
17178
  * @memberof SharedApi
16112
17179
  */
16113
17180
  getClusterByID(requestParameters, options) {
16114
- return (0, exports.SharedApiFp)(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, options).then((request) => request(this.axios, this.basePath));
17181
+ return (0, exports.SharedApiFp)(this.configuration).getClusterByID(requestParameters.orgName, requestParameters.clusterID, requestParameters.backupName, requestParameters.restoreTime, options).then((request) => request(this.axios, this.basePath));
16115
17182
  }
16116
17183
  /**
16117
17184
  * read log of the specified cluster instance
@@ -16330,7 +17397,7 @@ class SharedApi extends base_1.BaseAPI {
16330
17397
  * @memberof SharedApi
16331
17398
  */
16332
17399
  getObjectInfo(requestParameters, options) {
16333
- return (0, exports.SharedApiFp)(this.configuration).getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, options).then((request) => request(this.axios, this.basePath));
17400
+ return (0, exports.SharedApiFp)(this.configuration).getObjectInfo(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.objectName, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
16334
17401
  }
16335
17402
  /**
16336
17403
  *
@@ -16418,7 +17485,7 @@ class SharedApi extends base_1.BaseAPI {
16418
17485
  * @memberof SharedApi
16419
17486
  */
16420
17487
  getSchemaList(requestParameters, options) {
16421
- return (0, exports.SharedApiFp)(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
17488
+ return (0, exports.SharedApiFp)(this.configuration).getSchemaList(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
16422
17489
  }
16423
17490
  /**
16424
17491
  * Get statistics summary for slow logs of a cluster
@@ -16429,7 +17496,18 @@ class SharedApi extends base_1.BaseAPI {
16429
17496
  * @memberof SharedApi
16430
17497
  */
16431
17498
  getSlowLogStats(requestParameters, options) {
16432
- return (0, exports.SharedApiFp)(this.configuration).getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, options).then((request) => request(this.axios, this.basePath));
17499
+ return (0, exports.SharedApiFp)(this.configuration).getSlowLogStats(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
17500
+ }
17501
+ /**
17502
+ * Get a slow log template of a cluster (VictoriaLogs backend only)
17503
+ * @summary Get cluster slow log template
17504
+ * @param {SharedApiGetSlowLogTemplateRequest} requestParameters Request parameters.
17505
+ * @param {*} [options] Override http request option.
17506
+ * @throws {RequiredError}
17507
+ * @memberof SharedApi
17508
+ */
17509
+ getSlowLogTemplate(requestParameters, options) {
17510
+ return (0, exports.SharedApiFp)(this.configuration).getSlowLogTemplate(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(this.axios, this.basePath));
16433
17511
  }
16434
17512
  /**
16435
17513
  * Query the SQL audit log switch status for a cluster component
@@ -16442,6 +17520,17 @@ class SharedApi extends base_1.BaseAPI {
16442
17520
  getSqlAudit(requestParameters, options) {
16443
17521
  return (0, exports.SharedApiFp)(this.configuration).getSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
16444
17522
  }
17523
+ /**
17524
+ * Query the transparent data encryption switch status for a cluster component
17525
+ * @summary Get TDE status
17526
+ * @param {SharedApiGetTDERequest} requestParameters Request parameters.
17527
+ * @param {*} [options] Override http request option.
17528
+ * @throws {RequiredError}
17529
+ * @memberof SharedApi
17530
+ */
17531
+ getTDE(requestParameters, options) {
17532
+ return (0, exports.SharedApiFp)(this.configuration).getTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.component, options).then((request) => request(this.axios, this.basePath));
17533
+ }
16445
17534
  /**
16446
17535
  *
16447
17536
  * @summary Get cluster TLS certificate
@@ -16650,6 +17739,17 @@ class SharedApi extends base_1.BaseAPI {
16650
17739
  listDatabases(requestParameters, options) {
16651
17740
  return (0, exports.SharedApiFp)(this.configuration).listDatabases(requestParameters.engineName, requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
16652
17741
  }
17742
+ /**
17743
+ *
17744
+ * @summary list all databases of the datasource
17745
+ * @param {SharedApiListDmsDatabasesRequest} requestParameters Request parameters.
17746
+ * @param {*} [options] Override http request option.
17747
+ * @throws {RequiredError}
17748
+ * @memberof SharedApi
17749
+ */
17750
+ listDmsDatabases(requestParameters, options) {
17751
+ return (0, exports.SharedApiFp)(this.configuration).listDmsDatabases(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
17752
+ }
16653
17753
  /**
16654
17754
  *
16655
17755
  * @summary List cluster endpoints
@@ -16855,7 +17955,7 @@ class SharedApi extends base_1.BaseAPI {
16855
17955
  * @memberof SharedApi
16856
17956
  */
16857
17957
  listObjectNamesByType(requestParameters, options) {
16858
- return (0, exports.SharedApiFp)(this.configuration).listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, options).then((request) => request(this.axios, this.basePath));
17958
+ return (0, exports.SharedApiFp)(this.configuration).listObjectNamesByType(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.type, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
16859
17959
  }
16860
17960
  /**
16861
17961
  *
@@ -16866,7 +17966,7 @@ class SharedApi extends base_1.BaseAPI {
16866
17966
  * @memberof SharedApi
16867
17967
  */
16868
17968
  listObjectTypesInSchema(requestParameters, options) {
16869
- return (0, exports.SharedApiFp)(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, options).then((request) => request(this.axios, this.basePath));
17969
+ return (0, exports.SharedApiFp)(this.configuration).listObjectTypesInSchema(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.schema, requestParameters.database, options).then((request) => request(this.axios, this.basePath));
16870
17970
  }
16871
17971
  /**
16872
17972
  *
@@ -16986,7 +18086,7 @@ class SharedApi extends base_1.BaseAPI {
16986
18086
  * @memberof SharedApi
16987
18087
  */
16988
18088
  listQueryHistory(requestParameters, options) {
16989
- return (0, exports.SharedApiFp)(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
18089
+ return (0, exports.SharedApiFp)(this.configuration).listQueryHistory(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
16990
18090
  }
16991
18091
  /**
16992
18092
  * List all RabbitMQ accounts
@@ -17305,7 +18405,7 @@ class SharedApi extends base_1.BaseAPI {
17305
18405
  * @memberof SharedApi
17306
18406
  */
17307
18407
  queryLogHits(requestParameters, options) {
17308
- return (0, exports.SharedApiFp)(this.configuration).queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, options).then((request) => request(this.axios, this.basePath));
18408
+ return (0, exports.SharedApiFp)(this.configuration).queryLogHits(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.step, requestParameters.logType, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.userName, requestParameters.clientIp, requestParameters.appName, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
17309
18409
  }
17310
18410
  /**
17311
18411
  * Query pod logs of a cluster
@@ -17329,6 +18429,28 @@ class SharedApi extends base_1.BaseAPI {
17329
18429
  queryRunningLogs(requestParameters, options) {
17330
18430
  return (0, exports.SharedApiFp)(this.configuration).queryRunningLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.filename, requestParameters.limit, requestParameters.query, requestParameters.sortType, options).then((request) => request(this.axios, this.basePath));
17331
18431
  }
18432
+ /**
18433
+ * Query slow log samples for a template
18434
+ * @summary Query cluster slow log template samples
18435
+ * @param {SharedApiQuerySlowLogTemplateSamplesRequest} requestParameters Request parameters.
18436
+ * @param {*} [options] Override http request option.
18437
+ * @throws {RequiredError}
18438
+ * @memberof SharedApi
18439
+ */
18440
+ querySlowLogTemplateSamples(requestParameters, options) {
18441
+ return (0, exports.SharedApiFp)(this.configuration).querySlowLogTemplateSamples(requestParameters.orgName, requestParameters.clusterName, requestParameters.templateId, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(this.axios, this.basePath));
18442
+ }
18443
+ /**
18444
+ * Query slow log templates of a cluster (VictoriaLogs backend only)
18445
+ * @summary Query cluster slow log templates
18446
+ * @param {SharedApiQuerySlowLogTemplatesRequest} requestParameters Request parameters.
18447
+ * @param {*} [options] Override http request option.
18448
+ * @throws {RequiredError}
18449
+ * @memberof SharedApi
18450
+ */
18451
+ querySlowLogTemplates(requestParameters, options) {
18452
+ return (0, exports.SharedApiFp)(this.configuration).querySlowLogTemplates(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.topN, requestParameters.sortBy, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, options).then((request) => request(this.axios, this.basePath));
18453
+ }
17332
18454
  /**
17333
18455
  * Query slow logs of a cluster
17334
18456
  * @summary Query cluster slow logs
@@ -17338,7 +18460,7 @@ class SharedApi extends base_1.BaseAPI {
17338
18460
  * @memberof SharedApi
17339
18461
  */
17340
18462
  querySlowLogs(requestParameters, options) {
17341
- return (0, exports.SharedApiFp)(this.configuration).querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, options).then((request) => request(this.axios, this.basePath));
18463
+ return (0, exports.SharedApiFp)(this.configuration).querySlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
17342
18464
  }
17343
18465
  /**
17344
18466
  * Get feature
@@ -17757,6 +18879,17 @@ class SharedApi extends base_1.BaseAPI {
17757
18879
  updateSqlAudit(requestParameters, options) {
17758
18880
  return (0, exports.SharedApiFp)(this.configuration).updateSqlAudit(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
17759
18881
  }
18882
+ /**
18883
+ * Enable transparent data encryption for a cluster component. Disabling TDE is not supported.
18884
+ * @summary Enable TDE
18885
+ * @param {SharedApiUpdateTDERequest} requestParameters Request parameters.
18886
+ * @param {*} [options] Override http request option.
18887
+ * @throws {RequiredError}
18888
+ * @memberof SharedApi
18889
+ */
18890
+ updateTDE(requestParameters, options) {
18891
+ return (0, exports.SharedApiFp)(this.configuration).updateTDE(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
18892
+ }
17760
18893
  /**
17761
18894
  * Update cluster tags
17762
18895
  * @param {SharedApiUpdateTagRequest} requestParameters Request parameters.