oci-opsi 2.53.0 → 2.54.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 +160 -133
- package/lib/client.js +337 -140
- 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/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-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/index.d.ts +8 -0
- package/lib/model/index.js +16 -8
- package/lib/model/index.js.map +1 -1
- 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/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 +8 -0
- 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/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 +6 -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 -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-resource-capacity-trend-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +2 -2
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +2 -2
- 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 +6 -0
- package/package.json +3 -3
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Summary of a Private Endpoint host insight resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface PeComanagedHostInsightSummary extends model.HostInsightSummary {
|
|
21
|
+
/**
|
|
22
|
+
* Platform type.
|
|
23
|
+
* Supported platformType(s) for MACS-managed external host insight: [LINUX].
|
|
24
|
+
* Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
|
|
25
|
+
* Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"platformType"?: PeComanagedHostInsightSummary.PlatformType;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
|
|
31
|
+
*/
|
|
32
|
+
"parentId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
|
|
35
|
+
*/
|
|
36
|
+
"rootId"?: string;
|
|
37
|
+
"entitySource": string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace PeComanagedHostInsightSummary {
|
|
40
|
+
enum PlatformType {
|
|
41
|
+
Linux = "LINUX",
|
|
42
|
+
Solaris = "SOLARIS",
|
|
43
|
+
Sunos = "SUNOS",
|
|
44
|
+
Zlinux = "ZLINUX",
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
50
|
+
}
|
|
51
|
+
function getJsonObj(obj: PeComanagedHostInsightSummary, isParentJsonObj?: boolean): object;
|
|
52
|
+
const entitySource = "PE_COMANAGED_HOST";
|
|
53
|
+
function getDeserializedJsonObj(obj: PeComanagedHostInsightSummary, isParentJsonObj?: boolean): object;
|
|
54
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.PeComanagedHostInsightSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var PeComanagedHostInsightSummary;
|
|
40
|
+
(function (PeComanagedHostInsightSummary) {
|
|
41
|
+
let PlatformType;
|
|
42
|
+
(function (PlatformType) {
|
|
43
|
+
PlatformType["Linux"] = "LINUX";
|
|
44
|
+
PlatformType["Solaris"] = "SOLARIS";
|
|
45
|
+
PlatformType["Sunos"] = "SUNOS";
|
|
46
|
+
PlatformType["Zlinux"] = "ZLINUX";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
PlatformType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(PlatformType = PeComanagedHostInsightSummary.PlatformType || (PeComanagedHostInsightSummary.PlatformType = {}));
|
|
53
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.HostInsightSummary.getJsonObj(obj))), {});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
PeComanagedHostInsightSummary.getJsonObj = getJsonObj;
|
|
60
|
+
PeComanagedHostInsightSummary.entitySource = "PE_COMANAGED_HOST";
|
|
61
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
62
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
63
|
+
? obj
|
|
64
|
+
: model.HostInsightSummary.getDeserializedJsonObj(obj))), {});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
PeComanagedHostInsightSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(PeComanagedHostInsightSummary = exports.PeComanagedHostInsightSummary || (exports.PeComanagedHostInsightSummary = {}));
|
|
69
|
+
//# sourceMappingURL=pe-comanaged-host-insight-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pe-comanaged-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/pe-comanaged-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,6BAA6B,CAwC7C;AAxCD,WAAiB,6BAA6B;IAC5C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAUvB;IAED,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAU,aAYzB,CAAA;IACY,0CAAY,GAAG,mBAAmB,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAmC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,oDAAsB,yBAYrC,CAAA;AACH,CAAC,EAxCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAwC7C"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Private Endpoint host insight resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface PeComanagedHostInsight extends model.HostInsight {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
|
|
23
|
+
*/
|
|
24
|
+
"opsiPrivateEndpointId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Platform type.
|
|
27
|
+
* Supported platformType(s) for MACS-managed external host insight: [LINUX].
|
|
28
|
+
* Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
|
|
29
|
+
* Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"platformType"?: PeComanagedHostInsight.PlatformType;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
|
|
35
|
+
*/
|
|
36
|
+
"parentId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
|
|
39
|
+
*/
|
|
40
|
+
"rootId"?: string;
|
|
41
|
+
"entitySource": string;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace PeComanagedHostInsight {
|
|
44
|
+
enum PlatformType {
|
|
45
|
+
Linux = "LINUX",
|
|
46
|
+
Solaris = "SOLARIS",
|
|
47
|
+
Sunos = "SUNOS",
|
|
48
|
+
Zlinux = "ZLINUX",
|
|
49
|
+
/**
|
|
50
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
|
+
* version of the SDK.
|
|
52
|
+
*/
|
|
53
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
54
|
+
}
|
|
55
|
+
function getJsonObj(obj: PeComanagedHostInsight, isParentJsonObj?: boolean): object;
|
|
56
|
+
const entitySource = "PE_COMANAGED_HOST";
|
|
57
|
+
function getDeserializedJsonObj(obj: PeComanagedHostInsight, isParentJsonObj?: boolean): object;
|
|
58
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.PeComanagedHostInsight = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var PeComanagedHostInsight;
|
|
40
|
+
(function (PeComanagedHostInsight) {
|
|
41
|
+
let PlatformType;
|
|
42
|
+
(function (PlatformType) {
|
|
43
|
+
PlatformType["Linux"] = "LINUX";
|
|
44
|
+
PlatformType["Solaris"] = "SOLARIS";
|
|
45
|
+
PlatformType["Sunos"] = "SUNOS";
|
|
46
|
+
PlatformType["Zlinux"] = "ZLINUX";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
PlatformType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(PlatformType = PeComanagedHostInsight.PlatformType || (PeComanagedHostInsight.PlatformType = {}));
|
|
53
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.HostInsight.getJsonObj(obj))), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
PeComanagedHostInsight.getJsonObj = getJsonObj;
|
|
58
|
+
PeComanagedHostInsight.entitySource = "PE_COMANAGED_HOST";
|
|
59
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
61
|
+
? obj
|
|
62
|
+
: model.HostInsight.getDeserializedJsonObj(obj))), {});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
PeComanagedHostInsight.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(PeComanagedHostInsight = exports.PeComanagedHostInsight || (exports.PeComanagedHostInsight = {}));
|
|
67
|
+
//# sourceMappingURL=pe-comanaged-host-insight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pe-comanaged-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/pe-comanaged-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,sBAAsB,CAmCtC;AAnCD,WAAiB,sBAAsB;IACrC,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,mCAAY,KAAZ,mCAAY,QAUvB;IAED,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACvF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,iCAAU,aAOzB,CAAA;IACY,mCAAY,GAAG,mBAAmB,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAC3E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EAnCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmCtC"}
|
package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts
CHANGED
|
@@ -27,6 +27,14 @@ export interface SummarizeDatabaseInsightResourceCapacityTrendAggregationCollect
|
|
|
27
27
|
* The end timestamp that was passed into the request.
|
|
28
28
|
*/
|
|
29
29
|
"timeIntervalEnd": Date;
|
|
30
|
+
/**
|
|
31
|
+
* Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
|
+
*/
|
|
33
|
+
"highUtilizationThreshold": number;
|
|
34
|
+
/**
|
|
35
|
+
* Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
|
+
*/
|
|
37
|
+
"lowUtilizationThreshold": number;
|
|
30
38
|
/**
|
|
31
39
|
* Defines the type of resource metric (example: CPU, STORAGE)
|
|
32
40
|
*
|
package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summarize-database-insight-resource-capacity-trend-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"summarize-database-insight-resource-capacity-trend-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ClC,IAAiB,kEAAkE,CA4DlF;AA5DD,WAAiB,kEAAkE;IACjF,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,iFAAc,KAAd,iFAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,4EAAS,KAAT,4EAAS,QAWpB;IAED,SAAgB,UAAU,CACxB,GAAuE;QAEvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6EAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuE;QAEvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yFAAsB,yBAerC,CAAA;AACH,CAAC,EA5DgB,kEAAkE,GAAlE,0EAAkE,KAAlE,0EAAkE,QA4DlF"}
|
|
@@ -26,6 +26,14 @@ export interface SummarizeDatabaseInsightResourceForecastTrendAggregation {
|
|
|
26
26
|
* The end timestamp that was passed into the request.
|
|
27
27
|
*/
|
|
28
28
|
"timeIntervalEnd": Date;
|
|
29
|
+
/**
|
|
30
|
+
* Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
|
+
*/
|
|
32
|
+
"highUtilizationThreshold": number;
|
|
33
|
+
/**
|
|
34
|
+
* Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
|
+
*/
|
|
36
|
+
"lowUtilizationThreshold": number;
|
|
29
37
|
/**
|
|
30
38
|
* Defines the type of resource metric (example: CPU, STORAGE)
|
|
31
39
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summarize-database-insight-resource-forecast-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"summarize-database-insight-resource-forecast-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,wDAAwD,CAsFxE;AAtFD,WAAiB,wDAAwD;IACvE,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,uEAAc,KAAd,uEAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,kEAAS,KAAT,kEAAS,QAWpB;IAED,IAAY,OAcX;IAdD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,6CAAkC,CAAA;QAClC,iEAAsD,CAAA;QACtD,2CAAgC,CAAA;QAChC,iEAAsD,CAAA;QACtD,8EAAmE,CAAA;QACnE,+DAAoD,CAAA;QACpD,2CAAgC,CAAA;QAChC;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAdW,OAAO,GAAP,gEAAO,KAAP,gEAAO,QAclB;IAED,SAAgB,UAAU,CACxB,GAA6D;QAE7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mEAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA6D;QAE7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+EAAsB,yBAoBrC,CAAA;AACH,CAAC,EAtFgB,wDAAwD,GAAxD,gEAAwD,KAAxD,gEAAwD,QAsFxE"}
|
package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts
CHANGED
|
@@ -26,6 +26,14 @@ export interface SummarizeDatabaseInsightResourceStatisticsAggregationCollection
|
|
|
26
26
|
* The end timestamp that was passed into the request.
|
|
27
27
|
*/
|
|
28
28
|
"timeIntervalEnd": Date;
|
|
29
|
+
/**
|
|
30
|
+
* Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
|
+
*/
|
|
32
|
+
"highUtilizationThreshold": number;
|
|
33
|
+
/**
|
|
34
|
+
* Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
|
+
*/
|
|
36
|
+
"lowUtilizationThreshold": number;
|
|
29
37
|
/**
|
|
30
38
|
* Defines the type of resource metric (example: CPU, STORAGE)
|
|
31
39
|
*
|
package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summarize-database-insight-resource-statistics-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"summarize-database-insight-resource-statistics-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsClC,IAAiB,+DAA+D,CA4D/E;AA5DD,WAAiB,+DAA+D;IAC9E,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8EAAc,KAAd,8EAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,yEAAS,KAAT,yEAAS,QAWpB;IAED,SAAgB,UAAU,CACxB,GAAoE;QAEpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,0EAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoE;QAEpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sFAAsB,yBAerC,CAAA;AACH,CAAC,EA5DgB,+DAA+D,GAA/D,uEAA+D,KAA/D,uEAA+D,QA4D/E"}
|
|
@@ -27,6 +27,14 @@ export interface SummarizeDatabaseInsightResourceUtilizationInsightAggregation {
|
|
|
27
27
|
* The end timestamp that was passed into the request.
|
|
28
28
|
*/
|
|
29
29
|
"timeIntervalEnd": Date;
|
|
30
|
+
/**
|
|
31
|
+
* Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
|
+
*/
|
|
33
|
+
"highUtilizationThreshold": number;
|
|
34
|
+
/**
|
|
35
|
+
* Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
|
+
*/
|
|
37
|
+
"lowUtilizationThreshold": number;
|
|
30
38
|
/**
|
|
31
39
|
* Defines the type of resource metric (example: CPU, STORAGE)
|
|
32
40
|
*
|
package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summarize-database-insight-resource-utilization-insight-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"summarize-database-insight-resource-utilization-insight-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,6DAA6D,CAmD7E;AAnDD,WAAiB,6DAA6D;IAC5E,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4EAAc,KAAd,4EAAc,QAYzB;IAED,SAAgB,UAAU,CACxB,GAAkE;QAElE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAChF,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wEAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkE;QAElE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAC9D,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oFAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnDgB,6DAA6D,GAA7D,qEAA6D,KAA7D,qEAA6D,QAmD7E"}
|
|
@@ -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.54.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddExadataInsightMembersRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,50 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the advanced features of Autonomous Database in Operations Insights.
|
|
21
|
+
*/
|
|
22
|
+
"changeAutonomousDatabaseInsightAdvancedFeaturesDetails": model.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique database insight identifier
|
|
25
|
+
*/
|
|
26
|
+
"databaseInsightId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request that can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing the same action again. Retry tokens expire after 24
|
|
43
|
+
* hours.
|
|
44
|
+
* <p>
|
|
45
|
+
*Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
|
46
|
+
* operations, such as a resource being deleted or purged from the system.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"opcRetryToken"?: string;
|
|
50
|
+
}
|
|
@@ -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, 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
|
+
//# sourceMappingURL=change-autonomous-database-insight-advanced-features-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-autonomous-database-insight-advanced-features-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/change-autonomous-database-insight-advanced-features-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.54.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeEnterpriseManagerBridgeCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeExadataInsightCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHostInsightCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOperationsInsightsPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOpsiConfigurationCompartmentRequest 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.54.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePeComanagedDatabaseInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAwrHubRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseInsightRequest 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.54.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEnterpriseManagerBridgeRequest 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.54.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateExadataInsightRequest 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.54.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateHostInsightRequest 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.54.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOperationsInsightsPrivateEndpointRequest 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.54.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOperationsInsightsWarehouseRequest 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.54.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOperationsInsightsWarehouseUserRequest 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.54.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOpsiConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|