oci-opsi 2.35.1 → 2.36.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 (275) hide show
  1. package/lib/client.d.ts +259 -111
  2. package/lib/client.js +1099 -111
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/awr-database-collection.d.ts +31 -0
  5. package/lib/model/awr-database-collection.js +67 -0
  6. package/lib/model/awr-database-collection.js.map +1 -0
  7. package/lib/model/awr-database-cpu-usage-collection.d.ts +43 -0
  8. package/lib/model/awr-database-cpu-usage-collection.js +69 -0
  9. package/lib/model/awr-database-cpu-usage-collection.js.map +1 -0
  10. package/lib/model/awr-database-cpu-usage-summary.d.ts +32 -0
  11. package/lib/model/awr-database-cpu-usage-summary.js +32 -0
  12. package/lib/model/awr-database-cpu-usage-summary.js.map +1 -0
  13. package/lib/model/awr-database-metric-collection.d.ts +31 -0
  14. package/lib/model/awr-database-metric-collection.js +69 -0
  15. package/lib/model/awr-database-metric-collection.js.map +1 -0
  16. package/lib/model/awr-database-metric-summary.d.ts +44 -0
  17. package/lib/model/awr-database-metric-summary.js +32 -0
  18. package/lib/model/awr-database-metric-summary.js.map +1 -0
  19. package/lib/model/awr-database-parameter-change-collection.d.ts +31 -0
  20. package/lib/model/awr-database-parameter-change-collection.js +69 -0
  21. package/lib/model/awr-database-parameter-change-collection.js.map +1 -0
  22. package/lib/model/awr-database-parameter-change-summary.d.ts +63 -0
  23. package/lib/model/awr-database-parameter-change-summary.js +32 -0
  24. package/lib/model/awr-database-parameter-change-summary.js.map +1 -0
  25. package/lib/model/awr-database-parameter-collection.d.ts +31 -0
  26. package/lib/model/awr-database-parameter-collection.js +69 -0
  27. package/lib/model/awr-database-parameter-collection.js.map +1 -0
  28. package/lib/model/awr-database-parameter-summary.d.ts +56 -0
  29. package/lib/model/awr-database-parameter-summary.js +32 -0
  30. package/lib/model/awr-database-parameter-summary.js.map +1 -0
  31. package/lib/model/awr-database-report.d.ts +45 -0
  32. package/lib/model/awr-database-report.js +66 -0
  33. package/lib/model/awr-database-report.js.map +1 -0
  34. package/lib/model/awr-database-snapshot-collection.d.ts +31 -0
  35. package/lib/model/awr-database-snapshot-collection.js +69 -0
  36. package/lib/model/awr-database-snapshot-collection.js.map +1 -0
  37. package/lib/model/awr-database-snapshot-range-collection.d.ts +31 -0
  38. package/lib/model/awr-database-snapshot-range-collection.js +69 -0
  39. package/lib/model/awr-database-snapshot-range-collection.js.map +1 -0
  40. package/lib/model/awr-database-snapshot-range-summary.d.ts +81 -0
  41. package/lib/model/awr-database-snapshot-range-summary.js +32 -0
  42. package/lib/model/awr-database-snapshot-range-summary.js.map +1 -0
  43. package/lib/model/awr-database-snapshot-summary.d.ts +58 -0
  44. package/lib/model/awr-database-snapshot-summary.js +32 -0
  45. package/lib/model/awr-database-snapshot-summary.js.map +1 -0
  46. package/lib/model/awr-database-sql-report.d.ts +44 -0
  47. package/lib/model/awr-database-sql-report.js +65 -0
  48. package/lib/model/awr-database-sql-report.js.map +1 -0
  49. package/lib/model/awr-database-summary.d.ts +81 -0
  50. package/lib/model/awr-database-summary.js +32 -0
  51. package/lib/model/awr-database-summary.js.map +1 -0
  52. package/lib/model/awr-database-sysstat-collection.d.ts +31 -0
  53. package/lib/model/awr-database-sysstat-collection.js +69 -0
  54. package/lib/model/awr-database-sysstat-collection.js.map +1 -0
  55. package/lib/model/awr-database-sysstat-summary.d.ts +48 -0
  56. package/lib/model/awr-database-sysstat-summary.js +32 -0
  57. package/lib/model/awr-database-sysstat-summary.js.map +1 -0
  58. package/lib/model/awr-database-top-wait-event-collection.d.ts +31 -0
  59. package/lib/model/awr-database-top-wait-event-collection.js +69 -0
  60. package/lib/model/awr-database-top-wait-event-collection.js.map +1 -0
  61. package/lib/model/awr-database-top-wait-event-summary.d.ts +36 -0
  62. package/lib/model/awr-database-top-wait-event-summary.js +32 -0
  63. package/lib/model/awr-database-top-wait-event-summary.js.map +1 -0
  64. package/lib/model/awr-database-wait-event-bucket-collection.d.ts +35 -0
  65. package/lib/model/awr-database-wait-event-bucket-collection.js +69 -0
  66. package/lib/model/awr-database-wait-event-bucket-collection.js.map +1 -0
  67. package/lib/model/awr-database-wait-event-bucket-summary.d.ts +32 -0
  68. package/lib/model/awr-database-wait-event-bucket-summary.js +32 -0
  69. package/lib/model/awr-database-wait-event-bucket-summary.js.map +1 -0
  70. package/lib/model/awr-database-wait-event-collection.d.ts +31 -0
  71. package/lib/model/awr-database-wait-event-collection.js +69 -0
  72. package/lib/model/awr-database-wait-event-collection.js.map +1 -0
  73. package/lib/model/awr-database-wait-event-summary.d.ts +51 -0
  74. package/lib/model/awr-database-wait-event-summary.js +32 -0
  75. package/lib/model/awr-database-wait-event-summary.js.map +1 -0
  76. package/lib/model/awr-query-result.d.ts +37 -0
  77. package/lib/model/awr-query-result.js +116 -0
  78. package/lib/model/awr-query-result.js.map +1 -0
  79. package/lib/model/index.d.ts +50 -0
  80. package/lib/model/index.js +57 -7
  81. package/lib/model/index.js.map +1 -1
  82. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  83. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  84. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  85. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  86. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  87. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  88. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  89. package/lib/request/create-awr-hub-request.d.ts +1 -1
  90. package/lib/request/create-database-insight-request.d.ts +1 -1
  91. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  92. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  93. package/lib/request/create-host-insight-request.d.ts +1 -1
  94. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  95. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  96. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  97. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  98. package/lib/request/delete-database-insight-request.d.ts +1 -1
  99. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  100. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  101. package/lib/request/delete-host-insight-request.d.ts +1 -1
  102. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  103. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  104. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  105. package/lib/request/disable-database-insight-request.d.ts +1 -1
  106. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  107. package/lib/request/disable-host-insight-request.d.ts +1 -1
  108. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  109. package/lib/request/enable-database-insight-request.d.ts +1 -1
  110. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  111. package/lib/request/enable-host-insight-request.d.ts +1 -1
  112. package/lib/request/get-awr-database-report-request.d.ts +77 -0
  113. package/lib/request/get-awr-database-report-request.js +29 -0
  114. package/lib/request/get-awr-database-report-request.js.map +1 -0
  115. package/lib/request/get-awr-database-sql-report-request.d.ts +74 -0
  116. package/lib/request/get-awr-database-sql-report-request.js +24 -0
  117. package/lib/request/get-awr-database-sql-report-request.js.map +1 -0
  118. package/lib/request/get-awr-hub-request.d.ts +1 -1
  119. package/lib/request/get-awr-report-request.d.ts +1 -1
  120. package/lib/request/get-database-insight-request.d.ts +1 -1
  121. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  122. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  123. package/lib/request/get-host-insight-request.d.ts +1 -1
  124. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  125. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  126. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  127. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  128. package/lib/request/get-work-request-request.d.ts +1 -1
  129. package/lib/request/index.d.ts +26 -0
  130. package/lib/request/index.js +28 -1
  131. package/lib/request/index.js.map +1 -1
  132. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  133. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  134. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  135. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  136. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  137. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  138. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  139. package/lib/request/list-awr-database-snapshots-request.d.ts +91 -0
  140. package/lib/request/list-awr-database-snapshots-request.js +24 -0
  141. package/lib/request/list-awr-database-snapshots-request.js.map +1 -0
  142. package/lib/request/list-awr-databases-request.d.ts +74 -0
  143. package/lib/request/list-awr-databases-request.js +24 -0
  144. package/lib/request/list-awr-databases-request.js.map +1 -0
  145. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  146. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  147. package/lib/request/list-database-configurations-request.d.ts +1 -1
  148. package/lib/request/list-database-insights-request.d.ts +1 -1
  149. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  150. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  151. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  152. package/lib/request/list-host-configurations-request.d.ts +1 -1
  153. package/lib/request/list-host-insights-request.d.ts +1 -1
  154. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  155. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  156. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  157. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  158. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  159. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  160. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  161. package/lib/request/list-sql-plans-request.d.ts +1 -1
  162. package/lib/request/list-sql-searches-request.d.ts +1 -1
  163. package/lib/request/list-sql-texts-request.d.ts +1 -1
  164. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  165. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  166. package/lib/request/list-work-requests-request.d.ts +1 -1
  167. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  168. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  169. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +100 -0
  170. package/lib/request/summarize-awr-database-cpu-usages-request.js +30 -0
  171. package/lib/request/summarize-awr-database-cpu-usages-request.js.map +1 -0
  172. package/lib/request/summarize-awr-database-metrics-request.d.ts +95 -0
  173. package/lib/request/summarize-awr-database-metrics-request.js +24 -0
  174. package/lib/request/summarize-awr-database-metrics-request.js.map +1 -0
  175. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +95 -0
  176. package/lib/request/summarize-awr-database-parameter-changes-request.js +24 -0
  177. package/lib/request/summarize-awr-database-parameter-changes-request.js.map +1 -0
  178. package/lib/request/summarize-awr-database-parameters-request.d.ts +124 -0
  179. package/lib/request/summarize-awr-database-parameters-request.js +40 -0
  180. package/lib/request/summarize-awr-database-parameters-request.js.map +1 -0
  181. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +74 -0
  182. package/lib/request/summarize-awr-database-snapshot-ranges-request.js +24 -0
  183. package/lib/request/summarize-awr-database-snapshot-ranges-request.js.map +1 -0
  184. package/lib/request/summarize-awr-database-sysstats-request.d.ts +95 -0
  185. package/lib/request/summarize-awr-database-sysstats-request.js +24 -0
  186. package/lib/request/summarize-awr-database-sysstats-request.js.map +1 -0
  187. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +88 -0
  188. package/lib/request/summarize-awr-database-top-wait-events-request.js +30 -0
  189. package/lib/request/summarize-awr-database-top-wait-events-request.js.map +1 -0
  190. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +107 -0
  191. package/lib/request/summarize-awr-database-wait-event-buckets-request.js +24 -0
  192. package/lib/request/summarize-awr-database-wait-event-buckets-request.js.map +1 -0
  193. package/lib/request/summarize-awr-database-wait-events-request.d.ts +104 -0
  194. package/lib/request/summarize-awr-database-wait-events-request.js +30 -0
  195. package/lib/request/summarize-awr-database-wait-events-request.js.map +1 -0
  196. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  197. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  198. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  199. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  200. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  201. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  202. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  203. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  204. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  205. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  206. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  207. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  208. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  209. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  210. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  211. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  212. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  213. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  214. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  215. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  216. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  217. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  218. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  219. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  220. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  221. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  222. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  223. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  224. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  225. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  226. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  227. package/lib/request/update-awr-hub-request.d.ts +1 -1
  228. package/lib/request/update-database-insight-request.d.ts +1 -1
  229. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  230. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  231. package/lib/request/update-host-insight-request.d.ts +1 -1
  232. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  233. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  234. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  235. package/lib/response/get-awr-database-report-response.d.ts +25 -0
  236. package/lib/response/get-awr-database-report-response.js +15 -0
  237. package/lib/response/get-awr-database-report-response.js.map +1 -0
  238. package/lib/response/get-awr-database-sql-report-response.d.ts +25 -0
  239. package/lib/response/get-awr-database-sql-report-response.js +15 -0
  240. package/lib/response/get-awr-database-sql-report-response.js.map +1 -0
  241. package/lib/response/index.d.ts +26 -0
  242. package/lib/response/list-awr-database-snapshots-response.d.ts +32 -0
  243. package/lib/response/list-awr-database-snapshots-response.js +15 -0
  244. package/lib/response/list-awr-database-snapshots-response.js.map +1 -0
  245. package/lib/response/list-awr-databases-response.d.ts +32 -0
  246. package/lib/response/list-awr-databases-response.js +15 -0
  247. package/lib/response/list-awr-databases-response.js.map +1 -0
  248. package/lib/response/summarize-awr-database-cpu-usages-response.d.ts +32 -0
  249. package/lib/response/summarize-awr-database-cpu-usages-response.js +15 -0
  250. package/lib/response/summarize-awr-database-cpu-usages-response.js.map +1 -0
  251. package/lib/response/summarize-awr-database-metrics-response.d.ts +32 -0
  252. package/lib/response/summarize-awr-database-metrics-response.js +15 -0
  253. package/lib/response/summarize-awr-database-metrics-response.js.map +1 -0
  254. package/lib/response/summarize-awr-database-parameter-changes-response.d.ts +32 -0
  255. package/lib/response/summarize-awr-database-parameter-changes-response.js +15 -0
  256. package/lib/response/summarize-awr-database-parameter-changes-response.js.map +1 -0
  257. package/lib/response/summarize-awr-database-parameters-response.d.ts +32 -0
  258. package/lib/response/summarize-awr-database-parameters-response.js +15 -0
  259. package/lib/response/summarize-awr-database-parameters-response.js.map +1 -0
  260. package/lib/response/summarize-awr-database-snapshot-ranges-response.d.ts +32 -0
  261. package/lib/response/summarize-awr-database-snapshot-ranges-response.js +15 -0
  262. package/lib/response/summarize-awr-database-snapshot-ranges-response.js.map +1 -0
  263. package/lib/response/summarize-awr-database-sysstats-response.d.ts +32 -0
  264. package/lib/response/summarize-awr-database-sysstats-response.js +15 -0
  265. package/lib/response/summarize-awr-database-sysstats-response.js.map +1 -0
  266. package/lib/response/summarize-awr-database-top-wait-events-response.d.ts +32 -0
  267. package/lib/response/summarize-awr-database-top-wait-events-response.js +15 -0
  268. package/lib/response/summarize-awr-database-top-wait-events-response.js.map +1 -0
  269. package/lib/response/summarize-awr-database-wait-event-buckets-response.d.ts +32 -0
  270. package/lib/response/summarize-awr-database-wait-event-buckets-response.js +15 -0
  271. package/lib/response/summarize-awr-database-wait-event-buckets-response.js.map +1 -0
  272. package/lib/response/summarize-awr-database-wait-events-response.d.ts +32 -0
  273. package/lib/response/summarize-awr-database-wait-events-response.js +15 -0
  274. package/lib/response/summarize-awr-database-wait-events-response.js.map +1 -0
  275. package/package.json +3 -3
@@ -0,0 +1,31 @@
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
+ * The result of AWR query.
19
+ */
20
+ export interface AwrDatabaseCollection extends model.AwrQueryResult {
21
+ /**
22
+ * A list of AWR summary data.
23
+ */
24
+ "items"?: Array<model.AwrDatabaseSummary>;
25
+ "awrResultType": string;
26
+ }
27
+ export declare namespace AwrDatabaseCollection {
28
+ function getJsonObj(obj: AwrDatabaseCollection, isParentJsonObj?: boolean): object;
29
+ const awrResultType = "AWRDB_SET";
30
+ function getDeserializedJsonObj(obj: AwrDatabaseCollection, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,67 @@
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.AwrDatabaseCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var AwrDatabaseCollection;
40
+ (function (AwrDatabaseCollection) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.AwrQueryResult.getJsonObj(obj))), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.AwrDatabaseSummary.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ AwrDatabaseCollection.getJsonObj = getJsonObj;
52
+ AwrDatabaseCollection.awrResultType = "AWRDB_SET";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.AwrQueryResult.getDeserializedJsonObj(obj))), {
57
+ "items": obj.items
58
+ ? obj.items.map(item => {
59
+ return model.AwrDatabaseSummary.getDeserializedJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ AwrDatabaseCollection.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(AwrDatabaseCollection = exports.AwrDatabaseCollection || (exports.AwrDatabaseCollection = {}));
67
+ //# sourceMappingURL=awr-database-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"awr-database-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-database-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qBAAqB,CAmCrC;AAnCD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACzF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACY,mCAAa,GAAG,WAAW,CAAC;IACzC,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC7E;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4CAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAmCrC"}
@@ -0,0 +1,43 @@
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
+ * The AWR CPU usage data.
19
+ */
20
+ export interface AwrDatabaseCpuUsageCollection extends model.AwrQueryResult {
21
+ /**
22
+ * The number of available CPU cores, which include subcores of multicore and single-core CPUs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "numCpuCores"?: number;
25
+ /**
26
+ * The number of CPUs available for the database to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "databaseCpuCount"?: number;
29
+ /**
30
+ * The number of available CPUs or processors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "hostCpuCount"?: number;
33
+ /**
34
+ * A list of AWR CPU usage summary data.
35
+ */
36
+ "items"?: Array<model.AwrDatabaseCpuUsageSummary>;
37
+ "awrResultType": string;
38
+ }
39
+ export declare namespace AwrDatabaseCpuUsageCollection {
40
+ function getJsonObj(obj: AwrDatabaseCpuUsageCollection, isParentJsonObj?: boolean): object;
41
+ const awrResultType = "AWRDB_ASH_CPU_USAGE_SET";
42
+ function getDeserializedJsonObj(obj: AwrDatabaseCpuUsageCollection, isParentJsonObj?: boolean): object;
43
+ }
@@ -0,0 +1,69 @@
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.AwrDatabaseCpuUsageCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var AwrDatabaseCpuUsageCollection;
40
+ (function (AwrDatabaseCpuUsageCollection) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.AwrQueryResult.getJsonObj(obj))), {
45
+ "items": obj.items
46
+ ? obj.items.map(item => {
47
+ return model.AwrDatabaseCpuUsageSummary.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ AwrDatabaseCpuUsageCollection.getJsonObj = getJsonObj;
54
+ AwrDatabaseCpuUsageCollection.awrResultType = "AWRDB_ASH_CPU_USAGE_SET";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.AwrQueryResult.getDeserializedJsonObj(obj))), {
59
+ "items": obj.items
60
+ ? obj.items.map(item => {
61
+ return model.AwrDatabaseCpuUsageSummary.getDeserializedJsonObj(item);
62
+ })
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ AwrDatabaseCpuUsageCollection.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(AwrDatabaseCpuUsageCollection = exports.AwrDatabaseCpuUsageCollection || (exports.AwrDatabaseCpuUsageCollection = {}));
69
+ //# sourceMappingURL=awr-database-cpu-usage-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"awr-database-cpu-usage-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-database-cpu-usage-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,6BAA6B,CAwC7C;AAxCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GACzE;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wCAAU,aAkBzB,CAAA;IACY,2CAAa,GAAG,yBAAyB,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAmC,CAAC,GACrF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oDAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAwC7C"}
@@ -0,0 +1,32 @@
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
+ * A summary of the AWR CPU resource limits and metrics.
18
+ */
19
+ export interface AwrDatabaseCpuUsageSummary {
20
+ /**
21
+ * The timestamp for the CPU summary data.
22
+ */
23
+ "timestamp"?: Date;
24
+ /**
25
+ * The average CPU usage per second. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "avgUsageInSecs"?: number;
28
+ }
29
+ export declare namespace AwrDatabaseCpuUsageSummary {
30
+ function getJsonObj(obj: AwrDatabaseCpuUsageSummary): object;
31
+ function getDeserializedJsonObj(obj: AwrDatabaseCpuUsageSummary): object;
32
+ }
@@ -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.AwrDatabaseCpuUsageSummary = void 0;
19
+ var AwrDatabaseCpuUsageSummary;
20
+ (function (AwrDatabaseCpuUsageSummary) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ AwrDatabaseCpuUsageSummary.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ AwrDatabaseCpuUsageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(AwrDatabaseCpuUsageSummary = exports.AwrDatabaseCpuUsageSummary || (exports.AwrDatabaseCpuUsageSummary = {}));
32
+ //# sourceMappingURL=awr-database-cpu-usage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"awr-database-cpu-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-database-cpu-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -0,0 +1,31 @@
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
+ * The AWR metrics time series summary data.
19
+ */
20
+ export interface AwrDatabaseMetricCollection extends model.AwrQueryResult {
21
+ /**
22
+ * A list of AWR metric summary data.
23
+ */
24
+ "items"?: Array<model.AwrDatabaseMetricSummary>;
25
+ "awrResultType": string;
26
+ }
27
+ export declare namespace AwrDatabaseMetricCollection {
28
+ function getJsonObj(obj: AwrDatabaseMetricCollection, isParentJsonObj?: boolean): object;
29
+ const awrResultType = "AWRDB_METRICS_SET";
30
+ function getDeserializedJsonObj(obj: AwrDatabaseMetricCollection, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,69 @@
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.AwrDatabaseMetricCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var AwrDatabaseMetricCollection;
40
+ (function (AwrDatabaseMetricCollection) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.AwrQueryResult.getJsonObj(obj))), {
45
+ "items": obj.items
46
+ ? obj.items.map(item => {
47
+ return model.AwrDatabaseMetricSummary.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ AwrDatabaseMetricCollection.getJsonObj = getJsonObj;
54
+ AwrDatabaseMetricCollection.awrResultType = "AWRDB_METRICS_SET";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.AwrQueryResult.getDeserializedJsonObj(obj))), {
59
+ "items": obj.items
60
+ ? obj.items.map(item => {
61
+ return model.AwrDatabaseMetricSummary.getDeserializedJsonObj(item);
62
+ })
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ AwrDatabaseMetricCollection.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(AwrDatabaseMetricCollection = exports.AwrDatabaseMetricCollection || (exports.AwrDatabaseMetricCollection = {}));
69
+ //# sourceMappingURL=awr-database-metric-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"awr-database-metric-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-database-metric-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,2BAA2B,CAqC3C;AArCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GACvE;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACY,yCAAa,GAAG,mBAAmB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACnF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,kDAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqC3C"}
@@ -0,0 +1,44 @@
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
+ * The summary of the AWR metric data for a particular metric at a specific time.
18
+ */
19
+ export interface AwrDatabaseMetricSummary {
20
+ /**
21
+ * The name of the metric.
22
+ */
23
+ "name": string;
24
+ /**
25
+ * The time of the sampling.
26
+ */
27
+ "timestamp"?: Date;
28
+ /**
29
+ * The average value of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "avgValue"?: number;
32
+ /**
33
+ * The minimum value of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "minValue"?: number;
36
+ /**
37
+ * The maximum value of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
38
+ */
39
+ "maxValue"?: number;
40
+ }
41
+ export declare namespace AwrDatabaseMetricSummary {
42
+ function getJsonObj(obj: AwrDatabaseMetricSummary): object;
43
+ function getDeserializedJsonObj(obj: AwrDatabaseMetricSummary): object;
44
+ }
@@ -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.AwrDatabaseMetricSummary = void 0;
19
+ var AwrDatabaseMetricSummary;
20
+ (function (AwrDatabaseMetricSummary) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ AwrDatabaseMetricSummary.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ AwrDatabaseMetricSummary.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(AwrDatabaseMetricSummary = exports.AwrDatabaseMetricSummary || (exports.AwrDatabaseMetricSummary = {}));
32
+ //# sourceMappingURL=awr-database-metric-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"awr-database-metric-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-database-metric-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+BH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,31 @@
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
+ * The AWR database parameter change history.
19
+ */
20
+ export interface AwrDatabaseParameterChangeCollection extends model.AwrQueryResult {
21
+ /**
22
+ * A list of AWR database parameter change summary data.
23
+ */
24
+ "items"?: Array<model.AwrDatabaseParameterChangeSummary>;
25
+ "awrResultType": string;
26
+ }
27
+ export declare namespace AwrDatabaseParameterChangeCollection {
28
+ function getJsonObj(obj: AwrDatabaseParameterChangeCollection, isParentJsonObj?: boolean): object;
29
+ const awrResultType = "AWRDB_DB_PARAMETER_CHANGE";
30
+ function getDeserializedJsonObj(obj: AwrDatabaseParameterChangeCollection, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,69 @@
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.AwrDatabaseParameterChangeCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var AwrDatabaseParameterChangeCollection;
40
+ (function (AwrDatabaseParameterChangeCollection) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.AwrQueryResult.getJsonObj(obj))), {
45
+ "items": obj.items
46
+ ? obj.items.map(item => {
47
+ return model.AwrDatabaseParameterChangeSummary.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ AwrDatabaseParameterChangeCollection.getJsonObj = getJsonObj;
54
+ AwrDatabaseParameterChangeCollection.awrResultType = "AWRDB_DB_PARAMETER_CHANGE";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.AwrQueryResult.getDeserializedJsonObj(obj))), {
59
+ "items": obj.items
60
+ ? obj.items.map(item => {
61
+ return model.AwrDatabaseParameterChangeSummary.getDeserializedJsonObj(item);
62
+ })
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ AwrDatabaseParameterChangeCollection.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(AwrDatabaseParameterChangeCollection = exports.AwrDatabaseParameterChangeCollection || (exports.AwrDatabaseParameterChangeCollection = {}));
69
+ //# sourceMappingURL=awr-database-parameter-change-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"awr-database-parameter-change-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-database-parameter-change-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,oCAAoC,CA0CpD;AA1CD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GAChF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,+CAAU,aAkBzB,CAAA;IACY,kDAAa,GAAG,2BAA2B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAC1C,GAAG,CACqC,CAAC,GAC5C;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA1CgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA0CpD"}
@@ -0,0 +1,63 @@
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
+ * A summary of the changes made to a single AWR database parameter.
18
+ */
19
+ export interface AwrDatabaseParameterChangeSummary {
20
+ /**
21
+ * The start time of the interval.
22
+ */
23
+ "timeBegin"?: Date;
24
+ /**
25
+ * The end time of the interval.
26
+ */
27
+ "timeEnd"?: Date;
28
+ /**
29
+ * The database instance number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "instanceNumber"?: number;
32
+ /**
33
+ * The previous value of the database parameter.
34
+ */
35
+ "previousValue"?: string;
36
+ /**
37
+ * The current value of the database parameter.
38
+ */
39
+ "value"?: string;
40
+ /**
41
+ * The ID of the snapshot with the parameter value changed. The snapshot identifier is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
42
+ * It can be retrieved from the following endpoint:
43
+ * /awrHubs/{awrHubId}/awrDatabaseSnapshots
44
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
+ */
46
+ "snapshotIdentifier": number;
47
+ /**
48
+ * Indicates whether the parameter has been modified after instance startup:
49
+ * - MODIFIED - Parameter has been modified with ALTER SESSION
50
+ * - SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM (which causes all the currently logged in sessions values to be modified)
51
+ * - FALSE - Parameter has not been modified after instance startup
52
+ *
53
+ */
54
+ "valueModified"?: string;
55
+ /**
56
+ * Indicates whether the parameter value in the end snapshot is the default.
57
+ */
58
+ "isDefault"?: boolean;
59
+ }
60
+ export declare namespace AwrDatabaseParameterChangeSummary {
61
+ function getJsonObj(obj: AwrDatabaseParameterChangeSummary): object;
62
+ function getDeserializedJsonObj(obj: AwrDatabaseParameterChangeSummary): object;
63
+ }