oci-opsi 2.54.0 → 2.55.1

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 (229) hide show
  1. package/lib/client.d.ts +156 -136
  2. package/lib/client.js +298 -142
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +2 -2
  5. package/lib/model/host-configuration-metric-group.js +4 -0
  6. package/lib/model/host-configuration-metric-group.js.map +1 -1
  7. package/lib/model/host-filesystem-configuration.d.ts +40 -0
  8. package/lib/model/host-filesystem-configuration.js +57 -0
  9. package/lib/model/host-filesystem-configuration.js.map +1 -0
  10. package/lib/model/host-filesystem-usage.d.ts +34 -0
  11. package/lib/model/host-filesystem-usage.js +57 -0
  12. package/lib/model/host-filesystem-usage.js.map +1 -0
  13. package/lib/model/host-insight-resource-statistics-aggregation.d.ts +1 -1
  14. package/lib/model/host-insight-resource-statistics-aggregation.js.map +1 -1
  15. package/lib/model/host-network-activity-summary.d.ts +4 -0
  16. package/lib/model/host-network-activity-summary.js.map +1 -1
  17. package/lib/model/host-network-statistics.d.ts +30 -0
  18. package/lib/model/host-network-statistics.js +57 -0
  19. package/lib/model/host-network-statistics.js.map +1 -0
  20. package/lib/model/host-performance-metric-group.js +4 -0
  21. package/lib/model/host-performance-metric-group.js.map +1 -1
  22. package/lib/model/host-resource-statistics.js +8 -0
  23. package/lib/model/host-resource-statistics.js.map +1 -1
  24. package/lib/model/host-storage-statistics.d.ts +29 -0
  25. package/lib/model/host-storage-statistics.js +57 -0
  26. package/lib/model/host-storage-statistics.js.map +1 -0
  27. package/lib/model/index.d.ts +20 -0
  28. package/lib/model/index.js +26 -6
  29. package/lib/model/index.js.map +1 -1
  30. package/lib/model/network-usage-trend-aggregation.d.ts +41 -0
  31. package/lib/model/network-usage-trend-aggregation.js +64 -0
  32. package/lib/model/network-usage-trend-aggregation.js.map +1 -0
  33. package/lib/model/network-usage-trend.d.ts +40 -0
  34. package/lib/model/network-usage-trend.js +32 -0
  35. package/lib/model/network-usage-trend.js.map +1 -0
  36. package/lib/model/storage-usage-trend-aggregation.d.ts +41 -0
  37. package/lib/model/storage-usage-trend-aggregation.js +64 -0
  38. package/lib/model/storage-usage-trend-aggregation.js.map +1 -0
  39. package/lib/model/storage-usage-trend.d.ts +36 -0
  40. package/lib/model/storage-usage-trend.js +32 -0
  41. package/lib/model/storage-usage-trend.js.map +1 -0
  42. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +1 -1
  43. package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.d.ts +60 -0
  44. package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js +77 -0
  45. package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js.map +1 -0
  46. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +10 -0
  47. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +2 -0
  48. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  49. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +10 -0
  50. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +2 -0
  51. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
  52. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +10 -0
  53. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +2 -0
  54. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
  55. package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +2 -0
  56. package/lib/model/summarize-host-insight-resource-usage-aggregation.js +2 -0
  57. package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
  58. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +2 -0
  59. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +2 -0
  60. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
  61. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.d.ts +10 -0
  62. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js +2 -0
  63. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js.map +1 -1
  64. package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.d.ts +60 -0
  65. package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js +77 -0
  66. package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js.map +1 -0
  67. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  68. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  69. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  70. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  71. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  72. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  73. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  74. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  75. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  76. package/lib/request/create-awr-hub-request.d.ts +1 -1
  77. package/lib/request/create-database-insight-request.d.ts +1 -1
  78. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  79. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  80. package/lib/request/create-host-insight-request.d.ts +1 -1
  81. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  82. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  83. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  84. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  85. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  86. package/lib/request/delete-database-insight-request.d.ts +1 -1
  87. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  88. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  89. package/lib/request/delete-host-insight-request.d.ts +1 -1
  90. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  91. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  92. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  93. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  94. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  95. package/lib/request/disable-database-insight-request.d.ts +1 -1
  96. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  97. package/lib/request/disable-host-insight-request.d.ts +1 -1
  98. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  99. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  100. package/lib/request/enable-database-insight-request.d.ts +1 -1
  101. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  102. package/lib/request/enable-host-insight-request.d.ts +1 -1
  103. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  104. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  105. package/lib/request/get-awr-hub-request.d.ts +1 -1
  106. package/lib/request/get-awr-report-request.d.ts +1 -1
  107. package/lib/request/get-database-insight-request.d.ts +1 -1
  108. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  109. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  110. package/lib/request/get-host-insight-request.d.ts +1 -1
  111. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  112. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  113. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  114. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  115. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  116. package/lib/request/get-work-request-request.d.ts +1 -1
  117. package/lib/request/index.d.ts +4 -0
  118. package/lib/request/index.js +9 -1
  119. package/lib/request/index.js.map +1 -1
  120. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  121. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  122. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  123. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  124. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  125. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  126. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  127. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  128. package/lib/request/list-awr-databases-request.d.ts +1 -1
  129. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  130. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  131. package/lib/request/list-database-configurations-request.d.ts +1 -1
  132. package/lib/request/list-database-insights-request.d.ts +1 -1
  133. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  134. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  135. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  136. package/lib/request/list-host-configurations-request.d.ts +1 -1
  137. package/lib/request/list-host-insights-request.d.ts +1 -1
  138. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  139. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  140. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  141. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  142. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  143. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  144. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  145. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  146. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  147. package/lib/request/list-sql-plans-request.d.ts +1 -1
  148. package/lib/request/list-sql-searches-request.d.ts +1 -1
  149. package/lib/request/list-sql-texts-request.d.ts +1 -1
  150. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  151. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  152. package/lib/request/list-work-requests-request.d.ts +1 -1
  153. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  154. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  155. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  156. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  157. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  158. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  159. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  160. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  161. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  162. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  163. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  164. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  165. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  166. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  167. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  168. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  169. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  170. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  171. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  172. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  173. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  174. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  175. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  176. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  177. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  178. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  179. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  180. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  181. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  182. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +89 -0
  183. package/lib/request/summarize-host-insight-network-usage-trend-request.js +24 -0
  184. package/lib/request/summarize-host-insight-network-usage-trend-request.js.map +1 -0
  185. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +10 -1
  186. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  187. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +20 -1
  188. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  189. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +10 -1
  190. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  191. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -1
  192. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  193. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +2 -1
  194. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  195. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +10 -1
  196. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  197. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +89 -0
  198. package/lib/request/summarize-host-insight-storage-usage-trend-request.js +24 -0
  199. package/lib/request/summarize-host-insight-storage-usage-trend-request.js.map +1 -0
  200. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +11 -1
  201. package/lib/request/summarize-host-insight-top-processes-usage-request.js +9 -0
  202. package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -1
  203. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +11 -1
  204. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js +9 -0
  205. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js.map +1 -1
  206. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  207. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  208. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  209. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  210. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  211. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  212. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  213. package/lib/request/update-awr-hub-request.d.ts +1 -1
  214. package/lib/request/update-database-insight-request.d.ts +1 -1
  215. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  216. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  217. package/lib/request/update-host-insight-request.d.ts +1 -1
  218. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  219. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  220. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  221. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  222. package/lib/response/index.d.ts +4 -0
  223. package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +32 -0
  224. package/lib/response/summarize-host-insight-network-usage-trend-response.js +15 -0
  225. package/lib/response/summarize-host-insight-network-usage-trend-response.js.map +1 -0
  226. package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +32 -0
  227. package/lib/response/summarize-host-insight-storage-usage-trend-response.js +15 -0
  228. package/lib/response/summarize-host-insight-storage-usage-trend-response.js.map +1 -0
  229. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceUsageAggregatedRequest extends common.BaseRequest {
18
18
  /**
@@ -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.54.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
17
17
  */
18
18
  export interface SummarizeExadataInsightResourceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeExadataInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -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.54.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
17
17
  */
18
18
  export interface SummarizeExadataMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,89 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrendRequest.
16
+ */
17
+ export interface SummarizeHostInsightNetworkUsageTrendRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Required [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host insight resource.
24
+ *
25
+ */
26
+ "id": string;
27
+ /**
28
+ * Specify time period in ISO 8601 format with respect to current time.
29
+ * Default is last 30 days represented by P30D.
30
+ * If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
31
+ * Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
32
+ *
33
+ */
34
+ "analysisTimeInterval"?: string;
35
+ /**
36
+ * Analysis start time in UTC in ISO 8601 format(inclusive).
37
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
38
+ * The minimum allowed value is 2 years prior to the current day.
39
+ * timeIntervalStart and timeIntervalEnd parameters are used together.
40
+ * If analysisTimeInterval is specified, this parameter is ignored.
41
+ *
42
+ */
43
+ "timeIntervalStart"?: Date;
44
+ /**
45
+ * Analysis end time in UTC in ISO 8601 format(exclusive).
46
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
47
+ * timeIntervalStart and timeIntervalEnd are used together.
48
+ * If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
49
+ *
50
+ */
51
+ "timeIntervalEnd"?: Date;
52
+ /**
53
+ * Optional [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host (Compute Id)
54
+ *
55
+ */
56
+ "hostId"?: string;
57
+ /**
58
+ * For list pagination. The value of the `opc-next-page` response header from
59
+ * the previous \"List\" call. For important details about how pagination works,
60
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
61
+ *
62
+ */
63
+ "page"?: string;
64
+ /**
65
+ * For list pagination. The maximum number of results per page, or items to
66
+ * return in a paginated \"List\" call.
67
+ * For important details about how pagination works, see
68
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
69
+ * Example: `50`
70
+ *
71
+ */
72
+ "limit"?: number;
73
+ /**
74
+ * Choose the type of statistic metric data to be used for forecasting.
75
+ */
76
+ "statistic"?: SummarizeHostInsightNetworkUsageTrendRequest.Statistic;
77
+ /**
78
+ * Unique Oracle-assigned identifier for the request. If you need to contact
79
+ * Oracle about a particular request, please provide the request ID.
80
+ *
81
+ */
82
+ "opcRequestId"?: string;
83
+ }
84
+ export declare namespace SummarizeHostInsightNetworkUsageTrendRequest {
85
+ enum Statistic {
86
+ Avg = "AVG",
87
+ Max = "MAX"
88
+ }
89
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeHostInsightNetworkUsageTrendRequest = void 0;
16
+ var SummarizeHostInsightNetworkUsageTrendRequest;
17
+ (function (SummarizeHostInsightNetworkUsageTrendRequest) {
18
+ let Statistic;
19
+ (function (Statistic) {
20
+ Statistic["Avg"] = "AVG";
21
+ Statistic["Max"] = "MAX";
22
+ })(Statistic = SummarizeHostInsightNetworkUsageTrendRequest.Statistic || (SummarizeHostInsightNetworkUsageTrendRequest.Statistic = {}));
23
+ })(SummarizeHostInsightNetworkUsageTrendRequest = exports.SummarizeHostInsightNetworkUsageTrendRequest || (exports.SummarizeHostInsightNetworkUsageTrendRequest = {}));
24
+ //# sourceMappingURL=summarize-host-insight-network-usage-trend-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-host-insight-network-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-network-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4EH,IAAiB,4CAA4C,CAK5D;AALD,WAAiB,4CAA4C;IAC3D,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,sDAAS,KAAT,sDAAS,QAGpB;AACH,CAAC,EALgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAK5D"}
@@ -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.54.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -22,6 +22,7 @@ export interface SummarizeHostInsightResourceCapacityTrendRequest extends common
22
22
  "compartmentId": string;
23
23
  /**
24
24
  * Filter by host resource metric.
25
+ * Supported values are CPU, MEMORY, LOGICAL_MEMORY, STORAGE and NETWORK.
25
26
  *
26
27
  */
27
28
  "resourceMetric": string;
@@ -154,6 +155,14 @@ export interface SummarizeHostInsightResourceCapacityTrendRequest extends common
154
155
  *
155
156
  */
156
157
  "vmclusterName"?: Array<string>;
158
+ /**
159
+ * Percent value in which a resource metric is considered highly utilized.
160
+ */
161
+ "highUtilizationThreshold"?: number;
162
+ /**
163
+ * Percent value in which a resource metric is considered low utilized.
164
+ */
165
+ "lowUtilizationThreshold"?: number;
157
166
  }
158
167
  export declare namespace SummarizeHostInsightResourceCapacityTrendRequest {
159
168
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqJH,IAAiB,gDAAgD,CAmBhE;AAnBD,WAAiB,gDAAgD;IAC/D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAKvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAGjB;AACH,CAAC,EAnBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAmBhE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8JH,IAAiB,gDAAgD,CAmBhE;AAnBD,WAAiB,gDAAgD;IAC/D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAKvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAGjB;AACH,CAAC,EAnBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAmBhE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceForecastTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -21,6 +21,7 @@ export interface SummarizeHostInsightResourceForecastTrendRequest extends common
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * Filter by host resource metric.
24
+ * Supported values are CPU, MEMORY, LOGICAL_MEMORY, STORAGE and NETWORK.
24
25
  *
25
26
  */
26
27
  "resourceMetric": string;
@@ -170,6 +171,24 @@ export interface SummarizeHostInsightResourceForecastTrendRequest extends common
170
171
  *
171
172
  */
172
173
  "vmclusterName"?: Array<string>;
174
+ /**
175
+ * Percent value in which a resource metric is considered highly utilized.
176
+ */
177
+ "highUtilizationThreshold"?: number;
178
+ /**
179
+ * Percent value in which a resource metric is considered low utilized.
180
+ */
181
+ "lowUtilizationThreshold"?: number;
182
+ /**
183
+ * Mount points are specialized NTFS filesystem objects.
184
+ *
185
+ */
186
+ "mountPoint"?: string;
187
+ /**
188
+ * Name of the network interface.
189
+ *
190
+ */
191
+ "interfaceName"?: string;
173
192
  }
174
193
  export declare namespace SummarizeHostInsightResourceForecastTrendRequest {
175
194
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsKH,IAAiB,gDAAgD,CAyBhE;AAzBD,WAAiB,gDAAgD;IAC/D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAKvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,8DAAa,KAAb,8DAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;AACH,CAAC,EAzBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAyBhE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyLH,IAAiB,gDAAgD,CAyBhE;AAzBD,WAAiB,gDAAgD;IAC/D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,6DAAY,KAAZ,6DAAY,QAKvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,0DAAS,KAAT,0DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,8DAAa,KAAb,8DAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,iEAAgB,KAAhB,iEAAgB,QAK3B;AACH,CAAC,EAzBgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAyBhE"}
@@ -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.54.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -22,6 +22,7 @@ export interface SummarizeHostInsightResourceStatisticsRequest extends common.Ba
22
22
  "compartmentId": string;
23
23
  /**
24
24
  * Filter by host resource metric.
25
+ * Supported values are CPU, MEMORY, LOGICAL_MEMORY, STORAGE and NETWORK.
25
26
  *
26
27
  */
27
28
  "resourceMetric": string;
@@ -171,6 +172,14 @@ export interface SummarizeHostInsightResourceStatisticsRequest extends common.Ba
171
172
  *
172
173
  */
173
174
  "vmclusterName"?: Array<string>;
175
+ /**
176
+ * Percent value in which a resource metric is considered highly utilized.
177
+ */
178
+ "highUtilizationThreshold"?: number;
179
+ /**
180
+ * Percent value in which a resource metric is considered low utilized.
181
+ */
182
+ "lowUtilizationThreshold"?: number;
174
183
  }
175
184
  export declare namespace SummarizeHostInsightResourceStatisticsRequest {
176
185
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsKH,IAAiB,6CAA6C,CAe7D;AAfD,WAAiB,6CAA6C;IAC5D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAKvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAMjB;AACH,CAAC,EAfgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAe7D"}
1
+ {"version":3,"file":"summarize-host-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+KH,IAAiB,6CAA6C,CAe7D;AAfD,WAAiB,6CAA6C;IAC5D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAKvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAMjB;AACH,CAAC,EAfgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAe7D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -21,6 +21,7 @@ export interface SummarizeHostInsightResourceUsageRequest extends common.BaseReq
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * Filter by host resource metric.
24
+ * Supported values are CPU, MEMORY, LOGICAL_MEMORY, STORAGE and NETWORK.
24
25
  *
25
26
  */
26
27
  "resourceMetric": string;
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuIH,IAAiB,wCAAwC,CAOxD;AAPD,WAAiB,wCAAwC;IACvD,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,qDAAY,KAAZ,qDAAY,QAKvB;AACH,CAAC,EAPgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAOxD"}
1
+ {"version":3,"file":"summarize-host-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwIH,IAAiB,wCAAwC,CAOxD;AAPD,WAAiB,wCAAwC;IACvD,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,qDAAY,KAAZ,qDAAY,QAKvB;AACH,CAAC,EAPgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAOxD"}
@@ -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.54.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeHostInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -22,6 +22,7 @@ export interface SummarizeHostInsightResourceUsageTrendRequest extends common.Ba
22
22
  "compartmentId": string;
23
23
  /**
24
24
  * Filter by host resource metric.
25
+ * Supported values are CPU, MEMORY, LOGICAL_MEMORY, STORAGE and NETWORK.
25
26
  *
26
27
  */
27
28
  "resourceMetric": string;
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4IH,IAAiB,6CAA6C,CAa7D;AAbD,WAAiB,6CAA6C;IAC5D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAKvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAIjB;AACH,CAAC,EAbgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAa7D"}
1
+ {"version":3,"file":"summarize-host-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6IH,IAAiB,6CAA6C,CAa7D;AAbD,WAAiB,6CAA6C;IAC5D,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,0DAAY,KAAZ,0DAAY,QAKvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAIjB;AACH,CAAC,EAbgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAa7D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -21,6 +21,7 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
21
21
  "compartmentId": string;
22
22
  /**
23
23
  * Filter by host resource metric.
24
+ * Supported values are CPU, MEMORY, LOGICAL_MEMORY, STORAGE and NETWORK.
24
25
  *
25
26
  */
26
27
  "resourceMetric": string;
@@ -139,6 +140,14 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
139
140
  *
140
141
  */
141
142
  "vmclusterName"?: Array<string>;
143
+ /**
144
+ * Percent value in which a resource metric is considered highly utilized.
145
+ */
146
+ "highUtilizationThreshold"?: number;
147
+ /**
148
+ * Percent value in which a resource metric is considered low utilized.
149
+ */
150
+ "lowUtilizationThreshold"?: number;
142
151
  }
143
152
  export declare namespace SummarizeHostInsightResourceUtilizationInsightRequest {
144
153
  enum PlatformType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuIH,IAAiB,qDAAqD,CAOrE;AAPD,WAAiB,qDAAqD;IACpE,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,kEAAY,KAAZ,kEAAY,QAKvB;AACH,CAAC,EAPgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAOrE"}
1
+ {"version":3,"file":"summarize-host-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,qDAAqD,CAOrE;AAPD,WAAiB,qDAAqD;IACpE,IAAY,YAKX;IALD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;IACnB,CAAC,EALW,YAAY,GAAZ,kEAAY,KAAZ,kEAAY,QAKvB;AACH,CAAC,EAPgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAOrE"}
@@ -0,0 +1,89 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrendRequest.
16
+ */
17
+ export interface SummarizeHostInsightStorageUsageTrendRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Required [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host insight resource.
24
+ *
25
+ */
26
+ "id": string;
27
+ /**
28
+ * Specify time period in ISO 8601 format with respect to current time.
29
+ * Default is last 30 days represented by P30D.
30
+ * If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
31
+ * Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
32
+ *
33
+ */
34
+ "analysisTimeInterval"?: string;
35
+ /**
36
+ * Analysis start time in UTC in ISO 8601 format(inclusive).
37
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
38
+ * The minimum allowed value is 2 years prior to the current day.
39
+ * timeIntervalStart and timeIntervalEnd parameters are used together.
40
+ * If analysisTimeInterval is specified, this parameter is ignored.
41
+ *
42
+ */
43
+ "timeIntervalStart"?: Date;
44
+ /**
45
+ * Analysis end time in UTC in ISO 8601 format(exclusive).
46
+ * Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
47
+ * timeIntervalStart and timeIntervalEnd are used together.
48
+ * If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
49
+ *
50
+ */
51
+ "timeIntervalEnd"?: Date;
52
+ /**
53
+ * Optional [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host (Compute Id)
54
+ *
55
+ */
56
+ "hostId"?: string;
57
+ /**
58
+ * For list pagination. The value of the `opc-next-page` response header from
59
+ * the previous \"List\" call. For important details about how pagination works,
60
+ * see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
61
+ *
62
+ */
63
+ "page"?: string;
64
+ /**
65
+ * For list pagination. The maximum number of results per page, or items to
66
+ * return in a paginated \"List\" call.
67
+ * For important details about how pagination works, see
68
+ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
69
+ * Example: `50`
70
+ *
71
+ */
72
+ "limit"?: number;
73
+ /**
74
+ * Choose the type of statistic metric data to be used for forecasting.
75
+ */
76
+ "statistic"?: SummarizeHostInsightStorageUsageTrendRequest.Statistic;
77
+ /**
78
+ * Unique Oracle-assigned identifier for the request. If you need to contact
79
+ * Oracle about a particular request, please provide the request ID.
80
+ *
81
+ */
82
+ "opcRequestId"?: string;
83
+ }
84
+ export declare namespace SummarizeHostInsightStorageUsageTrendRequest {
85
+ enum Statistic {
86
+ Avg = "AVG",
87
+ Max = "MAX"
88
+ }
89
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeHostInsightStorageUsageTrendRequest = void 0;
16
+ var SummarizeHostInsightStorageUsageTrendRequest;
17
+ (function (SummarizeHostInsightStorageUsageTrendRequest) {
18
+ let Statistic;
19
+ (function (Statistic) {
20
+ Statistic["Avg"] = "AVG";
21
+ Statistic["Max"] = "MAX";
22
+ })(Statistic = SummarizeHostInsightStorageUsageTrendRequest.Statistic || (SummarizeHostInsightStorageUsageTrendRequest.Statistic = {}));
23
+ })(SummarizeHostInsightStorageUsageTrendRequest = exports.SummarizeHostInsightStorageUsageTrendRequest || (exports.SummarizeHostInsightStorageUsageTrendRequest = {}));
24
+ //# sourceMappingURL=summarize-host-insight-storage-usage-trend-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-host-insight-storage-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-storage-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4EH,IAAiB,4CAA4C,CAK5D;AALD,WAAiB,4CAA4C;IAC3D,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,sDAAS,KAAT,sDAAS,QAGpB;AACH,CAAC,EALgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAK5D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightTopProcessesUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -94,4 +94,14 @@ export interface SummarizeHostInsightTopProcessesUsageRequest extends common.Bas
94
94
  *
95
95
  */
96
96
  "hostId"?: string;
97
+ /**
98
+ * Choose the type of statistic metric data to be used for forecasting.
99
+ */
100
+ "statistic"?: SummarizeHostInsightTopProcessesUsageRequest.Statistic;
101
+ }
102
+ export declare namespace SummarizeHostInsightTopProcessesUsageRequest {
103
+ enum Statistic {
104
+ Avg = "AVG",
105
+ Max = "MAX"
106
+ }
97
107
  }
@@ -12,4 +12,13 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeHostInsightTopProcessesUsageRequest = void 0;
16
+ var SummarizeHostInsightTopProcessesUsageRequest;
17
+ (function (SummarizeHostInsightTopProcessesUsageRequest) {
18
+ let Statistic;
19
+ (function (Statistic) {
20
+ Statistic["Avg"] = "AVG";
21
+ Statistic["Max"] = "MAX";
22
+ })(Statistic = SummarizeHostInsightTopProcessesUsageRequest.Statistic || (SummarizeHostInsightTopProcessesUsageRequest.Statistic = {}));
23
+ })(SummarizeHostInsightTopProcessesUsageRequest = exports.SummarizeHostInsightTopProcessesUsageRequest || (exports.SummarizeHostInsightTopProcessesUsageRequest = {}));
15
24
  //# sourceMappingURL=summarize-host-insight-top-processes-usage-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-top-processes-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-top-processes-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"summarize-host-insight-top-processes-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-top-processes-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8FH,IAAiB,4CAA4C,CAK5D;AALD,WAAiB,4CAA4C;IAC3D,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,sDAAS,KAAT,sDAAS,QAGpB;AACH,CAAC,EALgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAK5D"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrendRequest.
16
16
  */
17
17
  export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -93,4 +93,14 @@ export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends commo
93
93
  *
94
94
  */
95
95
  "processHash"?: string;
96
+ /**
97
+ * Choose the type of statistic metric data to be used for forecasting.
98
+ */
99
+ "statistic"?: SummarizeHostInsightTopProcessesUsageTrendRequest.Statistic;
100
+ }
101
+ export declare namespace SummarizeHostInsightTopProcessesUsageTrendRequest {
102
+ enum Statistic {
103
+ Avg = "AVG",
104
+ Max = "MAX"
105
+ }
96
106
  }
@@ -12,4 +12,13 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeHostInsightTopProcessesUsageTrendRequest = void 0;
16
+ var SummarizeHostInsightTopProcessesUsageTrendRequest;
17
+ (function (SummarizeHostInsightTopProcessesUsageTrendRequest) {
18
+ let Statistic;
19
+ (function (Statistic) {
20
+ Statistic["Avg"] = "AVG";
21
+ Statistic["Max"] = "MAX";
22
+ })(Statistic = SummarizeHostInsightTopProcessesUsageTrendRequest.Statistic || (SummarizeHostInsightTopProcessesUsageTrendRequest.Statistic = {}));
23
+ })(SummarizeHostInsightTopProcessesUsageTrendRequest = exports.SummarizeHostInsightTopProcessesUsageTrendRequest || (exports.SummarizeHostInsightTopProcessesUsageTrendRequest = {}));
15
24
  //# sourceMappingURL=summarize-host-insight-top-processes-usage-trend-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-host-insight-top-processes-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-top-processes-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"summarize-host-insight-top-processes-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-host-insight-top-processes-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6FH,IAAiB,iDAAiD,CAKjE;AALD,WAAiB,iDAAiD;IAChE,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,2DAAS,KAAT,2DAAS,QAGpB;AACH,CAAC,EALgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAKjE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeOperationsInsightsWarehouseResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
16
16
  */
17
17
  export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
16
16
  */
17
17
  export interface SummarizeSqlResponseTimeDistributionsRequest extends common.BaseRequest {
18
18
  /**