oci-opsi 2.68.1 → 2.68.2
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 +178 -157
- package/lib/client.js +304 -158
- package/lib/client.js.map +1 -1
- package/lib/model/awr-hub.d.ts +4 -0
- package/lib/model/awr-hub.js.map +1 -1
- package/lib/model/data-object-bind-parameter.d.ts +36 -0
- package/lib/model/data-object-bind-parameter.js +32 -0
- package/lib/model/data-object-bind-parameter.js.map +1 -0
- package/lib/model/data-object-column-metadata.d.ts +6 -0
- package/lib/model/data-object-column-metadata.js +2 -0
- package/lib/model/data-object-column-metadata.js.map +1 -1
- package/lib/model/data-object-query.d.ts +9 -0
- package/lib/model/data-object-query.js +18 -2
- package/lib/model/data-object-query.js.map +1 -1
- package/lib/model/data-object-standard-query.d.ts +40 -0
- package/lib/model/data-object-standard-query.js +65 -0
- package/lib/model/data-object-standard-query.js.map +1 -0
- package/lib/model/data-object-templatized-query.d.ts +8 -0
- package/lib/model/data-object-templatized-query.js.map +1 -1
- package/lib/model/data-object-time-column-unit.d.ts +1 -0
- package/lib/model/data-object-time-column-unit.js +1 -0
- package/lib/model/data-object-time-column-unit.js.map +1 -1
- package/lib/model/data-object-type.d.ts +31 -0
- package/lib/model/data-object-type.js +42 -0
- package/lib/model/data-object-type.js.map +1 -0
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +41 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/individual-opsi-data-object-details-in-query.d.ts +31 -0
- package/lib/model/individual-opsi-data-object-details-in-query.js +57 -0
- package/lib/model/individual-opsi-data-object-details-in-query.js.map +1 -0
- package/lib/model/operation-type.d.ts +6 -0
- package/lib/model/operation-type.js +6 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/opsi-data-object-details-in-query.d.ts +32 -0
- package/lib/model/opsi-data-object-details-in-query.js +87 -0
- package/lib/model/opsi-data-object-details-in-query.js.map +1 -0
- package/lib/model/opsi-data-object-details-target.d.ts +26 -0
- package/lib/model/opsi-data-object-details-target.js +37 -0
- package/lib/model/opsi-data-object-details-target.js.map +1 -0
- package/lib/model/opsi-data-object-query-param.d.ts +32 -0
- package/lib/model/opsi-data-object-query-param.js +32 -0
- package/lib/model/opsi-data-object-query-param.js.map +1 -0
- package/lib/model/opsi-data-object-summary.d.ts +8 -0
- package/lib/model/opsi-data-object-summary.js.map +1 -1
- package/lib/model/opsi-data-object-supported-query-param.d.ts +36 -0
- package/lib/model/opsi-data-object-supported-query-param.js +32 -0
- package/lib/model/opsi-data-object-supported-query-param.js.map +1 -0
- package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.d.ts +31 -0
- package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.js +57 -0
- package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.js.map +1 -0
- package/lib/model/opsi-data-object.d.ts +19 -0
- package/lib/model/opsi-data-object.js +10 -0
- package/lib/model/opsi-data-object.js.map +1 -1
- package/lib/model/opsi-warehouse-data-objects.d.ts +28 -0
- package/lib/model/opsi-warehouse-data-objects.js +32 -0
- package/lib/model/opsi-warehouse-data-objects.js.map +1 -0
- package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +6 -0
- package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -1
- package/lib/model/query-data-object-result-set-column-metadata.d.ts +5 -0
- package/lib/model/query-data-object-result-set-column-metadata.js +1 -0
- package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -1
- package/lib/model/query-opsi-data-object-data-details.d.ts +5 -1
- package/lib/model/query-opsi-data-object-data-details.js +10 -0
- package/lib/model/query-opsi-data-object-data-details.js.map +1 -1
- package/lib/model/query-warehouse-data-object-data-details.d.ts +26 -0
- package/lib/model/query-warehouse-data-object-data-details.js +56 -0
- package/lib/model/query-warehouse-data-object-data-details.js.map +1 -0
- package/lib/model/warehouse-data-object-collection.d.ts +29 -0
- package/lib/model/warehouse-data-object-collection.js +64 -0
- package/lib/model/warehouse-data-object-collection.js.map +1 -0
- package/lib/model/warehouse-data-object-details.d.ts +25 -0
- package/lib/model/warehouse-data-object-details.js +75 -0
- package/lib/model/warehouse-data-object-details.js.map +1 -0
- package/lib/model/warehouse-data-object-summary.d.ts +38 -0
- package/lib/model/warehouse-data-object-summary.js +60 -0
- package/lib/model/warehouse-data-object-summary.js.map +1 -0
- package/lib/model/warehouse-table-data-object-details.d.ts +31 -0
- package/lib/model/warehouse-table-data-object-details.js +69 -0
- package/lib/model/warehouse-table-data-object-details.js.map +1 -0
- package/lib/model/warehouse-view-data-object-details.d.ts +31 -0
- package/lib/model/warehouse-view-data-object-details.js +69 -0
- package/lib/model/warehouse-view-data-object-details.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-news-report-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-news-report-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-news-report-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 +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-database-report-request.d.ts +1 -1
- package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-news-report-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 +4 -0
- package/lib/request/index.js +6 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-addm-reports-request.d.ts +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-addm-db-finding-categories-request.d.ts +1 -1
- package/lib/request/list-addm-db-findings-time-series-request.d.ts +1 -1
- package/lib/request/list-addm-db-parameter-categories-request.d.ts +1 -1
- package/lib/request/list-addm-db-recommendation-categories-request.d.ts +1 -1
- package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +1 -1
- package/lib/request/list-addm-dbs-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 +1 -1
- package/lib/request/list-host-insights-request.d.ts +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-news-reports-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 +11 -2
- package/lib/request/list-opsi-data-objects-request.js +1 -0
- package/lib/request/list-opsi-data-objects-request.js.map +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-warehouse-data-objects-request.d.ts +89 -0
- package/lib/request/list-warehouse-data-objects-request.js +33 -0
- package/lib/request/list-warehouse-data-objects-request.js.map +1 -0
- 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/query-warehouse-data-object-data-request.d.ts +59 -0
- package/lib/request/query-warehouse-data-object-data-request.js +23 -0
- package/lib/request/query-warehouse-data-object-data-request.js.map +1 -0
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-findings-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-parameters-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-recommendations-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-schema-objects-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-sql-statements-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 +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +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-news-report-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/index.d.ts +4 -0
- package/lib/response/list-warehouse-data-objects-response.d.ts +32 -0
- package/lib/response/list-warehouse-data-objects-response.js +15 -0
- package/lib/response/list-warehouse-data-objects-response.js.map +1 -0
- package/lib/response/query-warehouse-data-object-data-response.d.ts +32 -0
- package/lib/response/query-warehouse-data-object-data-response.js +15 -0
- package/lib/response/query-warehouse-data-object-data-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class OperationsInsightsClient {
|
|
|
186
186
|
* @param AddExadataInsightMembersRequest
|
|
187
187
|
* @return AddExadataInsightMembersResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
190
190
|
*/
|
|
191
191
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +248,7 @@ class OperationsInsightsClient {
|
|
|
248
248
|
* @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
249
249
|
* @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
|
|
252
252
|
*/
|
|
253
253
|
changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
254
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -310,7 +310,7 @@ class OperationsInsightsClient {
|
|
|
310
310
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
311
311
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
314
314
|
*/
|
|
315
315
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -372,7 +372,7 @@ class OperationsInsightsClient {
|
|
|
372
372
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
373
373
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
376
376
|
*/
|
|
377
377
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
378
378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -433,7 +433,7 @@ class OperationsInsightsClient {
|
|
|
433
433
|
* @param ChangeExadataInsightCompartmentRequest
|
|
434
434
|
* @return ChangeExadataInsightCompartmentResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
437
437
|
*/
|
|
438
438
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
439
439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class OperationsInsightsClient {
|
|
|
495
495
|
* @param ChangeHostInsightCompartmentRequest
|
|
496
496
|
* @return ChangeHostInsightCompartmentResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
499
499
|
*/
|
|
500
500
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -557,7 +557,7 @@ class OperationsInsightsClient {
|
|
|
557
557
|
* @param ChangeNewsReportCompartmentRequest
|
|
558
558
|
* @return ChangeNewsReportCompartmentResponse
|
|
559
559
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeNewsReportCompartment.ts.html |here} to see how to use ChangeNewsReportCompartment API.
|
|
561
561
|
*/
|
|
562
562
|
changeNewsReportCompartment(changeNewsReportCompartmentRequest) {
|
|
563
563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -619,7 +619,7 @@ class OperationsInsightsClient {
|
|
|
619
619
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
620
620
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
623
623
|
*/
|
|
624
624
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
625
625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -681,7 +681,7 @@ class OperationsInsightsClient {
|
|
|
681
681
|
* @param ChangeOpsiConfigurationCompartmentRequest
|
|
682
682
|
* @return ChangeOpsiConfigurationCompartmentResponse
|
|
683
683
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
|
|
685
685
|
*/
|
|
686
686
|
changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest) {
|
|
687
687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -743,7 +743,7 @@ class OperationsInsightsClient {
|
|
|
743
743
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
744
744
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
747
747
|
*/
|
|
748
748
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
749
749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -807,7 +807,7 @@ class OperationsInsightsClient {
|
|
|
807
807
|
* @param CreateAwrHubRequest
|
|
808
808
|
* @return CreateAwrHubResponse
|
|
809
809
|
* @throws OciError when an error occurs
|
|
810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
811
811
|
*/
|
|
812
812
|
createAwrHub(createAwrHubRequest) {
|
|
813
813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -886,7 +886,7 @@ class OperationsInsightsClient {
|
|
|
886
886
|
* @param CreateDatabaseInsightRequest
|
|
887
887
|
* @return CreateDatabaseInsightResponse
|
|
888
888
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
890
890
|
*/
|
|
891
891
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
892
892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -965,7 +965,7 @@ class OperationsInsightsClient {
|
|
|
965
965
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
966
966
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
967
967
|
* @throws OciError when an error occurs
|
|
968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
969
969
|
*/
|
|
970
970
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
971
971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1044,7 +1044,7 @@ class OperationsInsightsClient {
|
|
|
1044
1044
|
* @param CreateExadataInsightRequest
|
|
1045
1045
|
* @return CreateExadataInsightResponse
|
|
1046
1046
|
* @throws OciError when an error occurs
|
|
1047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
1048
1048
|
*/
|
|
1049
1049
|
createExadataInsight(createExadataInsightRequest) {
|
|
1050
1050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1123,7 +1123,7 @@ class OperationsInsightsClient {
|
|
|
1123
1123
|
* @param CreateHostInsightRequest
|
|
1124
1124
|
* @return CreateHostInsightResponse
|
|
1125
1125
|
* @throws OciError when an error occurs
|
|
1126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
1127
1127
|
*/
|
|
1128
1128
|
createHostInsight(createHostInsightRequest) {
|
|
1129
1129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1202,7 +1202,7 @@ class OperationsInsightsClient {
|
|
|
1202
1202
|
* @param CreateNewsReportRequest
|
|
1203
1203
|
* @return CreateNewsReportResponse
|
|
1204
1204
|
* @throws OciError when an error occurs
|
|
1205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateNewsReport.ts.html |here} to see how to use CreateNewsReport API.
|
|
1206
1206
|
*/
|
|
1207
1207
|
createNewsReport(createNewsReportRequest) {
|
|
1208
1208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1282,7 +1282,7 @@ class OperationsInsightsClient {
|
|
|
1282
1282
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
1283
1283
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
1284
1284
|
* @throws OciError when an error occurs
|
|
1285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
1286
1286
|
*/
|
|
1287
1287
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
1288
1288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1363,7 +1363,7 @@ class OperationsInsightsClient {
|
|
|
1363
1363
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
1364
1364
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
1365
1365
|
* @throws OciError when an error occurs
|
|
1366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
1367
1367
|
*/
|
|
1368
1368
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
1369
1369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1443,7 +1443,7 @@ class OperationsInsightsClient {
|
|
|
1443
1443
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
1444
1444
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
1445
1445
|
* @throws OciError when an error occurs
|
|
1446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
1447
1447
|
*/
|
|
1448
1448
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
1449
1449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1522,7 +1522,7 @@ class OperationsInsightsClient {
|
|
|
1522
1522
|
* @param CreateOpsiConfigurationRequest
|
|
1523
1523
|
* @return CreateOpsiConfigurationResponse
|
|
1524
1524
|
* @throws OciError when an error occurs
|
|
1525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
|
|
1526
1526
|
*/
|
|
1527
1527
|
createOpsiConfiguration(createOpsiConfigurationRequest) {
|
|
1528
1528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1595,7 @@ class OperationsInsightsClient {
|
|
|
1595
1595
|
* @param DeleteAwrHubRequest
|
|
1596
1596
|
* @return DeleteAwrHubResponse
|
|
1597
1597
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
1599
1599
|
*/
|
|
1600
1600
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1601
1601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1655,7 +1655,7 @@ class OperationsInsightsClient {
|
|
|
1655
1655
|
* @param DeleteDatabaseInsightRequest
|
|
1656
1656
|
* @return DeleteDatabaseInsightResponse
|
|
1657
1657
|
* @throws OciError when an error occurs
|
|
1658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1659
1659
|
*/
|
|
1660
1660
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1661
1661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1715,7 +1715,7 @@ class OperationsInsightsClient {
|
|
|
1715
1715
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1716
1716
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1717
1717
|
* @throws OciError when an error occurs
|
|
1718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1719
1719
|
*/
|
|
1720
1720
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1721
1721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1775,7 +1775,7 @@ class OperationsInsightsClient {
|
|
|
1775
1775
|
* @param DeleteExadataInsightRequest
|
|
1776
1776
|
* @return DeleteExadataInsightResponse
|
|
1777
1777
|
* @throws OciError when an error occurs
|
|
1778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1779
1779
|
*/
|
|
1780
1780
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1781
1781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1835,7 +1835,7 @@ class OperationsInsightsClient {
|
|
|
1835
1835
|
* @param DeleteHostInsightRequest
|
|
1836
1836
|
* @return DeleteHostInsightResponse
|
|
1837
1837
|
* @throws OciError when an error occurs
|
|
1838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1839
1839
|
*/
|
|
1840
1840
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1841
1841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1895,7 +1895,7 @@ class OperationsInsightsClient {
|
|
|
1895
1895
|
* @param DeleteNewsReportRequest
|
|
1896
1896
|
* @return DeleteNewsReportResponse
|
|
1897
1897
|
* @throws OciError when an error occurs
|
|
1898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteNewsReport.ts.html |here} to see how to use DeleteNewsReport API.
|
|
1899
1899
|
*/
|
|
1900
1900
|
deleteNewsReport(deleteNewsReportRequest) {
|
|
1901
1901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1955,7 +1955,7 @@ class OperationsInsightsClient {
|
|
|
1955
1955
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1956
1956
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1957
1957
|
* @throws OciError when an error occurs
|
|
1958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
1958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1959
1959
|
*/
|
|
1960
1960
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1961
1961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2019,7 +2019,7 @@ class OperationsInsightsClient {
|
|
|
2019
2019
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
2020
2020
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
2021
2021
|
* @throws OciError when an error occurs
|
|
2022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
2023
2023
|
*/
|
|
2024
2024
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
2025
2025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2079,7 +2079,7 @@ class OperationsInsightsClient {
|
|
|
2079
2079
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
2080
2080
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
2081
2081
|
* @throws OciError when an error occurs
|
|
2082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
2083
2083
|
*/
|
|
2084
2084
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
2085
2085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2139,7 +2139,7 @@ class OperationsInsightsClient {
|
|
|
2139
2139
|
* @param DeleteOpsiConfigurationRequest
|
|
2140
2140
|
* @return DeleteOpsiConfigurationResponse
|
|
2141
2141
|
* @throws OciError when an error occurs
|
|
2142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
|
|
2143
2143
|
*/
|
|
2144
2144
|
deleteOpsiConfiguration(deleteOpsiConfigurationRequest) {
|
|
2145
2145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2199,7 +2199,7 @@ class OperationsInsightsClient {
|
|
|
2199
2199
|
* @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
2200
2200
|
* @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
2201
2201
|
* @throws OciError when an error occurs
|
|
2202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
2203
2203
|
*/
|
|
2204
2204
|
disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
2205
2205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2260,7 +2260,7 @@ class OperationsInsightsClient {
|
|
|
2260
2260
|
* @param DisableDatabaseInsightRequest
|
|
2261
2261
|
* @return DisableDatabaseInsightResponse
|
|
2262
2262
|
* @throws OciError when an error occurs
|
|
2263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
2264
2264
|
*/
|
|
2265
2265
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
2266
2266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2321,7 +2321,7 @@ class OperationsInsightsClient {
|
|
|
2321
2321
|
* @param DisableExadataInsightRequest
|
|
2322
2322
|
* @return DisableExadataInsightResponse
|
|
2323
2323
|
* @throws OciError when an error occurs
|
|
2324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
2325
2325
|
*/
|
|
2326
2326
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
2327
2327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2382,7 +2382,7 @@ class OperationsInsightsClient {
|
|
|
2382
2382
|
* @param DisableHostInsightRequest
|
|
2383
2383
|
* @return DisableHostInsightResponse
|
|
2384
2384
|
* @throws OciError when an error occurs
|
|
2385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
2386
2386
|
*/
|
|
2387
2387
|
disableHostInsight(disableHostInsightRequest) {
|
|
2388
2388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2443,7 +2443,7 @@ class OperationsInsightsClient {
|
|
|
2443
2443
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
2444
2444
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
2445
2445
|
* @throws OciError when an error occurs
|
|
2446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
2447
2447
|
*/
|
|
2448
2448
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
2449
2449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2517,7 +2517,7 @@ class OperationsInsightsClient {
|
|
|
2517
2517
|
* @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
2518
2518
|
* @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
2519
2519
|
* @throws OciError when an error occurs
|
|
2520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
2521
2521
|
*/
|
|
2522
2522
|
enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
2523
2523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2579,7 +2579,7 @@ class OperationsInsightsClient {
|
|
|
2579
2579
|
* @param EnableDatabaseInsightRequest
|
|
2580
2580
|
* @return EnableDatabaseInsightResponse
|
|
2581
2581
|
* @throws OciError when an error occurs
|
|
2582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
2583
2583
|
*/
|
|
2584
2584
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
2585
2585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2641,7 +2641,7 @@ class OperationsInsightsClient {
|
|
|
2641
2641
|
* @param EnableExadataInsightRequest
|
|
2642
2642
|
* @return EnableExadataInsightResponse
|
|
2643
2643
|
* @throws OciError when an error occurs
|
|
2644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
2645
2645
|
*/
|
|
2646
2646
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
2647
2647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2703,7 +2703,7 @@ class OperationsInsightsClient {
|
|
|
2703
2703
|
* @param EnableHostInsightRequest
|
|
2704
2704
|
* @return EnableHostInsightResponse
|
|
2705
2705
|
* @throws OciError when an error occurs
|
|
2706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
2707
2707
|
*/
|
|
2708
2708
|
enableHostInsight(enableHostInsightRequest) {
|
|
2709
2709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2766,7 +2766,7 @@ class OperationsInsightsClient {
|
|
|
2766
2766
|
* @param GetAwrDatabaseReportRequest
|
|
2767
2767
|
* @return GetAwrDatabaseReportResponse
|
|
2768
2768
|
* @throws OciError when an error occurs
|
|
2769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
2770
2770
|
*/
|
|
2771
2771
|
getAwrDatabaseReport(getAwrDatabaseReportRequest) {
|
|
2772
2772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2834,7 +2834,7 @@ class OperationsInsightsClient {
|
|
|
2834
2834
|
* @param GetAwrDatabaseSqlReportRequest
|
|
2835
2835
|
* @return GetAwrDatabaseSqlReportResponse
|
|
2836
2836
|
* @throws OciError when an error occurs
|
|
2837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
2838
2838
|
*/
|
|
2839
2839
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
|
|
2840
2840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2901,7 +2901,7 @@ class OperationsInsightsClient {
|
|
|
2901
2901
|
* @param GetAwrHubRequest
|
|
2902
2902
|
* @return GetAwrHubResponse
|
|
2903
2903
|
* @throws OciError when an error occurs
|
|
2904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
2905
2905
|
*/
|
|
2906
2906
|
getAwrHub(getAwrHubRequest) {
|
|
2907
2907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2966,7 +2966,7 @@ class OperationsInsightsClient {
|
|
|
2966
2966
|
* @param GetAwrReportRequest
|
|
2967
2967
|
* @return GetAwrReportResponse
|
|
2968
2968
|
* @throws OciError when an error occurs
|
|
2969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
2969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
2970
2970
|
*/
|
|
2971
2971
|
getAwrReport(getAwrReportRequest) {
|
|
2972
2972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3032,7 +3032,7 @@ class OperationsInsightsClient {
|
|
|
3032
3032
|
* @param GetDatabaseInsightRequest
|
|
3033
3033
|
* @return GetDatabaseInsightResponse
|
|
3034
3034
|
* @throws OciError when an error occurs
|
|
3035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
3036
3036
|
*/
|
|
3037
3037
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
3038
3038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3095,7 +3095,7 @@ class OperationsInsightsClient {
|
|
|
3095
3095
|
* @param GetEnterpriseManagerBridgeRequest
|
|
3096
3096
|
* @return GetEnterpriseManagerBridgeResponse
|
|
3097
3097
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
3099
3099
|
*/
|
|
3100
3100
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
3101
3101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3158,7 +3158,7 @@ class OperationsInsightsClient {
|
|
|
3158
3158
|
* @param GetExadataInsightRequest
|
|
3159
3159
|
* @return GetExadataInsightResponse
|
|
3160
3160
|
* @throws OciError when an error occurs
|
|
3161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
3162
3162
|
*/
|
|
3163
3163
|
getExadataInsight(getExadataInsightRequest) {
|
|
3164
3164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3221,7 +3221,7 @@ class OperationsInsightsClient {
|
|
|
3221
3221
|
* @param GetHostInsightRequest
|
|
3222
3222
|
* @return GetHostInsightResponse
|
|
3223
3223
|
* @throws OciError when an error occurs
|
|
3224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
3225
3225
|
*/
|
|
3226
3226
|
getHostInsight(getHostInsightRequest) {
|
|
3227
3227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3284,7 +3284,7 @@ class OperationsInsightsClient {
|
|
|
3284
3284
|
* @param GetNewsReportRequest
|
|
3285
3285
|
* @return GetNewsReportResponse
|
|
3286
3286
|
* @throws OciError when an error occurs
|
|
3287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetNewsReport.ts.html |here} to see how to use GetNewsReport API.
|
|
3288
3288
|
*/
|
|
3289
3289
|
getNewsReport(getNewsReportRequest) {
|
|
3290
3290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3347,7 +3347,7 @@ class OperationsInsightsClient {
|
|
|
3347
3347
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
3348
3348
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
3349
3349
|
* @throws OciError when an error occurs
|
|
3350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
3351
3351
|
*/
|
|
3352
3352
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
3353
3353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3412,7 +3412,7 @@ class OperationsInsightsClient {
|
|
|
3412
3412
|
* @param GetOperationsInsightsWarehouseRequest
|
|
3413
3413
|
* @return GetOperationsInsightsWarehouseResponse
|
|
3414
3414
|
* @throws OciError when an error occurs
|
|
3415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
3416
3416
|
*/
|
|
3417
3417
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
3418
3418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3475,7 +3475,7 @@ class OperationsInsightsClient {
|
|
|
3475
3475
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
3476
3476
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
3477
3477
|
* @throws OciError when an error occurs
|
|
3478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
3479
3479
|
*/
|
|
3480
3480
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
3481
3481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3541,7 +3541,7 @@ class OperationsInsightsClient {
|
|
|
3541
3541
|
* @param GetOpsiConfigurationRequest
|
|
3542
3542
|
* @return GetOpsiConfigurationResponse
|
|
3543
3543
|
* @throws OciError when an error occurs
|
|
3544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
|
|
3545
3545
|
*/
|
|
3546
3546
|
getOpsiConfiguration(getOpsiConfigurationRequest) {
|
|
3547
3547
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3609,7 +3609,7 @@ class OperationsInsightsClient {
|
|
|
3609
3609
|
* @param GetOpsiDataObjectRequest
|
|
3610
3610
|
* @return GetOpsiDataObjectResponse
|
|
3611
3611
|
* @throws OciError when an error occurs
|
|
3612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
3613
3613
|
*/
|
|
3614
3614
|
getOpsiDataObject(getOpsiDataObjectRequest) {
|
|
3615
3615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3669,7 +3669,7 @@ class OperationsInsightsClient {
|
|
|
3669
3669
|
* @param GetWorkRequestRequest
|
|
3670
3670
|
* @return GetWorkRequestResponse
|
|
3671
3671
|
* @throws OciError when an error occurs
|
|
3672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3673
3673
|
*/
|
|
3674
3674
|
getWorkRequest(getWorkRequestRequest) {
|
|
3675
3675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3739,7 +3739,7 @@ class OperationsInsightsClient {
|
|
|
3739
3739
|
* @param IngestAddmReportsRequest
|
|
3740
3740
|
* @return IngestAddmReportsResponse
|
|
3741
3741
|
* @throws OciError when an error occurs
|
|
3742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
|
|
3743
3743
|
*/
|
|
3744
3744
|
ingestAddmReports(ingestAddmReportsRequest) {
|
|
3745
3745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3806,7 +3806,7 @@ class OperationsInsightsClient {
|
|
|
3806
3806
|
* @param IngestDatabaseConfigurationRequest
|
|
3807
3807
|
* @return IngestDatabaseConfigurationResponse
|
|
3808
3808
|
* @throws OciError when an error occurs
|
|
3809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
3810
3810
|
*/
|
|
3811
3811
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
3812
3812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3873,7 +3873,7 @@ class OperationsInsightsClient {
|
|
|
3873
3873
|
* @param IngestHostConfigurationRequest
|
|
3874
3874
|
* @return IngestHostConfigurationResponse
|
|
3875
3875
|
* @throws OciError when an error occurs
|
|
3876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
3877
3877
|
*/
|
|
3878
3878
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
3879
3879
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3939,7 +3939,7 @@ class OperationsInsightsClient {
|
|
|
3939
3939
|
* @param IngestHostMetricsRequest
|
|
3940
3940
|
* @return IngestHostMetricsResponse
|
|
3941
3941
|
* @throws OciError when an error occurs
|
|
3942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
3942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
3943
3943
|
*/
|
|
3944
3944
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
3945
3945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4007,7 +4007,7 @@ class OperationsInsightsClient {
|
|
|
4007
4007
|
* @param IngestSqlBucketRequest
|
|
4008
4008
|
* @return IngestSqlBucketResponse
|
|
4009
4009
|
* @throws OciError when an error occurs
|
|
4010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
4011
4011
|
*/
|
|
4012
4012
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
4013
4013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4077,7 +4077,7 @@ class OperationsInsightsClient {
|
|
|
4077
4077
|
* @param IngestSqlPlanLinesRequest
|
|
4078
4078
|
* @return IngestSqlPlanLinesResponse
|
|
4079
4079
|
* @throws OciError when an error occurs
|
|
4080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
4081
4081
|
*/
|
|
4082
4082
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
4083
4083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4147,7 +4147,7 @@ class OperationsInsightsClient {
|
|
|
4147
4147
|
* @param IngestSqlStatsRequest
|
|
4148
4148
|
* @return IngestSqlStatsResponse
|
|
4149
4149
|
* @throws OciError when an error occurs
|
|
4150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
4151
4151
|
*/
|
|
4152
4152
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
4153
4153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4217,7 +4217,7 @@ class OperationsInsightsClient {
|
|
|
4217
4217
|
* @param IngestSqlTextRequest
|
|
4218
4218
|
* @return IngestSqlTextResponse
|
|
4219
4219
|
* @throws OciError when an error occurs
|
|
4220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
4221
4221
|
*/
|
|
4222
4222
|
ingestSqlText(ingestSqlTextRequest) {
|
|
4223
4223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4286,7 +4286,7 @@ class OperationsInsightsClient {
|
|
|
4286
4286
|
* @param ListAddmDbFindingCategoriesRequest
|
|
4287
4287
|
* @return ListAddmDbFindingCategoriesResponse
|
|
4288
4288
|
* @throws OciError when an error occurs
|
|
4289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
|
|
4290
4290
|
*/
|
|
4291
4291
|
listAddmDbFindingCategories(listAddmDbFindingCategoriesRequest) {
|
|
4292
4292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4361,7 +4361,7 @@ class OperationsInsightsClient {
|
|
|
4361
4361
|
* @param ListAddmDbFindingsTimeSeriesRequest
|
|
4362
4362
|
* @return ListAddmDbFindingsTimeSeriesResponse
|
|
4363
4363
|
* @throws OciError when an error occurs
|
|
4364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
|
|
4365
4365
|
*/
|
|
4366
4366
|
listAddmDbFindingsTimeSeries(listAddmDbFindingsTimeSeriesRequest) {
|
|
4367
4367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4440,7 +4440,7 @@ class OperationsInsightsClient {
|
|
|
4440
4440
|
* @param ListAddmDbParameterCategoriesRequest
|
|
4441
4441
|
* @return ListAddmDbParameterCategoriesResponse
|
|
4442
4442
|
* @throws OciError when an error occurs
|
|
4443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
|
|
4444
4444
|
*/
|
|
4445
4445
|
listAddmDbParameterCategories(listAddmDbParameterCategoriesRequest) {
|
|
4446
4446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4515,7 +4515,7 @@ class OperationsInsightsClient {
|
|
|
4515
4515
|
* @param ListAddmDbRecommendationCategoriesRequest
|
|
4516
4516
|
* @return ListAddmDbRecommendationCategoriesResponse
|
|
4517
4517
|
* @throws OciError when an error occurs
|
|
4518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
|
|
4519
4519
|
*/
|
|
4520
4520
|
listAddmDbRecommendationCategories(listAddmDbRecommendationCategoriesRequest) {
|
|
4521
4521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4590,7 +4590,7 @@ class OperationsInsightsClient {
|
|
|
4590
4590
|
* @param ListAddmDbRecommendationsTimeSeriesRequest
|
|
4591
4591
|
* @return ListAddmDbRecommendationsTimeSeriesResponse
|
|
4592
4592
|
* @throws OciError when an error occurs
|
|
4593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
|
|
4594
4594
|
*/
|
|
4595
4595
|
listAddmDbRecommendationsTimeSeries(listAddmDbRecommendationsTimeSeriesRequest) {
|
|
4596
4596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4673,7 +4673,7 @@ class OperationsInsightsClient {
|
|
|
4673
4673
|
* @param ListAddmDbsRequest
|
|
4674
4674
|
* @return ListAddmDbsResponse
|
|
4675
4675
|
* @throws OciError when an error occurs
|
|
4676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
|
|
4677
4677
|
*/
|
|
4678
4678
|
listAddmDbs(listAddmDbsRequest) {
|
|
4679
4679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4750,7 +4750,7 @@ class OperationsInsightsClient {
|
|
|
4750
4750
|
* @param ListAwrDatabaseSnapshotsRequest
|
|
4751
4751
|
* @return ListAwrDatabaseSnapshotsResponse
|
|
4752
4752
|
* @throws OciError when an error occurs
|
|
4753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
4754
4754
|
*/
|
|
4755
4755
|
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
|
|
4756
4756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4825,7 +4825,7 @@ class OperationsInsightsClient {
|
|
|
4825
4825
|
* @param ListAwrDatabasesRequest
|
|
4826
4826
|
* @return ListAwrDatabasesResponse
|
|
4827
4827
|
* @throws OciError when an error occurs
|
|
4828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
4829
4829
|
*/
|
|
4830
4830
|
listAwrDatabases(listAwrDatabasesRequest) {
|
|
4831
4831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4897,7 +4897,7 @@ class OperationsInsightsClient {
|
|
|
4897
4897
|
* @param ListAwrHubsRequest
|
|
4898
4898
|
* @return ListAwrHubsResponse
|
|
4899
4899
|
* @throws OciError when an error occurs
|
|
4900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
4901
4901
|
*/
|
|
4902
4902
|
listAwrHubs(listAwrHubsRequest) {
|
|
4903
4903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4970,7 +4970,7 @@ class OperationsInsightsClient {
|
|
|
4970
4970
|
* @param ListAwrSnapshotsRequest
|
|
4971
4971
|
* @return ListAwrSnapshotsResponse
|
|
4972
4972
|
* @throws OciError when an error occurs
|
|
4973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
4973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
4974
4974
|
*/
|
|
4975
4975
|
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
4976
4976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5043,7 +5043,7 @@ class OperationsInsightsClient {
|
|
|
5043
5043
|
* @param ListDatabaseConfigurationsRequest
|
|
5044
5044
|
* @return ListDatabaseConfigurationsResponse
|
|
5045
5045
|
* @throws OciError when an error occurs
|
|
5046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
5047
5047
|
*/
|
|
5048
5048
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
5049
5049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5130,7 +5130,7 @@ class OperationsInsightsClient {
|
|
|
5130
5130
|
* @param ListDatabaseInsightsRequest
|
|
5131
5131
|
* @return ListDatabaseInsightsResponse
|
|
5132
5132
|
* @throws OciError when an error occurs
|
|
5133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
5134
5134
|
*/
|
|
5135
5135
|
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
5136
5136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5214,7 +5214,7 @@ class OperationsInsightsClient {
|
|
|
5214
5214
|
* @param ListEnterpriseManagerBridgesRequest
|
|
5215
5215
|
* @return ListEnterpriseManagerBridgesResponse
|
|
5216
5216
|
* @throws OciError when an error occurs
|
|
5217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
5218
5218
|
*/
|
|
5219
5219
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
5220
5220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5285,7 +5285,7 @@ class OperationsInsightsClient {
|
|
|
5285
5285
|
* @param ListExadataConfigurationsRequest
|
|
5286
5286
|
* @return ListExadataConfigurationsResponse
|
|
5287
5287
|
* @throws OciError when an error occurs
|
|
5288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
5289
5289
|
*/
|
|
5290
5290
|
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
5291
5291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5365,7 +5365,7 @@ class OperationsInsightsClient {
|
|
|
5365
5365
|
* @param ListExadataInsightsRequest
|
|
5366
5366
|
* @return ListExadataInsightsResponse
|
|
5367
5367
|
* @throws OciError when an error occurs
|
|
5368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
5369
5369
|
*/
|
|
5370
5370
|
listExadataInsights(listExadataInsightsRequest) {
|
|
5371
5371
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5445,7 +5445,7 @@ class OperationsInsightsClient {
|
|
|
5445
5445
|
* @param ListHostConfigurationsRequest
|
|
5446
5446
|
* @return ListHostConfigurationsResponse
|
|
5447
5447
|
* @throws OciError when an error occurs
|
|
5448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
5449
5449
|
*/
|
|
5450
5450
|
listHostConfigurations(listHostConfigurationsRequest) {
|
|
5451
5451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5531,7 +5531,7 @@ class OperationsInsightsClient {
|
|
|
5531
5531
|
* @param ListHostInsightsRequest
|
|
5532
5532
|
* @return ListHostInsightsResponse
|
|
5533
5533
|
* @throws OciError when an error occurs
|
|
5534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
5535
5535
|
*/
|
|
5536
5536
|
listHostInsights(listHostInsightsRequest) {
|
|
5537
5537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5612,7 +5612,7 @@ class OperationsInsightsClient {
|
|
|
5612
5612
|
* @param ListHostedEntitiesRequest
|
|
5613
5613
|
* @return ListHostedEntitiesResponse
|
|
5614
5614
|
* @throws OciError when an error occurs
|
|
5615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
5616
5616
|
*/
|
|
5617
5617
|
listHostedEntities(listHostedEntitiesRequest) {
|
|
5618
5618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5692,7 +5692,7 @@ class OperationsInsightsClient {
|
|
|
5692
5692
|
* @param ListImportableAgentEntitiesRequest
|
|
5693
5693
|
* @return ListImportableAgentEntitiesResponse
|
|
5694
5694
|
* @throws OciError when an error occurs
|
|
5695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
5696
5696
|
*/
|
|
5697
5697
|
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
5698
5698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5766,7 +5766,7 @@ class OperationsInsightsClient {
|
|
|
5766
5766
|
* @param ListImportableComputeEntitiesRequest
|
|
5767
5767
|
* @return ListImportableComputeEntitiesResponse
|
|
5768
5768
|
* @throws OciError when an error occurs
|
|
5769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
5770
5770
|
*/
|
|
5771
5771
|
listImportableComputeEntities(listImportableComputeEntitiesRequest) {
|
|
5772
5772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5834,7 +5834,7 @@ class OperationsInsightsClient {
|
|
|
5834
5834
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
5835
5835
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
5836
5836
|
* @throws OciError when an error occurs
|
|
5837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
5838
5838
|
*/
|
|
5839
5839
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
5840
5840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5904,7 +5904,7 @@ class OperationsInsightsClient {
|
|
|
5904
5904
|
* @param ListNewsReportsRequest
|
|
5905
5905
|
* @return ListNewsReportsResponse
|
|
5906
5906
|
* @throws OciError when an error occurs
|
|
5907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListNewsReports.ts.html |here} to see how to use ListNewsReports API.
|
|
5908
5908
|
*/
|
|
5909
5909
|
listNewsReports(listNewsReportsRequest) {
|
|
5910
5910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5980,7 +5980,7 @@ class OperationsInsightsClient {
|
|
|
5980
5980
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
5981
5981
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
5982
5982
|
* @throws OciError when an error occurs
|
|
5983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
5983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
5984
5984
|
*/
|
|
5985
5985
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
5986
5986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6054,7 +6054,7 @@ class OperationsInsightsClient {
|
|
|
6054
6054
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
6055
6055
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
6056
6056
|
* @throws OciError when an error occurs
|
|
6057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
6058
6058
|
*/
|
|
6059
6059
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
6060
6060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6127,7 +6127,7 @@ class OperationsInsightsClient {
|
|
|
6127
6127
|
* @param ListOperationsInsightsWarehousesRequest
|
|
6128
6128
|
* @return ListOperationsInsightsWarehousesResponse
|
|
6129
6129
|
* @throws OciError when an error occurs
|
|
6130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
6131
6131
|
*/
|
|
6132
6132
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
6133
6133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6198,7 +6198,7 @@ class OperationsInsightsClient {
|
|
|
6198
6198
|
* @param ListOpsiConfigurationsRequest
|
|
6199
6199
|
* @return ListOpsiConfigurationsResponse
|
|
6200
6200
|
* @throws OciError when an error occurs
|
|
6201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
|
|
6202
6202
|
*/
|
|
6203
6203
|
listOpsiConfigurations(listOpsiConfigurationsRequest) {
|
|
6204
6204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6269,7 +6269,7 @@ class OperationsInsightsClient {
|
|
|
6269
6269
|
* @param ListOpsiDataObjectsRequest
|
|
6270
6270
|
* @return ListOpsiDataObjectsResponse
|
|
6271
6271
|
* @throws OciError when an error occurs
|
|
6272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
6273
6273
|
*/
|
|
6274
6274
|
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
6275
6275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6285,7 +6285,9 @@ class OperationsInsightsClient {
|
|
|
6285
6285
|
"limit": listOpsiDataObjectsRequest.limit,
|
|
6286
6286
|
"page": listOpsiDataObjectsRequest.page,
|
|
6287
6287
|
"sortOrder": listOpsiDataObjectsRequest.sortOrder,
|
|
6288
|
-
"sortBy": listOpsiDataObjectsRequest.sortBy
|
|
6288
|
+
"sortBy": listOpsiDataObjectsRequest.sortBy,
|
|
6289
|
+
"groupName": listOpsiDataObjectsRequest.groupName,
|
|
6290
|
+
"name": listOpsiDataObjectsRequest.name
|
|
6289
6291
|
};
|
|
6290
6292
|
let headerParams = {
|
|
6291
6293
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6340,7 +6342,7 @@ class OperationsInsightsClient {
|
|
|
6340
6342
|
* @param ListSqlPlansRequest
|
|
6341
6343
|
* @return ListSqlPlansResponse
|
|
6342
6344
|
* @throws OciError when an error occurs
|
|
6343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
6344
6346
|
*/
|
|
6345
6347
|
listSqlPlans(listSqlPlansRequest) {
|
|
6346
6348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6410,7 +6412,7 @@ class OperationsInsightsClient {
|
|
|
6410
6412
|
* @param ListSqlSearchesRequest
|
|
6411
6413
|
* @return ListSqlSearchesResponse
|
|
6412
6414
|
* @throws OciError when an error occurs
|
|
6413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
6414
6416
|
*/
|
|
6415
6417
|
listSqlSearches(listSqlSearchesRequest) {
|
|
6416
6418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6484,7 +6486,7 @@ class OperationsInsightsClient {
|
|
|
6484
6486
|
* @param ListSqlTextsRequest
|
|
6485
6487
|
* @return ListSqlTextsResponse
|
|
6486
6488
|
* @throws OciError when an error occurs
|
|
6487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
6488
6490
|
*/
|
|
6489
6491
|
listSqlTexts(listSqlTextsRequest) {
|
|
6490
6492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6550,6 +6552,80 @@ class OperationsInsightsClient {
|
|
|
6550
6552
|
}
|
|
6551
6553
|
});
|
|
6552
6554
|
}
|
|
6555
|
+
/**
|
|
6556
|
+
* Gets a list of Warehouse data objects (e.g: views, tables), based on the query parameters specified.
|
|
6557
|
+
*
|
|
6558
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6559
|
+
* @param ListWarehouseDataObjectsRequest
|
|
6560
|
+
* @return ListWarehouseDataObjectsResponse
|
|
6561
|
+
* @throws OciError when an error occurs
|
|
6562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWarehouseDataObjects.ts.html |here} to see how to use ListWarehouseDataObjects API.
|
|
6563
|
+
*/
|
|
6564
|
+
listWarehouseDataObjects(listWarehouseDataObjectsRequest) {
|
|
6565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6566
|
+
if (this.logger)
|
|
6567
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWarehouseDataObjects.");
|
|
6568
|
+
const operationName = "listWarehouseDataObjects";
|
|
6569
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiWarehouseDataObjects/ListWarehouseDataObjects";
|
|
6570
|
+
const pathParams = {
|
|
6571
|
+
"{warehouseType}": listWarehouseDataObjectsRequest.warehouseType,
|
|
6572
|
+
"{warehouseId}": listWarehouseDataObjectsRequest.warehouseId
|
|
6573
|
+
};
|
|
6574
|
+
const queryParams = {
|
|
6575
|
+
"dataObjectType": listWarehouseDataObjectsRequest.dataObjectType,
|
|
6576
|
+
"name": listWarehouseDataObjectsRequest.name,
|
|
6577
|
+
"owner": listWarehouseDataObjectsRequest.owner,
|
|
6578
|
+
"limit": listWarehouseDataObjectsRequest.limit,
|
|
6579
|
+
"page": listWarehouseDataObjectsRequest.page,
|
|
6580
|
+
"sortOrder": listWarehouseDataObjectsRequest.sortOrder,
|
|
6581
|
+
"sortBy": listWarehouseDataObjectsRequest.sortBy,
|
|
6582
|
+
"summaryField": listWarehouseDataObjectsRequest.summaryField
|
|
6583
|
+
};
|
|
6584
|
+
let headerParams = {
|
|
6585
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6586
|
+
"opc-request-id": listWarehouseDataObjectsRequest.opcRequestId
|
|
6587
|
+
};
|
|
6588
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6589
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWarehouseDataObjectsRequest.retryConfiguration, specRetryConfiguration);
|
|
6590
|
+
if (this.logger)
|
|
6591
|
+
retrier.logger = this.logger;
|
|
6592
|
+
const request = yield oci_common_1.composeRequest({
|
|
6593
|
+
baseEndpoint: this._endpoint,
|
|
6594
|
+
defaultHeaders: this._defaultHeaders,
|
|
6595
|
+
path: "/{warehouseType}/{warehouseId}/dataObjects",
|
|
6596
|
+
method: "GET",
|
|
6597
|
+
pathParams: pathParams,
|
|
6598
|
+
headerParams: headerParams,
|
|
6599
|
+
queryParams: queryParams
|
|
6600
|
+
});
|
|
6601
|
+
try {
|
|
6602
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6603
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6604
|
+
responseObject: {},
|
|
6605
|
+
body: yield response.json(),
|
|
6606
|
+
bodyKey: "warehouseDataObjectCollection",
|
|
6607
|
+
bodyModel: model.WarehouseDataObjectCollection,
|
|
6608
|
+
type: "model.WarehouseDataObjectCollection",
|
|
6609
|
+
responseHeaders: [
|
|
6610
|
+
{
|
|
6611
|
+
value: response.headers.get("opc-request-id"),
|
|
6612
|
+
key: "opcRequestId",
|
|
6613
|
+
dataType: "string"
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
value: response.headers.get("opc-next-page"),
|
|
6617
|
+
key: "opcNextPage",
|
|
6618
|
+
dataType: "string"
|
|
6619
|
+
}
|
|
6620
|
+
]
|
|
6621
|
+
});
|
|
6622
|
+
return sdkResponse;
|
|
6623
|
+
}
|
|
6624
|
+
catch (err) {
|
|
6625
|
+
throw err;
|
|
6626
|
+
}
|
|
6627
|
+
});
|
|
6628
|
+
}
|
|
6553
6629
|
/**
|
|
6554
6630
|
* Return a (paginated) list of errors for a given work request.
|
|
6555
6631
|
*
|
|
@@ -6557,7 +6633,7 @@ class OperationsInsightsClient {
|
|
|
6557
6633
|
* @param ListWorkRequestErrorsRequest
|
|
6558
6634
|
* @return ListWorkRequestErrorsResponse
|
|
6559
6635
|
* @throws OciError when an error occurs
|
|
6560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
6561
6637
|
*/
|
|
6562
6638
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
6563
6639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6626,7 +6702,7 @@ class OperationsInsightsClient {
|
|
|
6626
6702
|
* @param ListWorkRequestLogsRequest
|
|
6627
6703
|
* @return ListWorkRequestLogsResponse
|
|
6628
6704
|
* @throws OciError when an error occurs
|
|
6629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
6630
6706
|
*/
|
|
6631
6707
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
6632
6708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6695,7 +6771,7 @@ class OperationsInsightsClient {
|
|
|
6695
6771
|
* @param ListWorkRequestsRequest
|
|
6696
6772
|
* @return ListWorkRequestsResponse
|
|
6697
6773
|
* @throws OciError when an error occurs
|
|
6698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
6699
6775
|
*/
|
|
6700
6776
|
listWorkRequests(listWorkRequestsRequest) {
|
|
6701
6777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6768,7 +6844,7 @@ class OperationsInsightsClient {
|
|
|
6768
6844
|
* @param QueryOpsiDataObjectDataRequest
|
|
6769
6845
|
* @return QueryOpsiDataObjectDataResponse
|
|
6770
6846
|
* @throws OciError when an error occurs
|
|
6771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
6772
6848
|
*/
|
|
6773
6849
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
6774
6850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6828,13 +6904,83 @@ class OperationsInsightsClient {
|
|
|
6828
6904
|
}
|
|
6829
6905
|
});
|
|
6830
6906
|
}
|
|
6907
|
+
/**
|
|
6908
|
+
* Queries Warehouse data objects (e.g: views, tables) with the inputs provided and sends the result set back.
|
|
6909
|
+
* Any data to which an OperationsInsightsWarehouseUser with a permission to the corresponding Warehouse can be queried.
|
|
6910
|
+
*
|
|
6911
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6912
|
+
* @param QueryWarehouseDataObjectDataRequest
|
|
6913
|
+
* @return QueryWarehouseDataObjectDataResponse
|
|
6914
|
+
* @throws OciError when an error occurs
|
|
6915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/QueryWarehouseDataObjectData.ts.html |here} to see how to use QueryWarehouseDataObjectData API.
|
|
6916
|
+
*/
|
|
6917
|
+
queryWarehouseDataObjectData(queryWarehouseDataObjectDataRequest) {
|
|
6918
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6919
|
+
if (this.logger)
|
|
6920
|
+
this.logger.debug("Calling operation OperationsInsightsClient#queryWarehouseDataObjectData.");
|
|
6921
|
+
const operationName = "queryWarehouseDataObjectData";
|
|
6922
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiWarehouseDataObjects/QueryWarehouseDataObjectData";
|
|
6923
|
+
const pathParams = {
|
|
6924
|
+
"{warehouseType}": queryWarehouseDataObjectDataRequest.warehouseType,
|
|
6925
|
+
"{warehouseId}": queryWarehouseDataObjectDataRequest.warehouseId
|
|
6926
|
+
};
|
|
6927
|
+
const queryParams = {
|
|
6928
|
+
"limit": queryWarehouseDataObjectDataRequest.limit,
|
|
6929
|
+
"page": queryWarehouseDataObjectDataRequest.page
|
|
6930
|
+
};
|
|
6931
|
+
let headerParams = {
|
|
6932
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6933
|
+
"opc-request-id": queryWarehouseDataObjectDataRequest.opcRequestId
|
|
6934
|
+
};
|
|
6935
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6936
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryWarehouseDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
|
|
6937
|
+
if (this.logger)
|
|
6938
|
+
retrier.logger = this.logger;
|
|
6939
|
+
const request = yield oci_common_1.composeRequest({
|
|
6940
|
+
baseEndpoint: this._endpoint,
|
|
6941
|
+
defaultHeaders: this._defaultHeaders,
|
|
6942
|
+
path: "/{warehouseType}/{warehouseId}/actions/queryData",
|
|
6943
|
+
method: "POST",
|
|
6944
|
+
bodyContent: common.ObjectSerializer.serialize(queryWarehouseDataObjectDataRequest.queryWarehouseDataObjectDataDetails, "QueryWarehouseDataObjectDataDetails", model.QueryWarehouseDataObjectDataDetails.getJsonObj),
|
|
6945
|
+
pathParams: pathParams,
|
|
6946
|
+
headerParams: headerParams,
|
|
6947
|
+
queryParams: queryParams
|
|
6948
|
+
});
|
|
6949
|
+
try {
|
|
6950
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6951
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6952
|
+
responseObject: {},
|
|
6953
|
+
body: yield response.json(),
|
|
6954
|
+
bodyKey: "queryDataObjectResultSetRowsCollection",
|
|
6955
|
+
bodyModel: model.QueryDataObjectResultSetRowsCollection,
|
|
6956
|
+
type: "model.QueryDataObjectResultSetRowsCollection",
|
|
6957
|
+
responseHeaders: [
|
|
6958
|
+
{
|
|
6959
|
+
value: response.headers.get("opc-request-id"),
|
|
6960
|
+
key: "opcRequestId",
|
|
6961
|
+
dataType: "string"
|
|
6962
|
+
},
|
|
6963
|
+
{
|
|
6964
|
+
value: response.headers.get("opc-next-page"),
|
|
6965
|
+
key: "opcNextPage",
|
|
6966
|
+
dataType: "string"
|
|
6967
|
+
}
|
|
6968
|
+
]
|
|
6969
|
+
});
|
|
6970
|
+
return sdkResponse;
|
|
6971
|
+
}
|
|
6972
|
+
catch (err) {
|
|
6973
|
+
throw err;
|
|
6974
|
+
}
|
|
6975
|
+
});
|
|
6976
|
+
}
|
|
6831
6977
|
/**
|
|
6832
6978
|
* Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
|
|
6833
6979
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6834
6980
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
6835
6981
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
6836
6982
|
* @throws OciError when an error occurs
|
|
6837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
6983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
6838
6984
|
*/
|
|
6839
6985
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
6840
6986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6895,7 +7041,7 @@ class OperationsInsightsClient {
|
|
|
6895
7041
|
* @param SummarizeAddmDbFindingsRequest
|
|
6896
7042
|
* @return SummarizeAddmDbFindingsResponse
|
|
6897
7043
|
* @throws OciError when an error occurs
|
|
6898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
|
|
6899
7045
|
*/
|
|
6900
7046
|
summarizeAddmDbFindings(summarizeAddmDbFindingsRequest) {
|
|
6901
7047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6976,7 +7122,7 @@ class OperationsInsightsClient {
|
|
|
6976
7122
|
* @param SummarizeAddmDbParameterChangesRequest
|
|
6977
7123
|
* @return SummarizeAddmDbParameterChangesResponse
|
|
6978
7124
|
* @throws OciError when an error occurs
|
|
6979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
|
|
6980
7126
|
*/
|
|
6981
7127
|
summarizeAddmDbParameterChanges(summarizeAddmDbParameterChangesRequest) {
|
|
6982
7128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7059,7 +7205,7 @@ class OperationsInsightsClient {
|
|
|
7059
7205
|
* @param SummarizeAddmDbParametersRequest
|
|
7060
7206
|
* @return SummarizeAddmDbParametersResponse
|
|
7061
7207
|
* @throws OciError when an error occurs
|
|
7062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
|
|
7063
7209
|
*/
|
|
7064
7210
|
summarizeAddmDbParameters(summarizeAddmDbParametersRequest) {
|
|
7065
7211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7142,7 +7288,7 @@ class OperationsInsightsClient {
|
|
|
7142
7288
|
* @param SummarizeAddmDbRecommendationsRequest
|
|
7143
7289
|
* @return SummarizeAddmDbRecommendationsResponse
|
|
7144
7290
|
* @throws OciError when an error occurs
|
|
7145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
|
|
7146
7292
|
*/
|
|
7147
7293
|
summarizeAddmDbRecommendations(summarizeAddmDbRecommendationsRequest) {
|
|
7148
7294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7226,7 +7372,7 @@ class OperationsInsightsClient {
|
|
|
7226
7372
|
* @param SummarizeAddmDbSchemaObjectsRequest
|
|
7227
7373
|
* @return SummarizeAddmDbSchemaObjectsResponse
|
|
7228
7374
|
* @throws OciError when an error occurs
|
|
7229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
|
|
7230
7376
|
*/
|
|
7231
7377
|
summarizeAddmDbSchemaObjects(summarizeAddmDbSchemaObjectsRequest) {
|
|
7232
7378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7302,7 +7448,7 @@ class OperationsInsightsClient {
|
|
|
7302
7448
|
* @param SummarizeAddmDbSqlStatementsRequest
|
|
7303
7449
|
* @return SummarizeAddmDbSqlStatementsResponse
|
|
7304
7450
|
* @throws OciError when an error occurs
|
|
7305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
|
|
7306
7452
|
*/
|
|
7307
7453
|
summarizeAddmDbSqlStatements(summarizeAddmDbSqlStatementsRequest) {
|
|
7308
7454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7382,7 +7528,7 @@ class OperationsInsightsClient {
|
|
|
7382
7528
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
7383
7529
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
7384
7530
|
* @throws OciError when an error occurs
|
|
7385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
7386
7532
|
*/
|
|
7387
7533
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
7388
7534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7458,7 +7604,7 @@ class OperationsInsightsClient {
|
|
|
7458
7604
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
7459
7605
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
7460
7606
|
* @throws OciError when an error occurs
|
|
7461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
7462
7608
|
*/
|
|
7463
7609
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
7464
7610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7538,7 +7684,7 @@ class OperationsInsightsClient {
|
|
|
7538
7684
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
7539
7685
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
7540
7686
|
* @throws OciError when an error occurs
|
|
7541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
7542
7688
|
*/
|
|
7543
7689
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
7544
7690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7624,7 +7770,7 @@ class OperationsInsightsClient {
|
|
|
7624
7770
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
7625
7771
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
7626
7772
|
* @throws OciError when an error occurs
|
|
7627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
7628
7774
|
*/
|
|
7629
7775
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
7630
7776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7704,7 +7850,7 @@ class OperationsInsightsClient {
|
|
|
7704
7850
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
7705
7851
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
7706
7852
|
* @throws OciError when an error occurs
|
|
7707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
7708
7854
|
*/
|
|
7709
7855
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
7710
7856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7776,7 +7922,7 @@ class OperationsInsightsClient {
|
|
|
7776
7922
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
7777
7923
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
7778
7924
|
* @throws OciError when an error occurs
|
|
7779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
7925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
7780
7926
|
*/
|
|
7781
7927
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
7782
7928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7852,7 +7998,7 @@ class OperationsInsightsClient {
|
|
|
7852
7998
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
7853
7999
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
7854
8000
|
* @throws OciError when an error occurs
|
|
7855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
7856
8002
|
*/
|
|
7857
8003
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
7858
8004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7927,7 +8073,7 @@ class OperationsInsightsClient {
|
|
|
7927
8073
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
7928
8074
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
7929
8075
|
* @throws OciError when an error occurs
|
|
7930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
7931
8077
|
*/
|
|
7932
8078
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
7933
8079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8006,7 +8152,7 @@ class OperationsInsightsClient {
|
|
|
8006
8152
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
8007
8153
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
8008
8154
|
* @throws OciError when an error occurs
|
|
8009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
8010
8156
|
*/
|
|
8011
8157
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
8012
8158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8083,7 +8229,7 @@ class OperationsInsightsClient {
|
|
|
8083
8229
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
8084
8230
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
8085
8231
|
* @throws OciError when an error occurs
|
|
8086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
8087
8233
|
*/
|
|
8088
8234
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
8089
8235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8155,7 +8301,7 @@ class OperationsInsightsClient {
|
|
|
8155
8301
|
* @param SummarizeConfigurationItemsRequest
|
|
8156
8302
|
* @return SummarizeConfigurationItemsResponse
|
|
8157
8303
|
* @throws OciError when an error occurs
|
|
8158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
|
|
8159
8305
|
*/
|
|
8160
8306
|
summarizeConfigurationItems(summarizeConfigurationItemsRequest) {
|
|
8161
8307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8227,7 +8373,7 @@ class OperationsInsightsClient {
|
|
|
8227
8373
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
8228
8374
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
8229
8375
|
* @throws OciError when an error occurs
|
|
8230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
8231
8377
|
*/
|
|
8232
8378
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
8233
8379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8316,7 +8462,7 @@ class OperationsInsightsClient {
|
|
|
8316
8462
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
8317
8463
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
8318
8464
|
* @throws OciError when an error occurs
|
|
8319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
8320
8466
|
*/
|
|
8321
8467
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
8322
8468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8407,7 +8553,7 @@ class OperationsInsightsClient {
|
|
|
8407
8553
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
8408
8554
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
8409
8555
|
* @throws OciError when an error occurs
|
|
8410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
8411
8557
|
*/
|
|
8412
8558
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
8413
8559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8500,7 +8646,7 @@ class OperationsInsightsClient {
|
|
|
8500
8646
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
8501
8647
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
8502
8648
|
* @throws OciError when an error occurs
|
|
8503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
8504
8650
|
*/
|
|
8505
8651
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
8506
8652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8585,7 +8731,7 @@ class OperationsInsightsClient {
|
|
|
8585
8731
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
8586
8732
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
8587
8733
|
* @throws OciError when an error occurs
|
|
8588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
8589
8735
|
*/
|
|
8590
8736
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
8591
8737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8670,7 +8816,7 @@ class OperationsInsightsClient {
|
|
|
8670
8816
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
8671
8817
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
8672
8818
|
* @throws OciError when an error occurs
|
|
8673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
8674
8820
|
*/
|
|
8675
8821
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
8676
8822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8757,7 +8903,7 @@ class OperationsInsightsClient {
|
|
|
8757
8903
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
8758
8904
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
8759
8905
|
* @throws OciError when an error occurs
|
|
8760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
8761
8907
|
*/
|
|
8762
8908
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
8763
8909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8835,7 +8981,7 @@ class OperationsInsightsClient {
|
|
|
8835
8981
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
8836
8982
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
8837
8983
|
* @throws OciError when an error occurs
|
|
8838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
8984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
8839
8985
|
*/
|
|
8840
8986
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
8841
8987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8919,7 +9065,7 @@ class OperationsInsightsClient {
|
|
|
8919
9065
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
8920
9066
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
8921
9067
|
* @throws OciError when an error occurs
|
|
8922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
8923
9069
|
*/
|
|
8924
9070
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
8925
9071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9006,7 +9152,7 @@ class OperationsInsightsClient {
|
|
|
9006
9152
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
9007
9153
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
9008
9154
|
* @throws OciError when an error occurs
|
|
9009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
9010
9156
|
*/
|
|
9011
9157
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
9012
9158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9093,7 +9239,7 @@ class OperationsInsightsClient {
|
|
|
9093
9239
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
9094
9240
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
9095
9241
|
* @throws OciError when an error occurs
|
|
9096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
9097
9243
|
*/
|
|
9098
9244
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
9099
9245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9180,7 +9326,7 @@ class OperationsInsightsClient {
|
|
|
9180
9326
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
9181
9327
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
9182
9328
|
* @throws OciError when an error occurs
|
|
9183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
9184
9330
|
*/
|
|
9185
9331
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
9186
9332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9267,7 +9413,7 @@ class OperationsInsightsClient {
|
|
|
9267
9413
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
9268
9414
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
9269
9415
|
* @throws OciError when an error occurs
|
|
9270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
9271
9417
|
*/
|
|
9272
9418
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
9273
9419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9354,7 +9500,7 @@ class OperationsInsightsClient {
|
|
|
9354
9500
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
9355
9501
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
9356
9502
|
* @throws OciError when an error occurs
|
|
9357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
9358
9504
|
*/
|
|
9359
9505
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
9360
9506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9432,7 +9578,7 @@ class OperationsInsightsClient {
|
|
|
9432
9578
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
9433
9579
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
9434
9580
|
* @throws OciError when an error occurs
|
|
9435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
9436
9582
|
*/
|
|
9437
9583
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
9438
9584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9517,7 +9663,7 @@ class OperationsInsightsClient {
|
|
|
9517
9663
|
* @param SummarizeExadataMembersRequest
|
|
9518
9664
|
* @return SummarizeExadataMembersResponse
|
|
9519
9665
|
* @throws OciError when an error occurs
|
|
9520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
9521
9667
|
*/
|
|
9522
9668
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
9523
9669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9591,7 +9737,7 @@ class OperationsInsightsClient {
|
|
|
9591
9737
|
* @param SummarizeHostInsightNetworkUsageTrendRequest
|
|
9592
9738
|
* @return SummarizeHostInsightNetworkUsageTrendResponse
|
|
9593
9739
|
* @throws OciError when an error occurs
|
|
9594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
|
|
9595
9741
|
*/
|
|
9596
9742
|
summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest) {
|
|
9597
9743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9665,7 +9811,7 @@ class OperationsInsightsClient {
|
|
|
9665
9811
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
9666
9812
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
9667
9813
|
* @throws OciError when an error occurs
|
|
9668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
9669
9815
|
*/
|
|
9670
9816
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
9671
9817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9751,7 +9897,7 @@ class OperationsInsightsClient {
|
|
|
9751
9897
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
9752
9898
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
9753
9899
|
* @throws OciError when an error occurs
|
|
9754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
9755
9901
|
*/
|
|
9756
9902
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
9757
9903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9836,7 +9982,7 @@ class OperationsInsightsClient {
|
|
|
9836
9982
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
9837
9983
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
9838
9984
|
* @throws OciError when an error occurs
|
|
9839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
9985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
9840
9986
|
*/
|
|
9841
9987
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
9842
9988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9927,7 +10073,7 @@ class OperationsInsightsClient {
|
|
|
9927
10073
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
9928
10074
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
9929
10075
|
* @throws OciError when an error occurs
|
|
9930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
9931
10077
|
*/
|
|
9932
10078
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
9933
10079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10005,7 +10151,7 @@ class OperationsInsightsClient {
|
|
|
10005
10151
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
10006
10152
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
10007
10153
|
* @throws OciError when an error occurs
|
|
10008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
10009
10155
|
*/
|
|
10010
10156
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
10011
10157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10088,7 +10234,7 @@ class OperationsInsightsClient {
|
|
|
10088
10234
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
10089
10235
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
10090
10236
|
* @throws OciError when an error occurs
|
|
10091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
10092
10238
|
*/
|
|
10093
10239
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
10094
10240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10166,7 +10312,7 @@ class OperationsInsightsClient {
|
|
|
10166
10312
|
* @param SummarizeHostInsightStorageUsageTrendRequest
|
|
10167
10313
|
* @return SummarizeHostInsightStorageUsageTrendResponse
|
|
10168
10314
|
* @throws OciError when an error occurs
|
|
10169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
|
|
10170
10316
|
*/
|
|
10171
10317
|
summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest) {
|
|
10172
10318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10240,7 +10386,7 @@ class OperationsInsightsClient {
|
|
|
10240
10386
|
* @param SummarizeHostInsightTopProcessesUsageRequest
|
|
10241
10387
|
* @return SummarizeHostInsightTopProcessesUsageResponse
|
|
10242
10388
|
* @throws OciError when an error occurs
|
|
10243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
|
|
10244
10390
|
*/
|
|
10245
10391
|
summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest) {
|
|
10246
10392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10317,7 +10463,7 @@ class OperationsInsightsClient {
|
|
|
10317
10463
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
10318
10464
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
10319
10465
|
* @throws OciError when an error occurs
|
|
10320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
10321
10467
|
*/
|
|
10322
10468
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
10323
10469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10393,7 +10539,7 @@ class OperationsInsightsClient {
|
|
|
10393
10539
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
10394
10540
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
10395
10541
|
* @throws OciError when an error occurs
|
|
10396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
10397
10543
|
*/
|
|
10398
10544
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
10399
10545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10458,7 +10604,7 @@ class OperationsInsightsClient {
|
|
|
10458
10604
|
* @param SummarizeSqlInsightsRequest
|
|
10459
10605
|
* @return SummarizeSqlInsightsResponse
|
|
10460
10606
|
* @throws OciError when an error occurs
|
|
10461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
10462
10608
|
*/
|
|
10463
10609
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
10464
10610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10540,7 +10686,7 @@ class OperationsInsightsClient {
|
|
|
10540
10686
|
* @param SummarizeSqlPlanInsightsRequest
|
|
10541
10687
|
* @return SummarizeSqlPlanInsightsResponse
|
|
10542
10688
|
* @throws OciError when an error occurs
|
|
10543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
10544
10690
|
*/
|
|
10545
10691
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
10546
10692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10612,7 +10758,7 @@ class OperationsInsightsClient {
|
|
|
10612
10758
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
10613
10759
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
10614
10760
|
* @throws OciError when an error occurs
|
|
10615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
10616
10762
|
*/
|
|
10617
10763
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
10618
10764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10684,7 +10830,7 @@ class OperationsInsightsClient {
|
|
|
10684
10830
|
* @param SummarizeSqlStatisticsRequest
|
|
10685
10831
|
* @return SummarizeSqlStatisticsResponse
|
|
10686
10832
|
* @throws OciError when an error occurs
|
|
10687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
10688
10834
|
*/
|
|
10689
10835
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
10690
10836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10771,7 +10917,7 @@ class OperationsInsightsClient {
|
|
|
10771
10917
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
10772
10918
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
10773
10919
|
* @throws OciError when an error occurs
|
|
10774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
10920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
10775
10921
|
*/
|
|
10776
10922
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
10777
10923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10852,7 +10998,7 @@ class OperationsInsightsClient {
|
|
|
10852
10998
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
10853
10999
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
10854
11000
|
* @throws OciError when an error occurs
|
|
10855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
10856
11002
|
*/
|
|
10857
11003
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
10858
11004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10922,7 +11068,7 @@ class OperationsInsightsClient {
|
|
|
10922
11068
|
* @param UpdateAwrHubRequest
|
|
10923
11069
|
* @return UpdateAwrHubResponse
|
|
10924
11070
|
* @throws OciError when an error occurs
|
|
10925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
10926
11072
|
*/
|
|
10927
11073
|
updateAwrHub(updateAwrHubRequest) {
|
|
10928
11074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10983,7 +11129,7 @@ class OperationsInsightsClient {
|
|
|
10983
11129
|
* @param UpdateDatabaseInsightRequest
|
|
10984
11130
|
* @return UpdateDatabaseInsightResponse
|
|
10985
11131
|
* @throws OciError when an error occurs
|
|
10986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
10987
11133
|
*/
|
|
10988
11134
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
10989
11135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11044,7 +11190,7 @@ class OperationsInsightsClient {
|
|
|
11044
11190
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
11045
11191
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
11046
11192
|
* @throws OciError when an error occurs
|
|
11047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
11048
11194
|
*/
|
|
11049
11195
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
11050
11196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11105,7 +11251,7 @@ class OperationsInsightsClient {
|
|
|
11105
11251
|
* @param UpdateExadataInsightRequest
|
|
11106
11252
|
* @return UpdateExadataInsightResponse
|
|
11107
11253
|
* @throws OciError when an error occurs
|
|
11108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
11109
11255
|
*/
|
|
11110
11256
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
11111
11257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11166,7 +11312,7 @@ class OperationsInsightsClient {
|
|
|
11166
11312
|
* @param UpdateHostInsightRequest
|
|
11167
11313
|
* @return UpdateHostInsightResponse
|
|
11168
11314
|
* @throws OciError when an error occurs
|
|
11169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
11170
11316
|
*/
|
|
11171
11317
|
updateHostInsight(updateHostInsightRequest) {
|
|
11172
11318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11227,7 +11373,7 @@ class OperationsInsightsClient {
|
|
|
11227
11373
|
* @param UpdateNewsReportRequest
|
|
11228
11374
|
* @return UpdateNewsReportResponse
|
|
11229
11375
|
* @throws OciError when an error occurs
|
|
11230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateNewsReport.ts.html |here} to see how to use UpdateNewsReport API.
|
|
11231
11377
|
*/
|
|
11232
11378
|
updateNewsReport(updateNewsReportRequest) {
|
|
11233
11379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11288,7 +11434,7 @@ class OperationsInsightsClient {
|
|
|
11288
11434
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
11289
11435
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
11290
11436
|
* @throws OciError when an error occurs
|
|
11291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
11292
11438
|
*/
|
|
11293
11439
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
11294
11440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11351,7 +11497,7 @@ class OperationsInsightsClient {
|
|
|
11351
11497
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
11352
11498
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
11353
11499
|
* @throws OciError when an error occurs
|
|
11354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
11355
11501
|
*/
|
|
11356
11502
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
11357
11503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11412,7 +11558,7 @@ class OperationsInsightsClient {
|
|
|
11412
11558
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
11413
11559
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
11414
11560
|
* @throws OciError when an error occurs
|
|
11415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
11416
11562
|
*/
|
|
11417
11563
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
11418
11564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11473,7 +11619,7 @@ class OperationsInsightsClient {
|
|
|
11473
11619
|
* @param UpdateOpsiConfigurationRequest
|
|
11474
11620
|
* @return UpdateOpsiConfigurationResponse
|
|
11475
11621
|
* @throws OciError when an error occurs
|
|
11476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
11622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
|
|
11477
11623
|
*/
|
|
11478
11624
|
updateOpsiConfiguration(updateOpsiConfigurationRequest) {
|
|
11479
11625
|
return __awaiter(this, void 0, void 0, function* () {
|