oci-opsi 2.53.1 → 2.55.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.
- package/lib/client.d.ts +180 -133
- package/lib/client.js +499 -146
- package/lib/client.js.map +1 -1
- package/lib/model/autonomous-database-insight-summary.d.ts +4 -0
- package/lib/model/autonomous-database-insight-summary.js.map +1 -1
- package/lib/model/autonomous-database-insight.d.ts +10 -0
- package/lib/model/autonomous-database-insight.js +16 -2
- package/lib/model/autonomous-database-insight.js.map +1 -1
- package/lib/model/change-autonomous-database-insight-advanced-features-details.d.ts +31 -0
- package/lib/model/change-autonomous-database-insight-advanced-features-details.js +66 -0
- package/lib/model/change-autonomous-database-insight-advanced-features-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +2 -2
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.d.ts +31 -0
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.js +66 -0
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.js.map +1 -0
- package/lib/model/host-configuration-metric-group.js +4 -0
- package/lib/model/host-configuration-metric-group.js.map +1 -1
- package/lib/model/host-filesystem-configuration.d.ts +40 -0
- package/lib/model/host-filesystem-configuration.js +57 -0
- package/lib/model/host-filesystem-configuration.js.map +1 -0
- package/lib/model/host-filesystem-usage.d.ts +34 -0
- package/lib/model/host-filesystem-usage.js +57 -0
- package/lib/model/host-filesystem-usage.js.map +1 -0
- package/lib/model/host-insight-resource-statistics-aggregation.d.ts +1 -1
- package/lib/model/host-insight-resource-statistics-aggregation.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/host-network-activity-summary.d.ts +4 -0
- package/lib/model/host-network-activity-summary.js.map +1 -1
- package/lib/model/host-network-statistics.d.ts +30 -0
- package/lib/model/host-network-statistics.js +57 -0
- package/lib/model/host-network-statistics.js.map +1 -0
- package/lib/model/host-performance-metric-group.js +4 -0
- package/lib/model/host-performance-metric-group.js.map +1 -1
- package/lib/model/host-resource-statistics.js +8 -0
- package/lib/model/host-resource-statistics.js.map +1 -1
- package/lib/model/host-storage-statistics.d.ts +29 -0
- package/lib/model/host-storage-statistics.js +57 -0
- package/lib/model/host-storage-statistics.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +36 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/network-usage-trend-aggregation.d.ts +41 -0
- package/lib/model/network-usage-trend-aggregation.js +64 -0
- package/lib/model/network-usage-trend-aggregation.js.map +1 -0
- package/lib/model/network-usage-trend.d.ts +40 -0
- package/lib/model/network-usage-trend.js +32 -0
- package/lib/model/network-usage-trend.js.map +1 -0
- package/lib/model/pe-comanaged-host-insight-summary.d.ts +54 -0
- package/lib/model/pe-comanaged-host-insight-summary.js +69 -0
- package/lib/model/pe-comanaged-host-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-host-insight.d.ts +58 -0
- package/lib/model/pe-comanaged-host-insight.js +67 -0
- package/lib/model/pe-comanaged-host-insight.js.map +1 -0
- package/lib/model/storage-usage-trend-aggregation.d.ts +41 -0
- package/lib/model/storage-usage-trend-aggregation.js +64 -0
- package/lib/model/storage-usage-trend-aggregation.js.map +1 -0
- package/lib/model/storage-usage-trend.d.ts +36 -0
- package/lib/model/storage-usage-trend.js +32 -0
- package/lib/model/storage-usage-trend.js.map +1 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +9 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.d.ts +60 -0
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js +77 -0
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js.map +1 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +2 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +2 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.d.ts +60 -0
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js +77 -0
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +50 -0
- package/lib/request/change-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/change-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/create-opsi-configuration-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +45 -0
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +50 -0
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-database-report-request.d.ts +1 -1
- package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-opsi-configuration-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-databases-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +2 -2
- package/lib/request/list-host-insights-request.d.ts +2 -2
- package/lib/request/list-hosted-entities-request.d.ts +2 -2
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-opsi-configurations-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-configuration-items-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +9 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +9 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +9 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +14 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +89 -0
- package/lib/request/summarize-host-insight-network-usage-trend-request.js +24 -0
- package/lib/request/summarize-host-insight-network-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +21 -2
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +3 -2
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +3 -2
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +89 -0
- package/lib/request/summarize-host-insight-storage-usage-trend-request.js +24 -0
- package/lib/request/summarize-host-insight-storage-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +12 -2
- package/lib/request/summarize-host-insight-top-processes-usage-request.js +9 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +12 -2
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js +9 -0
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +6 -1
- package/lib/request/summarize-sql-insights-request.js.map +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +1 -1
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/update-opsi-configuration-request.d.ts +1 -1
- package/lib/response/change-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/change-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/change-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.js.map +1 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/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;
|
|
@@ -140,7 +141,7 @@ export interface SummarizeHostInsightResourceCapacityTrendRequest extends common
|
|
|
140
141
|
"compartmentIdInSubtree"?: boolean;
|
|
141
142
|
/**
|
|
142
143
|
* Filter by one or more host types.
|
|
143
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
144
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
144
145
|
*
|
|
145
146
|
*/
|
|
146
147
|
"hostType"?: Array<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;;;
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/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;
|
|
@@ -156,7 +157,7 @@ export interface SummarizeHostInsightResourceForecastTrendRequest extends common
|
|
|
156
157
|
"compartmentIdInSubtree"?: boolean;
|
|
157
158
|
/**
|
|
158
159
|
* Filter by one or more host types.
|
|
159
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
160
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
160
161
|
*
|
|
161
162
|
*/
|
|
162
163
|
"hostType"?: Array<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;;;
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/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;
|
|
@@ -157,7 +158,7 @@ export interface SummarizeHostInsightResourceStatisticsRequest extends common.Ba
|
|
|
157
158
|
"compartmentIdInSubtree"?: boolean;
|
|
158
159
|
/**
|
|
159
160
|
* Filter by one or more host types.
|
|
160
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
161
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
161
162
|
*
|
|
162
163
|
*/
|
|
163
164
|
"hostType"?: Array<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;;;
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/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;
|
|
@@ -125,7 +126,7 @@ export interface SummarizeHostInsightResourceUsageRequest extends common.BaseReq
|
|
|
125
126
|
"compartmentIdInSubtree"?: boolean;
|
|
126
127
|
/**
|
|
127
128
|
* Filter by one or more host types.
|
|
128
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
129
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
129
130
|
*
|
|
130
131
|
*/
|
|
131
132
|
"hostType"?: Array<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;;;
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/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;
|
|
@@ -131,7 +132,7 @@ export interface SummarizeHostInsightResourceUsageTrendRequest extends common.Ba
|
|
|
131
132
|
"compartmentIdInSubtree"?: boolean;
|
|
132
133
|
/**
|
|
133
134
|
* Filter by one or more host types.
|
|
134
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
135
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
135
136
|
*
|
|
136
137
|
*/
|
|
137
138
|
"hostType"?: Array<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;;;
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/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;
|
|
@@ -125,7 +126,7 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
|
|
|
125
126
|
"compartmentIdInSubtree"?: boolean;
|
|
126
127
|
/**
|
|
127
128
|
* Filter by one or more host types.
|
|
128
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
129
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
129
130
|
*
|
|
130
131
|
*/
|
|
131
132
|
"hostType"?: Array<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;;;
|
|
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.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightTopProcessesUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -85,7 +85,7 @@ export interface SummarizeHostInsightTopProcessesUsageRequest extends common.Bas
|
|
|
85
85
|
"analysisTimeInterval"?: string;
|
|
86
86
|
/**
|
|
87
87
|
* Filter by one or more host types.
|
|
88
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
88
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
"hostType"?: Array<string>;
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -79,7 +79,7 @@ export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends commo
|
|
|
79
79
|
"opcRequestId"?: string;
|
|
80
80
|
/**
|
|
81
81
|
* Filter by one or more host types.
|
|
82
|
-
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
82
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
85
85
|
"hostType"?: Array<string>;
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeOperationsInsightsWarehouseResourceUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|