oci-opsi 2.37.0 → 2.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +140 -124
- package/lib/client.js +225 -133
- package/lib/client.js.map +1 -1
- package/lib/model/cloud-importable-compute-entity-summary.d.ts +49 -0
- package/lib/model/cloud-importable-compute-entity-summary.js +69 -0
- package/lib/model/cloud-importable-compute-entity-summary.js.map +1 -0
- package/lib/model/create-host-insight-details.js +4 -0
- package/lib/model/create-host-insight-details.js.map +1 -1
- package/lib/model/create-macs-managed-cloud-host-insight-details.d.ts +31 -0
- package/lib/model/create-macs-managed-cloud-host-insight-details.js +57 -0
- package/lib/model/create-macs-managed-cloud-host-insight-details.js.map +1 -0
- package/lib/model/enable-host-insight-details.js +4 -0
- package/lib/model/enable-host-insight-details.js.map +1 -1
- package/lib/model/enable-macs-managed-cloud-host-insight-details.d.ts +27 -0
- package/lib/model/enable-macs-managed-cloud-host-insight-details.js +57 -0
- package/lib/model/enable-macs-managed-cloud-host-insight-details.js.map +1 -0
- package/lib/model/host-entity-source.d.ts +1 -0
- package/lib/model/host-entity-source.js +1 -0
- package/lib/model/host-entity-source.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/importable-agent-entity-source.d.ts +1 -0
- package/lib/model/importable-agent-entity-source.js +1 -0
- package/lib/model/importable-agent-entity-source.js.map +1 -1
- package/lib/model/{usage-unit.d.ts → importable-compute-entity-summary-collection.d.ts} +9 -14
- package/lib/model/importable-compute-entity-summary-collection.js +64 -0
- package/lib/model/importable-compute-entity-summary-collection.js.map +1 -0
- package/lib/model/importable-compute-entity-summary.d.ts +37 -0
- package/lib/model/importable-compute-entity-summary.js +68 -0
- package/lib/model/importable-compute-entity-summary.js.map +1 -0
- package/lib/model/index.d.ts +16 -2
- package/lib/model/index.js +21 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-cloud-host-insight-summary.d.ts +53 -0
- package/lib/model/macs-managed-cloud-host-insight-summary.js +69 -0
- package/lib/model/macs-managed-cloud-host-insight-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-host-insight.d.ts +61 -0
- package/lib/model/macs-managed-cloud-host-insight.js +69 -0
- package/lib/model/macs-managed-cloud-host-insight.js.map +1 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js +13 -0
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-usage-aggregation.d.ts +14 -4
- package/lib/model/summarize-database-insight-resource-usage-aggregation.js +13 -0
- package/lib/model/summarize-database-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +14 -4
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +13 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +13 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +14 -4
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js +13 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/update-host-insight-details.js +4 -0
- package/lib/model/update-host-insight-details.js.map +1 -1
- package/lib/model/update-macs-managed-cloud-host-insight-details.d.ts +27 -0
- package/lib/model/update-macs-managed-cloud-host-insight-details.js +57 -0
- package/lib/model/update-macs-managed-cloud-host-insight-details.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +2 -2
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +2 -2
- package/lib/request/get-awr-database-report-request.d.ts +1 -1
- package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-databases-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +12 -1
- package/lib/request/list-host-configurations-request.js.map +1 -1
- package/lib/request/list-host-insights-request.d.ts +3 -6
- package/lib/request/list-host-insights-request.js +0 -4
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +12 -1
- package/lib/request/list-hosted-entities-request.js.map +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-entities-request.d.ts +63 -0
- package/lib/request/list-importable-compute-entities-request.js +26 -0
- package/lib/request/list-importable-compute-entities-request.js.map +1 -0
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +12 -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 +2 -2
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -0
- package/lib/response/list-importable-compute-entities-response.d.ts +32 -0
- package/lib/response/list-importable-compute-entities-response.js +15 -0
- package/lib/response/list-importable-compute-entities-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/usage-unit.js +0 -45
- package/lib/model/usage-unit.js.map +0 -1
package/lib/client.js
CHANGED
|
@@ -159,7 +159,7 @@ class OperationsInsightsClient {
|
|
|
159
159
|
* @param AddExadataInsightMembersRequest
|
|
160
160
|
* @return AddExadataInsightMembersResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
163
163
|
*/
|
|
164
164
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class OperationsInsightsClient {
|
|
|
221
221
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
222
222
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
225
225
|
*/
|
|
226
226
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class OperationsInsightsClient {
|
|
|
283
283
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
284
284
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
287
287
|
*/
|
|
288
288
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class OperationsInsightsClient {
|
|
|
344
344
|
* @param ChangeExadataInsightCompartmentRequest
|
|
345
345
|
* @return ChangeExadataInsightCompartmentResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
348
348
|
*/
|
|
349
349
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class OperationsInsightsClient {
|
|
|
406
406
|
* @param ChangeHostInsightCompartmentRequest
|
|
407
407
|
* @return ChangeHostInsightCompartmentResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
410
410
|
*/
|
|
411
411
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ class OperationsInsightsClient {
|
|
|
468
468
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
469
469
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
472
472
|
*/
|
|
473
473
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
474
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -530,7 +530,7 @@ class OperationsInsightsClient {
|
|
|
530
530
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
531
531
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
534
534
|
*/
|
|
535
535
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
536
536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -594,7 +594,7 @@ class OperationsInsightsClient {
|
|
|
594
594
|
* @param CreateAwrHubRequest
|
|
595
595
|
* @return CreateAwrHubResponse
|
|
596
596
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
598
598
|
*/
|
|
599
599
|
createAwrHub(createAwrHubRequest) {
|
|
600
600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -673,7 +673,7 @@ class OperationsInsightsClient {
|
|
|
673
673
|
* @param CreateDatabaseInsightRequest
|
|
674
674
|
* @return CreateDatabaseInsightResponse
|
|
675
675
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
677
677
|
*/
|
|
678
678
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
679
679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -752,7 +752,7 @@ class OperationsInsightsClient {
|
|
|
752
752
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
753
753
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
756
756
|
*/
|
|
757
757
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
758
758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -831,7 +831,7 @@ class OperationsInsightsClient {
|
|
|
831
831
|
* @param CreateExadataInsightRequest
|
|
832
832
|
* @return CreateExadataInsightResponse
|
|
833
833
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
835
835
|
*/
|
|
836
836
|
createExadataInsight(createExadataInsightRequest) {
|
|
837
837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -910,7 +910,7 @@ class OperationsInsightsClient {
|
|
|
910
910
|
* @param CreateHostInsightRequest
|
|
911
911
|
* @return CreateHostInsightResponse
|
|
912
912
|
* @throws OciError when an error occurs
|
|
913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
914
914
|
*/
|
|
915
915
|
createHostInsight(createHostInsightRequest) {
|
|
916
916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -990,7 +990,7 @@ class OperationsInsightsClient {
|
|
|
990
990
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
991
991
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
992
992
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
994
994
|
*/
|
|
995
995
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
996
996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1071,7 +1071,7 @@ class OperationsInsightsClient {
|
|
|
1071
1071
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
1072
1072
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
1073
1073
|
* @throws OciError when an error occurs
|
|
1074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
1075
1075
|
*/
|
|
1076
1076
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
1077
1077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1151,7 +1151,7 @@ class OperationsInsightsClient {
|
|
|
1151
1151
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
1152
1152
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
1153
1153
|
* @throws OciError when an error occurs
|
|
1154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
1155
1155
|
*/
|
|
1156
1156
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
1157
1157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1229,7 +1229,7 @@ class OperationsInsightsClient {
|
|
|
1229
1229
|
* @param DeleteAwrHubRequest
|
|
1230
1230
|
* @return DeleteAwrHubResponse
|
|
1231
1231
|
* @throws OciError when an error occurs
|
|
1232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
1233
1233
|
*/
|
|
1234
1234
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1235
1235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1289,7 +1289,7 @@ class OperationsInsightsClient {
|
|
|
1289
1289
|
* @param DeleteDatabaseInsightRequest
|
|
1290
1290
|
* @return DeleteDatabaseInsightResponse
|
|
1291
1291
|
* @throws OciError when an error occurs
|
|
1292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1293
1293
|
*/
|
|
1294
1294
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1295
1295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1349,7 +1349,7 @@ class OperationsInsightsClient {
|
|
|
1349
1349
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1350
1350
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1351
1351
|
* @throws OciError when an error occurs
|
|
1352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1353
1353
|
*/
|
|
1354
1354
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1355
1355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1409,7 +1409,7 @@ class OperationsInsightsClient {
|
|
|
1409
1409
|
* @param DeleteExadataInsightRequest
|
|
1410
1410
|
* @return DeleteExadataInsightResponse
|
|
1411
1411
|
* @throws OciError when an error occurs
|
|
1412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1413
1413
|
*/
|
|
1414
1414
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1415
1415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1469,7 +1469,7 @@ class OperationsInsightsClient {
|
|
|
1469
1469
|
* @param DeleteHostInsightRequest
|
|
1470
1470
|
* @return DeleteHostInsightResponse
|
|
1471
1471
|
* @throws OciError when an error occurs
|
|
1472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1473
1473
|
*/
|
|
1474
1474
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1475
1475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1529,7 +1529,7 @@ class OperationsInsightsClient {
|
|
|
1529
1529
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1530
1530
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1531
1531
|
* @throws OciError when an error occurs
|
|
1532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1533
1533
|
*/
|
|
1534
1534
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1535
1535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1593,7 +1593,7 @@ class OperationsInsightsClient {
|
|
|
1593
1593
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
1594
1594
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
1595
1595
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
1597
1597
|
*/
|
|
1598
1598
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
1599
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1653,7 +1653,7 @@ class OperationsInsightsClient {
|
|
|
1653
1653
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
1654
1654
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
1655
1655
|
* @throws OciError when an error occurs
|
|
1656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
1657
1657
|
*/
|
|
1658
1658
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
1659
1659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1713,7 +1713,7 @@ class OperationsInsightsClient {
|
|
|
1713
1713
|
* @param DisableDatabaseInsightRequest
|
|
1714
1714
|
* @return DisableDatabaseInsightResponse
|
|
1715
1715
|
* @throws OciError when an error occurs
|
|
1716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
1717
1717
|
*/
|
|
1718
1718
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
1719
1719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1774,7 +1774,7 @@ class OperationsInsightsClient {
|
|
|
1774
1774
|
* @param DisableExadataInsightRequest
|
|
1775
1775
|
* @return DisableExadataInsightResponse
|
|
1776
1776
|
* @throws OciError when an error occurs
|
|
1777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
1778
1778
|
*/
|
|
1779
1779
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
1780
1780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1835,7 +1835,7 @@ class OperationsInsightsClient {
|
|
|
1835
1835
|
* @param DisableHostInsightRequest
|
|
1836
1836
|
* @return DisableHostInsightResponse
|
|
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.
|
|
1838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
1839
1839
|
*/
|
|
1840
1840
|
disableHostInsight(disableHostInsightRequest) {
|
|
1841
1841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1896,7 +1896,7 @@ class OperationsInsightsClient {
|
|
|
1896
1896
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
1897
1897
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
1898
1898
|
* @throws OciError when an error occurs
|
|
1899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
1900
1900
|
*/
|
|
1901
1901
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
1902
1902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1970,7 +1970,7 @@ class OperationsInsightsClient {
|
|
|
1970
1970
|
* @param EnableDatabaseInsightRequest
|
|
1971
1971
|
* @return EnableDatabaseInsightResponse
|
|
1972
1972
|
* @throws OciError when an error occurs
|
|
1973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
1974
1974
|
*/
|
|
1975
1975
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
1976
1976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2032,7 +2032,7 @@ class OperationsInsightsClient {
|
|
|
2032
2032
|
* @param EnableExadataInsightRequest
|
|
2033
2033
|
* @return EnableExadataInsightResponse
|
|
2034
2034
|
* @throws OciError when an error occurs
|
|
2035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
2036
2036
|
*/
|
|
2037
2037
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
2038
2038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2094,7 +2094,7 @@ class OperationsInsightsClient {
|
|
|
2094
2094
|
* @param EnableHostInsightRequest
|
|
2095
2095
|
* @return EnableHostInsightResponse
|
|
2096
2096
|
* @throws OciError when an error occurs
|
|
2097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
2098
2098
|
*/
|
|
2099
2099
|
enableHostInsight(enableHostInsightRequest) {
|
|
2100
2100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2157,7 +2157,7 @@ class OperationsInsightsClient {
|
|
|
2157
2157
|
* @param GetAwrDatabaseReportRequest
|
|
2158
2158
|
* @return GetAwrDatabaseReportResponse
|
|
2159
2159
|
* @throws OciError when an error occurs
|
|
2160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
2161
2161
|
*/
|
|
2162
2162
|
getAwrDatabaseReport(getAwrDatabaseReportRequest) {
|
|
2163
2163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2225,7 +2225,7 @@ class OperationsInsightsClient {
|
|
|
2225
2225
|
* @param GetAwrDatabaseSqlReportRequest
|
|
2226
2226
|
* @return GetAwrDatabaseSqlReportResponse
|
|
2227
2227
|
* @throws OciError when an error occurs
|
|
2228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
2229
2229
|
*/
|
|
2230
2230
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
|
|
2231
2231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2292,7 +2292,7 @@ class OperationsInsightsClient {
|
|
|
2292
2292
|
* @param GetAwrHubRequest
|
|
2293
2293
|
* @return GetAwrHubResponse
|
|
2294
2294
|
* @throws OciError when an error occurs
|
|
2295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
2296
2296
|
*/
|
|
2297
2297
|
getAwrHub(getAwrHubRequest) {
|
|
2298
2298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2357,7 +2357,7 @@ class OperationsInsightsClient {
|
|
|
2357
2357
|
* @param GetAwrReportRequest
|
|
2358
2358
|
* @return GetAwrReportResponse
|
|
2359
2359
|
* @throws OciError when an error occurs
|
|
2360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
2361
2361
|
*/
|
|
2362
2362
|
getAwrReport(getAwrReportRequest) {
|
|
2363
2363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2423,7 +2423,7 @@ class OperationsInsightsClient {
|
|
|
2423
2423
|
* @param GetDatabaseInsightRequest
|
|
2424
2424
|
* @return GetDatabaseInsightResponse
|
|
2425
2425
|
* @throws OciError when an error occurs
|
|
2426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
2427
2427
|
*/
|
|
2428
2428
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
2429
2429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2486,7 +2486,7 @@ class OperationsInsightsClient {
|
|
|
2486
2486
|
* @param GetEnterpriseManagerBridgeRequest
|
|
2487
2487
|
* @return GetEnterpriseManagerBridgeResponse
|
|
2488
2488
|
* @throws OciError when an error occurs
|
|
2489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
2490
2490
|
*/
|
|
2491
2491
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
2492
2492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2549,7 +2549,7 @@ class OperationsInsightsClient {
|
|
|
2549
2549
|
* @param GetExadataInsightRequest
|
|
2550
2550
|
* @return GetExadataInsightResponse
|
|
2551
2551
|
* @throws OciError when an error occurs
|
|
2552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
2553
2553
|
*/
|
|
2554
2554
|
getExadataInsight(getExadataInsightRequest) {
|
|
2555
2555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2612,7 +2612,7 @@ class OperationsInsightsClient {
|
|
|
2612
2612
|
* @param GetHostInsightRequest
|
|
2613
2613
|
* @return GetHostInsightResponse
|
|
2614
2614
|
* @throws OciError when an error occurs
|
|
2615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
2616
2616
|
*/
|
|
2617
2617
|
getHostInsight(getHostInsightRequest) {
|
|
2618
2618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2675,7 +2675,7 @@ class OperationsInsightsClient {
|
|
|
2675
2675
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
2676
2676
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
2677
2677
|
* @throws OciError when an error occurs
|
|
2678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
2679
2679
|
*/
|
|
2680
2680
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
2681
2681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2740,7 +2740,7 @@ class OperationsInsightsClient {
|
|
|
2740
2740
|
* @param GetOperationsInsightsWarehouseRequest
|
|
2741
2741
|
* @return GetOperationsInsightsWarehouseResponse
|
|
2742
2742
|
* @throws OciError when an error occurs
|
|
2743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
2744
2744
|
*/
|
|
2745
2745
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
2746
2746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2803,7 +2803,7 @@ class OperationsInsightsClient {
|
|
|
2803
2803
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
2804
2804
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
2805
2805
|
* @throws OciError when an error occurs
|
|
2806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
2807
2807
|
*/
|
|
2808
2808
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
2809
2809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2866,7 +2866,7 @@ class OperationsInsightsClient {
|
|
|
2866
2866
|
* @param GetOpsiDataObjectRequest
|
|
2867
2867
|
* @return GetOpsiDataObjectResponse
|
|
2868
2868
|
* @throws OciError when an error occurs
|
|
2869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
2870
2870
|
*/
|
|
2871
2871
|
getOpsiDataObject(getOpsiDataObjectRequest) {
|
|
2872
2872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2926,7 +2926,7 @@ class OperationsInsightsClient {
|
|
|
2926
2926
|
* @param GetWorkRequestRequest
|
|
2927
2927
|
* @return GetWorkRequestResponse
|
|
2928
2928
|
* @throws OciError when an error occurs
|
|
2929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2930
2930
|
*/
|
|
2931
2931
|
getWorkRequest(getWorkRequestRequest) {
|
|
2932
2932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2994,7 +2994,7 @@ class OperationsInsightsClient {
|
|
|
2994
2994
|
* @param IngestDatabaseConfigurationRequest
|
|
2995
2995
|
* @return IngestDatabaseConfigurationResponse
|
|
2996
2996
|
* @throws OciError when an error occurs
|
|
2997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
2998
2998
|
*/
|
|
2999
2999
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
3000
3000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3061,7 +3061,7 @@ class OperationsInsightsClient {
|
|
|
3061
3061
|
* @param IngestHostConfigurationRequest
|
|
3062
3062
|
* @return IngestHostConfigurationResponse
|
|
3063
3063
|
* @throws OciError when an error occurs
|
|
3064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
3065
3065
|
*/
|
|
3066
3066
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
3067
3067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3127,7 +3127,7 @@ class OperationsInsightsClient {
|
|
|
3127
3127
|
* @param IngestHostMetricsRequest
|
|
3128
3128
|
* @return IngestHostMetricsResponse
|
|
3129
3129
|
* @throws OciError when an error occurs
|
|
3130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
3131
3131
|
*/
|
|
3132
3132
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
3133
3133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3195,7 +3195,7 @@ class OperationsInsightsClient {
|
|
|
3195
3195
|
* @param IngestSqlBucketRequest
|
|
3196
3196
|
* @return IngestSqlBucketResponse
|
|
3197
3197
|
* @throws OciError when an error occurs
|
|
3198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
3199
3199
|
*/
|
|
3200
3200
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
3201
3201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3265,7 +3265,7 @@ class OperationsInsightsClient {
|
|
|
3265
3265
|
* @param IngestSqlPlanLinesRequest
|
|
3266
3266
|
* @return IngestSqlPlanLinesResponse
|
|
3267
3267
|
* @throws OciError when an error occurs
|
|
3268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
3269
3269
|
*/
|
|
3270
3270
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
3271
3271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3335,7 +3335,7 @@ class OperationsInsightsClient {
|
|
|
3335
3335
|
* @param IngestSqlStatsRequest
|
|
3336
3336
|
* @return IngestSqlStatsResponse
|
|
3337
3337
|
* @throws OciError when an error occurs
|
|
3338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
3339
3339
|
*/
|
|
3340
3340
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
3341
3341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3405,7 +3405,7 @@ class OperationsInsightsClient {
|
|
|
3405
3405
|
* @param IngestSqlTextRequest
|
|
3406
3406
|
* @return IngestSqlTextResponse
|
|
3407
3407
|
* @throws OciError when an error occurs
|
|
3408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
3409
3409
|
*/
|
|
3410
3410
|
ingestSqlText(ingestSqlTextRequest) {
|
|
3411
3411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3474,7 +3474,7 @@ class OperationsInsightsClient {
|
|
|
3474
3474
|
* @param ListAwrDatabaseSnapshotsRequest
|
|
3475
3475
|
* @return ListAwrDatabaseSnapshotsResponse
|
|
3476
3476
|
* @throws OciError when an error occurs
|
|
3477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
3478
3478
|
*/
|
|
3479
3479
|
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
|
|
3480
3480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3549,7 +3549,7 @@ class OperationsInsightsClient {
|
|
|
3549
3549
|
* @param ListAwrDatabasesRequest
|
|
3550
3550
|
* @return ListAwrDatabasesResponse
|
|
3551
3551
|
* @throws OciError when an error occurs
|
|
3552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
3553
3553
|
*/
|
|
3554
3554
|
listAwrDatabases(listAwrDatabasesRequest) {
|
|
3555
3555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3621,7 +3621,7 @@ class OperationsInsightsClient {
|
|
|
3621
3621
|
* @param ListAwrHubsRequest
|
|
3622
3622
|
* @return ListAwrHubsResponse
|
|
3623
3623
|
* @throws OciError when an error occurs
|
|
3624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
3625
3625
|
*/
|
|
3626
3626
|
listAwrHubs(listAwrHubsRequest) {
|
|
3627
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3694,7 +3694,7 @@ class OperationsInsightsClient {
|
|
|
3694
3694
|
* @param ListAwrSnapshotsRequest
|
|
3695
3695
|
* @return ListAwrSnapshotsResponse
|
|
3696
3696
|
* @throws OciError when an error occurs
|
|
3697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
3698
3698
|
*/
|
|
3699
3699
|
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
3700
3700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3767,7 +3767,7 @@ class OperationsInsightsClient {
|
|
|
3767
3767
|
* @param ListDatabaseConfigurationsRequest
|
|
3768
3768
|
* @return ListDatabaseConfigurationsResponse
|
|
3769
3769
|
* @throws OciError when an error occurs
|
|
3770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
3771
3771
|
*/
|
|
3772
3772
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
3773
3773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3853,7 +3853,7 @@ class OperationsInsightsClient {
|
|
|
3853
3853
|
* @param ListDatabaseInsightsRequest
|
|
3854
3854
|
* @return ListDatabaseInsightsResponse
|
|
3855
3855
|
* @throws OciError when an error occurs
|
|
3856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
3857
3857
|
*/
|
|
3858
3858
|
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
3859
3859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3937,7 +3937,7 @@ class OperationsInsightsClient {
|
|
|
3937
3937
|
* @param ListEnterpriseManagerBridgesRequest
|
|
3938
3938
|
* @return ListEnterpriseManagerBridgesResponse
|
|
3939
3939
|
* @throws OciError when an error occurs
|
|
3940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
3941
3941
|
*/
|
|
3942
3942
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
3943
3943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4008,7 +4008,7 @@ class OperationsInsightsClient {
|
|
|
4008
4008
|
* @param ListExadataConfigurationsRequest
|
|
4009
4009
|
* @return ListExadataConfigurationsResponse
|
|
4010
4010
|
* @throws OciError when an error occurs
|
|
4011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
4012
4012
|
*/
|
|
4013
4013
|
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
4014
4014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4088,7 +4088,7 @@ class OperationsInsightsClient {
|
|
|
4088
4088
|
* @param ListExadataInsightsRequest
|
|
4089
4089
|
* @return ListExadataInsightsResponse
|
|
4090
4090
|
* @throws OciError when an error occurs
|
|
4091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
4092
4092
|
*/
|
|
4093
4093
|
listExadataInsights(listExadataInsightsRequest) {
|
|
4094
4094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4168,7 +4168,7 @@ class OperationsInsightsClient {
|
|
|
4168
4168
|
* @param ListHostConfigurationsRequest
|
|
4169
4169
|
* @return ListHostConfigurationsResponse
|
|
4170
4170
|
* @throws OciError when an error occurs
|
|
4171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
4172
4172
|
*/
|
|
4173
4173
|
listHostConfigurations(listHostConfigurationsRequest) {
|
|
4174
4174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4191,7 +4191,9 @@ class OperationsInsightsClient {
|
|
|
4191
4191
|
"freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
|
|
4192
4192
|
"definedTagExists": listHostConfigurationsRequest.definedTagExists,
|
|
4193
4193
|
"freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
|
|
4194
|
-
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree
|
|
4194
|
+
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
|
|
4195
|
+
"hostType": listHostConfigurationsRequest.hostType,
|
|
4196
|
+
"hostId": listHostConfigurationsRequest.hostId
|
|
4195
4197
|
};
|
|
4196
4198
|
let headerParams = {
|
|
4197
4199
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -4251,7 +4253,7 @@ class OperationsInsightsClient {
|
|
|
4251
4253
|
* @param ListHostInsightsRequest
|
|
4252
4254
|
* @return ListHostInsightsResponse
|
|
4253
4255
|
* @throws OciError when an error occurs
|
|
4254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
4255
4257
|
*/
|
|
4256
4258
|
listHostInsights(listHostInsightsRequest) {
|
|
4257
4259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4332,7 +4334,7 @@ class OperationsInsightsClient {
|
|
|
4332
4334
|
* @param ListHostedEntitiesRequest
|
|
4333
4335
|
* @return ListHostedEntitiesResponse
|
|
4334
4336
|
* @throws OciError when an error occurs
|
|
4335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
4336
4338
|
*/
|
|
4337
4339
|
listHostedEntities(listHostedEntitiesRequest) {
|
|
4338
4340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4352,7 +4354,9 @@ class OperationsInsightsClient {
|
|
|
4352
4354
|
"limit": listHostedEntitiesRequest.limit,
|
|
4353
4355
|
"page": listHostedEntitiesRequest.page,
|
|
4354
4356
|
"sortOrder": listHostedEntitiesRequest.sortOrder,
|
|
4355
|
-
"sortBy": listHostedEntitiesRequest.sortBy
|
|
4357
|
+
"sortBy": listHostedEntitiesRequest.sortBy,
|
|
4358
|
+
"hostType": listHostedEntitiesRequest.hostType,
|
|
4359
|
+
"hostId": listHostedEntitiesRequest.hostId
|
|
4356
4360
|
};
|
|
4357
4361
|
let headerParams = {
|
|
4358
4362
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -4410,7 +4414,7 @@ class OperationsInsightsClient {
|
|
|
4410
4414
|
* @param ListImportableAgentEntitiesRequest
|
|
4411
4415
|
* @return ListImportableAgentEntitiesResponse
|
|
4412
4416
|
* @throws OciError when an error occurs
|
|
4413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
4414
4418
|
*/
|
|
4415
4419
|
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
4416
4420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4471,6 +4475,80 @@ class OperationsInsightsClient {
|
|
|
4471
4475
|
}
|
|
4472
4476
|
});
|
|
4473
4477
|
}
|
|
4478
|
+
/**
|
|
4479
|
+
* Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
|
|
4480
|
+
* and will be shown if all the following conditions are true:
|
|
4481
|
+
* 1. Compute is running OCA
|
|
4482
|
+
* 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
|
|
4483
|
+
* 2.1 The agent OCID is not already being used for an existing hostInsight.
|
|
4484
|
+
* 2.2 The agent availabilityStatus = 'ACTIVE'
|
|
4485
|
+
* 2.3 The agent lifecycleState = 'ACTIVE'
|
|
4486
|
+
*
|
|
4487
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4488
|
+
* @param ListImportableComputeEntitiesRequest
|
|
4489
|
+
* @return ListImportableComputeEntitiesResponse
|
|
4490
|
+
* @throws OciError when an error occurs
|
|
4491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
4492
|
+
*/
|
|
4493
|
+
listImportableComputeEntities(listImportableComputeEntitiesRequest) {
|
|
4494
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4495
|
+
if (this.logger)
|
|
4496
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableComputeEntities.");
|
|
4497
|
+
const operationName = "listImportableComputeEntities";
|
|
4498
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities";
|
|
4499
|
+
const pathParams = {};
|
|
4500
|
+
const queryParams = {
|
|
4501
|
+
"compartmentId": listImportableComputeEntitiesRequest.compartmentId,
|
|
4502
|
+
"limit": listImportableComputeEntitiesRequest.limit,
|
|
4503
|
+
"page": listImportableComputeEntitiesRequest.page,
|
|
4504
|
+
"sortOrder": listImportableComputeEntitiesRequest.sortOrder,
|
|
4505
|
+
"sortBy": listImportableComputeEntitiesRequest.sortBy
|
|
4506
|
+
};
|
|
4507
|
+
let headerParams = {
|
|
4508
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4509
|
+
"opc-request-id": listImportableComputeEntitiesRequest.opcRequestId
|
|
4510
|
+
};
|
|
4511
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4512
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableComputeEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
4513
|
+
if (this.logger)
|
|
4514
|
+
retrier.logger = this.logger;
|
|
4515
|
+
const request = yield oci_common_1.composeRequest({
|
|
4516
|
+
baseEndpoint: this._endpoint,
|
|
4517
|
+
defaultHeaders: this._defaultHeaders,
|
|
4518
|
+
path: "/importableComputeEntities",
|
|
4519
|
+
method: "GET",
|
|
4520
|
+
pathParams: pathParams,
|
|
4521
|
+
headerParams: headerParams,
|
|
4522
|
+
queryParams: queryParams
|
|
4523
|
+
});
|
|
4524
|
+
try {
|
|
4525
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4526
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4527
|
+
responseObject: {},
|
|
4528
|
+
body: yield response.json(),
|
|
4529
|
+
bodyKey: "importableComputeEntitySummaryCollection",
|
|
4530
|
+
bodyModel: model.ImportableComputeEntitySummaryCollection,
|
|
4531
|
+
type: "model.ImportableComputeEntitySummaryCollection",
|
|
4532
|
+
responseHeaders: [
|
|
4533
|
+
{
|
|
4534
|
+
value: response.headers.get("opc-request-id"),
|
|
4535
|
+
key: "opcRequestId",
|
|
4536
|
+
dataType: "string"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
value: response.headers.get("opc-next-page"),
|
|
4540
|
+
key: "opcNextPage",
|
|
4541
|
+
dataType: "string"
|
|
4542
|
+
}
|
|
4543
|
+
]
|
|
4544
|
+
});
|
|
4545
|
+
return sdkResponse;
|
|
4546
|
+
}
|
|
4547
|
+
catch (err) {
|
|
4548
|
+
throw err;
|
|
4549
|
+
}
|
|
4550
|
+
});
|
|
4551
|
+
}
|
|
4474
4552
|
/**
|
|
4475
4553
|
* Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
|
|
4476
4554
|
*
|
|
@@ -4478,7 +4556,7 @@ class OperationsInsightsClient {
|
|
|
4478
4556
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
4479
4557
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
4480
4558
|
* @throws OciError when an error occurs
|
|
4481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
4482
4560
|
*/
|
|
4483
4561
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
4484
4562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4547,7 +4625,7 @@ class OperationsInsightsClient {
|
|
|
4547
4625
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
4548
4626
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
4549
4627
|
* @throws OciError when an error occurs
|
|
4550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
4551
4629
|
*/
|
|
4552
4630
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
4553
4631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4621,7 +4699,7 @@ class OperationsInsightsClient {
|
|
|
4621
4699
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
4622
4700
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
4623
4701
|
* @throws OciError when an error occurs
|
|
4624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
4625
4703
|
*/
|
|
4626
4704
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
4627
4705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4694,7 +4772,7 @@ class OperationsInsightsClient {
|
|
|
4694
4772
|
* @param ListOperationsInsightsWarehousesRequest
|
|
4695
4773
|
* @return ListOperationsInsightsWarehousesResponse
|
|
4696
4774
|
* @throws OciError when an error occurs
|
|
4697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
4698
4776
|
*/
|
|
4699
4777
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
4700
4778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4765,7 +4843,7 @@ class OperationsInsightsClient {
|
|
|
4765
4843
|
* @param ListOpsiDataObjectsRequest
|
|
4766
4844
|
* @return ListOpsiDataObjectsResponse
|
|
4767
4845
|
* @throws OciError when an error occurs
|
|
4768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
4769
4847
|
*/
|
|
4770
4848
|
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
4771
4849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4836,7 +4914,7 @@ class OperationsInsightsClient {
|
|
|
4836
4914
|
* @param ListSqlPlansRequest
|
|
4837
4915
|
* @return ListSqlPlansResponse
|
|
4838
4916
|
* @throws OciError when an error occurs
|
|
4839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
4840
4918
|
*/
|
|
4841
4919
|
listSqlPlans(listSqlPlansRequest) {
|
|
4842
4920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4906,7 +4984,7 @@ class OperationsInsightsClient {
|
|
|
4906
4984
|
* @param ListSqlSearchesRequest
|
|
4907
4985
|
* @return ListSqlSearchesResponse
|
|
4908
4986
|
* @throws OciError when an error occurs
|
|
4909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
4910
4988
|
*/
|
|
4911
4989
|
listSqlSearches(listSqlSearchesRequest) {
|
|
4912
4990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4980,7 +5058,7 @@ class OperationsInsightsClient {
|
|
|
4980
5058
|
* @param ListSqlTextsRequest
|
|
4981
5059
|
* @return ListSqlTextsResponse
|
|
4982
5060
|
* @throws OciError when an error occurs
|
|
4983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
4984
5062
|
*/
|
|
4985
5063
|
listSqlTexts(listSqlTextsRequest) {
|
|
4986
5064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5053,7 +5131,7 @@ class OperationsInsightsClient {
|
|
|
5053
5131
|
* @param ListWorkRequestErrorsRequest
|
|
5054
5132
|
* @return ListWorkRequestErrorsResponse
|
|
5055
5133
|
* @throws OciError when an error occurs
|
|
5056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
5057
5135
|
*/
|
|
5058
5136
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
5059
5137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5122,7 +5200,7 @@ class OperationsInsightsClient {
|
|
|
5122
5200
|
* @param ListWorkRequestLogsRequest
|
|
5123
5201
|
* @return ListWorkRequestLogsResponse
|
|
5124
5202
|
* @throws OciError when an error occurs
|
|
5125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
5126
5204
|
*/
|
|
5127
5205
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
5128
5206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5191,7 +5269,7 @@ class OperationsInsightsClient {
|
|
|
5191
5269
|
* @param ListWorkRequestsRequest
|
|
5192
5270
|
* @return ListWorkRequestsResponse
|
|
5193
5271
|
* @throws OciError when an error occurs
|
|
5194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
5195
5273
|
*/
|
|
5196
5274
|
listWorkRequests(listWorkRequestsRequest) {
|
|
5197
5275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5264,7 +5342,7 @@ class OperationsInsightsClient {
|
|
|
5264
5342
|
* @param QueryOpsiDataObjectDataRequest
|
|
5265
5343
|
* @return QueryOpsiDataObjectDataResponse
|
|
5266
5344
|
* @throws OciError when an error occurs
|
|
5267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
5268
5346
|
*/
|
|
5269
5347
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
5270
5348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5330,7 +5408,7 @@ class OperationsInsightsClient {
|
|
|
5330
5408
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
5331
5409
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
5332
5410
|
* @throws OciError when an error occurs
|
|
5333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
5334
5412
|
*/
|
|
5335
5413
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
5336
5414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5395,7 +5473,7 @@ class OperationsInsightsClient {
|
|
|
5395
5473
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
5396
5474
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
5397
5475
|
* @throws OciError when an error occurs
|
|
5398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
5399
5477
|
*/
|
|
5400
5478
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
5401
5479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5471,7 +5549,7 @@ class OperationsInsightsClient {
|
|
|
5471
5549
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
5472
5550
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
5473
5551
|
* @throws OciError when an error occurs
|
|
5474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
5475
5553
|
*/
|
|
5476
5554
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
5477
5555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5551,7 +5629,7 @@ class OperationsInsightsClient {
|
|
|
5551
5629
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
5552
5630
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
5553
5631
|
* @throws OciError when an error occurs
|
|
5554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
5555
5633
|
*/
|
|
5556
5634
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
5557
5635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5637,7 +5715,7 @@ class OperationsInsightsClient {
|
|
|
5637
5715
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
5638
5716
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
5639
5717
|
* @throws OciError when an error occurs
|
|
5640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
5641
5719
|
*/
|
|
5642
5720
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
5643
5721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5717,7 +5795,7 @@ class OperationsInsightsClient {
|
|
|
5717
5795
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
5718
5796
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
5719
5797
|
* @throws OciError when an error occurs
|
|
5720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
5721
5799
|
*/
|
|
5722
5800
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
5723
5801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5789,7 +5867,7 @@ class OperationsInsightsClient {
|
|
|
5789
5867
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
5790
5868
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
5791
5869
|
* @throws OciError when an error occurs
|
|
5792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
5793
5871
|
*/
|
|
5794
5872
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
5795
5873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5865,7 +5943,7 @@ class OperationsInsightsClient {
|
|
|
5865
5943
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
5866
5944
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
5867
5945
|
* @throws OciError when an error occurs
|
|
5868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
5869
5947
|
*/
|
|
5870
5948
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
5871
5949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5940,7 +6018,7 @@ class OperationsInsightsClient {
|
|
|
5940
6018
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
5941
6019
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
5942
6020
|
* @throws OciError when an error occurs
|
|
5943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
5944
6022
|
*/
|
|
5945
6023
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
5946
6024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6019,7 +6097,7 @@ class OperationsInsightsClient {
|
|
|
6019
6097
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
6020
6098
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
6021
6099
|
* @throws OciError when an error occurs
|
|
6022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
6023
6101
|
*/
|
|
6024
6102
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
6025
6103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6096,7 +6174,7 @@ class OperationsInsightsClient {
|
|
|
6096
6174
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
6097
6175
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
6098
6176
|
* @throws OciError when an error occurs
|
|
6099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
6100
6178
|
*/
|
|
6101
6179
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
6102
6180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6169,7 +6247,7 @@ class OperationsInsightsClient {
|
|
|
6169
6247
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
6170
6248
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
6171
6249
|
* @throws OciError when an error occurs
|
|
6172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
6173
6251
|
*/
|
|
6174
6252
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
6175
6253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6255,7 +6333,7 @@ class OperationsInsightsClient {
|
|
|
6255
6333
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
6256
6334
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
6257
6335
|
* @throws OciError when an error occurs
|
|
6258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
6259
6337
|
*/
|
|
6260
6338
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
6261
6339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6343,7 +6421,7 @@ class OperationsInsightsClient {
|
|
|
6343
6421
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
6344
6422
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
6345
6423
|
* @throws OciError when an error occurs
|
|
6346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
6347
6425
|
*/
|
|
6348
6426
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
6349
6427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6433,7 +6511,7 @@ class OperationsInsightsClient {
|
|
|
6433
6511
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
6434
6512
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
6435
6513
|
* @throws OciError when an error occurs
|
|
6436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
6437
6515
|
*/
|
|
6438
6516
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
6439
6517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6516,7 +6594,7 @@ class OperationsInsightsClient {
|
|
|
6516
6594
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
6517
6595
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
6518
6596
|
* @throws OciError when an error occurs
|
|
6519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
6520
6598
|
*/
|
|
6521
6599
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
6522
6600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6599,7 +6677,7 @@ class OperationsInsightsClient {
|
|
|
6599
6677
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
6600
6678
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
6601
6679
|
* @throws OciError when an error occurs
|
|
6602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
6603
6681
|
*/
|
|
6604
6682
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
6605
6683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6682,7 +6760,7 @@ class OperationsInsightsClient {
|
|
|
6682
6760
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
6683
6761
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
6684
6762
|
* @throws OciError when an error occurs
|
|
6685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
6686
6764
|
*/
|
|
6687
6765
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
6688
6766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6760,7 +6838,7 @@ class OperationsInsightsClient {
|
|
|
6760
6838
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
6761
6839
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
6762
6840
|
* @throws OciError when an error occurs
|
|
6763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
6764
6842
|
*/
|
|
6765
6843
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
6766
6844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6844,7 +6922,7 @@ class OperationsInsightsClient {
|
|
|
6844
6922
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
6845
6923
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
6846
6924
|
* @throws OciError when an error occurs
|
|
6847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
6848
6926
|
*/
|
|
6849
6927
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
6850
6928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6931,7 +7009,7 @@ class OperationsInsightsClient {
|
|
|
6931
7009
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
6932
7010
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
6933
7011
|
* @throws OciError when an error occurs
|
|
6934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
6935
7013
|
*/
|
|
6936
7014
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
6937
7015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7018,7 +7096,7 @@ class OperationsInsightsClient {
|
|
|
7018
7096
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
7019
7097
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
7020
7098
|
* @throws OciError when an error occurs
|
|
7021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
7022
7100
|
*/
|
|
7023
7101
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
7024
7102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7105,7 +7183,7 @@ class OperationsInsightsClient {
|
|
|
7105
7183
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
7106
7184
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
7107
7185
|
* @throws OciError when an error occurs
|
|
7108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
7109
7187
|
*/
|
|
7110
7188
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
7111
7189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7192,7 +7270,7 @@ class OperationsInsightsClient {
|
|
|
7192
7270
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
7193
7271
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
7194
7272
|
* @throws OciError when an error occurs
|
|
7195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
7196
7274
|
*/
|
|
7197
7275
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
7198
7276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7279,7 +7357,7 @@ class OperationsInsightsClient {
|
|
|
7279
7357
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
7280
7358
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
7281
7359
|
* @throws OciError when an error occurs
|
|
7282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
7283
7361
|
*/
|
|
7284
7362
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
7285
7363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7357,7 +7435,7 @@ class OperationsInsightsClient {
|
|
|
7357
7435
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
7358
7436
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
7359
7437
|
* @throws OciError when an error occurs
|
|
7360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
7361
7439
|
*/
|
|
7362
7440
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
7363
7441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7442,7 +7520,7 @@ class OperationsInsightsClient {
|
|
|
7442
7520
|
* @param SummarizeExadataMembersRequest
|
|
7443
7521
|
* @return SummarizeExadataMembersResponse
|
|
7444
7522
|
* @throws OciError when an error occurs
|
|
7445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
7446
7524
|
*/
|
|
7447
7525
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
7448
7526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7518,7 +7596,7 @@ class OperationsInsightsClient {
|
|
|
7518
7596
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
7519
7597
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
7520
7598
|
* @throws OciError when an error occurs
|
|
7521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
7522
7600
|
*/
|
|
7523
7601
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
7524
7602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7544,7 +7622,9 @@ class OperationsInsightsClient {
|
|
|
7544
7622
|
"freeformTagEquals": summarizeHostInsightResourceCapacityTrendRequest.freeformTagEquals,
|
|
7545
7623
|
"definedTagExists": summarizeHostInsightResourceCapacityTrendRequest.definedTagExists,
|
|
7546
7624
|
"freeformTagExists": summarizeHostInsightResourceCapacityTrendRequest.freeformTagExists,
|
|
7547
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceCapacityTrendRequest.compartmentIdInSubtree
|
|
7625
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceCapacityTrendRequest.compartmentIdInSubtree,
|
|
7626
|
+
"hostType": summarizeHostInsightResourceCapacityTrendRequest.hostType,
|
|
7627
|
+
"hostId": summarizeHostInsightResourceCapacityTrendRequest.hostId
|
|
7548
7628
|
};
|
|
7549
7629
|
let headerParams = {
|
|
7550
7630
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7599,7 +7679,7 @@ class OperationsInsightsClient {
|
|
|
7599
7679
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
7600
7680
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
7601
7681
|
* @throws OciError when an error occurs
|
|
7602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
7603
7683
|
*/
|
|
7604
7684
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
7605
7685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7627,7 +7707,9 @@ class OperationsInsightsClient {
|
|
|
7627
7707
|
"freeformTagEquals": summarizeHostInsightResourceForecastTrendRequest.freeformTagEquals,
|
|
7628
7708
|
"definedTagExists": summarizeHostInsightResourceForecastTrendRequest.definedTagExists,
|
|
7629
7709
|
"freeformTagExists": summarizeHostInsightResourceForecastTrendRequest.freeformTagExists,
|
|
7630
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceForecastTrendRequest.compartmentIdInSubtree
|
|
7710
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceForecastTrendRequest.compartmentIdInSubtree,
|
|
7711
|
+
"hostType": summarizeHostInsightResourceForecastTrendRequest.hostType,
|
|
7712
|
+
"hostId": summarizeHostInsightResourceForecastTrendRequest.hostId
|
|
7631
7713
|
};
|
|
7632
7714
|
let headerParams = {
|
|
7633
7715
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7677,7 +7759,7 @@ class OperationsInsightsClient {
|
|
|
7677
7759
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
7678
7760
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
7679
7761
|
* @throws OciError when an error occurs
|
|
7680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
7681
7763
|
*/
|
|
7682
7764
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
7683
7765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7706,7 +7788,9 @@ class OperationsInsightsClient {
|
|
|
7706
7788
|
"freeformTagEquals": summarizeHostInsightResourceStatisticsRequest.freeformTagEquals,
|
|
7707
7789
|
"definedTagExists": summarizeHostInsightResourceStatisticsRequest.definedTagExists,
|
|
7708
7790
|
"freeformTagExists": summarizeHostInsightResourceStatisticsRequest.freeformTagExists,
|
|
7709
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceStatisticsRequest.compartmentIdInSubtree
|
|
7791
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceStatisticsRequest.compartmentIdInSubtree,
|
|
7792
|
+
"hostType": summarizeHostInsightResourceStatisticsRequest.hostType,
|
|
7793
|
+
"hostId": summarizeHostInsightResourceStatisticsRequest.hostId
|
|
7710
7794
|
};
|
|
7711
7795
|
let headerParams = {
|
|
7712
7796
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7763,7 +7847,7 @@ class OperationsInsightsClient {
|
|
|
7763
7847
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
7764
7848
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
7765
7849
|
* @throws OciError when an error occurs
|
|
7766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
7767
7851
|
*/
|
|
7768
7852
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
7769
7853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7787,7 +7871,9 @@ class OperationsInsightsClient {
|
|
|
7787
7871
|
"freeformTagEquals": summarizeHostInsightResourceUsageRequest.freeformTagEquals,
|
|
7788
7872
|
"definedTagExists": summarizeHostInsightResourceUsageRequest.definedTagExists,
|
|
7789
7873
|
"freeformTagExists": summarizeHostInsightResourceUsageRequest.freeformTagExists,
|
|
7790
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceUsageRequest.compartmentIdInSubtree
|
|
7874
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceUsageRequest.compartmentIdInSubtree,
|
|
7875
|
+
"hostType": summarizeHostInsightResourceUsageRequest.hostType,
|
|
7876
|
+
"hostId": summarizeHostInsightResourceUsageRequest.hostId
|
|
7791
7877
|
};
|
|
7792
7878
|
let headerParams = {
|
|
7793
7879
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7838,7 +7924,7 @@ class OperationsInsightsClient {
|
|
|
7838
7924
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
7839
7925
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
7840
7926
|
* @throws OciError when an error occurs
|
|
7841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
7842
7928
|
*/
|
|
7843
7929
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
7844
7930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7863,7 +7949,9 @@ class OperationsInsightsClient {
|
|
|
7863
7949
|
"freeformTagEquals": summarizeHostInsightResourceUsageTrendRequest.freeformTagEquals,
|
|
7864
7950
|
"definedTagExists": summarizeHostInsightResourceUsageTrendRequest.definedTagExists,
|
|
7865
7951
|
"freeformTagExists": summarizeHostInsightResourceUsageTrendRequest.freeformTagExists,
|
|
7866
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceUsageTrendRequest.compartmentIdInSubtree
|
|
7952
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceUsageTrendRequest.compartmentIdInSubtree,
|
|
7953
|
+
"hostType": summarizeHostInsightResourceUsageTrendRequest.hostType,
|
|
7954
|
+
"hostId": summarizeHostInsightResourceUsageTrendRequest.hostId
|
|
7867
7955
|
};
|
|
7868
7956
|
let headerParams = {
|
|
7869
7957
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7918,7 +8006,7 @@ class OperationsInsightsClient {
|
|
|
7918
8006
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
7919
8007
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
7920
8008
|
* @throws OciError when an error occurs
|
|
7921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
7922
8010
|
*/
|
|
7923
8011
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
7924
8012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7942,7 +8030,9 @@ class OperationsInsightsClient {
|
|
|
7942
8030
|
"freeformTagEquals": summarizeHostInsightResourceUtilizationInsightRequest.freeformTagEquals,
|
|
7943
8031
|
"definedTagExists": summarizeHostInsightResourceUtilizationInsightRequest.definedTagExists,
|
|
7944
8032
|
"freeformTagExists": summarizeHostInsightResourceUtilizationInsightRequest.freeformTagExists,
|
|
7945
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceUtilizationInsightRequest.compartmentIdInSubtree
|
|
8033
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceUtilizationInsightRequest.compartmentIdInSubtree,
|
|
8034
|
+
"hostType": summarizeHostInsightResourceUtilizationInsightRequest.hostType,
|
|
8035
|
+
"hostId": summarizeHostInsightResourceUtilizationInsightRequest.hostId
|
|
7946
8036
|
};
|
|
7947
8037
|
let headerParams = {
|
|
7948
8038
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7993,7 +8083,7 @@ class OperationsInsightsClient {
|
|
|
7993
8083
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
7994
8084
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
7995
8085
|
* @throws OciError when an error occurs
|
|
7996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
7997
8087
|
*/
|
|
7998
8088
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
7999
8089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8010,7 +8100,9 @@ class OperationsInsightsClient {
|
|
|
8010
8100
|
"timeIntervalStart": summarizeHostInsightTopProcessesUsageTrendRequest.timeIntervalStart,
|
|
8011
8101
|
"timeIntervalEnd": summarizeHostInsightTopProcessesUsageTrendRequest.timeIntervalEnd,
|
|
8012
8102
|
"page": summarizeHostInsightTopProcessesUsageTrendRequest.page,
|
|
8013
|
-
"limit": summarizeHostInsightTopProcessesUsageTrendRequest.limit
|
|
8103
|
+
"limit": summarizeHostInsightTopProcessesUsageTrendRequest.limit,
|
|
8104
|
+
"hostType": summarizeHostInsightTopProcessesUsageTrendRequest.hostType,
|
|
8105
|
+
"hostId": summarizeHostInsightTopProcessesUsageTrendRequest.hostId
|
|
8014
8106
|
};
|
|
8015
8107
|
let headerParams = {
|
|
8016
8108
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -8065,7 +8157,7 @@ class OperationsInsightsClient {
|
|
|
8065
8157
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
8066
8158
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
8067
8159
|
* @throws OciError when an error occurs
|
|
8068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
8069
8161
|
*/
|
|
8070
8162
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
8071
8163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8130,7 +8222,7 @@ class OperationsInsightsClient {
|
|
|
8130
8222
|
* @param SummarizeSqlInsightsRequest
|
|
8131
8223
|
* @return SummarizeSqlInsightsResponse
|
|
8132
8224
|
* @throws OciError when an error occurs
|
|
8133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
8134
8226
|
*/
|
|
8135
8227
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
8136
8228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8211,7 +8303,7 @@ class OperationsInsightsClient {
|
|
|
8211
8303
|
* @param SummarizeSqlPlanInsightsRequest
|
|
8212
8304
|
* @return SummarizeSqlPlanInsightsResponse
|
|
8213
8305
|
* @throws OciError when an error occurs
|
|
8214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
8215
8307
|
*/
|
|
8216
8308
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
8217
8309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8283,7 +8375,7 @@ class OperationsInsightsClient {
|
|
|
8283
8375
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
8284
8376
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
8285
8377
|
* @throws OciError when an error occurs
|
|
8286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
8287
8379
|
*/
|
|
8288
8380
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
8289
8381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8355,7 +8447,7 @@ class OperationsInsightsClient {
|
|
|
8355
8447
|
* @param SummarizeSqlStatisticsRequest
|
|
8356
8448
|
* @return SummarizeSqlStatisticsResponse
|
|
8357
8449
|
* @throws OciError when an error occurs
|
|
8358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
8359
8451
|
*/
|
|
8360
8452
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
8361
8453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8441,7 +8533,7 @@ class OperationsInsightsClient {
|
|
|
8441
8533
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
8442
8534
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
8443
8535
|
* @throws OciError when an error occurs
|
|
8444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
8445
8537
|
*/
|
|
8446
8538
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
8447
8539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8521,7 +8613,7 @@ class OperationsInsightsClient {
|
|
|
8521
8613
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
8522
8614
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
8523
8615
|
* @throws OciError when an error occurs
|
|
8524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
8525
8617
|
*/
|
|
8526
8618
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
8527
8619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8591,7 +8683,7 @@ class OperationsInsightsClient {
|
|
|
8591
8683
|
* @param UpdateAwrHubRequest
|
|
8592
8684
|
* @return UpdateAwrHubResponse
|
|
8593
8685
|
* @throws OciError when an error occurs
|
|
8594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
8595
8687
|
*/
|
|
8596
8688
|
updateAwrHub(updateAwrHubRequest) {
|
|
8597
8689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8652,7 +8744,7 @@ class OperationsInsightsClient {
|
|
|
8652
8744
|
* @param UpdateDatabaseInsightRequest
|
|
8653
8745
|
* @return UpdateDatabaseInsightResponse
|
|
8654
8746
|
* @throws OciError when an error occurs
|
|
8655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
8656
8748
|
*/
|
|
8657
8749
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
8658
8750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8713,7 +8805,7 @@ class OperationsInsightsClient {
|
|
|
8713
8805
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
8714
8806
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
8715
8807
|
* @throws OciError when an error occurs
|
|
8716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
8717
8809
|
*/
|
|
8718
8810
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
8719
8811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8774,7 +8866,7 @@ class OperationsInsightsClient {
|
|
|
8774
8866
|
* @param UpdateExadataInsightRequest
|
|
8775
8867
|
* @return UpdateExadataInsightResponse
|
|
8776
8868
|
* @throws OciError when an error occurs
|
|
8777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
8778
8870
|
*/
|
|
8779
8871
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
8780
8872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8835,7 +8927,7 @@ class OperationsInsightsClient {
|
|
|
8835
8927
|
* @param UpdateHostInsightRequest
|
|
8836
8928
|
* @return UpdateHostInsightResponse
|
|
8837
8929
|
* @throws OciError when an error occurs
|
|
8838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
8839
8931
|
*/
|
|
8840
8932
|
updateHostInsight(updateHostInsightRequest) {
|
|
8841
8933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8896,7 +8988,7 @@ class OperationsInsightsClient {
|
|
|
8896
8988
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
8897
8989
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
8898
8990
|
* @throws OciError when an error occurs
|
|
8899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
8900
8992
|
*/
|
|
8901
8993
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
8902
8994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8959,7 +9051,7 @@ class OperationsInsightsClient {
|
|
|
8959
9051
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
8960
9052
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
8961
9053
|
* @throws OciError when an error occurs
|
|
8962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
8963
9055
|
*/
|
|
8964
9056
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
8965
9057
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9020,7 +9112,7 @@ class OperationsInsightsClient {
|
|
|
9020
9112
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
9021
9113
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
9022
9114
|
* @throws OciError when an error occurs
|
|
9023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
9024
9116
|
*/
|
|
9025
9117
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
9026
9118
|
return __awaiter(this, void 0, void 0, function* () {
|