oci-opsi 2.53.1 → 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
package/lib/client.js
CHANGED
|
@@ -159,7 +159,7 @@ class OperationsInsightsClient {
|
|
|
159
159
|
* @param AddExadataInsightMembersRequest
|
|
160
160
|
* @return AddExadataInsightMembersResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @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 AddExadataInsightMembers API.
|
|
163
163
|
*/
|
|
164
164
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -215,13 +215,75 @@ class OperationsInsightsClient {
|
|
|
215
215
|
}
|
|
216
216
|
});
|
|
217
217
|
}
|
|
218
|
+
/**
|
|
219
|
+
* Update connection detail for advanced features of Autonomous Database in Operations Insights.
|
|
220
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
221
|
+
* @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
222
|
+
* @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
223
|
+
* @throws OciError when an error occurs
|
|
224
|
+
* @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 ChangeAutonomousDatabaseInsightAdvancedFeatures API.
|
|
225
|
+
*/
|
|
226
|
+
changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
227
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
228
|
+
if (this.logger)
|
|
229
|
+
this.logger.debug("Calling operation OperationsInsightsClient#changeAutonomousDatabaseInsightAdvancedFeatures.");
|
|
230
|
+
const operationName = "changeAutonomousDatabaseInsightAdvancedFeatures";
|
|
231
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeAutonomousDatabaseInsightAdvancedFeatures";
|
|
232
|
+
const pathParams = {
|
|
233
|
+
"{databaseInsightId}": changeAutonomousDatabaseInsightAdvancedFeaturesRequest.databaseInsightId
|
|
234
|
+
};
|
|
235
|
+
const queryParams = {};
|
|
236
|
+
let headerParams = {
|
|
237
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
238
|
+
"if-match": changeAutonomousDatabaseInsightAdvancedFeaturesRequest.ifMatch,
|
|
239
|
+
"opc-request-id": changeAutonomousDatabaseInsightAdvancedFeaturesRequest.opcRequestId,
|
|
240
|
+
"opc-retry-token": changeAutonomousDatabaseInsightAdvancedFeaturesRequest.opcRetryToken
|
|
241
|
+
};
|
|
242
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
243
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeAutonomousDatabaseInsightAdvancedFeaturesRequest.retryConfiguration, specRetryConfiguration);
|
|
244
|
+
if (this.logger)
|
|
245
|
+
retrier.logger = this.logger;
|
|
246
|
+
const request = yield oci_common_1.composeRequest({
|
|
247
|
+
baseEndpoint: this._endpoint,
|
|
248
|
+
defaultHeaders: this._defaultHeaders,
|
|
249
|
+
path: "/databaseInsights/{databaseInsightId}/actions/changeAutonomousDatabaseInsightAdvancedFeatures",
|
|
250
|
+
method: "POST",
|
|
251
|
+
bodyContent: common.ObjectSerializer.serialize(changeAutonomousDatabaseInsightAdvancedFeaturesRequest.changeAutonomousDatabaseInsightAdvancedFeaturesDetails, "ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails", model.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails.getJsonObj),
|
|
252
|
+
pathParams: pathParams,
|
|
253
|
+
headerParams: headerParams,
|
|
254
|
+
queryParams: queryParams
|
|
255
|
+
});
|
|
256
|
+
try {
|
|
257
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
258
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
259
|
+
responseObject: {},
|
|
260
|
+
responseHeaders: [
|
|
261
|
+
{
|
|
262
|
+
value: response.headers.get("opc-work-request-id"),
|
|
263
|
+
key: "opcWorkRequestId",
|
|
264
|
+
dataType: "string"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
value: response.headers.get("opc-request-id"),
|
|
268
|
+
key: "opcRequestId",
|
|
269
|
+
dataType: "string"
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
});
|
|
273
|
+
return sdkResponse;
|
|
274
|
+
}
|
|
275
|
+
catch (err) {
|
|
276
|
+
throw err;
|
|
277
|
+
}
|
|
278
|
+
});
|
|
279
|
+
}
|
|
218
280
|
/**
|
|
219
281
|
* Moves a DatabaseInsight resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
|
220
282
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
221
283
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
222
284
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
223
285
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @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 ChangeDatabaseInsightCompartment API.
|
|
225
287
|
*/
|
|
226
288
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
227
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +345,7 @@ class OperationsInsightsClient {
|
|
|
283
345
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
284
346
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
285
347
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @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 ChangeEnterpriseManagerBridgeCompartment API.
|
|
287
349
|
*/
|
|
288
350
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
289
351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +406,7 @@ class OperationsInsightsClient {
|
|
|
344
406
|
* @param ChangeExadataInsightCompartmentRequest
|
|
345
407
|
* @return ChangeExadataInsightCompartmentResponse
|
|
346
408
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @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 ChangeExadataInsightCompartment API.
|
|
348
410
|
*/
|
|
349
411
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
350
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +468,7 @@ class OperationsInsightsClient {
|
|
|
406
468
|
* @param ChangeHostInsightCompartmentRequest
|
|
407
469
|
* @return ChangeHostInsightCompartmentResponse
|
|
408
470
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @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 ChangeHostInsightCompartment API.
|
|
410
472
|
*/
|
|
411
473
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
412
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +530,7 @@ class OperationsInsightsClient {
|
|
|
468
530
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
469
531
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
470
532
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @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 ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
472
534
|
*/
|
|
473
535
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
474
536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -530,7 +592,7 @@ class OperationsInsightsClient {
|
|
|
530
592
|
* @param ChangeOpsiConfigurationCompartmentRequest
|
|
531
593
|
* @return ChangeOpsiConfigurationCompartmentResponse
|
|
532
594
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @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 ChangeOpsiConfigurationCompartment API.
|
|
534
596
|
*/
|
|
535
597
|
changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest) {
|
|
536
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +654,7 @@ class OperationsInsightsClient {
|
|
|
592
654
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
593
655
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
594
656
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @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 ChangePeComanagedDatabaseInsight API.
|
|
596
658
|
*/
|
|
597
659
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
598
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -656,7 +718,7 @@ class OperationsInsightsClient {
|
|
|
656
718
|
* @param CreateAwrHubRequest
|
|
657
719
|
* @return CreateAwrHubResponse
|
|
658
720
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @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 CreateAwrHub API.
|
|
660
722
|
*/
|
|
661
723
|
createAwrHub(createAwrHubRequest) {
|
|
662
724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -735,7 +797,7 @@ class OperationsInsightsClient {
|
|
|
735
797
|
* @param CreateDatabaseInsightRequest
|
|
736
798
|
* @return CreateDatabaseInsightResponse
|
|
737
799
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @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 CreateDatabaseInsight API.
|
|
739
801
|
*/
|
|
740
802
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
741
803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -814,7 +876,7 @@ class OperationsInsightsClient {
|
|
|
814
876
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
815
877
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
816
878
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
879
|
+
* @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 CreateEnterpriseManagerBridge API.
|
|
818
880
|
*/
|
|
819
881
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
820
882
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -893,7 +955,7 @@ class OperationsInsightsClient {
|
|
|
893
955
|
* @param CreateExadataInsightRequest
|
|
894
956
|
* @return CreateExadataInsightResponse
|
|
895
957
|
* @throws OciError when an error occurs
|
|
896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
958
|
+
* @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 CreateExadataInsight API.
|
|
897
959
|
*/
|
|
898
960
|
createExadataInsight(createExadataInsightRequest) {
|
|
899
961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -972,7 +1034,7 @@ class OperationsInsightsClient {
|
|
|
972
1034
|
* @param CreateHostInsightRequest
|
|
973
1035
|
* @return CreateHostInsightResponse
|
|
974
1036
|
* @throws OciError when an error occurs
|
|
975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1037
|
+
* @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 CreateHostInsight API.
|
|
976
1038
|
*/
|
|
977
1039
|
createHostInsight(createHostInsightRequest) {
|
|
978
1040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1052,7 +1114,7 @@ class OperationsInsightsClient {
|
|
|
1052
1114
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
1053
1115
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
1054
1116
|
* @throws OciError when an error occurs
|
|
1055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1117
|
+
* @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 CreateOperationsInsightsPrivateEndpoint API.
|
|
1056
1118
|
*/
|
|
1057
1119
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
1058
1120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1133,7 +1195,7 @@ class OperationsInsightsClient {
|
|
|
1133
1195
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
1134
1196
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
1135
1197
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1198
|
+
* @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 CreateOperationsInsightsWarehouse API.
|
|
1137
1199
|
*/
|
|
1138
1200
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
1139
1201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1213,7 +1275,7 @@ class OperationsInsightsClient {
|
|
|
1213
1275
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
1214
1276
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
1215
1277
|
* @throws OciError when an error occurs
|
|
1216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1278
|
+
* @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 CreateOperationsInsightsWarehouseUser API.
|
|
1217
1279
|
*/
|
|
1218
1280
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
1219
1281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,7 +1354,7 @@ class OperationsInsightsClient {
|
|
|
1292
1354
|
* @param CreateOpsiConfigurationRequest
|
|
1293
1355
|
* @return CreateOpsiConfigurationResponse
|
|
1294
1356
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @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 CreateOpsiConfiguration API.
|
|
1296
1358
|
*/
|
|
1297
1359
|
createOpsiConfiguration(createOpsiConfigurationRequest) {
|
|
1298
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1365,7 +1427,7 @@ class OperationsInsightsClient {
|
|
|
1365
1427
|
* @param DeleteAwrHubRequest
|
|
1366
1428
|
* @return DeleteAwrHubResponse
|
|
1367
1429
|
* @throws OciError when an error occurs
|
|
1368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
1369
1431
|
*/
|
|
1370
1432
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1371
1433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1425,7 +1487,7 @@ class OperationsInsightsClient {
|
|
|
1425
1487
|
* @param DeleteDatabaseInsightRequest
|
|
1426
1488
|
* @return DeleteDatabaseInsightResponse
|
|
1427
1489
|
* @throws OciError when an error occurs
|
|
1428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1429
1491
|
*/
|
|
1430
1492
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1431
1493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1485,7 +1547,7 @@ class OperationsInsightsClient {
|
|
|
1485
1547
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1486
1548
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1487
1549
|
* @throws OciError when an error occurs
|
|
1488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1489
1551
|
*/
|
|
1490
1552
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1491
1553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1545,7 +1607,7 @@ class OperationsInsightsClient {
|
|
|
1545
1607
|
* @param DeleteExadataInsightRequest
|
|
1546
1608
|
* @return DeleteExadataInsightResponse
|
|
1547
1609
|
* @throws OciError when an error occurs
|
|
1548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1549
1611
|
*/
|
|
1550
1612
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1551
1613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1605,7 +1667,7 @@ class OperationsInsightsClient {
|
|
|
1605
1667
|
* @param DeleteHostInsightRequest
|
|
1606
1668
|
* @return DeleteHostInsightResponse
|
|
1607
1669
|
* @throws OciError when an error occurs
|
|
1608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1609
1671
|
*/
|
|
1610
1672
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1611
1673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1665,7 +1727,7 @@ class OperationsInsightsClient {
|
|
|
1665
1727
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1666
1728
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1667
1729
|
* @throws OciError when an error occurs
|
|
1668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1669
1731
|
*/
|
|
1670
1732
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1671
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1729,7 +1791,7 @@ class OperationsInsightsClient {
|
|
|
1729
1791
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
1730
1792
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
1731
1793
|
* @throws OciError when an error occurs
|
|
1732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
1733
1795
|
*/
|
|
1734
1796
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
1735
1797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1789,7 +1851,7 @@ class OperationsInsightsClient {
|
|
|
1789
1851
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
1790
1852
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
1791
1853
|
* @throws OciError when an error occurs
|
|
1792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
1793
1855
|
*/
|
|
1794
1856
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
1795
1857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1849,7 +1911,7 @@ class OperationsInsightsClient {
|
|
|
1849
1911
|
* @param DeleteOpsiConfigurationRequest
|
|
1850
1912
|
* @return DeleteOpsiConfigurationResponse
|
|
1851
1913
|
* @throws OciError when an error occurs
|
|
1852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
|
|
1853
1915
|
*/
|
|
1854
1916
|
deleteOpsiConfiguration(deleteOpsiConfigurationRequest) {
|
|
1855
1917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1903,13 +1965,74 @@ class OperationsInsightsClient {
|
|
|
1903
1965
|
}
|
|
1904
1966
|
});
|
|
1905
1967
|
}
|
|
1968
|
+
/**
|
|
1969
|
+
* Disable advanced features for an Autonomous Database in Operations Insights. The connection detail and advanced features will be removed.
|
|
1970
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1971
|
+
* @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
1972
|
+
* @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
1973
|
+
* @throws OciError when an error occurs
|
|
1974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
1975
|
+
*/
|
|
1976
|
+
disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
1977
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1978
|
+
if (this.logger)
|
|
1979
|
+
this.logger.debug("Calling operation OperationsInsightsClient#disableAutonomousDatabaseInsightAdvancedFeatures.");
|
|
1980
|
+
const operationName = "disableAutonomousDatabaseInsightAdvancedFeatures";
|
|
1981
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/DisableAutonomousDatabaseInsightAdvancedFeatures";
|
|
1982
|
+
const pathParams = {
|
|
1983
|
+
"{databaseInsightId}": disableAutonomousDatabaseInsightAdvancedFeaturesRequest.databaseInsightId
|
|
1984
|
+
};
|
|
1985
|
+
const queryParams = {};
|
|
1986
|
+
let headerParams = {
|
|
1987
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1988
|
+
"if-match": disableAutonomousDatabaseInsightAdvancedFeaturesRequest.ifMatch,
|
|
1989
|
+
"opc-request-id": disableAutonomousDatabaseInsightAdvancedFeaturesRequest.opcRequestId,
|
|
1990
|
+
"opc-retry-token": disableAutonomousDatabaseInsightAdvancedFeaturesRequest.opcRetryToken
|
|
1991
|
+
};
|
|
1992
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1993
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableAutonomousDatabaseInsightAdvancedFeaturesRequest.retryConfiguration, specRetryConfiguration);
|
|
1994
|
+
if (this.logger)
|
|
1995
|
+
retrier.logger = this.logger;
|
|
1996
|
+
const request = yield oci_common_1.composeRequest({
|
|
1997
|
+
baseEndpoint: this._endpoint,
|
|
1998
|
+
defaultHeaders: this._defaultHeaders,
|
|
1999
|
+
path: "/databaseInsights/{databaseInsightId}/actions/disableAutonomousDatabaseInsightAdvancedFeatures",
|
|
2000
|
+
method: "POST",
|
|
2001
|
+
pathParams: pathParams,
|
|
2002
|
+
headerParams: headerParams,
|
|
2003
|
+
queryParams: queryParams
|
|
2004
|
+
});
|
|
2005
|
+
try {
|
|
2006
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2007
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2008
|
+
responseObject: {},
|
|
2009
|
+
responseHeaders: [
|
|
2010
|
+
{
|
|
2011
|
+
value: response.headers.get("opc-work-request-id"),
|
|
2012
|
+
key: "opcWorkRequestId",
|
|
2013
|
+
dataType: "string"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
value: response.headers.get("opc-request-id"),
|
|
2017
|
+
key: "opcRequestId",
|
|
2018
|
+
dataType: "string"
|
|
2019
|
+
}
|
|
2020
|
+
]
|
|
2021
|
+
});
|
|
2022
|
+
return sdkResponse;
|
|
2023
|
+
}
|
|
2024
|
+
catch (err) {
|
|
2025
|
+
throw err;
|
|
2026
|
+
}
|
|
2027
|
+
});
|
|
2028
|
+
}
|
|
1906
2029
|
/**
|
|
1907
2030
|
* Disables a database in Operations Insights. Database metric collection and analysis will be stopped.
|
|
1908
2031
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1909
2032
|
* @param DisableDatabaseInsightRequest
|
|
1910
2033
|
* @return DisableDatabaseInsightResponse
|
|
1911
2034
|
* @throws OciError when an error occurs
|
|
1912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
1913
2036
|
*/
|
|
1914
2037
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
1915
2038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1970,7 +2093,7 @@ class OperationsInsightsClient {
|
|
|
1970
2093
|
* @param DisableExadataInsightRequest
|
|
1971
2094
|
* @return DisableExadataInsightResponse
|
|
1972
2095
|
* @throws OciError when an error occurs
|
|
1973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
1974
2097
|
*/
|
|
1975
2098
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
1976
2099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2031,7 +2154,7 @@ class OperationsInsightsClient {
|
|
|
2031
2154
|
* @param DisableHostInsightRequest
|
|
2032
2155
|
* @return DisableHostInsightResponse
|
|
2033
2156
|
* @throws OciError when an error occurs
|
|
2034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
2035
2158
|
*/
|
|
2036
2159
|
disableHostInsight(disableHostInsightRequest) {
|
|
2037
2160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2092,7 +2215,7 @@ class OperationsInsightsClient {
|
|
|
2092
2215
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
2093
2216
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
2094
2217
|
* @throws OciError when an error occurs
|
|
2095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
2096
2219
|
*/
|
|
2097
2220
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
2098
2221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2160,13 +2283,75 @@ class OperationsInsightsClient {
|
|
|
2160
2283
|
}
|
|
2161
2284
|
});
|
|
2162
2285
|
}
|
|
2286
|
+
/**
|
|
2287
|
+
* Enables advanced features for an Autonomous Database in Operations Insights. A direct connection will be available for further collection.
|
|
2288
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2289
|
+
* @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
2290
|
+
* @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
2291
|
+
* @throws OciError when an error occurs
|
|
2292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
2293
|
+
*/
|
|
2294
|
+
enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
2295
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2296
|
+
if (this.logger)
|
|
2297
|
+
this.logger.debug("Calling operation OperationsInsightsClient#enableAutonomousDatabaseInsightAdvancedFeatures.");
|
|
2298
|
+
const operationName = "enableAutonomousDatabaseInsightAdvancedFeatures";
|
|
2299
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/EnableAutonomousDatabaseInsightAdvancedFeatures";
|
|
2300
|
+
const pathParams = {
|
|
2301
|
+
"{databaseInsightId}": enableAutonomousDatabaseInsightAdvancedFeaturesRequest.databaseInsightId
|
|
2302
|
+
};
|
|
2303
|
+
const queryParams = {};
|
|
2304
|
+
let headerParams = {
|
|
2305
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2306
|
+
"if-match": enableAutonomousDatabaseInsightAdvancedFeaturesRequest.ifMatch,
|
|
2307
|
+
"opc-request-id": enableAutonomousDatabaseInsightAdvancedFeaturesRequest.opcRequestId,
|
|
2308
|
+
"opc-retry-token": enableAutonomousDatabaseInsightAdvancedFeaturesRequest.opcRetryToken
|
|
2309
|
+
};
|
|
2310
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2311
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableAutonomousDatabaseInsightAdvancedFeaturesRequest.retryConfiguration, specRetryConfiguration);
|
|
2312
|
+
if (this.logger)
|
|
2313
|
+
retrier.logger = this.logger;
|
|
2314
|
+
const request = yield oci_common_1.composeRequest({
|
|
2315
|
+
baseEndpoint: this._endpoint,
|
|
2316
|
+
defaultHeaders: this._defaultHeaders,
|
|
2317
|
+
path: "/databaseInsights/{databaseInsightId}/actions/enableAutonomousDatabaseInsightAdvancedFeatures",
|
|
2318
|
+
method: "POST",
|
|
2319
|
+
bodyContent: common.ObjectSerializer.serialize(enableAutonomousDatabaseInsightAdvancedFeaturesRequest.enableAutonomousDatabaseInsightAdvancedFeaturesDetails, "EnableAutonomousDatabaseInsightAdvancedFeaturesDetails", model.EnableAutonomousDatabaseInsightAdvancedFeaturesDetails.getJsonObj),
|
|
2320
|
+
pathParams: pathParams,
|
|
2321
|
+
headerParams: headerParams,
|
|
2322
|
+
queryParams: queryParams
|
|
2323
|
+
});
|
|
2324
|
+
try {
|
|
2325
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2326
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2327
|
+
responseObject: {},
|
|
2328
|
+
responseHeaders: [
|
|
2329
|
+
{
|
|
2330
|
+
value: response.headers.get("opc-work-request-id"),
|
|
2331
|
+
key: "opcWorkRequestId",
|
|
2332
|
+
dataType: "string"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
value: response.headers.get("opc-request-id"),
|
|
2336
|
+
key: "opcRequestId",
|
|
2337
|
+
dataType: "string"
|
|
2338
|
+
}
|
|
2339
|
+
]
|
|
2340
|
+
});
|
|
2341
|
+
return sdkResponse;
|
|
2342
|
+
}
|
|
2343
|
+
catch (err) {
|
|
2344
|
+
throw err;
|
|
2345
|
+
}
|
|
2346
|
+
});
|
|
2347
|
+
}
|
|
2163
2348
|
/**
|
|
2164
2349
|
* Enables a database in Operations Insights. Database metric collection and analysis will be started.
|
|
2165
2350
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2166
2351
|
* @param EnableDatabaseInsightRequest
|
|
2167
2352
|
* @return EnableDatabaseInsightResponse
|
|
2168
2353
|
* @throws OciError when an error occurs
|
|
2169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
2170
2355
|
*/
|
|
2171
2356
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
2172
2357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2228,7 +2413,7 @@ class OperationsInsightsClient {
|
|
|
2228
2413
|
* @param EnableExadataInsightRequest
|
|
2229
2414
|
* @return EnableExadataInsightResponse
|
|
2230
2415
|
* @throws OciError when an error occurs
|
|
2231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
2232
2417
|
*/
|
|
2233
2418
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
2234
2419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2290,7 +2475,7 @@ class OperationsInsightsClient {
|
|
|
2290
2475
|
* @param EnableHostInsightRequest
|
|
2291
2476
|
* @return EnableHostInsightResponse
|
|
2292
2477
|
* @throws OciError when an error occurs
|
|
2293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
2294
2479
|
*/
|
|
2295
2480
|
enableHostInsight(enableHostInsightRequest) {
|
|
2296
2481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2353,7 +2538,7 @@ class OperationsInsightsClient {
|
|
|
2353
2538
|
* @param GetAwrDatabaseReportRequest
|
|
2354
2539
|
* @return GetAwrDatabaseReportResponse
|
|
2355
2540
|
* @throws OciError when an error occurs
|
|
2356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
2357
2542
|
*/
|
|
2358
2543
|
getAwrDatabaseReport(getAwrDatabaseReportRequest) {
|
|
2359
2544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2421,7 +2606,7 @@ class OperationsInsightsClient {
|
|
|
2421
2606
|
* @param GetAwrDatabaseSqlReportRequest
|
|
2422
2607
|
* @return GetAwrDatabaseSqlReportResponse
|
|
2423
2608
|
* @throws OciError when an error occurs
|
|
2424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
2425
2610
|
*/
|
|
2426
2611
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
|
|
2427
2612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2488,7 +2673,7 @@ class OperationsInsightsClient {
|
|
|
2488
2673
|
* @param GetAwrHubRequest
|
|
2489
2674
|
* @return GetAwrHubResponse
|
|
2490
2675
|
* @throws OciError when an error occurs
|
|
2491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
2492
2677
|
*/
|
|
2493
2678
|
getAwrHub(getAwrHubRequest) {
|
|
2494
2679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2553,7 +2738,7 @@ class OperationsInsightsClient {
|
|
|
2553
2738
|
* @param GetAwrReportRequest
|
|
2554
2739
|
* @return GetAwrReportResponse
|
|
2555
2740
|
* @throws OciError when an error occurs
|
|
2556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
2557
2742
|
*/
|
|
2558
2743
|
getAwrReport(getAwrReportRequest) {
|
|
2559
2744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2619,7 +2804,7 @@ class OperationsInsightsClient {
|
|
|
2619
2804
|
* @param GetDatabaseInsightRequest
|
|
2620
2805
|
* @return GetDatabaseInsightResponse
|
|
2621
2806
|
* @throws OciError when an error occurs
|
|
2622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
2623
2808
|
*/
|
|
2624
2809
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
2625
2810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2682,7 +2867,7 @@ class OperationsInsightsClient {
|
|
|
2682
2867
|
* @param GetEnterpriseManagerBridgeRequest
|
|
2683
2868
|
* @return GetEnterpriseManagerBridgeResponse
|
|
2684
2869
|
* @throws OciError when an error occurs
|
|
2685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
2686
2871
|
*/
|
|
2687
2872
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
2688
2873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2745,7 +2930,7 @@ class OperationsInsightsClient {
|
|
|
2745
2930
|
* @param GetExadataInsightRequest
|
|
2746
2931
|
* @return GetExadataInsightResponse
|
|
2747
2932
|
* @throws OciError when an error occurs
|
|
2748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
2749
2934
|
*/
|
|
2750
2935
|
getExadataInsight(getExadataInsightRequest) {
|
|
2751
2936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2808,7 +2993,7 @@ class OperationsInsightsClient {
|
|
|
2808
2993
|
* @param GetHostInsightRequest
|
|
2809
2994
|
* @return GetHostInsightResponse
|
|
2810
2995
|
* @throws OciError when an error occurs
|
|
2811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
2812
2997
|
*/
|
|
2813
2998
|
getHostInsight(getHostInsightRequest) {
|
|
2814
2999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2871,7 +3056,7 @@ class OperationsInsightsClient {
|
|
|
2871
3056
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
2872
3057
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
2873
3058
|
* @throws OciError when an error occurs
|
|
2874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
2875
3060
|
*/
|
|
2876
3061
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
2877
3062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2936,7 +3121,7 @@ class OperationsInsightsClient {
|
|
|
2936
3121
|
* @param GetOperationsInsightsWarehouseRequest
|
|
2937
3122
|
* @return GetOperationsInsightsWarehouseResponse
|
|
2938
3123
|
* @throws OciError when an error occurs
|
|
2939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
2940
3125
|
*/
|
|
2941
3126
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
2942
3127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2999,7 +3184,7 @@ class OperationsInsightsClient {
|
|
|
2999
3184
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
3000
3185
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
3001
3186
|
* @throws OciError when an error occurs
|
|
3002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
3003
3188
|
*/
|
|
3004
3189
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
3005
3190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3065,7 +3250,7 @@ class OperationsInsightsClient {
|
|
|
3065
3250
|
* @param GetOpsiConfigurationRequest
|
|
3066
3251
|
* @return GetOpsiConfigurationResponse
|
|
3067
3252
|
* @throws OciError when an error occurs
|
|
3068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
|
|
3069
3254
|
*/
|
|
3070
3255
|
getOpsiConfiguration(getOpsiConfigurationRequest) {
|
|
3071
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3133,7 +3318,7 @@ class OperationsInsightsClient {
|
|
|
3133
3318
|
* @param GetOpsiDataObjectRequest
|
|
3134
3319
|
* @return GetOpsiDataObjectResponse
|
|
3135
3320
|
* @throws OciError when an error occurs
|
|
3136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
3137
3322
|
*/
|
|
3138
3323
|
getOpsiDataObject(getOpsiDataObjectRequest) {
|
|
3139
3324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3193,7 +3378,7 @@ class OperationsInsightsClient {
|
|
|
3193
3378
|
* @param GetWorkRequestRequest
|
|
3194
3379
|
* @return GetWorkRequestResponse
|
|
3195
3380
|
* @throws OciError when an error occurs
|
|
3196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3197
3382
|
*/
|
|
3198
3383
|
getWorkRequest(getWorkRequestRequest) {
|
|
3199
3384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3261,7 +3446,7 @@ class OperationsInsightsClient {
|
|
|
3261
3446
|
* @param IngestDatabaseConfigurationRequest
|
|
3262
3447
|
* @return IngestDatabaseConfigurationResponse
|
|
3263
3448
|
* @throws OciError when an error occurs
|
|
3264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
3265
3450
|
*/
|
|
3266
3451
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
3267
3452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3328,7 +3513,7 @@ class OperationsInsightsClient {
|
|
|
3328
3513
|
* @param IngestHostConfigurationRequest
|
|
3329
3514
|
* @return IngestHostConfigurationResponse
|
|
3330
3515
|
* @throws OciError when an error occurs
|
|
3331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
3332
3517
|
*/
|
|
3333
3518
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
3334
3519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3394,7 +3579,7 @@ class OperationsInsightsClient {
|
|
|
3394
3579
|
* @param IngestHostMetricsRequest
|
|
3395
3580
|
* @return IngestHostMetricsResponse
|
|
3396
3581
|
* @throws OciError when an error occurs
|
|
3397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
3398
3583
|
*/
|
|
3399
3584
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
3400
3585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3462,7 +3647,7 @@ class OperationsInsightsClient {
|
|
|
3462
3647
|
* @param IngestSqlBucketRequest
|
|
3463
3648
|
* @return IngestSqlBucketResponse
|
|
3464
3649
|
* @throws OciError when an error occurs
|
|
3465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
3466
3651
|
*/
|
|
3467
3652
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
3468
3653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3532,7 +3717,7 @@ class OperationsInsightsClient {
|
|
|
3532
3717
|
* @param IngestSqlPlanLinesRequest
|
|
3533
3718
|
* @return IngestSqlPlanLinesResponse
|
|
3534
3719
|
* @throws OciError when an error occurs
|
|
3535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
3536
3721
|
*/
|
|
3537
3722
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
3538
3723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3602,7 +3787,7 @@ class OperationsInsightsClient {
|
|
|
3602
3787
|
* @param IngestSqlStatsRequest
|
|
3603
3788
|
* @return IngestSqlStatsResponse
|
|
3604
3789
|
* @throws OciError when an error occurs
|
|
3605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
3606
3791
|
*/
|
|
3607
3792
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
3608
3793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3672,7 +3857,7 @@ class OperationsInsightsClient {
|
|
|
3672
3857
|
* @param IngestSqlTextRequest
|
|
3673
3858
|
* @return IngestSqlTextResponse
|
|
3674
3859
|
* @throws OciError when an error occurs
|
|
3675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
3676
3861
|
*/
|
|
3677
3862
|
ingestSqlText(ingestSqlTextRequest) {
|
|
3678
3863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3741,7 +3926,7 @@ class OperationsInsightsClient {
|
|
|
3741
3926
|
* @param ListAwrDatabaseSnapshotsRequest
|
|
3742
3927
|
* @return ListAwrDatabaseSnapshotsResponse
|
|
3743
3928
|
* @throws OciError when an error occurs
|
|
3744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
3745
3930
|
*/
|
|
3746
3931
|
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
|
|
3747
3932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3816,7 +4001,7 @@ class OperationsInsightsClient {
|
|
|
3816
4001
|
* @param ListAwrDatabasesRequest
|
|
3817
4002
|
* @return ListAwrDatabasesResponse
|
|
3818
4003
|
* @throws OciError when an error occurs
|
|
3819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
3820
4005
|
*/
|
|
3821
4006
|
listAwrDatabases(listAwrDatabasesRequest) {
|
|
3822
4007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3888,7 +4073,7 @@ class OperationsInsightsClient {
|
|
|
3888
4073
|
* @param ListAwrHubsRequest
|
|
3889
4074
|
* @return ListAwrHubsResponse
|
|
3890
4075
|
* @throws OciError when an error occurs
|
|
3891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
3892
4077
|
*/
|
|
3893
4078
|
listAwrHubs(listAwrHubsRequest) {
|
|
3894
4079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3961,7 +4146,7 @@ class OperationsInsightsClient {
|
|
|
3961
4146
|
* @param ListAwrSnapshotsRequest
|
|
3962
4147
|
* @return ListAwrSnapshotsResponse
|
|
3963
4148
|
* @throws OciError when an error occurs
|
|
3964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
3965
4150
|
*/
|
|
3966
4151
|
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
3967
4152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4034,7 +4219,7 @@ class OperationsInsightsClient {
|
|
|
4034
4219
|
* @param ListDatabaseConfigurationsRequest
|
|
4035
4220
|
* @return ListDatabaseConfigurationsResponse
|
|
4036
4221
|
* @throws OciError when an error occurs
|
|
4037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
4038
4223
|
*/
|
|
4039
4224
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
4040
4225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4121,7 +4306,7 @@ class OperationsInsightsClient {
|
|
|
4121
4306
|
* @param ListDatabaseInsightsRequest
|
|
4122
4307
|
* @return ListDatabaseInsightsResponse
|
|
4123
4308
|
* @throws OciError when an error occurs
|
|
4124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
4125
4310
|
*/
|
|
4126
4311
|
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
4127
4312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4205,7 +4390,7 @@ class OperationsInsightsClient {
|
|
|
4205
4390
|
* @param ListEnterpriseManagerBridgesRequest
|
|
4206
4391
|
* @return ListEnterpriseManagerBridgesResponse
|
|
4207
4392
|
* @throws OciError when an error occurs
|
|
4208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
4209
4394
|
*/
|
|
4210
4395
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
4211
4396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4276,7 +4461,7 @@ class OperationsInsightsClient {
|
|
|
4276
4461
|
* @param ListExadataConfigurationsRequest
|
|
4277
4462
|
* @return ListExadataConfigurationsResponse
|
|
4278
4463
|
* @throws OciError when an error occurs
|
|
4279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
4280
4465
|
*/
|
|
4281
4466
|
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
4282
4467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4356,7 +4541,7 @@ class OperationsInsightsClient {
|
|
|
4356
4541
|
* @param ListExadataInsightsRequest
|
|
4357
4542
|
* @return ListExadataInsightsResponse
|
|
4358
4543
|
* @throws OciError when an error occurs
|
|
4359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
4360
4545
|
*/
|
|
4361
4546
|
listExadataInsights(listExadataInsightsRequest) {
|
|
4362
4547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4436,7 +4621,7 @@ class OperationsInsightsClient {
|
|
|
4436
4621
|
* @param ListHostConfigurationsRequest
|
|
4437
4622
|
* @return ListHostConfigurationsResponse
|
|
4438
4623
|
* @throws OciError when an error occurs
|
|
4439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
4440
4625
|
*/
|
|
4441
4626
|
listHostConfigurations(listHostConfigurationsRequest) {
|
|
4442
4627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4522,7 +4707,7 @@ class OperationsInsightsClient {
|
|
|
4522
4707
|
* @param ListHostInsightsRequest
|
|
4523
4708
|
* @return ListHostInsightsResponse
|
|
4524
4709
|
* @throws OciError when an error occurs
|
|
4525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
4526
4711
|
*/
|
|
4527
4712
|
listHostInsights(listHostInsightsRequest) {
|
|
4528
4713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4603,7 +4788,7 @@ class OperationsInsightsClient {
|
|
|
4603
4788
|
* @param ListHostedEntitiesRequest
|
|
4604
4789
|
* @return ListHostedEntitiesResponse
|
|
4605
4790
|
* @throws OciError when an error occurs
|
|
4606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
4607
4792
|
*/
|
|
4608
4793
|
listHostedEntities(listHostedEntitiesRequest) {
|
|
4609
4794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4683,7 +4868,7 @@ class OperationsInsightsClient {
|
|
|
4683
4868
|
* @param ListImportableAgentEntitiesRequest
|
|
4684
4869
|
* @return ListImportableAgentEntitiesResponse
|
|
4685
4870
|
* @throws OciError when an error occurs
|
|
4686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
4687
4872
|
*/
|
|
4688
4873
|
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
4689
4874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4757,7 +4942,7 @@ class OperationsInsightsClient {
|
|
|
4757
4942
|
* @param ListImportableComputeEntitiesRequest
|
|
4758
4943
|
* @return ListImportableComputeEntitiesResponse
|
|
4759
4944
|
* @throws OciError when an error occurs
|
|
4760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
4761
4946
|
*/
|
|
4762
4947
|
listImportableComputeEntities(listImportableComputeEntitiesRequest) {
|
|
4763
4948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4825,7 +5010,7 @@ class OperationsInsightsClient {
|
|
|
4825
5010
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
4826
5011
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
4827
5012
|
* @throws OciError when an error occurs
|
|
4828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
4829
5014
|
*/
|
|
4830
5015
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
4831
5016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4894,7 +5079,7 @@ class OperationsInsightsClient {
|
|
|
4894
5079
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
4895
5080
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
4896
5081
|
* @throws OciError when an error occurs
|
|
4897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
4898
5083
|
*/
|
|
4899
5084
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
4900
5085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4968,7 +5153,7 @@ class OperationsInsightsClient {
|
|
|
4968
5153
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
4969
5154
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
4970
5155
|
* @throws OciError when an error occurs
|
|
4971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
4972
5157
|
*/
|
|
4973
5158
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
4974
5159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5041,7 +5226,7 @@ class OperationsInsightsClient {
|
|
|
5041
5226
|
* @param ListOperationsInsightsWarehousesRequest
|
|
5042
5227
|
* @return ListOperationsInsightsWarehousesResponse
|
|
5043
5228
|
* @throws OciError when an error occurs
|
|
5044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
5045
5230
|
*/
|
|
5046
5231
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
5047
5232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5112,7 +5297,7 @@ class OperationsInsightsClient {
|
|
|
5112
5297
|
* @param ListOpsiConfigurationsRequest
|
|
5113
5298
|
* @return ListOpsiConfigurationsResponse
|
|
5114
5299
|
* @throws OciError when an error occurs
|
|
5115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
|
|
5116
5301
|
*/
|
|
5117
5302
|
listOpsiConfigurations(listOpsiConfigurationsRequest) {
|
|
5118
5303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5183,7 +5368,7 @@ class OperationsInsightsClient {
|
|
|
5183
5368
|
* @param ListOpsiDataObjectsRequest
|
|
5184
5369
|
* @return ListOpsiDataObjectsResponse
|
|
5185
5370
|
* @throws OciError when an error occurs
|
|
5186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
5187
5372
|
*/
|
|
5188
5373
|
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
5189
5374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5254,7 +5439,7 @@ class OperationsInsightsClient {
|
|
|
5254
5439
|
* @param ListSqlPlansRequest
|
|
5255
5440
|
* @return ListSqlPlansResponse
|
|
5256
5441
|
* @throws OciError when an error occurs
|
|
5257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
5258
5443
|
*/
|
|
5259
5444
|
listSqlPlans(listSqlPlansRequest) {
|
|
5260
5445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5324,7 +5509,7 @@ class OperationsInsightsClient {
|
|
|
5324
5509
|
* @param ListSqlSearchesRequest
|
|
5325
5510
|
* @return ListSqlSearchesResponse
|
|
5326
5511
|
* @throws OciError when an error occurs
|
|
5327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
5328
5513
|
*/
|
|
5329
5514
|
listSqlSearches(listSqlSearchesRequest) {
|
|
5330
5515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5398,7 +5583,7 @@ class OperationsInsightsClient {
|
|
|
5398
5583
|
* @param ListSqlTextsRequest
|
|
5399
5584
|
* @return ListSqlTextsResponse
|
|
5400
5585
|
* @throws OciError when an error occurs
|
|
5401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
5402
5587
|
*/
|
|
5403
5588
|
listSqlTexts(listSqlTextsRequest) {
|
|
5404
5589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5471,7 +5656,7 @@ class OperationsInsightsClient {
|
|
|
5471
5656
|
* @param ListWorkRequestErrorsRequest
|
|
5472
5657
|
* @return ListWorkRequestErrorsResponse
|
|
5473
5658
|
* @throws OciError when an error occurs
|
|
5474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
5475
5660
|
*/
|
|
5476
5661
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
5477
5662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5540,7 +5725,7 @@ class OperationsInsightsClient {
|
|
|
5540
5725
|
* @param ListWorkRequestLogsRequest
|
|
5541
5726
|
* @return ListWorkRequestLogsResponse
|
|
5542
5727
|
* @throws OciError when an error occurs
|
|
5543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
5544
5729
|
*/
|
|
5545
5730
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
5546
5731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5609,7 +5794,7 @@ class OperationsInsightsClient {
|
|
|
5609
5794
|
* @param ListWorkRequestsRequest
|
|
5610
5795
|
* @return ListWorkRequestsResponse
|
|
5611
5796
|
* @throws OciError when an error occurs
|
|
5612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
5613
5798
|
*/
|
|
5614
5799
|
listWorkRequests(listWorkRequestsRequest) {
|
|
5615
5800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5682,7 +5867,7 @@ class OperationsInsightsClient {
|
|
|
5682
5867
|
* @param QueryOpsiDataObjectDataRequest
|
|
5683
5868
|
* @return QueryOpsiDataObjectDataResponse
|
|
5684
5869
|
* @throws OciError when an error occurs
|
|
5685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
5686
5871
|
*/
|
|
5687
5872
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
5688
5873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5748,7 +5933,7 @@ class OperationsInsightsClient {
|
|
|
5748
5933
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
5749
5934
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
5750
5935
|
* @throws OciError when an error occurs
|
|
5751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
5752
5937
|
*/
|
|
5753
5938
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
5754
5939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5813,7 +5998,7 @@ class OperationsInsightsClient {
|
|
|
5813
5998
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
5814
5999
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
5815
6000
|
* @throws OciError when an error occurs
|
|
5816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
5817
6002
|
*/
|
|
5818
6003
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
5819
6004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5889,7 +6074,7 @@ class OperationsInsightsClient {
|
|
|
5889
6074
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
5890
6075
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
5891
6076
|
* @throws OciError when an error occurs
|
|
5892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
5893
6078
|
*/
|
|
5894
6079
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
5895
6080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5969,7 +6154,7 @@ class OperationsInsightsClient {
|
|
|
5969
6154
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
5970
6155
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
5971
6156
|
* @throws OciError when an error occurs
|
|
5972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
5973
6158
|
*/
|
|
5974
6159
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
5975
6160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6055,7 +6240,7 @@ class OperationsInsightsClient {
|
|
|
6055
6240
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
6056
6241
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
6057
6242
|
* @throws OciError when an error occurs
|
|
6058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
6059
6244
|
*/
|
|
6060
6245
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
6061
6246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6135,7 +6320,7 @@ class OperationsInsightsClient {
|
|
|
6135
6320
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
6136
6321
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
6137
6322
|
* @throws OciError when an error occurs
|
|
6138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
6139
6324
|
*/
|
|
6140
6325
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
6141
6326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6207,7 +6392,7 @@ class OperationsInsightsClient {
|
|
|
6207
6392
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
6208
6393
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
6209
6394
|
* @throws OciError when an error occurs
|
|
6210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
6211
6396
|
*/
|
|
6212
6397
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
6213
6398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6283,7 +6468,7 @@ class OperationsInsightsClient {
|
|
|
6283
6468
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
6284
6469
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
6285
6470
|
* @throws OciError when an error occurs
|
|
6286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
6287
6472
|
*/
|
|
6288
6473
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
6289
6474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6358,7 +6543,7 @@ class OperationsInsightsClient {
|
|
|
6358
6543
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
6359
6544
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
6360
6545
|
* @throws OciError when an error occurs
|
|
6361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
6362
6547
|
*/
|
|
6363
6548
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
6364
6549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6437,7 +6622,7 @@ class OperationsInsightsClient {
|
|
|
6437
6622
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
6438
6623
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
6439
6624
|
* @throws OciError when an error occurs
|
|
6440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
6441
6626
|
*/
|
|
6442
6627
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
6443
6628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6514,7 +6699,7 @@ class OperationsInsightsClient {
|
|
|
6514
6699
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
6515
6700
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
6516
6701
|
* @throws OciError when an error occurs
|
|
6517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
6518
6703
|
*/
|
|
6519
6704
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
6520
6705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6586,7 +6771,7 @@ class OperationsInsightsClient {
|
|
|
6586
6771
|
* @param SummarizeConfigurationItemsRequest
|
|
6587
6772
|
* @return SummarizeConfigurationItemsResponse
|
|
6588
6773
|
* @throws OciError when an error occurs
|
|
6589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
|
|
6590
6775
|
*/
|
|
6591
6776
|
summarizeConfigurationItems(summarizeConfigurationItemsRequest) {
|
|
6592
6777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6658,7 +6843,7 @@ class OperationsInsightsClient {
|
|
|
6658
6843
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
6659
6844
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
6660
6845
|
* @throws OciError when an error occurs
|
|
6661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
6662
6847
|
*/
|
|
6663
6848
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
6664
6849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6690,7 +6875,9 @@ class OperationsInsightsClient {
|
|
|
6690
6875
|
"definedTagExists": summarizeDatabaseInsightResourceCapacityTrendRequest.definedTagExists,
|
|
6691
6876
|
"freeformTagExists": summarizeDatabaseInsightResourceCapacityTrendRequest.freeformTagExists,
|
|
6692
6877
|
"compartmentIdInSubtree": summarizeDatabaseInsightResourceCapacityTrendRequest.compartmentIdInSubtree,
|
|
6693
|
-
"vmclusterName": summarizeDatabaseInsightResourceCapacityTrendRequest.vmclusterName
|
|
6878
|
+
"vmclusterName": summarizeDatabaseInsightResourceCapacityTrendRequest.vmclusterName,
|
|
6879
|
+
"highUtilizationThreshold": summarizeDatabaseInsightResourceCapacityTrendRequest.highUtilizationThreshold,
|
|
6880
|
+
"lowUtilizationThreshold": summarizeDatabaseInsightResourceCapacityTrendRequest.lowUtilizationThreshold
|
|
6694
6881
|
};
|
|
6695
6882
|
let headerParams = {
|
|
6696
6883
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6745,7 +6932,7 @@ class OperationsInsightsClient {
|
|
|
6745
6932
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
6746
6933
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
6747
6934
|
* @throws OciError when an error occurs
|
|
6748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
6749
6936
|
*/
|
|
6750
6937
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
6751
6938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6779,7 +6966,9 @@ class OperationsInsightsClient {
|
|
|
6779
6966
|
"definedTagExists": summarizeDatabaseInsightResourceForecastTrendRequest.definedTagExists,
|
|
6780
6967
|
"freeformTagExists": summarizeDatabaseInsightResourceForecastTrendRequest.freeformTagExists,
|
|
6781
6968
|
"compartmentIdInSubtree": summarizeDatabaseInsightResourceForecastTrendRequest.compartmentIdInSubtree,
|
|
6782
|
-
"vmclusterName": summarizeDatabaseInsightResourceForecastTrendRequest.vmclusterName
|
|
6969
|
+
"vmclusterName": summarizeDatabaseInsightResourceForecastTrendRequest.vmclusterName,
|
|
6970
|
+
"highUtilizationThreshold": summarizeDatabaseInsightResourceForecastTrendRequest.highUtilizationThreshold,
|
|
6971
|
+
"lowUtilizationThreshold": summarizeDatabaseInsightResourceForecastTrendRequest.lowUtilizationThreshold
|
|
6783
6972
|
};
|
|
6784
6973
|
let headerParams = {
|
|
6785
6974
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6834,7 +7023,7 @@ class OperationsInsightsClient {
|
|
|
6834
7023
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
6835
7024
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
6836
7025
|
* @throws OciError when an error occurs
|
|
6837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
6838
7027
|
*/
|
|
6839
7028
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
6840
7029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6868,7 +7057,9 @@ class OperationsInsightsClient {
|
|
|
6868
7057
|
"definedTagExists": summarizeDatabaseInsightResourceStatisticsRequest.definedTagExists,
|
|
6869
7058
|
"freeformTagExists": summarizeDatabaseInsightResourceStatisticsRequest.freeformTagExists,
|
|
6870
7059
|
"compartmentIdInSubtree": summarizeDatabaseInsightResourceStatisticsRequest.compartmentIdInSubtree,
|
|
6871
|
-
"vmclusterName": summarizeDatabaseInsightResourceStatisticsRequest.vmclusterName
|
|
7060
|
+
"vmclusterName": summarizeDatabaseInsightResourceStatisticsRequest.vmclusterName,
|
|
7061
|
+
"highUtilizationThreshold": summarizeDatabaseInsightResourceStatisticsRequest.highUtilizationThreshold,
|
|
7062
|
+
"lowUtilizationThreshold": summarizeDatabaseInsightResourceStatisticsRequest.lowUtilizationThreshold
|
|
6872
7063
|
};
|
|
6873
7064
|
let headerParams = {
|
|
6874
7065
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6925,7 +7116,7 @@ class OperationsInsightsClient {
|
|
|
6925
7116
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
6926
7117
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
6927
7118
|
* @throws OciError when an error occurs
|
|
6928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
6929
7120
|
*/
|
|
6930
7121
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
6931
7122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6953,7 +7144,8 @@ class OperationsInsightsClient {
|
|
|
6953
7144
|
"definedTagExists": summarizeDatabaseInsightResourceUsageRequest.definedTagExists,
|
|
6954
7145
|
"freeformTagExists": summarizeDatabaseInsightResourceUsageRequest.freeformTagExists,
|
|
6955
7146
|
"compartmentIdInSubtree": summarizeDatabaseInsightResourceUsageRequest.compartmentIdInSubtree,
|
|
6956
|
-
"vmclusterName": summarizeDatabaseInsightResourceUsageRequest.vmclusterName
|
|
7147
|
+
"vmclusterName": summarizeDatabaseInsightResourceUsageRequest.vmclusterName,
|
|
7148
|
+
"cdbName": summarizeDatabaseInsightResourceUsageRequest.cdbName
|
|
6957
7149
|
};
|
|
6958
7150
|
let headerParams = {
|
|
6959
7151
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7009,7 +7201,7 @@ class OperationsInsightsClient {
|
|
|
7009
7201
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
7010
7202
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
7011
7203
|
* @throws OciError when an error occurs
|
|
7012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
7013
7205
|
*/
|
|
7014
7206
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
7015
7207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7038,7 +7230,8 @@ class OperationsInsightsClient {
|
|
|
7038
7230
|
"definedTagExists": summarizeDatabaseInsightResourceUsageTrendRequest.definedTagExists,
|
|
7039
7231
|
"freeformTagExists": summarizeDatabaseInsightResourceUsageTrendRequest.freeformTagExists,
|
|
7040
7232
|
"compartmentIdInSubtree": summarizeDatabaseInsightResourceUsageTrendRequest.compartmentIdInSubtree,
|
|
7041
|
-
"vmclusterName": summarizeDatabaseInsightResourceUsageTrendRequest.vmclusterName
|
|
7233
|
+
"vmclusterName": summarizeDatabaseInsightResourceUsageTrendRequest.vmclusterName,
|
|
7234
|
+
"cdbName": summarizeDatabaseInsightResourceUsageTrendRequest.cdbName
|
|
7042
7235
|
};
|
|
7043
7236
|
let headerParams = {
|
|
7044
7237
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7093,7 +7286,7 @@ class OperationsInsightsClient {
|
|
|
7093
7286
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
7094
7287
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
7095
7288
|
* @throws OciError when an error occurs
|
|
7096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
7097
7290
|
*/
|
|
7098
7291
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
7099
7292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7121,7 +7314,10 @@ class OperationsInsightsClient {
|
|
|
7121
7314
|
"definedTagExists": summarizeDatabaseInsightResourceUtilizationInsightRequest.definedTagExists,
|
|
7122
7315
|
"freeformTagExists": summarizeDatabaseInsightResourceUtilizationInsightRequest.freeformTagExists,
|
|
7123
7316
|
"compartmentIdInSubtree": summarizeDatabaseInsightResourceUtilizationInsightRequest.compartmentIdInSubtree,
|
|
7124
|
-
"vmclusterName": summarizeDatabaseInsightResourceUtilizationInsightRequest.vmclusterName
|
|
7317
|
+
"vmclusterName": summarizeDatabaseInsightResourceUtilizationInsightRequest.vmclusterName,
|
|
7318
|
+
"cdbName": summarizeDatabaseInsightResourceUtilizationInsightRequest.cdbName,
|
|
7319
|
+
"highUtilizationThreshold": summarizeDatabaseInsightResourceUtilizationInsightRequest.highUtilizationThreshold,
|
|
7320
|
+
"lowUtilizationThreshold": summarizeDatabaseInsightResourceUtilizationInsightRequest.lowUtilizationThreshold
|
|
7125
7321
|
};
|
|
7126
7322
|
let headerParams = {
|
|
7127
7323
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7177,7 +7373,7 @@ class OperationsInsightsClient {
|
|
|
7177
7373
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
7178
7374
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
7179
7375
|
* @throws OciError when an error occurs
|
|
7180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
7181
7377
|
*/
|
|
7182
7378
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
7183
7379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7255,7 +7451,7 @@ class OperationsInsightsClient {
|
|
|
7255
7451
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
7256
7452
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
7257
7453
|
* @throws OciError when an error occurs
|
|
7258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
7259
7455
|
*/
|
|
7260
7456
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
7261
7457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7339,7 +7535,7 @@ class OperationsInsightsClient {
|
|
|
7339
7535
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
7340
7536
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
7341
7537
|
* @throws OciError when an error occurs
|
|
7342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
7343
7539
|
*/
|
|
7344
7540
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
7345
7541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7426,7 +7622,7 @@ class OperationsInsightsClient {
|
|
|
7426
7622
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
7427
7623
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
7428
7624
|
* @throws OciError when an error occurs
|
|
7429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
7430
7626
|
*/
|
|
7431
7627
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
7432
7628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7513,7 +7709,7 @@ class OperationsInsightsClient {
|
|
|
7513
7709
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
7514
7710
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
7515
7711
|
* @throws OciError when an error occurs
|
|
7516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
7517
7713
|
*/
|
|
7518
7714
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
7519
7715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7600,7 +7796,7 @@ class OperationsInsightsClient {
|
|
|
7600
7796
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
7601
7797
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
7602
7798
|
* @throws OciError when an error occurs
|
|
7603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
7604
7800
|
*/
|
|
7605
7801
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
7606
7802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7687,7 +7883,7 @@ class OperationsInsightsClient {
|
|
|
7687
7883
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
7688
7884
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
7689
7885
|
* @throws OciError when an error occurs
|
|
7690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
7691
7887
|
*/
|
|
7692
7888
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
7693
7889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7774,7 +7970,7 @@ class OperationsInsightsClient {
|
|
|
7774
7970
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
7775
7971
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
7776
7972
|
* @throws OciError when an error occurs
|
|
7777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
7778
7974
|
*/
|
|
7779
7975
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
7780
7976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7852,7 +8048,7 @@ class OperationsInsightsClient {
|
|
|
7852
8048
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
7853
8049
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
7854
8050
|
* @throws OciError when an error occurs
|
|
7855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
7856
8052
|
*/
|
|
7857
8053
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
7858
8054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7937,7 +8133,7 @@ class OperationsInsightsClient {
|
|
|
7937
8133
|
* @param SummarizeExadataMembersRequest
|
|
7938
8134
|
* @return SummarizeExadataMembersResponse
|
|
7939
8135
|
* @throws OciError when an error occurs
|
|
7940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
7941
8137
|
*/
|
|
7942
8138
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
7943
8139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8013,7 +8209,7 @@ class OperationsInsightsClient {
|
|
|
8013
8209
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
8014
8210
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
8015
8211
|
* @throws OciError when an error occurs
|
|
8016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
8017
8213
|
*/
|
|
8018
8214
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
8019
8215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8097,7 +8293,7 @@ class OperationsInsightsClient {
|
|
|
8097
8293
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
8098
8294
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
8099
8295
|
* @throws OciError when an error occurs
|
|
8100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
8101
8297
|
*/
|
|
8102
8298
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
8103
8299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8178,7 +8374,7 @@ class OperationsInsightsClient {
|
|
|
8178
8374
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
8179
8375
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
8180
8376
|
* @throws OciError when an error occurs
|
|
8181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
8182
8378
|
*/
|
|
8183
8379
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
8184
8380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8267,7 +8463,7 @@ class OperationsInsightsClient {
|
|
|
8267
8463
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
8268
8464
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
8269
8465
|
* @throws OciError when an error occurs
|
|
8270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
8271
8467
|
*/
|
|
8272
8468
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
8273
8469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8345,7 +8541,7 @@ class OperationsInsightsClient {
|
|
|
8345
8541
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
8346
8542
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
8347
8543
|
* @throws OciError when an error occurs
|
|
8348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
8349
8545
|
*/
|
|
8350
8546
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
8351
8547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8428,7 +8624,7 @@ class OperationsInsightsClient {
|
|
|
8428
8624
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
8429
8625
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
8430
8626
|
* @throws OciError when an error occurs
|
|
8431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
8432
8628
|
*/
|
|
8433
8629
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
8434
8630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8506,7 +8702,7 @@ class OperationsInsightsClient {
|
|
|
8506
8702
|
* @param SummarizeHostInsightTopProcessesUsageRequest
|
|
8507
8703
|
* @return SummarizeHostInsightTopProcessesUsageResponse
|
|
8508
8704
|
* @throws OciError when an error occurs
|
|
8509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
|
|
8510
8706
|
*/
|
|
8511
8707
|
summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest) {
|
|
8512
8708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8582,7 +8778,7 @@ class OperationsInsightsClient {
|
|
|
8582
8778
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
8583
8779
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
8584
8780
|
* @throws OciError when an error occurs
|
|
8585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
8586
8782
|
*/
|
|
8587
8783
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
8588
8784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8657,7 +8853,7 @@ class OperationsInsightsClient {
|
|
|
8657
8853
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
8658
8854
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
8659
8855
|
* @throws OciError when an error occurs
|
|
8660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
8661
8857
|
*/
|
|
8662
8858
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
8663
8859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8722,7 +8918,7 @@ class OperationsInsightsClient {
|
|
|
8722
8918
|
* @param SummarizeSqlInsightsRequest
|
|
8723
8919
|
* @return SummarizeSqlInsightsResponse
|
|
8724
8920
|
* @throws OciError when an error occurs
|
|
8725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
8726
8922
|
*/
|
|
8727
8923
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
8728
8924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8748,7 +8944,8 @@ class OperationsInsightsClient {
|
|
|
8748
8944
|
"freeformTagEquals": summarizeSqlInsightsRequest.freeformTagEquals,
|
|
8749
8945
|
"definedTagExists": summarizeSqlInsightsRequest.definedTagExists,
|
|
8750
8946
|
"freeformTagExists": summarizeSqlInsightsRequest.freeformTagExists,
|
|
8751
|
-
"compartmentIdInSubtree": summarizeSqlInsightsRequest.compartmentIdInSubtree
|
|
8947
|
+
"compartmentIdInSubtree": summarizeSqlInsightsRequest.compartmentIdInSubtree,
|
|
8948
|
+
"vmclusterName": summarizeSqlInsightsRequest.vmclusterName
|
|
8752
8949
|
};
|
|
8753
8950
|
let headerParams = {
|
|
8754
8951
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -8803,7 +9000,7 @@ class OperationsInsightsClient {
|
|
|
8803
9000
|
* @param SummarizeSqlPlanInsightsRequest
|
|
8804
9001
|
* @return SummarizeSqlPlanInsightsResponse
|
|
8805
9002
|
* @throws OciError when an error occurs
|
|
8806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
8807
9004
|
*/
|
|
8808
9005
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
8809
9006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8875,7 +9072,7 @@ class OperationsInsightsClient {
|
|
|
8875
9072
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
8876
9073
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
8877
9074
|
* @throws OciError when an error occurs
|
|
8878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
8879
9076
|
*/
|
|
8880
9077
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
8881
9078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8947,7 +9144,7 @@ class OperationsInsightsClient {
|
|
|
8947
9144
|
* @param SummarizeSqlStatisticsRequest
|
|
8948
9145
|
* @return SummarizeSqlStatisticsResponse
|
|
8949
9146
|
* @throws OciError when an error occurs
|
|
8950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
8951
9148
|
*/
|
|
8952
9149
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
8953
9150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9034,7 +9231,7 @@ class OperationsInsightsClient {
|
|
|
9034
9231
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
9035
9232
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
9036
9233
|
* @throws OciError when an error occurs
|
|
9037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
9038
9235
|
*/
|
|
9039
9236
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
9040
9237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9115,7 +9312,7 @@ class OperationsInsightsClient {
|
|
|
9115
9312
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
9116
9313
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
9117
9314
|
* @throws OciError when an error occurs
|
|
9118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
9119
9316
|
*/
|
|
9120
9317
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
9121
9318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9185,7 +9382,7 @@ class OperationsInsightsClient {
|
|
|
9185
9382
|
* @param UpdateAwrHubRequest
|
|
9186
9383
|
* @return UpdateAwrHubResponse
|
|
9187
9384
|
* @throws OciError when an error occurs
|
|
9188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
9189
9386
|
*/
|
|
9190
9387
|
updateAwrHub(updateAwrHubRequest) {
|
|
9191
9388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9246,7 +9443,7 @@ class OperationsInsightsClient {
|
|
|
9246
9443
|
* @param UpdateDatabaseInsightRequest
|
|
9247
9444
|
* @return UpdateDatabaseInsightResponse
|
|
9248
9445
|
* @throws OciError when an error occurs
|
|
9249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
9250
9447
|
*/
|
|
9251
9448
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
9252
9449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9307,7 +9504,7 @@ class OperationsInsightsClient {
|
|
|
9307
9504
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
9308
9505
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
9309
9506
|
* @throws OciError when an error occurs
|
|
9310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
9311
9508
|
*/
|
|
9312
9509
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
9313
9510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9368,7 +9565,7 @@ class OperationsInsightsClient {
|
|
|
9368
9565
|
* @param UpdateExadataInsightRequest
|
|
9369
9566
|
* @return UpdateExadataInsightResponse
|
|
9370
9567
|
* @throws OciError when an error occurs
|
|
9371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
9372
9569
|
*/
|
|
9373
9570
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
9374
9571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9429,7 +9626,7 @@ class OperationsInsightsClient {
|
|
|
9429
9626
|
* @param UpdateHostInsightRequest
|
|
9430
9627
|
* @return UpdateHostInsightResponse
|
|
9431
9628
|
* @throws OciError when an error occurs
|
|
9432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
9433
9630
|
*/
|
|
9434
9631
|
updateHostInsight(updateHostInsightRequest) {
|
|
9435
9632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9490,7 +9687,7 @@ class OperationsInsightsClient {
|
|
|
9490
9687
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
9491
9688
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
9492
9689
|
* @throws OciError when an error occurs
|
|
9493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
9494
9691
|
*/
|
|
9495
9692
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
9496
9693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9553,7 +9750,7 @@ class OperationsInsightsClient {
|
|
|
9553
9750
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
9554
9751
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
9555
9752
|
* @throws OciError when an error occurs
|
|
9556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
9557
9754
|
*/
|
|
9558
9755
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
9559
9756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9614,7 +9811,7 @@ class OperationsInsightsClient {
|
|
|
9614
9811
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
9615
9812
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
9616
9813
|
* @throws OciError when an error occurs
|
|
9617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
9618
9815
|
*/
|
|
9619
9816
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
9620
9817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9675,7 +9872,7 @@ class OperationsInsightsClient {
|
|
|
9675
9872
|
* @param UpdateOpsiConfigurationRequest
|
|
9676
9873
|
* @return UpdateOpsiConfigurationResponse
|
|
9677
9874
|
* @throws OciError when an error occurs
|
|
9678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
|
|
9679
9876
|
*/
|
|
9680
9877
|
updateOpsiConfiguration(updateOpsiConfigurationRequest) {
|
|
9681
9878
|
return __awaiter(this, void 0, void 0, function* () {
|