oci-opsi 2.4.0 → 2.6.0

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 (447) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +362 -62
  3. package/lib/client.js +2074 -419
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/action-type.d.ts +1 -0
  6. package/lib/model/action-type.js +1 -0
  7. package/lib/model/action-type.js.map +1 -1
  8. package/lib/model/add-em-managed-external-exadata-insight-members-details.d.ts +28 -0
  9. package/lib/model/add-em-managed-external-exadata-insight-members-details.js +69 -0
  10. package/lib/model/add-em-managed-external-exadata-insight-members-details.js.map +1 -0
  11. package/lib/model/add-exadata-insight-members-details.d.ts +25 -0
  12. package/lib/model/add-exadata-insight-members-details.js +68 -0
  13. package/lib/model/add-exadata-insight-members-details.js.map +1 -0
  14. package/lib/model/change-exadata-insight-compartment-details.d.ts +29 -0
  15. package/lib/model/change-exadata-insight-compartment-details.js +32 -0
  16. package/lib/model/change-exadata-insight-compartment-details.js.map +1 -0
  17. package/lib/model/create-em-managed-external-database-insight-details.d.ts +4 -0
  18. package/lib/model/create-em-managed-external-database-insight-details.js.map +1 -1
  19. package/lib/model/create-em-managed-external-exadata-insight-details.d.ts +44 -0
  20. package/lib/model/create-em-managed-external-exadata-insight-details.js +69 -0
  21. package/lib/model/create-em-managed-external-exadata-insight-details.js.map +1 -0
  22. package/lib/model/create-em-managed-external-exadata-member-entity-details.d.ts +32 -0
  23. package/lib/model/create-em-managed-external-exadata-member-entity-details.js +32 -0
  24. package/lib/model/create-em-managed-external-exadata-member-entity-details.js.map +1 -0
  25. package/lib/model/create-em-managed-external-host-insight-details.d.ts +43 -0
  26. package/lib/model/create-em-managed-external-host-insight-details.js +57 -0
  27. package/lib/model/create-em-managed-external-host-insight-details.js.map +1 -0
  28. package/lib/model/create-exadata-insight-details.d.ts +47 -0
  29. package/lib/model/create-exadata-insight-details.js +68 -0
  30. package/lib/model/create-exadata-insight-details.js.map +1 -0
  31. package/lib/model/create-host-insight-details.js +4 -0
  32. package/lib/model/create-host-insight-details.js.map +1 -1
  33. package/lib/model/database-configuration-summary.d.ts +4 -0
  34. package/lib/model/database-configuration-summary.js.map +1 -1
  35. package/lib/model/database-details.d.ts +4 -0
  36. package/lib/model/database-details.js.map +1 -1
  37. package/lib/model/database.d.ts +33 -0
  38. package/lib/model/database.js +44 -0
  39. package/lib/model/database.js.map +1 -0
  40. package/lib/model/disk-group-details.d.ts +32 -0
  41. package/lib/model/disk-group-details.js +32 -0
  42. package/lib/model/disk-group-details.js.map +1 -0
  43. package/lib/model/disk-group.d.ts +25 -0
  44. package/lib/model/disk-group.js +36 -0
  45. package/lib/model/disk-group.js.map +1 -0
  46. package/lib/model/em-managed-external-database-configuration-summary.d.ts +1 -0
  47. package/lib/model/em-managed-external-database-configuration-summary.js +6 -0
  48. package/lib/model/em-managed-external-database-configuration-summary.js.map +1 -1
  49. package/lib/model/em-managed-external-database-insight-summary.d.ts +4 -0
  50. package/lib/model/em-managed-external-database-insight-summary.js.map +1 -1
  51. package/lib/model/em-managed-external-database-insight.d.ts +4 -0
  52. package/lib/model/em-managed-external-database-insight.js.map +1 -1
  53. package/lib/model/em-managed-external-exadata-insight-summary.d.ts +51 -0
  54. package/lib/model/em-managed-external-exadata-insight-summary.js +57 -0
  55. package/lib/model/em-managed-external-exadata-insight-summary.js.map +1 -0
  56. package/lib/model/em-managed-external-exadata-insight.d.ts +55 -0
  57. package/lib/model/em-managed-external-exadata-insight.js +57 -0
  58. package/lib/model/em-managed-external-exadata-insight.js.map +1 -0
  59. package/lib/model/em-managed-external-host-configuration-summary.d.ts +36 -0
  60. package/lib/model/em-managed-external-host-configuration-summary.js +65 -0
  61. package/lib/model/em-managed-external-host-configuration-summary.js.map +1 -0
  62. package/lib/model/em-managed-external-host-insight-summary.d.ts +67 -0
  63. package/lib/model/em-managed-external-host-insight-summary.js +66 -0
  64. package/lib/model/em-managed-external-host-insight-summary.js.map +1 -0
  65. package/lib/model/em-managed-external-host-insight.d.ts +75 -0
  66. package/lib/model/em-managed-external-host-insight.js +66 -0
  67. package/lib/model/em-managed-external-host-insight.js.map +1 -0
  68. package/lib/model/enable-em-managed-external-exadata-insight-details.d.ts +27 -0
  69. package/lib/model/enable-em-managed-external-exadata-insight-details.js +57 -0
  70. package/lib/model/enable-em-managed-external-exadata-insight-details.js.map +1 -0
  71. package/lib/model/enable-em-managed-external-host-insight-details.d.ts +27 -0
  72. package/lib/model/enable-em-managed-external-host-insight-details.js +57 -0
  73. package/lib/model/enable-em-managed-external-host-insight-details.js.map +1 -0
  74. package/lib/model/enable-exadata-insight-details.d.ts +25 -0
  75. package/lib/model/enable-exadata-insight-details.js +68 -0
  76. package/lib/model/enable-exadata-insight-details.js.map +1 -0
  77. package/lib/model/enable-host-insight-details.js +4 -0
  78. package/lib/model/enable-host-insight-details.js.map +1 -1
  79. package/lib/model/exadata-configuration-collection.d.ts +29 -0
  80. package/lib/model/exadata-configuration-collection.js +64 -0
  81. package/lib/model/exadata-configuration-collection.js.map +1 -0
  82. package/lib/model/exadata-configuration-summary.d.ts +68 -0
  83. package/lib/model/exadata-configuration-summary.js +68 -0
  84. package/lib/model/exadata-configuration-summary.js.map +1 -0
  85. package/lib/model/exadata-database-machine-configuration-summary.d.ts +35 -0
  86. package/lib/model/exadata-database-machine-configuration-summary.js +57 -0
  87. package/lib/model/exadata-database-machine-configuration-summary.js.map +1 -0
  88. package/lib/model/exadata-database-statistics-summary.d.ts +29 -0
  89. package/lib/model/exadata-database-statistics-summary.js +71 -0
  90. package/lib/model/exadata-database-statistics-summary.js.map +1 -0
  91. package/lib/model/exadata-details.d.ts +32 -0
  92. package/lib/model/exadata-details.js +32 -0
  93. package/lib/model/exadata-details.js.map +1 -0
  94. package/lib/model/exadata-diskgroup-statistics-summary.d.ts +29 -0
  95. package/lib/model/exadata-diskgroup-statistics-summary.js +71 -0
  96. package/lib/model/exadata-diskgroup-statistics-summary.js.map +1 -0
  97. package/lib/model/exadata-entity-source.d.ts +30 -0
  98. package/lib/model/exadata-entity-source.js +41 -0
  99. package/lib/model/exadata-entity-source.js.map +1 -0
  100. package/lib/model/exadata-host-statistics-summary.d.ts +29 -0
  101. package/lib/model/exadata-host-statistics-summary.js +71 -0
  102. package/lib/model/exadata-host-statistics-summary.js.map +1 -0
  103. package/lib/model/exadata-insight-lifecycle-state.d.ts +35 -0
  104. package/lib/model/exadata-insight-lifecycle-state.js +46 -0
  105. package/lib/model/exadata-insight-lifecycle-state.js.map +1 -0
  106. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.d.ts +33 -0
  107. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js +32 -0
  108. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
  109. package/lib/model/exadata-insight-resource-capacity-trend-summary.d.ts +37 -0
  110. package/lib/model/exadata-insight-resource-capacity-trend-summary.js +64 -0
  111. package/lib/model/exadata-insight-resource-capacity-trend-summary.js.map +1 -0
  112. package/lib/model/exadata-insight-resource-forecast-trend-summary.d.ts +64 -0
  113. package/lib/model/exadata-insight-resource-forecast-trend-summary.js +90 -0
  114. package/lib/model/exadata-insight-resource-forecast-trend-summary.js.map +1 -0
  115. package/lib/model/exadata-insight-resource-insight-utilization-item.d.ts +44 -0
  116. package/lib/model/exadata-insight-resource-insight-utilization-item.js +32 -0
  117. package/lib/model/exadata-insight-resource-insight-utilization-item.js.map +1 -0
  118. package/lib/model/exadata-insight-resource-statistics-aggregation.d.ts +25 -0
  119. package/lib/model/exadata-insight-resource-statistics-aggregation.js +80 -0
  120. package/lib/model/exadata-insight-resource-statistics-aggregation.js.map +1 -0
  121. package/lib/model/exadata-insight-resource-statistics.d.ts +47 -0
  122. package/lib/model/exadata-insight-resource-statistics.js +64 -0
  123. package/lib/model/exadata-insight-resource-statistics.js.map +1 -0
  124. package/lib/model/exadata-insight-summary-collection.d.ts +29 -0
  125. package/lib/model/exadata-insight-summary-collection.js +64 -0
  126. package/lib/model/exadata-insight-summary-collection.js.map +1 -0
  127. package/lib/model/exadata-insight-summary.d.ts +98 -0
  128. package/lib/model/exadata-insight-summary.js +68 -0
  129. package/lib/model/exadata-insight-summary.js.map +1 -0
  130. package/lib/model/exadata-insight.d.ts +102 -0
  131. package/lib/model/exadata-insight.js +68 -0
  132. package/lib/model/exadata-insight.js.map +1 -0
  133. package/lib/model/exadata-insights.d.ts +28 -0
  134. package/lib/model/exadata-insights.js +32 -0
  135. package/lib/model/exadata-insights.js.map +1 -0
  136. package/lib/model/exadata-member-collection.d.ts +49 -0
  137. package/lib/model/exadata-member-collection.js +64 -0
  138. package/lib/model/exadata-member-collection.js.map +1 -0
  139. package/lib/model/exadata-member-summary.d.ts +50 -0
  140. package/lib/model/exadata-member-summary.js +47 -0
  141. package/lib/model/exadata-member-summary.js.map +1 -0
  142. package/lib/model/exadata-rack-type.d.ts +33 -0
  143. package/lib/model/exadata-rack-type.js +44 -0
  144. package/lib/model/exadata-rack-type.js.map +1 -0
  145. package/lib/model/exadata-storage-server-statistics-summary.d.ts +29 -0
  146. package/lib/model/exadata-storage-server-statistics-summary.js +71 -0
  147. package/lib/model/exadata-storage-server-statistics-summary.js.map +1 -0
  148. package/lib/model/exadata-type.d.ts +32 -0
  149. package/lib/model/exadata-type.js +43 -0
  150. package/lib/model/exadata-type.js.map +1 -0
  151. package/lib/model/host-configuration-collection.d.ts +29 -0
  152. package/lib/model/host-configuration-collection.js +64 -0
  153. package/lib/model/host-configuration-collection.js.map +1 -0
  154. package/lib/model/host-configuration-summary.d.ts +125 -0
  155. package/lib/model/host-configuration-summary.js +81 -0
  156. package/lib/model/host-configuration-summary.js.map +1 -0
  157. package/lib/model/host-entity-source.d.ts +1 -0
  158. package/lib/model/host-entity-source.js +1 -0
  159. package/lib/model/host-entity-source.js.map +1 -1
  160. package/lib/model/host-insight-summary.js +4 -0
  161. package/lib/model/host-insight-summary.js.map +1 -1
  162. package/lib/model/host-insight.js +4 -0
  163. package/lib/model/host-insight.js.map +1 -1
  164. package/lib/model/host.d.ts +26 -0
  165. package/lib/model/host.js +37 -0
  166. package/lib/model/host.js.map +1 -0
  167. package/lib/model/index.d.ts +124 -0
  168. package/lib/model/index.js +129 -4
  169. package/lib/model/index.js.map +1 -1
  170. package/lib/model/instance-metrics.d.ts +50 -0
  171. package/lib/model/instance-metrics.js +32 -0
  172. package/lib/model/instance-metrics.js.map +1 -0
  173. package/lib/model/macs-managed-external-host-configuration-summary.d.ts +35 -0
  174. package/lib/model/macs-managed-external-host-configuration-summary.js +57 -0
  175. package/lib/model/macs-managed-external-host-configuration-summary.js.map +1 -0
  176. package/lib/model/operation-status.d.ts +1 -0
  177. package/lib/model/operation-status.js +1 -0
  178. package/lib/model/operation-status.js.map +1 -1
  179. package/lib/model/operation-type.d.ts +8 -0
  180. package/lib/model/operation-type.js +8 -0
  181. package/lib/model/operation-type.js.map +1 -1
  182. package/lib/model/resource-statistics.d.ts +5 -0
  183. package/lib/model/resource-statistics.js +34 -2
  184. package/lib/model/resource-statistics.js.map +1 -1
  185. package/lib/model/resource-usage-summary.d.ts +46 -0
  186. package/lib/model/resource-usage-summary.js +32 -0
  187. package/lib/model/resource-usage-summary.js.map +1 -0
  188. package/lib/model/storage-server-details.d.ts +32 -0
  189. package/lib/model/storage-server-details.js +32 -0
  190. package/lib/model/storage-server-details.js.map +1 -0
  191. package/lib/model/storage-server.d.ts +27 -0
  192. package/lib/model/storage-server.js +38 -0
  193. package/lib/model/storage-server.js.map +1 -0
  194. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +83 -0
  195. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +90 -0
  196. package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
  197. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +81 -0
  198. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +90 -0
  199. package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -0
  200. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +103 -0
  201. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +116 -0
  202. package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -0
  203. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +80 -0
  204. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +90 -0
  205. package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -0
  206. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +64 -0
  207. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +78 -0
  208. package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -0
  209. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +86 -0
  210. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +58 -0
  211. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -0
  212. package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +76 -0
  213. package/lib/model/summarize-exadata-insight-resource-usage-collection.js +90 -0
  214. package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -0
  215. package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.d.ts +72 -0
  216. package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js +90 -0
  217. package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js.map +1 -0
  218. package/lib/model/update-em-managed-external-exadata-insight-details.d.ts +31 -0
  219. package/lib/model/update-em-managed-external-exadata-insight-details.js +57 -0
  220. package/lib/model/update-em-managed-external-exadata-insight-details.js.map +1 -0
  221. package/lib/model/update-em-managed-external-host-insight-details.d.ts +27 -0
  222. package/lib/model/update-em-managed-external-host-insight-details.js +57 -0
  223. package/lib/model/update-em-managed-external-host-insight-details.js.map +1 -0
  224. package/lib/model/update-exadata-insight-details.d.ts +43 -0
  225. package/lib/model/update-exadata-insight-details.js +68 -0
  226. package/lib/model/update-exadata-insight-details.js.map +1 -0
  227. package/lib/model/update-host-insight-details.js +4 -0
  228. package/lib/model/update-host-insight-details.js.map +1 -1
  229. package/lib/model/usage-unit.d.ts +1 -0
  230. package/lib/model/usage-unit.js +1 -0
  231. package/lib/model/usage-unit.js.map +1 -1
  232. package/lib/model/work-request-resource-metadata-key.d.ts +31 -0
  233. package/lib/model/work-request-resource-metadata-key.js +42 -0
  234. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  235. package/lib/model/work-request-resource.d.ts +6 -0
  236. package/lib/model/work-request-resource.js.map +1 -1
  237. package/lib/operationsinsights-waiter.d.ts +8 -0
  238. package/lib/operationsinsights-waiter.js +12 -0
  239. package/lib/operationsinsights-waiter.js.map +1 -1
  240. package/lib/request/add-exadata-insight-members-request.d.ts +50 -0
  241. package/lib/request/add-exadata-insight-members-request.js +15 -0
  242. package/lib/request/add-exadata-insight-members-request.js.map +1 -0
  243. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  244. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  245. package/lib/request/change-exadata-insight-compartment-request.d.ts +50 -0
  246. package/lib/request/change-exadata-insight-compartment-request.js +15 -0
  247. package/lib/request/change-exadata-insight-compartment-request.js.map +1 -0
  248. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  249. package/lib/request/create-database-insight-request.d.ts +1 -1
  250. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  251. package/lib/request/create-exadata-insight-request.d.ts +39 -0
  252. package/lib/request/create-exadata-insight-request.js +15 -0
  253. package/lib/request/create-exadata-insight-request.js.map +1 -0
  254. package/lib/request/create-host-insight-request.d.ts +2 -2
  255. package/lib/request/delete-database-insight-request.d.ts +1 -1
  256. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  257. package/lib/request/delete-exadata-insight-request.d.ts +35 -0
  258. package/lib/request/delete-exadata-insight-request.js +15 -0
  259. package/lib/request/delete-exadata-insight-request.js.map +1 -0
  260. package/lib/request/delete-host-insight-request.d.ts +1 -1
  261. package/lib/request/disable-database-insight-request.d.ts +1 -1
  262. package/lib/request/disable-exadata-insight-request.d.ts +45 -0
  263. package/lib/request/disable-exadata-insight-request.js +15 -0
  264. package/lib/request/disable-exadata-insight-request.js.map +1 -0
  265. package/lib/request/disable-host-insight-request.d.ts +1 -1
  266. package/lib/request/enable-database-insight-request.d.ts +1 -1
  267. package/lib/request/enable-exadata-insight-request.d.ts +50 -0
  268. package/lib/request/enable-exadata-insight-request.js +15 -0
  269. package/lib/request/enable-exadata-insight-request.js.map +1 -0
  270. package/lib/request/enable-host-insight-request.d.ts +2 -2
  271. package/lib/request/get-database-insight-request.d.ts +1 -1
  272. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  273. package/lib/request/get-exadata-insight-request.d.ts +28 -0
  274. package/lib/request/get-exadata-insight-request.js +15 -0
  275. package/lib/request/get-exadata-insight-request.js.map +1 -0
  276. package/lib/request/get-host-insight-request.d.ts +1 -1
  277. package/lib/request/get-work-request-request.d.ts +1 -1
  278. package/lib/request/index.d.ts +40 -0
  279. package/lib/request/index.js +27 -1
  280. package/lib/request/index.js.map +1 -1
  281. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  282. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  283. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  284. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  285. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  286. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  287. package/lib/request/list-database-configurations-request.d.ts +11 -1
  288. package/lib/request/list-database-configurations-request.js.map +1 -1
  289. package/lib/request/list-database-insights-request.d.ts +6 -1
  290. package/lib/request/list-database-insights-request.js.map +1 -1
  291. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  292. package/lib/request/list-exadata-configurations-request.d.ts +106 -0
  293. package/lib/request/list-exadata-configurations-request.js +25 -0
  294. package/lib/request/list-exadata-configurations-request.js.map +1 -0
  295. package/lib/request/list-exadata-insights-request.d.ts +84 -0
  296. package/lib/request/list-exadata-insights-request.js +24 -0
  297. package/lib/request/list-exadata-insights-request.js.map +1 -0
  298. package/lib/request/list-host-configurations-request.d.ts +117 -0
  299. package/lib/request/list-host-configurations-request.js +28 -0
  300. package/lib/request/list-host-configurations-request.js.map +1 -0
  301. package/lib/request/list-host-insights-request.d.ts +10 -1
  302. package/lib/request/list-host-insights-request.js.map +1 -1
  303. package/lib/request/list-hosted-entities-request.d.ts +6 -1
  304. package/lib/request/list-hosted-entities-request.js.map +1 -1
  305. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  306. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +16 -1
  307. package/lib/request/list-sql-plans-request.d.ts +1 -1
  308. package/lib/request/list-sql-searches-request.d.ts +1 -1
  309. package/lib/request/list-sql-texts-request.d.ts +1 -1
  310. package/lib/request/list-work-request-errors-request.d.ts +17 -1
  311. package/lib/request/list-work-request-errors-request.js +8 -0
  312. package/lib/request/list-work-request-errors-request.js.map +1 -1
  313. package/lib/request/list-work-request-logs-request.d.ts +17 -1
  314. package/lib/request/list-work-request-logs-request.js +8 -0
  315. package/lib/request/list-work-request-logs-request.js.map +1 -1
  316. package/lib/request/list-work-requests-request.d.ts +37 -5
  317. package/lib/request/list-work-requests-request.js +8 -0
  318. package/lib/request/list-work-requests-request.js.map +1 -1
  319. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -1
  320. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  321. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -1
  322. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  323. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -1
  324. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  325. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  326. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  327. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  328. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  329. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
  330. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  331. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  332. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +143 -0
  333. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js +24 -0
  334. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js.map +1 -0
  335. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +133 -0
  336. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js +24 -0
  337. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js.map +1 -0
  338. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +169 -0
  339. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js +30 -0
  340. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js.map +1 -0
  341. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +171 -0
  342. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js +36 -0
  343. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js.map +1 -0
  344. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +121 -0
  345. package/lib/request/summarize-exadata-insight-resource-statistics-request.js +25 -0
  346. package/lib/request/summarize-exadata-insight-resource-statistics-request.js.map +1 -0
  347. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +131 -0
  348. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js +15 -0
  349. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js.map +1 -0
  350. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +159 -0
  351. package/lib/request/summarize-exadata-insight-resource-usage-request.js +26 -0
  352. package/lib/request/summarize-exadata-insight-resource-usage-request.js.map +1 -0
  353. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +145 -0
  354. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js +15 -0
  355. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js.map +1 -0
  356. package/lib/request/summarize-exadata-members-request.d.ts +68 -0
  357. package/lib/request/summarize-exadata-members-request.js +25 -0
  358. package/lib/request/summarize-exadata-members-request.js.map +1 -0
  359. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
  360. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  361. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
  362. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  363. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
  364. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  365. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
  366. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  367. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
  368. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  369. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
  370. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  371. package/lib/request/summarize-sql-insights-request.d.ts +11 -1
  372. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  373. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  374. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  375. package/lib/request/summarize-sql-statistics-request.d.ts +11 -1
  376. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  377. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  378. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +11 -1
  379. package/lib/request/update-database-insight-request.d.ts +1 -1
  380. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  381. package/lib/request/update-exadata-insight-request.d.ts +40 -0
  382. package/lib/request/update-exadata-insight-request.js +15 -0
  383. package/lib/request/update-exadata-insight-request.js.map +1 -0
  384. package/lib/request/update-host-insight-request.d.ts +2 -2
  385. package/lib/response/add-exadata-insight-members-response.d.ts +25 -0
  386. package/lib/response/add-exadata-insight-members-response.js +15 -0
  387. package/lib/response/add-exadata-insight-members-response.js.map +1 -0
  388. package/lib/response/change-exadata-insight-compartment-response.d.ts +25 -0
  389. package/lib/response/change-exadata-insight-compartment-response.js +15 -0
  390. package/lib/response/change-exadata-insight-compartment-response.js.map +1 -0
  391. package/lib/response/create-exadata-insight-response.d.ts +43 -0
  392. package/lib/response/create-exadata-insight-response.js +15 -0
  393. package/lib/response/create-exadata-insight-response.js.map +1 -0
  394. package/lib/response/delete-exadata-insight-response.d.ts +25 -0
  395. package/lib/response/delete-exadata-insight-response.js +15 -0
  396. package/lib/response/delete-exadata-insight-response.js.map +1 -0
  397. package/lib/response/disable-exadata-insight-response.d.ts +25 -0
  398. package/lib/response/disable-exadata-insight-response.js +15 -0
  399. package/lib/response/disable-exadata-insight-response.js.map +1 -0
  400. package/lib/response/enable-exadata-insight-response.d.ts +25 -0
  401. package/lib/response/enable-exadata-insight-response.js +15 -0
  402. package/lib/response/enable-exadata-insight-response.js.map +1 -0
  403. package/lib/response/get-exadata-insight-response.d.ts +30 -0
  404. package/lib/response/get-exadata-insight-response.js +15 -0
  405. package/lib/response/get-exadata-insight-response.js.map +1 -0
  406. package/lib/response/get-work-request-response.d.ts +5 -0
  407. package/lib/response/index.d.ts +40 -0
  408. package/lib/response/list-exadata-configurations-response.d.ts +37 -0
  409. package/lib/response/list-exadata-configurations-response.js +15 -0
  410. package/lib/response/list-exadata-configurations-response.js.map +1 -0
  411. package/lib/response/list-exadata-insights-response.d.ts +37 -0
  412. package/lib/response/list-exadata-insights-response.js +15 -0
  413. package/lib/response/list-exadata-insights-response.js.map +1 -0
  414. package/lib/response/list-host-configurations-response.d.ts +37 -0
  415. package/lib/response/list-host-configurations-response.js +15 -0
  416. package/lib/response/list-host-configurations-response.js.map +1 -0
  417. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.d.ts +32 -0
  418. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js +15 -0
  419. package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js.map +1 -0
  420. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.d.ts +32 -0
  421. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js +15 -0
  422. package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js.map +1 -0
  423. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.d.ts +32 -0
  424. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js +15 -0
  425. package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js.map +1 -0
  426. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.d.ts +32 -0
  427. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js +15 -0
  428. package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js.map +1 -0
  429. package/lib/response/summarize-exadata-insight-resource-statistics-response.d.ts +37 -0
  430. package/lib/response/summarize-exadata-insight-resource-statistics-response.js +15 -0
  431. package/lib/response/summarize-exadata-insight-resource-statistics-response.js.map +1 -0
  432. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.d.ts +32 -0
  433. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js +15 -0
  434. package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js.map +1 -0
  435. package/lib/response/summarize-exadata-insight-resource-usage-response.d.ts +32 -0
  436. package/lib/response/summarize-exadata-insight-resource-usage-response.js +15 -0
  437. package/lib/response/summarize-exadata-insight-resource-usage-response.js.map +1 -0
  438. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.d.ts +37 -0
  439. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js +15 -0
  440. package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js.map +1 -0
  441. package/lib/response/summarize-exadata-members-response.d.ts +37 -0
  442. package/lib/response/summarize-exadata-members-response.js +15 -0
  443. package/lib/response/summarize-exadata-members-response.js.map +1 -0
  444. package/lib/response/update-exadata-insight-response.d.ts +25 -0
  445. package/lib/response/update-exadata-insight-response.js +15 -0
  446. package/lib/response/update-exadata-insight-response.js.map +1 -0
  447. package/package.json +3 -3
@@ -0,0 +1,117 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
17
+ */
18
+ export interface ListHostConfigurationsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * Unique Enterprise Manager bridge identifier
25
+ */
26
+ "enterpriseManagerBridgeId"?: string;
27
+ /**
28
+ * Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
29
+ *
30
+ */
31
+ "id"?: Array<string>;
32
+ /**
33
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
34
+ *
35
+ */
36
+ "exadataInsightId"?: Array<string>;
37
+ /**
38
+ * Filter by one or more platform types.
39
+ * Possible value is LINUX.
40
+ *
41
+ */
42
+ "platformType"?: Array<ListHostConfigurationsRequest.PlatformType>;
43
+ /**
44
+ * For list pagination. The maximum number of results per page, or items to
45
+ * return in a paginated \"List\" call.
46
+ * For important details about how pagination works, see
47
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
48
+ * Example: `50`
49
+ *
50
+ */
51
+ "limit"?: number;
52
+ /**
53
+ * For list pagination. The value of the `opc-next-page` response header from
54
+ * the previous \"List\" call. For important details about how pagination works,
55
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
56
+ *
57
+ */
58
+ "page"?: string;
59
+ /**
60
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
61
+ *
62
+ */
63
+ "sortOrder"?: model.SortOrder;
64
+ /**
65
+ * Host configuration list sort options.
66
+ *
67
+ */
68
+ "sortBy"?: ListHostConfigurationsRequest.SortBy;
69
+ /**
70
+ * Unique Oracle-assigned identifier for the request. If you need to contact
71
+ * Oracle about a particular request, please provide the request ID.
72
+ *
73
+ */
74
+ "opcRequestId"?: string;
75
+ /**
76
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
77
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
78
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
79
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
80
+ *
81
+ */
82
+ "definedTagEquals"?: Array<string>;
83
+ /**
84
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
85
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
86
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
87
+ *
88
+ */
89
+ "freeformTagEquals"?: Array<string>;
90
+ /**
91
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
92
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
93
+ * or \"{namespace}.true\". All inputs are case-insensitive.
94
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
95
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
96
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
97
+ *
98
+ */
99
+ "definedTagExists"?: Array<string>;
100
+ /**
101
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
102
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
103
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
104
+ * Multiple values for different tag names are interpreted as \"AND\".
105
+ *
106
+ */
107
+ "freeformTagExists"?: Array<string>;
108
+ }
109
+ export declare namespace ListHostConfigurationsRequest {
110
+ enum PlatformType {
111
+ Linux = "LINUX"
112
+ }
113
+ enum SortBy {
114
+ HostName = "hostName",
115
+ PlatformType = "platformType"
116
+ }
117
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListHostConfigurationsRequest = void 0;
16
+ var ListHostConfigurationsRequest;
17
+ (function (ListHostConfigurationsRequest) {
18
+ let PlatformType;
19
+ (function (PlatformType) {
20
+ PlatformType["Linux"] = "LINUX";
21
+ })(PlatformType = ListHostConfigurationsRequest.PlatformType || (ListHostConfigurationsRequest.PlatformType = {}));
22
+ let SortBy;
23
+ (function (SortBy) {
24
+ SortBy["HostName"] = "hostName";
25
+ SortBy["PlatformType"] = "platformType";
26
+ })(SortBy = ListHostConfigurationsRequest.SortBy || (ListHostConfigurationsRequest.SortBy = {}));
27
+ })(ListHostConfigurationsRequest = exports.ListHostConfigurationsRequest || (exports.ListHostConfigurationsRequest = {}));
28
+ //# sourceMappingURL=list-host-configurations-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-host-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-host-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoGH,IAAiB,6BAA6B,CAS7C;AATD,WAAiB,6BAA6B;IAC5C,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAEvB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EATgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAS7C"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
17
17
  */
18
18
  export interface ListHostInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -71,6 +71,15 @@ export interface ListHostInsightsRequest extends common.BaseRequest {
71
71
  *
72
72
  */
73
73
  "sortBy"?: ListHostInsightsRequest.SortBy;
74
+ /**
75
+ * Unique Enterprise Manager bridge identifier
76
+ */
77
+ "enterpriseManagerBridgeId"?: string;
78
+ /**
79
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
80
+ *
81
+ */
82
+ "exadataInsightId"?: string;
74
83
  /**
75
84
  * Unique Oracle-assigned identifier for the request. If you need to contact
76
85
  * Oracle about a particular request, please provide the request ID.
@@ -1 +1 @@
1
- {"version":3,"file":"list-host-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-host-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwEH,IAAiB,uBAAuB,CASvC;AATD,WAAiB,uBAAuB;IACtC,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,oCAAY,KAAZ,oCAAY,QAEvB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;AACH,CAAC,EATgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QASvC"}
1
+ {"version":3,"file":"list-host-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-host-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiFH,IAAiB,uBAAuB,CASvC;AATD,WAAiB,uBAAuB;IACtC,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,oCAAY,KAAZ,oCAAY,QAEvB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;AACH,CAAC,EATgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QASvC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
17
17
  */
18
18
  export interface ListHostedEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -56,6 +56,11 @@ export interface ListHostedEntitiesRequest extends common.BaseRequest {
56
56
  *
57
57
  */
58
58
  "platformType"?: Array<ListHostedEntitiesRequest.PlatformType>;
59
+ /**
60
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
61
+ *
62
+ */
63
+ "exadataInsightId"?: string;
59
64
  /**
60
65
  * For list pagination. The maximum number of results per page, or items to
61
66
  * return in a paginated \"List\" call.
@@ -1 +1 @@
1
- {"version":3,"file":"list-hosted-entities-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-hosted-entities-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACxC,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,sCAAY,KAAZ,sCAAY,QAEvB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,mCAAyB,CAAA;QACzB,mCAAyB,CAAA;IAC3B,CAAC,EAHW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAGjB;AACH,CAAC,EATgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QASzC"}
1
+ {"version":3,"file":"list-hosted-entities-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-hosted-entities-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwFH,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACxC,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,+BAAe,CAAA;IACjB,CAAC,EAFW,YAAY,GAAZ,sCAAY,KAAZ,sCAAY,QAEvB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,mCAAyB,CAAA;QACzB,mCAAyB,CAAA;IAC3B,CAAC,EAHW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAGjB;AACH,CAAC,EATgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QASzC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
17
17
  */
18
18
  export interface ListImportableAgentEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
16
16
  */
17
17
  export interface ListImportableEnterpriseManagerEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -35,6 +35,21 @@ export interface ListImportableEnterpriseManagerEntitiesRequest extends common.B
35
35
  *
36
36
  */
37
37
  "page"?: string;
38
+ /**
39
+ * Filter by one or more Enterprise Manager entity types. Currently, the supported types are \"oracle_pdb\", \"oracle_database\", \"host\", \"oracle_dbmachine\", \"oracle_exa_cloud_service\", and \"oracle_oci_exadata_cloud_service\". If this parameter is not specified, targets of all supported entity types are returned by default.
40
+ *
41
+ */
42
+ "enterpriseManagerEntityType"?: Array<string>;
43
+ /**
44
+ * Used in combination with enterpriseManagerParentEntityIdentifier to return the members of a particular Enterprise Manager parent entity. Both enterpriseManagerIdentifier and enterpriseManagerParentEntityIdentifier must be specified to identify a particular Enterprise Manager parent entity.
45
+ *
46
+ */
47
+ "enterpriseManagerIdentifier"?: string;
48
+ /**
49
+ * Used in combination with enterpriseManagerIdentifier to return the members of a particular Enterprise Manager parent entity. Both enterpriseManagerIdentifier and enterpriseManagerParentEntityIdentifier must be specified to identify a particular Enterprise Manager parent entity.
50
+ *
51
+ */
52
+ "enterpriseManagerParentEntityIdentifier"?: string;
38
53
  /**
39
54
  * Unique Oracle-assigned identifier for the request. If you need to contact
40
55
  * Oracle about a particular request, please provide the request ID.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlansRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlansRequest.
16
16
  */
17
17
  export interface ListSqlPlansRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearchesRequest.
16
16
  */
17
17
  export interface ListSqlSearchesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
16
16
  */
17
17
  export interface ListSqlTextsRequest extends common.BaseRequest {
18
18
  /**
@@ -10,9 +10,10 @@
10
10
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as model from "../model";
13
14
  import common = require("oci-common");
14
15
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
17
  */
17
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
19
  /**
@@ -41,4 +42,19 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
41
42
  *
42
43
  */
43
44
  "limit"?: number;
45
+ /**
46
+ * The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
47
+ *
48
+ */
49
+ "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
50
+ /**
51
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
52
+ *
53
+ */
54
+ "sortOrder"?: model.SortOrder;
55
+ }
56
+ export declare namespace ListWorkRequestErrorsRequest {
57
+ enum SortBy {
58
+ TimeAccepted = "timeAccepted"
59
+ }
44
60
  }
@@ -12,4 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListWorkRequestErrorsRequest = void 0;
16
+ var ListWorkRequestErrorsRequest;
17
+ (function (ListWorkRequestErrorsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeAccepted"] = "timeAccepted";
21
+ })(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
22
+ })(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
15
23
  //# sourceMappingURL=list-work-request-errors-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
@@ -10,9 +10,10 @@
10
10
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as model from "../model";
13
14
  import common = require("oci-common");
14
15
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
17
  */
17
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
19
  /**
@@ -41,4 +42,19 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
41
42
  *
42
43
  */
43
44
  "limit"?: number;
45
+ /**
46
+ * The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
47
+ *
48
+ */
49
+ "sortBy"?: ListWorkRequestLogsRequest.SortBy;
50
+ /**
51
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
52
+ *
53
+ */
54
+ "sortOrder"?: model.SortOrder;
55
+ }
56
+ export declare namespace ListWorkRequestLogsRequest {
57
+ enum SortBy {
58
+ TimeAccepted = "timeAccepted"
59
+ }
44
60
  }
@@ -12,4 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListWorkRequestLogsRequest = void 0;
16
+ var ListWorkRequestLogsRequest;
17
+ (function (ListWorkRequestLogsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeAccepted"] = "timeAccepted";
21
+ })(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
22
+ })(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
15
23
  //# sourceMappingURL=list-work-request-logs-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
@@ -10,15 +10,12 @@
10
10
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as model from "../model";
13
14
  import common = require("oci-common");
14
15
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
17
  */
17
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
- /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
- */
21
- "compartmentId": string;
22
19
  /**
23
20
  * Unique Oracle-assigned identifier for the request. If you need to contact
24
21
  * Oracle about a particular request, please provide the request ID.
@@ -41,4 +38,39 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
41
38
  *
42
39
  */
43
40
  "limit"?: number;
41
+ /**
42
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
43
+ */
44
+ "compartmentId"?: string;
45
+ /**
46
+ * The ID of the asynchronous work request.
47
+ */
48
+ "id"?: string;
49
+ /**
50
+ * A filter to return only resources their lifecycleState matches the given OperationStatus.
51
+ */
52
+ "status"?: model.OperationStatus;
53
+ /**
54
+ * The ID of the resource affected by the work request.
55
+ */
56
+ "resourceId"?: string;
57
+ /**
58
+ * The ID of the related resource for the resource affected by the work request, e.g. the related Exadata Insight OCID of the Database Insight work request
59
+ */
60
+ "relatedResourceId"?: string;
61
+ /**
62
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
63
+ *
64
+ */
65
+ "sortOrder"?: model.SortOrder;
66
+ /**
67
+ * The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
68
+ *
69
+ */
70
+ "sortBy"?: ListWorkRequestsRequest.SortBy;
71
+ }
72
+ export declare namespace ListWorkRequestsRequest {
73
+ enum SortBy {
74
+ TimeAccepted = "timeAccepted"
75
+ }
44
76
  }
@@ -12,4 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListWorkRequestsRequest = void 0;
16
+ var ListWorkRequestsRequest;
17
+ (function (ListWorkRequestsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeAccepted"] = "timeAccepted";
21
+ })(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
22
+ })(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
15
23
  //# sourceMappingURL=list-work-requests-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -67,6 +67,16 @@ export interface SummarizeDatabaseInsightResourceCapacityTrendRequest extends co
67
67
  *
68
68
  */
69
69
  "id"?: Array<string>;
70
+ /**
71
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
72
+ *
73
+ */
74
+ "exadataInsightId"?: Array<string>;
75
+ /**
76
+ * Filter by one or more cdb name.
77
+ *
78
+ */
79
+ "cdbName"?: Array<string>;
70
80
  /**
71
81
  * Filter by utilization level by the following buckets:
72
82
  * - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,oDAAoD,CAsBpE;AAtBD,WAAiB,oDAAoD;IACnE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAOvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,2DAAM,KAAN,2DAAM,QAIjB;AACH,CAAC,EAtBgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAsBpE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0JH,IAAiB,oDAAoD,CAsBpE;AAtBD,WAAiB,oDAAoD;IACnE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAOvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,2DAAM,KAAN,2DAAM,QAIjB;AACH,CAAC,EAtBgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAsBpE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrendRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceForecastTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -66,6 +66,16 @@ export interface SummarizeDatabaseInsightResourceForecastTrendRequest extends co
66
66
  *
67
67
  */
68
68
  "id"?: Array<string>;
69
+ /**
70
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
71
+ *
72
+ */
73
+ "exadataInsightId"?: Array<string>;
74
+ /**
75
+ * Filter by one or more cdb name.
76
+ *
77
+ */
78
+ "cdbName"?: Array<string>;
69
79
  /**
70
80
  * Choose the type of statistic metric data to be used for forecasting.
71
81
  */
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiKH,IAAiB,oDAAoD,CA2BpE;AA3BD,WAAiB,oDAAoD;IACnE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAOvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,8DAAS,KAAT,8DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,kEAAa,KAAb,kEAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;AACH,CAAC,EA3BgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QA2BpE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2KH,IAAiB,oDAAoD,CA2BpE;AA3BD,WAAiB,oDAAoD;IACnE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAOvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,8DAAS,KAAT,8DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,kEAAa,KAAb,kEAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;AACH,CAAC,EA3BgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QA2BpE"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -67,6 +67,16 @@ export interface SummarizeDatabaseInsightResourceStatisticsRequest extends commo
67
67
  *
68
68
  */
69
69
  "id"?: Array<string>;
70
+ /**
71
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
72
+ *
73
+ */
74
+ "exadataInsightId"?: Array<string>;
75
+ /**
76
+ * Filter by one or more cdb name.
77
+ *
78
+ */
79
+ "cdbName"?: Array<string>;
70
80
  /**
71
81
  * Percentile values of daily usage to be used for computing the aggregate resource usage.
72
82
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4JH,IAAiB,iDAAiD,CAiBjE;AAjBD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAMjB;AACH,CAAC,EAjBgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAiBjE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsKH,IAAiB,iDAAiD,CAiBjE;AAjBD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAMjB;AACH,CAAC,EAjBgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAiBjE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -66,6 +66,11 @@ export interface SummarizeDatabaseInsightResourceUsageRequest extends common.Bas
66
66
  *
67
67
  */
68
68
  "id"?: Array<string>;
69
+ /**
70
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
71
+ *
72
+ */
73
+ "exadataInsightId"?: Array<string>;
69
74
  /**
70
75
  * Filter by one or more hostname.
71
76
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6HH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,yDAAY,KAAZ,yDAAY,QAOvB;AACH,CAAC,EATgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAS5D"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkIH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,yDAAY,KAAZ,yDAAY,QAOvB;AACH,CAAC,EATgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAS5D"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -67,6 +67,11 @@ export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends commo
67
67
  *
68
68
  */
69
69
  "id"?: Array<string>;
70
+ /**
71
+ * Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
72
+ *
73
+ */
74
+ "exadataInsightId"?: Array<string>;
70
75
  /**
71
76
  * For list pagination. The value of the `opc-next-page` response header from
72
77
  * the previous \"List\" call. For important details about how pagination works,
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkIH,IAAiB,iDAAiD,CAejE;AAfD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAIjB;AACH,CAAC,EAfgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAejE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuIH,IAAiB,iDAAiD,CAejE;AAfD,WAAiB,iDAAiD;IAChE,IAAY,YAOX;IAPD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;IACpC,CAAC,EAPW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAOvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAIjB;AACH,CAAC,EAfgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAejE"}