oci-opsi 2.44.0 → 2.45.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 (205) hide show
  1. package/lib/client.d.ts +137 -125
  2. package/lib/client.js +203 -126
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/cloud-importable-compute-entity-summary.d.ts +1 -0
  5. package/lib/model/cloud-importable-compute-entity-summary.js.map +1 -1
  6. package/lib/model/em-managed-external-host-insight-summary.d.ts +1 -0
  7. package/lib/model/em-managed-external-host-insight-summary.js.map +1 -1
  8. package/lib/model/em-managed-external-host-insight.d.ts +1 -0
  9. package/lib/model/em-managed-external-host-insight.js.map +1 -1
  10. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.d.ts +6 -1
  11. package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js.map +1 -1
  12. package/lib/model/exadata-insight-resource-statistics.d.ts +6 -1
  13. package/lib/model/exadata-insight-resource-statistics.js.map +1 -1
  14. package/lib/model/host-configuration-summary.d.ts +1 -0
  15. package/lib/model/host-configuration-summary.js +4 -0
  16. package/lib/model/host-configuration-summary.js.map +1 -1
  17. package/lib/model/host-details.d.ts +1 -0
  18. package/lib/model/host-details.js.map +1 -1
  19. package/lib/model/host-importable-agent-entity-summary.d.ts +1 -0
  20. package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
  21. package/lib/model/host-resource-capacity-trend-aggregation.d.ts +1 -1
  22. package/lib/model/host-resource-statistics.d.ts +1 -1
  23. package/lib/model/index.d.ts +8 -0
  24. package/lib/model/index.js +13 -5
  25. package/lib/model/index.js.map +1 -1
  26. package/lib/model/instance-metrics.d.ts +6 -1
  27. package/lib/model/instance-metrics.js.map +1 -1
  28. package/lib/model/macs-managed-cloud-host-configuration-summary.d.ts +39 -0
  29. package/lib/model/macs-managed-cloud-host-configuration-summary.js +57 -0
  30. package/lib/model/macs-managed-cloud-host-configuration-summary.js.map +1 -0
  31. package/lib/model/macs-managed-cloud-host-insight-summary.d.ts +1 -0
  32. package/lib/model/macs-managed-cloud-host-insight-summary.js.map +1 -1
  33. package/lib/model/macs-managed-cloud-host-insight.d.ts +1 -0
  34. package/lib/model/macs-managed-cloud-host-insight.js.map +1 -1
  35. package/lib/model/macs-managed-external-host-insight-summary.d.ts +1 -0
  36. package/lib/model/macs-managed-external-host-insight-summary.js.map +1 -1
  37. package/lib/model/macs-managed-external-host-insight.d.ts +1 -0
  38. package/lib/model/macs-managed-external-host-insight.js.map +1 -1
  39. package/lib/model/opsi-configurations.d.ts +39 -0
  40. package/lib/model/opsi-configurations.js +32 -0
  41. package/lib/model/opsi-configurations.js.map +1 -0
  42. package/lib/model/resource-capacity-trend-aggregation.d.ts +7 -2
  43. package/lib/model/resource-capacity-trend-aggregation.js.map +1 -1
  44. package/lib/model/resource-statistics.d.ts +7 -2
  45. package/lib/model/resource-statistics.js.map +1 -1
  46. package/lib/model/resource-usage-summary.d.ts +6 -1
  47. package/lib/model/resource-usage-summary.js.map +1 -1
  48. package/lib/model/resource-usage-trend-aggregation.d.ts +6 -1
  49. package/lib/model/resource-usage-trend-aggregation.js.map +1 -1
  50. package/lib/model/summarize-database-insight-resource-usage-aggregation.d.ts +6 -1
  51. package/lib/model/summarize-database-insight-resource-usage-aggregation.js.map +1 -1
  52. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +6 -1
  53. package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -1
  54. package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +1 -1
  55. package/lib/model/summarize-host-insights-top-processes-usage-collection.d.ts +34 -0
  56. package/lib/model/summarize-host-insights-top-processes-usage-collection.js +64 -0
  57. package/lib/model/summarize-host-insights-top-processes-usage-collection.js.map +1 -0
  58. package/lib/model/tablespace-usage-trend.d.ts +1 -1
  59. package/lib/model/top-processes-usage.d.ts +56 -0
  60. package/lib/model/top-processes-usage.js +32 -0
  61. package/lib/model/top-processes-usage.js.map +1 -0
  62. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  63. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  64. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  65. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  66. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  67. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  68. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  69. package/lib/request/create-awr-hub-request.d.ts +1 -1
  70. package/lib/request/create-database-insight-request.d.ts +1 -1
  71. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  72. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  73. package/lib/request/create-host-insight-request.d.ts +1 -1
  74. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  75. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  76. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  77. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  78. package/lib/request/delete-database-insight-request.d.ts +1 -1
  79. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  80. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  81. package/lib/request/delete-host-insight-request.d.ts +1 -1
  82. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  83. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  84. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  85. package/lib/request/disable-database-insight-request.d.ts +1 -1
  86. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  87. package/lib/request/disable-host-insight-request.d.ts +1 -1
  88. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  89. package/lib/request/enable-database-insight-request.d.ts +1 -1
  90. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  91. package/lib/request/enable-host-insight-request.d.ts +1 -1
  92. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  93. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  94. package/lib/request/get-awr-hub-request.d.ts +1 -1
  95. package/lib/request/get-awr-report-request.d.ts +1 -1
  96. package/lib/request/get-database-insight-request.d.ts +1 -1
  97. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  98. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  99. package/lib/request/get-host-insight-request.d.ts +1 -1
  100. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  101. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  102. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  103. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  104. package/lib/request/get-work-request-request.d.ts +1 -1
  105. package/lib/request/index.d.ts +2 -0
  106. package/lib/request/index.js.map +1 -1
  107. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  108. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  109. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  110. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  111. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  112. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  113. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  114. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  115. package/lib/request/list-awr-databases-request.d.ts +1 -1
  116. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  117. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  118. package/lib/request/list-database-configurations-request.d.ts +1 -1
  119. package/lib/request/list-database-insights-request.d.ts +1 -1
  120. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  121. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  122. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  123. package/lib/request/list-host-configurations-request.d.ts +2 -1
  124. package/lib/request/list-host-configurations-request.js.map +1 -1
  125. package/lib/request/list-host-insights-request.d.ts +2 -1
  126. package/lib/request/list-host-insights-request.js.map +1 -1
  127. package/lib/request/list-hosted-entities-request.d.ts +2 -1
  128. package/lib/request/list-hosted-entities-request.js.map +1 -1
  129. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  130. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  131. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  132. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  133. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  134. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  135. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  136. package/lib/request/list-sql-plans-request.d.ts +1 -1
  137. package/lib/request/list-sql-searches-request.d.ts +1 -1
  138. package/lib/request/list-sql-texts-request.d.ts +1 -1
  139. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  140. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  141. package/lib/request/list-work-requests-request.d.ts +1 -1
  142. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  143. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  144. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  145. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  146. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  147. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  148. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  149. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  150. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  151. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  152. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  153. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  154. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  155. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  156. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  157. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  158. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  159. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  160. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  161. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  162. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  163. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  164. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  165. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  166. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  167. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  168. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  169. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  170. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +2 -1
  171. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  172. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +2 -1
  173. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  174. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +2 -1
  175. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  176. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -1
  177. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  178. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +2 -1
  179. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  180. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +2 -1
  181. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  182. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +97 -0
  183. package/lib/request/summarize-host-insight-top-processes-usage-request.js +15 -0
  184. package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -0
  185. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +6 -1
  186. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  187. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  188. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  189. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  190. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  191. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  192. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  193. package/lib/request/update-awr-hub-request.d.ts +1 -1
  194. package/lib/request/update-database-insight-request.d.ts +1 -1
  195. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  196. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  197. package/lib/request/update-host-insight-request.d.ts +1 -1
  198. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  199. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  200. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  201. package/lib/response/index.d.ts +2 -0
  202. package/lib/response/summarize-host-insight-top-processes-usage-response.d.ts +32 -0
  203. package/lib/response/summarize-host-insight-top-processes-usage-response.js +15 -0
  204. package/lib/response/summarize-host-insight-top-processes-usage-response.js.map +1 -0
  205. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"macs-managed-cloud-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,2BAA2B,CAqC3C;AArCD,WAAiB,2BAA2B;IAC1C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAUvB;IAED,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,wCAAY,GAAG,yBAAyB,CAAC;IACtD,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EArCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqC3C"}
1
+ {"version":3,"file":"macs-managed-cloud-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-cloud-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,2BAA2B,CAqC3C;AArCD,WAAiB,2BAA2B;IAC1C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAUvB;IAED,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,wCAAY,GAAG,yBAAyB,CAAC;IACtD,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EArCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqC3C"}
@@ -25,6 +25,7 @@ export interface MacsManagedExternalHostInsightSummary extends model.HostInsight
25
25
  /**
26
26
  * Platform type.
27
27
  * Supported platformType(s) for MACS-managed external host insight: [LINUX].
28
+ * Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
28
29
  * Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
29
30
  *
30
31
  */
@@ -1 +1 @@
1
- {"version":3,"file":"macs-managed-external-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-external-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,qCAAqC,CA0CrD;AA1CD,WAAiB,qCAAqC;IACpD,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,kDAAY,KAAZ,kDAAY,QAUvB;IAED,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA2C,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAU,aAYzB,CAAA;IACY,kDAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA0CrD"}
1
+ {"version":3,"file":"macs-managed-external-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-external-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,qCAAqC,CA0CrD;AA1CD,WAAiB,qCAAqC;IACpD,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,kDAAY,KAAZ,kDAAY,QAUvB;IAED,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA2C,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAU,aAYzB,CAAA;IACY,kDAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA0CrD"}
@@ -29,6 +29,7 @@ export interface MacsManagedExternalHostInsight extends model.HostInsight {
29
29
  /**
30
30
  * Platform type.
31
31
  * Supported platformType(s) for MACS-managed external host insight: [LINUX].
32
+ * Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
32
33
  * Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
33
34
  *
34
35
  */
@@ -1 +1 @@
1
- {"version":3,"file":"macs-managed-external-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-external-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,8BAA8B,CAwC9C;AAxCD,WAAiB,8BAA8B;IAC7C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,2CAAY,KAAZ,2CAAY,QAUvB;IAED,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,2CAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EAxCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAwC9C"}
1
+ {"version":3,"file":"macs-managed-external-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/macs-managed-external-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,8BAA8B,CAwC9C;AAxCD,WAAiB,8BAA8B;IAC7C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,2CAAY,KAAZ,2CAAY,QAUvB;IAED,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,2CAAY,GAAG,4BAA4B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EAxCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAwC9C"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * An OPSI configuration resource is a container for storing custom values for customizable configuration items exposed by Operations Insights.
18
+ * <p>
19
+ Operations Insights exposes different sets of customizable configuration items through different OPSI configuration types.
20
+ * UX_CONFIGURATION: OPSI configuration resource of this type can be created only once in each compartment. It is a compartment level singleton resource.
21
+ * <p>
22
+ When configuration values, for an OPSI configuration type that supports compartment level singleton (e.g: UX_CONFIGURATION) resource, are queried for a compartment,
23
+ * following will be the order of preference.
24
+ * 1. If the specified compartment has an OPSI configuration resource, first preference will be given to the custom values inside that.
25
+ * 2. If the root compartment has an OPSI configuration resource, it will be considered as applicable to all compartments of that tenency,
26
+ * hence second preference will be given to the custom values inside that.
27
+ * 3. Default configuration will be considered as a final fallback option.
28
+ *
29
+ */
30
+ export interface OpsiConfigurations {
31
+ /**
32
+ * OPSI Configuration Object.
33
+ */
34
+ "opsiConfigurations"?: any;
35
+ }
36
+ export declare namespace OpsiConfigurations {
37
+ function getJsonObj(obj: OpsiConfigurations): object;
38
+ function getDeserializedJsonObj(obj: OpsiConfigurations): object;
39
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.OpsiConfigurations = void 0;
19
+ var OpsiConfigurations;
20
+ (function (OpsiConfigurations) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ OpsiConfigurations.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ OpsiConfigurations.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(OpsiConfigurations = exports.OpsiConfigurations || (exports.OpsiConfigurations = {}));
32
+ //# sourceMappingURL=opsi-configurations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-configurations.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-configurations.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA0BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -22,15 +22,20 @@ export interface ResourceCapacityTrendAggregation {
22
22
  */
23
23
  "endTimestamp": Date;
24
24
  /**
25
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
25
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
26
26
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
27
  */
28
28
  "capacity": number;
29
29
  /**
30
- * The base allocated amount of the resource metric type (CPU, STORAGE).
30
+ * The base allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
31
31
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
32
  */
33
33
  "baseCapacity": number;
34
+ /**
35
+ * The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
36
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
37
+ */
38
+ "totalHostCapacity"?: number;
34
39
  }
35
40
  export declare namespace ResourceCapacityTrendAggregation {
36
41
  function getJsonObj(obj: ResourceCapacityTrendAggregation): object;
@@ -1 +1 @@
1
- {"version":3,"file":"resource-capacity-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-capacity-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyBH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
1
+ {"version":3,"file":"resource-capacity-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-capacity-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA8BH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
@@ -24,12 +24,12 @@ export interface ResourceStatistics {
24
24
  */
25
25
  "usage": number;
26
26
  /**
27
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
27
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
28
28
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
29
  */
30
30
  "capacity": number;
31
31
  /**
32
- * The base allocated amount of the resource metric type (CPU, STORAGE).
32
+ * The base allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
33
33
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
34
  */
35
35
  "baseCapacity"?: number;
@@ -49,6 +49,11 @@ export interface ResourceStatistics {
49
49
  * Array of instance metrics
50
50
  */
51
51
  "instanceMetrics"?: Array<model.InstanceMetrics>;
52
+ /**
53
+ * The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
54
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
55
+ */
56
+ "totalHostCapacity"?: number;
52
57
  }
53
58
  export declare namespace ResourceStatistics {
54
59
  function getJsonObj(obj: ResourceStatistics): object;
@@ -1 +1 @@
1
- {"version":3,"file":"resource-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
1
+ {"version":3,"file":"resource-statistics.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-statistics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ClC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -31,7 +31,7 @@ export interface ResourceUsageSummary {
31
31
  */
32
32
  "usage": number;
33
33
  /**
34
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
34
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
35
35
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
36
  */
37
37
  "capacity": number;
@@ -43,6 +43,11 @@ export interface ResourceUsageSummary {
43
43
  * Change in resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
44
44
  */
45
45
  "usageChangePercent": number;
46
+ /**
47
+ * The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
48
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
49
+ */
50
+ "totalHostCapacity"?: number;
46
51
  }
47
52
  export declare namespace ResourceUsageSummary {
48
53
  function getJsonObj(obj: ResourceUsageSummary): object;
@@ -1 +1 @@
1
- {"version":3,"file":"resource-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqCH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
1
+ {"version":3,"file":"resource-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA0CH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -27,10 +27,15 @@ export interface ResourceUsageTrendAggregation {
27
27
  */
28
28
  "usage": number;
29
29
  /**
30
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
30
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
31
31
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
32
  */
33
33
  "capacity": number;
34
+ /**
35
+ * The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
36
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
37
+ */
38
+ "totalHostCapacity"?: number;
34
39
  }
35
40
  export declare namespace ResourceUsageTrendAggregation {
36
41
  function getJsonObj(obj: ResourceUsageTrendAggregation): object;
@@ -1 +1 @@
1
- {"version":3,"file":"resource-usage-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-usage-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyBH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
1
+ {"version":3,"file":"resource-usage-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/resource-usage-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA8BH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
@@ -40,7 +40,7 @@ export interface SummarizeDatabaseInsightResourceUsageAggregation {
40
40
  */
41
41
  "usage": number;
42
42
  /**
43
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
43
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
44
44
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
45
  */
46
46
  "capacity": number;
@@ -48,6 +48,11 @@ export interface SummarizeDatabaseInsightResourceUsageAggregation {
48
48
  * Percentage change in resource usage during the current period calculated using linear regression functions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
49
49
  */
50
50
  "usageChangePercent": number;
51
+ /**
52
+ * The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
53
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "totalHostCapacity"?: number;
51
56
  }
52
57
  export declare namespace SummarizeDatabaseInsightResourceUsageAggregation {
53
58
  enum ResourceMetric {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-usage-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA0CH,IAAiB,gDAAgD,CAwChE;AAxCD,WAAiB,gDAAgD;IAC/D,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,+DAAc,KAAd,+DAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAWpB;IAED,SAAgB,UAAU,CAAC,GAAqD;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAqD;QAErD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,uEAAsB,yBAMrC,CAAA;AACH,CAAC,EAxCgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAwChE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-usage-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+CH,IAAiB,gDAAgD,CAwChE;AAxCD,WAAiB,gDAAgD;IAC/D,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,+DAAc,KAAd,+DAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAWpB;IAED,SAAgB,UAAU,CAAC,GAAqD;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAqD;QAErD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,uEAAsB,yBAMrC,CAAA;AACH,CAAC,EAxCgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAwChE"}
@@ -45,7 +45,7 @@ export interface SummarizeExadataInsightResourceUsageAggregation {
45
45
  */
46
46
  "usage": number;
47
47
  /**
48
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
48
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
49
49
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
50
  */
51
51
  "capacity": number;
@@ -53,6 +53,11 @@ export interface SummarizeExadataInsightResourceUsageAggregation {
53
53
  * Percentage change in resource usage during the current period calculated using linear regression functions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
54
  */
55
55
  "usageChangePercent": number;
56
+ /**
57
+ * The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
58
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
+ */
60
+ "totalHostCapacity"?: number;
56
61
  }
57
62
  export declare namespace SummarizeExadataInsightResourceUsageAggregation {
58
63
  enum ExadataResourceMetric {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-exadata-insight-resource-usage-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-usage-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+CH,IAAiB,+CAA+C,CAoD/D;AApDD,WAAiB,+CAA+C;IAC9D,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,oCAAW,CAAA;QACX,4CAAmB,CAAA;QACnB,kCAAS,CAAA;QACT,0CAAiB,CAAA;QACjB,sCAAa,CAAA;QACb,kDAAyB,CAAA;QACzB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,qEAAqB,KAArB,qEAAqB,QAYhC;IAED,IAAY,mBAUX;IAVD,WAAY,mBAAmB;QAC7B,4CAAqB,CAAA;QACrB,oCAAa,CAAA;QACb,uDAAgC,CAAA;QAChC,8CAAuB,CAAA;QACvB;;;WAGG;QACH,qDAA8B,CAAA;IAChC,CAAC,EAVW,mBAAmB,GAAnB,mEAAmB,KAAnB,mEAAmB,QAU9B;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,yDAAS,KAAT,yDAAS,QAWpB;IAED,SAAgB,UAAU,CAAC,GAAoD;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoD;QAEpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,sEAAsB,yBAMrC,CAAA;AACH,CAAC,EApDgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAoD/D"}
1
+ {"version":3,"file":"summarize-exadata-insight-resource-usage-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-usage-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAoDH,IAAiB,+CAA+C,CAoD/D;AApDD,WAAiB,+CAA+C;IAC9D,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,oCAAW,CAAA;QACX,4CAAmB,CAAA;QACnB,kCAAS,CAAA;QACT,0CAAiB,CAAA;QACjB,sCAAa,CAAA;QACb,kDAAyB,CAAA;QACzB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,qEAAqB,KAArB,qEAAqB,QAYhC;IAED,IAAY,mBAUX;IAVD,WAAY,mBAAmB;QAC7B,4CAAqB,CAAA;QACrB,oCAAa,CAAA;QACb,uDAAgC,CAAA;QAChC,8CAAuB,CAAA;QACvB;;;WAGG;QACH,qDAA8B,CAAA;IAChC,CAAC,EAVW,mBAAmB,GAAnB,mEAAmB,KAAnB,mEAAmB,QAU9B;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,yDAAS,KAAT,yDAAS,QAWpB;IAED,SAAgB,UAAU,CAAC,GAAoD;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoD;QAEpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,sEAAsB,yBAMrC,CAAA;AACH,CAAC,EApDgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAoD/D"}
@@ -41,7 +41,7 @@ export interface SummarizeHostInsightResourceUsageAggregation {
41
41
  */
42
42
  "usage": number;
43
43
  /**
44
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
44
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
45
45
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
46
  */
47
47
  "capacity": number;
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Top level response object.
19
+ *
20
+ */
21
+ export interface SummarizeHostInsightsTopProcessesUsageCollection {
22
+ /**
23
+ * The start timestamp that was passed into the request.
24
+ */
25
+ "timestamp": Date;
26
+ /**
27
+ * List of usage data samples for a top process on a specific date.
28
+ */
29
+ "items": Array<model.TopProcessesUsage>;
30
+ }
31
+ export declare namespace SummarizeHostInsightsTopProcessesUsageCollection {
32
+ function getJsonObj(obj: SummarizeHostInsightsTopProcessesUsageCollection): object;
33
+ function getDeserializedJsonObj(obj: SummarizeHostInsightsTopProcessesUsageCollection): object;
34
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SummarizeHostInsightsTopProcessesUsageCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var SummarizeHostInsightsTopProcessesUsageCollection;
40
+ (function (SummarizeHostInsightsTopProcessesUsageCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.TopProcessesUsage.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ SummarizeHostInsightsTopProcessesUsageCollection.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "items": obj.items
55
+ ? obj.items.map(item => {
56
+ return model.TopProcessesUsage.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ SummarizeHostInsightsTopProcessesUsageCollection.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(SummarizeHostInsightsTopProcessesUsageCollection = exports.SummarizeHostInsightsTopProcessesUsageCollection || (exports.SummarizeHostInsightsTopProcessesUsageCollection = {}));
64
+ //# sourceMappingURL=summarize-host-insights-top-processes-usage-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-host-insights-top-processes-usage-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-host-insights-top-processes-usage-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,gDAAgD,CA+BhE;AA/BD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CAAC,GAAqD;QAC9E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2DAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAqD;QAErD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QA+BhE"}
@@ -27,7 +27,7 @@ export interface TablespaceUsageTrend {
27
27
  */
28
28
  "usage": number;
29
29
  /**
30
- * The maximum allocated amount of the resource metric type (CPU, STORAGE).
30
+ * The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
31
31
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
32
  */
33
33
  "capacity": number;
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * Aggregated data for top processes on a specific date.
18
+ */
19
+ export interface TopProcessesUsage {
20
+ /**
21
+ * Command line and arguments used to launch process.
22
+ */
23
+ "command": string;
24
+ /**
25
+ * Unique identifier for a process.
26
+ */
27
+ "processHash": string;
28
+ /**
29
+ * Process CPU usage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "cpuUsage": number;
32
+ /**
33
+ * Process CPU utilization percentage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "cpuUtilization": number;
36
+ /**
37
+ * Process memory utilization percentage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
38
+ */
39
+ "memoryUtilization": number;
40
+ /**
41
+ * Process virtual memory in Megabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
42
+ */
43
+ "virtualMemoryInMBs": number;
44
+ /**
45
+ * Procress physical memory in Megabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
+ */
47
+ "physicalMemoryInMBs": number;
48
+ /**
49
+ * Maximum number of processes running at time of collection. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
+ */
51
+ "maxProcessCount": number;
52
+ }
53
+ export declare namespace TopProcessesUsage {
54
+ function getJsonObj(obj: TopProcessesUsage): object;
55
+ function getDeserializedJsonObj(obj: TopProcessesUsage): object;
56
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TopProcessesUsage = void 0;
19
+ var TopProcessesUsage;
20
+ (function (TopProcessesUsage) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ TopProcessesUsage.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ TopProcessesUsage.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(TopProcessesUsage = exports.TopProcessesUsage || (exports.TopProcessesUsage = {}));
32
+ //# sourceMappingURL=top-processes-usage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"top-processes-usage.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/top-processes-usage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2CH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
@@ -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.44.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
17
17
  */
18
18
  export interface AddExadataInsightMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnterpriseManagerBridgeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeExadataInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOperationsInsightsPrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
17
17
  */
18
18
  export interface ChangePeComanagedDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
17
17
  */
18
18
  export interface CreateAwrHubRequest extends common.BaseRequest {
19
19
  /**
@@ -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.44.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
17
17
  */
18
18
  export interface CreateDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**