oci-opsi 2.44.0 → 2.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +137 -125
- package/lib/client.js +203 -126
- package/lib/client.js.map +1 -1
- package/lib/model/cloud-importable-compute-entity-summary.d.ts +1 -0
- package/lib/model/cloud-importable-compute-entity-summary.js.map +1 -1
- package/lib/model/em-managed-external-host-insight-summary.d.ts +1 -0
- package/lib/model/em-managed-external-host-insight-summary.js.map +1 -1
- package/lib/model/em-managed-external-host-insight.d.ts +1 -0
- package/lib/model/em-managed-external-host-insight.js.map +1 -1
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.d.ts +6 -1
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js.map +1 -1
- package/lib/model/exadata-insight-resource-statistics.d.ts +6 -1
- package/lib/model/exadata-insight-resource-statistics.js.map +1 -1
- package/lib/model/host-configuration-summary.d.ts +1 -0
- package/lib/model/host-configuration-summary.js +4 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- package/lib/model/host-details.d.ts +1 -0
- package/lib/model/host-details.js.map +1 -1
- package/lib/model/host-importable-agent-entity-summary.d.ts +1 -0
- package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
- package/lib/model/host-resource-capacity-trend-aggregation.d.ts +1 -1
- package/lib/model/host-resource-statistics.d.ts +1 -1
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +13 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-metrics.d.ts +6 -1
- package/lib/model/instance-metrics.js.map +1 -1
- package/lib/model/macs-managed-cloud-host-configuration-summary.d.ts +39 -0
- package/lib/model/macs-managed-cloud-host-configuration-summary.js +57 -0
- package/lib/model/macs-managed-cloud-host-configuration-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-host-insight-summary.d.ts +1 -0
- package/lib/model/macs-managed-cloud-host-insight-summary.js.map +1 -1
- package/lib/model/macs-managed-cloud-host-insight.d.ts +1 -0
- package/lib/model/macs-managed-cloud-host-insight.js.map +1 -1
- package/lib/model/macs-managed-external-host-insight-summary.d.ts +1 -0
- package/lib/model/macs-managed-external-host-insight-summary.js.map +1 -1
- package/lib/model/macs-managed-external-host-insight.d.ts +1 -0
- package/lib/model/macs-managed-external-host-insight.js.map +1 -1
- package/lib/model/opsi-configurations.d.ts +39 -0
- package/lib/model/opsi-configurations.js +32 -0
- package/lib/model/opsi-configurations.js.map +1 -0
- package/lib/model/resource-capacity-trend-aggregation.d.ts +7 -2
- package/lib/model/resource-capacity-trend-aggregation.js.map +1 -1
- package/lib/model/resource-statistics.d.ts +7 -2
- package/lib/model/resource-statistics.js.map +1 -1
- package/lib/model/resource-usage-summary.d.ts +6 -1
- package/lib/model/resource-usage-summary.js.map +1 -1
- package/lib/model/resource-usage-trend-aggregation.d.ts +6 -1
- package/lib/model/resource-usage-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-usage-aggregation.d.ts +6 -1
- package/lib/model/summarize-database-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +6 -1
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +1 -1
- package/lib/model/summarize-host-insights-top-processes-usage-collection.d.ts +34 -0
- package/lib/model/summarize-host-insights-top-processes-usage-collection.js +64 -0
- package/lib/model/summarize-host-insights-top-processes-usage-collection.js.map +1 -0
- package/lib/model/tablespace-usage-trend.d.ts +1 -1
- package/lib/model/top-processes-usage.d.ts +56 -0
- package/lib/model/top-processes-usage.js +32 -0
- package/lib/model/top-processes-usage.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- 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-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/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/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-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-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- 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 -1
- package/lib/request/list-host-configurations-request.js.map +1 -1
- package/lib/request/list-host-insights-request.d.ts +2 -1
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +2 -1
- package/lib/request/list-hosted-entities-request.js.map +1 -1
- 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-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-database-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +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-resource-capacity-trend-request.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +97 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.js +15 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -0
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +6 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +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/response/index.d.ts +2 -0
- package/lib/response/summarize-host-insight-top-processes-usage-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-top-processes-usage-response.js +15 -0
- package/lib/response/summarize-host-insight-top-processes-usage-response.js.map +1 -0
- 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -53,6 +53,7 @@ export interface SummarizeHostInsightResourceUtilizationInsightRequest extends c
|
|
|
53
53
|
/**
|
|
54
54
|
* Filter by one or more platform types.
|
|
55
55
|
* Supported platformType(s) for MACS-managed external host insight: [LINUX].
|
|
56
|
+
* Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
|
|
56
57
|
* Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
|
|
57
58
|
*
|
|
58
59
|
*/
|
|
@@ -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;;;AAmIH,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,97 @@
|
|
|
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, 2022, 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.45.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface SummarizeHostInsightTopProcessesUsageRequest 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
|
+
* Host top processes resource metric sort options.
|
|
29
|
+
* Supported values are CPU, MEMORY, VIIRTUAL_MEMORY.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"resourceMetric": string;
|
|
33
|
+
/**
|
|
34
|
+
* Timestamp at which to gather the top processes.
|
|
35
|
+
* This will be top processes over the hour or over the day pending the time range passed into the query.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"timestamp": Date;
|
|
39
|
+
/**
|
|
40
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
41
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
42
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
43
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
44
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"timeIntervalStart"?: Date;
|
|
48
|
+
/**
|
|
49
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
50
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
51
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
52
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"timeIntervalEnd"?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
58
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
59
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"page"?: string;
|
|
63
|
+
/**
|
|
64
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
65
|
+
* return in a paginated \"List\" call.
|
|
66
|
+
* For important details about how pagination works, see
|
|
67
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
68
|
+
* Example: `50`
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"limit"?: number;
|
|
72
|
+
/**
|
|
73
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
74
|
+
* Oracle about a particular request, please provide the request ID.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"opcRequestId"?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Specify time period in ISO 8601 format with respect to current time.
|
|
80
|
+
* Default is last 30 days represented by P30D.
|
|
81
|
+
* If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
|
|
82
|
+
* 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).
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"analysisTimeInterval"?: string;
|
|
86
|
+
/**
|
|
87
|
+
* Filter by one or more host types.
|
|
88
|
+
* Possible values are CLOUD-HOST, EXTERNAL-HOST
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"hostType"?: Array<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Optional [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the host (Compute Id)
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
"hostId"?: string;
|
|
97
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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, 2022, 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
|
+
//# sourceMappingURL=summarize-host-insight-top-processes-usage-request.js.map
|
|
@@ -0,0 +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"}
|
|
@@ -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.45.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -88,4 +88,9 @@ export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends commo
|
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"hostId"?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Unique identifier for a process.
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"processHash"?: string;
|
|
91
96
|
}
|
|
@@ -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.45.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlResponseTimeDistributionsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeSqlStatisticsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlStatisticsTimeSeriesByPlanRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlStatisticsTimeSeriesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHubRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAwrHubRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridgeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEnterpriseManagerBridgeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExadataInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHostInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsWarehouseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/response/index.d.ts
CHANGED
|
@@ -231,6 +231,8 @@ import * as SummarizeHostInsightResourceUsageTrendResponse from "./summarize-hos
|
|
|
231
231
|
export import SummarizeHostInsightResourceUsageTrendResponse = SummarizeHostInsightResourceUsageTrendResponse.SummarizeHostInsightResourceUsageTrendResponse;
|
|
232
232
|
import * as SummarizeHostInsightResourceUtilizationInsightResponse from "./summarize-host-insight-resource-utilization-insight-response";
|
|
233
233
|
export import SummarizeHostInsightResourceUtilizationInsightResponse = SummarizeHostInsightResourceUtilizationInsightResponse.SummarizeHostInsightResourceUtilizationInsightResponse;
|
|
234
|
+
import * as SummarizeHostInsightTopProcessesUsageResponse from "./summarize-host-insight-top-processes-usage-response";
|
|
235
|
+
export import SummarizeHostInsightTopProcessesUsageResponse = SummarizeHostInsightTopProcessesUsageResponse.SummarizeHostInsightTopProcessesUsageResponse;
|
|
234
236
|
import * as SummarizeHostInsightTopProcessesUsageTrendResponse from "./summarize-host-insight-top-processes-usage-trend-response";
|
|
235
237
|
export import SummarizeHostInsightTopProcessesUsageTrendResponse = SummarizeHostInsightTopProcessesUsageTrendResponse.SummarizeHostInsightTopProcessesUsageTrendResponse;
|
|
236
238
|
import * as SummarizeOperationsInsightsWarehouseResourceUsageResponse from "./summarize-operations-insights-warehouse-resource-usage-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface SummarizeHostInsightTopProcessesUsageResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.SummarizeHostInsightsTopProcessesUsageCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"summarizeHostInsightsTopProcessesUsageCollection": model.SummarizeHostInsightsTopProcessesUsageCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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, 2022, 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
|
+
//# sourceMappingURL=summarize-host-insight-top-processes-usage-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-host-insight-top-processes-usage-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-host-insight-top-processes-usage-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-opsi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.45.0",
|
|
4
4
|
"description": "OCI NodeJS client for Opsi Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.45.0",
|
|
19
|
+
"oci-workrequests": "2.45.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|