oci-opsi 2.56.0 → 2.58.1
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 +284 -138
- package/lib/client.js +1891 -852
- package/lib/client.js.map +1 -1
- package/lib/model/addm-db-collection.d.ts +37 -0
- package/lib/model/addm-db-collection.js +64 -0
- package/lib/model/addm-db-collection.js.map +1 -0
- package/lib/model/addm-db-finding-aggregation-collection.d.ts +41 -0
- package/lib/model/addm-db-finding-aggregation-collection.js +74 -0
- package/lib/model/addm-db-finding-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-finding-aggregation.d.ts +68 -0
- package/lib/model/addm-db-finding-aggregation.js +32 -0
- package/lib/model/addm-db-finding-aggregation.js.map +1 -0
- package/lib/model/addm-db-finding-category-collection.d.ts +34 -0
- package/lib/model/addm-db-finding-category-collection.js +74 -0
- package/lib/model/addm-db-finding-category-collection.js.map +1 -0
- package/lib/model/addm-db-finding-category-summary.d.ts +36 -0
- package/lib/model/addm-db-finding-category-summary.js +32 -0
- package/lib/model/addm-db-finding-category-summary.js.map +1 -0
- package/lib/model/addm-db-findings-time-series-collection.d.ts +41 -0
- package/lib/model/addm-db-findings-time-series-collection.js +74 -0
- package/lib/model/addm-db-findings-time-series-collection.js.map +1 -0
- package/lib/model/addm-db-findings-time-series-summary.d.ts +88 -0
- package/lib/model/addm-db-findings-time-series-summary.js +32 -0
- package/lib/model/addm-db-findings-time-series-summary.js.map +1 -0
- package/lib/model/addm-db-parameter-aggregation-collection.d.ts +41 -0
- package/lib/model/addm-db-parameter-aggregation-collection.js +74 -0
- package/lib/model/addm-db-parameter-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-parameter-aggregation.d.ts +73 -0
- package/lib/model/addm-db-parameter-aggregation.js +32 -0
- package/lib/model/addm-db-parameter-aggregation.js.map +1 -0
- package/lib/model/addm-db-parameter-category-collection.d.ts +33 -0
- package/lib/model/addm-db-parameter-category-collection.js +74 -0
- package/lib/model/addm-db-parameter-category-collection.js.map +1 -0
- package/lib/model/addm-db-parameter-category-summary.d.ts +36 -0
- package/lib/model/addm-db-parameter-category-summary.js +32 -0
- package/lib/model/addm-db-parameter-category-summary.js.map +1 -0
- package/lib/model/addm-db-parameter-change-aggregation-collection.d.ts +42 -0
- package/lib/model/addm-db-parameter-change-aggregation-collection.js +74 -0
- package/lib/model/addm-db-parameter-change-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-parameter-change-aggregation.d.ts +52 -0
- package/lib/model/addm-db-parameter-change-aggregation.js +32 -0
- package/lib/model/addm-db-parameter-change-aggregation.js.map +1 -0
- package/lib/model/addm-db-recommendation-aggregation-collection.d.ts +41 -0
- package/lib/model/addm-db-recommendation-aggregation-collection.js +74 -0
- package/lib/model/addm-db-recommendation-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-recommendation-aggregation.d.ts +70 -0
- package/lib/model/addm-db-recommendation-aggregation.js +60 -0
- package/lib/model/addm-db-recommendation-aggregation.js.map +1 -0
- package/lib/model/addm-db-recommendation-category-collection.d.ts +34 -0
- package/lib/model/addm-db-recommendation-category-collection.js +74 -0
- package/lib/model/addm-db-recommendation-category-collection.js.map +1 -0
- package/lib/model/addm-db-recommendation-category-summary.d.ts +36 -0
- package/lib/model/addm-db-recommendation-category-summary.js +32 -0
- package/lib/model/addm-db-recommendation-category-summary.js.map +1 -0
- package/lib/model/addm-db-recommendations-time-series-collection.d.ts +41 -0
- package/lib/model/addm-db-recommendations-time-series-collection.js +74 -0
- package/lib/model/addm-db-recommendations-time-series-collection.js.map +1 -0
- package/lib/model/addm-db-recommendations-time-series-summary.d.ts +74 -0
- package/lib/model/addm-db-recommendations-time-series-summary.js +60 -0
- package/lib/model/addm-db-recommendations-time-series-summary.js.map +1 -0
- package/lib/model/addm-db-schema-object-collection.d.ts +41 -0
- package/lib/model/addm-db-schema-object-collection.js +74 -0
- package/lib/model/addm-db-schema-object-collection.js.map +1 -0
- package/lib/model/addm-db-schema-object-summary.d.ts +48 -0
- package/lib/model/addm-db-schema-object-summary.js +32 -0
- package/lib/model/addm-db-schema-object-summary.js.map +1 -0
- package/lib/model/addm-db-sql-statement-collection.d.ts +41 -0
- package/lib/model/addm-db-sql-statement-collection.js +74 -0
- package/lib/model/addm-db-sql-statement-collection.js.map +1 -0
- package/lib/model/addm-db-sql-statement-summary.d.ts +44 -0
- package/lib/model/addm-db-sql-statement-summary.js +32 -0
- package/lib/model/addm-db-sql-statement-summary.js.map +1 -0
- package/lib/model/addm-db-summary.d.ts +62 -0
- package/lib/model/addm-db-summary.js +60 -0
- package/lib/model/addm-db-summary.js.map +1 -0
- package/lib/model/addm-report.d.ts +52 -0
- package/lib/model/addm-report.js +32 -0
- package/lib/model/addm-report.js.map +1 -0
- package/lib/model/d-bparameters.d.ts +51 -0
- package/lib/model/d-bparameters.js +57 -0
- package/lib/model/d-bparameters.js.map +1 -0
- package/lib/model/database-configuration-metric-group.js +4 -0
- package/lib/model/database-configuration-metric-group.js.map +1 -1
- package/lib/model/database-parameter-type-details.d.ts +31 -0
- package/lib/model/database-parameter-type-details.js +57 -0
- package/lib/model/database-parameter-type-details.js.map +1 -0
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +73 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-addm-reports-details.d.ts +30 -0
- package/lib/model/ingest-addm-reports-details.js +64 -0
- package/lib/model/ingest-addm-reports-details.js.map +1 -0
- package/lib/model/ingest-addm-reports-response-details.d.ts +30 -0
- package/lib/model/ingest-addm-reports-response-details.js +32 -0
- package/lib/model/ingest-addm-reports-response-details.js.map +1 -0
- package/lib/model/related-object-type-details.d.ts +25 -0
- package/lib/model/related-object-type-details.js +79 -0
- package/lib/model/related-object-type-details.js.map +1 -0
- package/lib/model/schema-object-type-details.d.ts +47 -0
- package/lib/model/schema-object-type-details.js +57 -0
- package/lib/model/schema-object-type-details.js.map +1 -0
- package/lib/model/sql-type-details.d.ts +43 -0
- package/lib/model/sql-type-details.js +57 -0
- package/lib/model/sql-type-details.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/create-opsi-configuration-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-database-report-request.d.ts +1 -1
- package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-opsi-configuration-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +26 -0
- package/lib/request/index.js +22 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-addm-reports-request.d.ts +56 -0
- package/lib/request/ingest-addm-reports-request.js +15 -0
- package/lib/request/ingest-addm-reports-request.js.map +1 -0
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-addm-db-finding-categories-request.d.ts +107 -0
- package/lib/request/list-addm-db-finding-categories-request.js +23 -0
- package/lib/request/list-addm-db-finding-categories-request.js.map +1 -0
- package/lib/request/list-addm-db-findings-time-series-request.d.ts +134 -0
- package/lib/request/list-addm-db-findings-time-series-request.js +23 -0
- package/lib/request/list-addm-db-findings-time-series-request.js.map +1 -0
- package/lib/request/list-addm-db-parameter-categories-request.d.ts +107 -0
- package/lib/request/list-addm-db-parameter-categories-request.js +23 -0
- package/lib/request/list-addm-db-parameter-categories-request.js.map +1 -0
- package/lib/request/list-addm-db-recommendation-categories-request.d.ts +107 -0
- package/lib/request/list-addm-db-recommendation-categories-request.js +23 -0
- package/lib/request/list-addm-db-recommendation-categories-request.js.map +1 -0
- package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +157 -0
- package/lib/request/list-addm-db-recommendations-time-series-request.js +23 -0
- package/lib/request/list-addm-db-recommendations-time-series-request.js.map +1 -0
- package/lib/request/list-addm-dbs-request.d.ts +125 -0
- package/lib/request/list-addm-dbs-request.js +24 -0
- package/lib/request/list-addm-dbs-request.js.map +1 -0
- package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-databases-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +1 -1
- package/lib/request/list-host-insights-request.d.ts +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-opsi-configurations-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-findings-request.d.ts +136 -0
- package/lib/request/summarize-addm-db-findings-request.js +26 -0
- package/lib/request/summarize-addm-db-findings-request.js.map +1 -0
- package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +141 -0
- package/lib/request/summarize-addm-db-parameter-changes-request.js +24 -0
- package/lib/request/summarize-addm-db-parameter-changes-request.js.map +1 -0
- package/lib/request/summarize-addm-db-parameters-request.d.ts +172 -0
- package/lib/request/summarize-addm-db-parameters-request.js +39 -0
- package/lib/request/summarize-addm-db-parameters-request.js.map +1 -0
- package/lib/request/summarize-addm-db-recommendations-request.d.ts +163 -0
- package/lib/request/summarize-addm-db-recommendations-request.js +25 -0
- package/lib/request/summarize-addm-db-recommendations-request.js.map +1 -0
- package/lib/request/summarize-addm-db-schema-objects-request.d.ts +114 -0
- package/lib/request/summarize-addm-db-schema-objects-request.js +15 -0
- package/lib/request/summarize-addm-db-schema-objects-request.js.map +1 -0
- package/lib/request/summarize-addm-db-sql-statements-request.d.ts +115 -0
- package/lib/request/summarize-addm-db-sql-statements-request.js +15 -0
- package/lib/request/summarize-addm-db-sql-statements-request.js.map +1 -0
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-configuration-items-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +1 -1
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/update-opsi-configuration-request.d.ts +1 -1
- package/lib/response/index.d.ts +26 -0
- package/lib/response/ingest-addm-reports-response.d.ts +30 -0
- package/lib/response/ingest-addm-reports-response.js +15 -0
- package/lib/response/ingest-addm-reports-response.js.map +1 -0
- package/lib/response/list-addm-db-finding-categories-response.d.ts +32 -0
- package/lib/response/list-addm-db-finding-categories-response.js +15 -0
- package/lib/response/list-addm-db-finding-categories-response.js.map +1 -0
- package/lib/response/list-addm-db-findings-time-series-response.d.ts +32 -0
- package/lib/response/list-addm-db-findings-time-series-response.js +15 -0
- package/lib/response/list-addm-db-findings-time-series-response.js.map +1 -0
- package/lib/response/list-addm-db-parameter-categories-response.d.ts +32 -0
- package/lib/response/list-addm-db-parameter-categories-response.js +15 -0
- package/lib/response/list-addm-db-parameter-categories-response.js.map +1 -0
- package/lib/response/list-addm-db-recommendation-categories-response.d.ts +32 -0
- package/lib/response/list-addm-db-recommendation-categories-response.js +15 -0
- package/lib/response/list-addm-db-recommendation-categories-response.js.map +1 -0
- package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +32 -0
- package/lib/response/list-addm-db-recommendations-time-series-response.js +15 -0
- package/lib/response/list-addm-db-recommendations-time-series-response.js.map +1 -0
- package/lib/response/list-addm-dbs-response.d.ts +32 -0
- package/lib/response/list-addm-dbs-response.js +15 -0
- package/lib/response/list-addm-dbs-response.js.map +1 -0
- package/lib/response/summarize-addm-db-findings-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-findings-response.js +15 -0
- package/lib/response/summarize-addm-db-findings-response.js.map +1 -0
- package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-parameter-changes-response.js +15 -0
- package/lib/response/summarize-addm-db-parameter-changes-response.js.map +1 -0
- package/lib/response/summarize-addm-db-parameters-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-parameters-response.js +15 -0
- package/lib/response/summarize-addm-db-parameters-response.js.map +1 -0
- package/lib/response/summarize-addm-db-recommendations-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-recommendations-response.js +15 -0
- package/lib/response/summarize-addm-db-recommendations-response.js.map +1 -0
- package/lib/response/summarize-addm-db-schema-objects-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-schema-objects-response.js +15 -0
- package/lib/response/summarize-addm-db-schema-objects-response.js.map +1 -0
- package/lib/response/summarize-addm-db-sql-statements-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-sql-statements-response.js +15 -0
- package/lib/response/summarize-addm-db-sql-statements-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare enum OperationsInsightsApiKeys {
|
|
|
25
25
|
export declare class OperationsInsightsClient {
|
|
26
26
|
protected static serviceEndpointTemplate: string;
|
|
27
27
|
protected static endpointServiceName: string;
|
|
28
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
28
29
|
protected "_endpoint": string;
|
|
29
30
|
protected "_defaultHeaders": any;
|
|
30
31
|
protected "_waiters": OperationsInsightsWaiter;
|
|
@@ -32,6 +33,9 @@ export declare class OperationsInsightsClient {
|
|
|
32
33
|
protected _circuitBreaker: null;
|
|
33
34
|
protected _httpOptions: any;
|
|
34
35
|
targetService: string;
|
|
36
|
+
protected _regionId: string;
|
|
37
|
+
protected "_region": common.Region;
|
|
38
|
+
protected _lastSetRegionOrRegionId: string;
|
|
35
39
|
protected _httpClient: common.HttpClient;
|
|
36
40
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
37
41
|
/**
|
|
@@ -44,6 +48,12 @@ export declare class OperationsInsightsClient {
|
|
|
44
48
|
*/
|
|
45
49
|
set endpoint(endpoint: string);
|
|
46
50
|
get logger(): import("oci-common/lib/log").Logger;
|
|
51
|
+
/**
|
|
52
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
53
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
54
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
55
|
+
*/
|
|
56
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
47
57
|
/**
|
|
48
58
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
49
59
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -78,7 +88,7 @@ export declare class OperationsInsightsClient {
|
|
|
78
88
|
* @param AddExadataInsightMembersRequest
|
|
79
89
|
* @return AddExadataInsightMembersResponse
|
|
80
90
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
82
92
|
*/
|
|
83
93
|
addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
|
|
84
94
|
/**
|
|
@@ -87,7 +97,7 @@ export declare class OperationsInsightsClient {
|
|
|
87
97
|
* @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
88
98
|
* @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
89
99
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
|
|
91
101
|
*/
|
|
92
102
|
changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse>;
|
|
93
103
|
/**
|
|
@@ -96,7 +106,7 @@ export declare class OperationsInsightsClient {
|
|
|
96
106
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
97
107
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
98
108
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
100
110
|
*/
|
|
101
111
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
|
|
102
112
|
/**
|
|
@@ -105,7 +115,7 @@ export declare class OperationsInsightsClient {
|
|
|
105
115
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
106
116
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
107
117
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
109
119
|
*/
|
|
110
120
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
|
|
111
121
|
/**
|
|
@@ -114,7 +124,7 @@ export declare class OperationsInsightsClient {
|
|
|
114
124
|
* @param ChangeExadataInsightCompartmentRequest
|
|
115
125
|
* @return ChangeExadataInsightCompartmentResponse
|
|
116
126
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
118
128
|
*/
|
|
119
129
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
|
|
120
130
|
/**
|
|
@@ -123,7 +133,7 @@ export declare class OperationsInsightsClient {
|
|
|
123
133
|
* @param ChangeHostInsightCompartmentRequest
|
|
124
134
|
* @return ChangeHostInsightCompartmentResponse
|
|
125
135
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
127
137
|
*/
|
|
128
138
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
|
|
129
139
|
/**
|
|
@@ -132,7 +142,7 @@ export declare class OperationsInsightsClient {
|
|
|
132
142
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
133
143
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
134
144
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
136
146
|
*/
|
|
137
147
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
|
|
138
148
|
/**
|
|
@@ -141,7 +151,7 @@ export declare class OperationsInsightsClient {
|
|
|
141
151
|
* @param ChangeOpsiConfigurationCompartmentRequest
|
|
142
152
|
* @return ChangeOpsiConfigurationCompartmentResponse
|
|
143
153
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
|
|
145
155
|
*/
|
|
146
156
|
changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest: requests.ChangeOpsiConfigurationCompartmentRequest): Promise<responses.ChangeOpsiConfigurationCompartmentResponse>;
|
|
147
157
|
/**
|
|
@@ -150,7 +160,7 @@ export declare class OperationsInsightsClient {
|
|
|
150
160
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
151
161
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
152
162
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
154
164
|
*/
|
|
155
165
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
|
|
156
166
|
/**
|
|
@@ -161,7 +171,7 @@ export declare class OperationsInsightsClient {
|
|
|
161
171
|
* @param CreateAwrHubRequest
|
|
162
172
|
* @return CreateAwrHubResponse
|
|
163
173
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
165
175
|
*/
|
|
166
176
|
createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
|
|
167
177
|
/**
|
|
@@ -171,7 +181,7 @@ export declare class OperationsInsightsClient {
|
|
|
171
181
|
* @param CreateDatabaseInsightRequest
|
|
172
182
|
* @return CreateDatabaseInsightResponse
|
|
173
183
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
175
185
|
*/
|
|
176
186
|
createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
|
|
177
187
|
/**
|
|
@@ -181,7 +191,7 @@ export declare class OperationsInsightsClient {
|
|
|
181
191
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
182
192
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
183
193
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
185
195
|
*/
|
|
186
196
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
|
|
187
197
|
/**
|
|
@@ -191,7 +201,7 @@ export declare class OperationsInsightsClient {
|
|
|
191
201
|
* @param CreateExadataInsightRequest
|
|
192
202
|
* @return CreateExadataInsightResponse
|
|
193
203
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
195
205
|
*/
|
|
196
206
|
createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
|
|
197
207
|
/**
|
|
@@ -201,7 +211,7 @@ export declare class OperationsInsightsClient {
|
|
|
201
211
|
* @param CreateHostInsightRequest
|
|
202
212
|
* @return CreateHostInsightResponse
|
|
203
213
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
205
215
|
*/
|
|
206
216
|
createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
|
|
207
217
|
/**
|
|
@@ -212,7 +222,7 @@ export declare class OperationsInsightsClient {
|
|
|
212
222
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
213
223
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
214
224
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
216
226
|
*/
|
|
217
227
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
|
|
218
228
|
/**
|
|
@@ -224,7 +234,7 @@ export declare class OperationsInsightsClient {
|
|
|
224
234
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
225
235
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
226
236
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
228
238
|
*/
|
|
229
239
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
|
|
230
240
|
/**
|
|
@@ -235,7 +245,7 @@ export declare class OperationsInsightsClient {
|
|
|
235
245
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
236
246
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
237
247
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
239
249
|
*/
|
|
240
250
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
|
|
241
251
|
/**
|
|
@@ -245,7 +255,7 @@ export declare class OperationsInsightsClient {
|
|
|
245
255
|
* @param CreateOpsiConfigurationRequest
|
|
246
256
|
* @return CreateOpsiConfigurationResponse
|
|
247
257
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
|
|
249
259
|
*/
|
|
250
260
|
createOpsiConfiguration(createOpsiConfigurationRequest: requests.CreateOpsiConfigurationRequest): Promise<responses.CreateOpsiConfigurationResponse>;
|
|
251
261
|
/**
|
|
@@ -254,7 +264,7 @@ export declare class OperationsInsightsClient {
|
|
|
254
264
|
* @param DeleteAwrHubRequest
|
|
255
265
|
* @return DeleteAwrHubResponse
|
|
256
266
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
258
268
|
*/
|
|
259
269
|
deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
|
|
260
270
|
/**
|
|
@@ -263,7 +273,7 @@ export declare class OperationsInsightsClient {
|
|
|
263
273
|
* @param DeleteDatabaseInsightRequest
|
|
264
274
|
* @return DeleteDatabaseInsightResponse
|
|
265
275
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
267
277
|
*/
|
|
268
278
|
deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
|
|
269
279
|
/**
|
|
@@ -272,7 +282,7 @@ export declare class OperationsInsightsClient {
|
|
|
272
282
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
273
283
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
274
284
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
276
286
|
*/
|
|
277
287
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
|
|
278
288
|
/**
|
|
@@ -281,7 +291,7 @@ export declare class OperationsInsightsClient {
|
|
|
281
291
|
* @param DeleteExadataInsightRequest
|
|
282
292
|
* @return DeleteExadataInsightResponse
|
|
283
293
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
285
295
|
*/
|
|
286
296
|
deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
|
|
287
297
|
/**
|
|
@@ -290,7 +300,7 @@ export declare class OperationsInsightsClient {
|
|
|
290
300
|
* @param DeleteHostInsightRequest
|
|
291
301
|
* @return DeleteHostInsightResponse
|
|
292
302
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
294
304
|
*/
|
|
295
305
|
deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
|
|
296
306
|
/**
|
|
@@ -299,7 +309,7 @@ export declare class OperationsInsightsClient {
|
|
|
299
309
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
300
310
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
301
311
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
303
313
|
*/
|
|
304
314
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
|
|
305
315
|
/**
|
|
@@ -312,7 +322,7 @@ export declare class OperationsInsightsClient {
|
|
|
312
322
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
313
323
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
314
324
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
316
326
|
*/
|
|
317
327
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
|
|
318
328
|
/**
|
|
@@ -321,7 +331,7 @@ export declare class OperationsInsightsClient {
|
|
|
321
331
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
322
332
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
323
333
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
325
335
|
*/
|
|
326
336
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
|
|
327
337
|
/**
|
|
@@ -330,7 +340,7 @@ export declare class OperationsInsightsClient {
|
|
|
330
340
|
* @param DeleteOpsiConfigurationRequest
|
|
331
341
|
* @return DeleteOpsiConfigurationResponse
|
|
332
342
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
|
|
334
344
|
*/
|
|
335
345
|
deleteOpsiConfiguration(deleteOpsiConfigurationRequest: requests.DeleteOpsiConfigurationRequest): Promise<responses.DeleteOpsiConfigurationResponse>;
|
|
336
346
|
/**
|
|
@@ -339,7 +349,7 @@ export declare class OperationsInsightsClient {
|
|
|
339
349
|
* @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
340
350
|
* @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
341
351
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
343
353
|
*/
|
|
344
354
|
disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.DisableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.DisableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
|
|
345
355
|
/**
|
|
@@ -348,7 +358,7 @@ export declare class OperationsInsightsClient {
|
|
|
348
358
|
* @param DisableDatabaseInsightRequest
|
|
349
359
|
* @return DisableDatabaseInsightResponse
|
|
350
360
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
352
362
|
*/
|
|
353
363
|
disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
|
|
354
364
|
/**
|
|
@@ -357,7 +367,7 @@ export declare class OperationsInsightsClient {
|
|
|
357
367
|
* @param DisableExadataInsightRequest
|
|
358
368
|
* @return DisableExadataInsightResponse
|
|
359
369
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
361
371
|
*/
|
|
362
372
|
disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
|
|
363
373
|
/**
|
|
@@ -366,7 +376,7 @@ export declare class OperationsInsightsClient {
|
|
|
366
376
|
* @param DisableHostInsightRequest
|
|
367
377
|
* @return DisableHostInsightResponse
|
|
368
378
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
370
380
|
*/
|
|
371
381
|
disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
|
|
372
382
|
/**
|
|
@@ -375,7 +385,7 @@ export declare class OperationsInsightsClient {
|
|
|
375
385
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
376
386
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
377
387
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
379
389
|
*/
|
|
380
390
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
|
|
381
391
|
/**
|
|
@@ -384,7 +394,7 @@ export declare class OperationsInsightsClient {
|
|
|
384
394
|
* @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
385
395
|
* @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
386
396
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
388
398
|
*/
|
|
389
399
|
enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.EnableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.EnableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
|
|
390
400
|
/**
|
|
@@ -393,7 +403,7 @@ export declare class OperationsInsightsClient {
|
|
|
393
403
|
* @param EnableDatabaseInsightRequest
|
|
394
404
|
* @return EnableDatabaseInsightResponse
|
|
395
405
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
397
407
|
*/
|
|
398
408
|
enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
|
|
399
409
|
/**
|
|
@@ -402,7 +412,7 @@ export declare class OperationsInsightsClient {
|
|
|
402
412
|
* @param EnableExadataInsightRequest
|
|
403
413
|
* @return EnableExadataInsightResponse
|
|
404
414
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
406
416
|
*/
|
|
407
417
|
enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
|
|
408
418
|
/**
|
|
@@ -411,7 +421,7 @@ export declare class OperationsInsightsClient {
|
|
|
411
421
|
* @param EnableHostInsightRequest
|
|
412
422
|
* @return EnableHostInsightResponse
|
|
413
423
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
415
425
|
*/
|
|
416
426
|
enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
|
|
417
427
|
/**
|
|
@@ -421,7 +431,7 @@ export declare class OperationsInsightsClient {
|
|
|
421
431
|
* @param GetAwrDatabaseReportRequest
|
|
422
432
|
* @return GetAwrDatabaseReportResponse
|
|
423
433
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
425
435
|
*/
|
|
426
436
|
getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
|
|
427
437
|
/**
|
|
@@ -431,7 +441,7 @@ export declare class OperationsInsightsClient {
|
|
|
431
441
|
* @param GetAwrDatabaseSqlReportRequest
|
|
432
442
|
* @return GetAwrDatabaseSqlReportResponse
|
|
433
443
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
435
445
|
*/
|
|
436
446
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
|
|
437
447
|
/**
|
|
@@ -440,7 +450,7 @@ export declare class OperationsInsightsClient {
|
|
|
440
450
|
* @param GetAwrHubRequest
|
|
441
451
|
* @return GetAwrHubResponse
|
|
442
452
|
* @throws OciError when an error occurs
|
|
443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
444
454
|
*/
|
|
445
455
|
getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
|
|
446
456
|
/**
|
|
@@ -451,7 +461,7 @@ export declare class OperationsInsightsClient {
|
|
|
451
461
|
* @param GetAwrReportRequest
|
|
452
462
|
* @return GetAwrReportResponse
|
|
453
463
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
455
465
|
*/
|
|
456
466
|
getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
|
|
457
467
|
/**
|
|
@@ -460,7 +470,7 @@ export declare class OperationsInsightsClient {
|
|
|
460
470
|
* @param GetDatabaseInsightRequest
|
|
461
471
|
* @return GetDatabaseInsightResponse
|
|
462
472
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
464
474
|
*/
|
|
465
475
|
getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
|
|
466
476
|
/**
|
|
@@ -469,7 +479,7 @@ export declare class OperationsInsightsClient {
|
|
|
469
479
|
* @param GetEnterpriseManagerBridgeRequest
|
|
470
480
|
* @return GetEnterpriseManagerBridgeResponse
|
|
471
481
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
473
483
|
*/
|
|
474
484
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
|
|
475
485
|
/**
|
|
@@ -478,7 +488,7 @@ export declare class OperationsInsightsClient {
|
|
|
478
488
|
* @param GetExadataInsightRequest
|
|
479
489
|
* @return GetExadataInsightResponse
|
|
480
490
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
482
492
|
*/
|
|
483
493
|
getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
|
|
484
494
|
/**
|
|
@@ -487,7 +497,7 @@ export declare class OperationsInsightsClient {
|
|
|
487
497
|
* @param GetHostInsightRequest
|
|
488
498
|
* @return GetHostInsightResponse
|
|
489
499
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
491
501
|
*/
|
|
492
502
|
getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
|
|
493
503
|
/**
|
|
@@ -496,7 +506,7 @@ export declare class OperationsInsightsClient {
|
|
|
496
506
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
497
507
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
498
508
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
500
510
|
*/
|
|
501
511
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
|
|
502
512
|
/**
|
|
@@ -507,7 +517,7 @@ export declare class OperationsInsightsClient {
|
|
|
507
517
|
* @param GetOperationsInsightsWarehouseRequest
|
|
508
518
|
* @return GetOperationsInsightsWarehouseResponse
|
|
509
519
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
511
521
|
*/
|
|
512
522
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
|
|
513
523
|
/**
|
|
@@ -516,7 +526,7 @@ export declare class OperationsInsightsClient {
|
|
|
516
526
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
517
527
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
518
528
|
* @throws OciError when an error occurs
|
|
519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
520
530
|
*/
|
|
521
531
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
|
|
522
532
|
/**
|
|
@@ -528,7 +538,7 @@ export declare class OperationsInsightsClient {
|
|
|
528
538
|
* @param GetOpsiConfigurationRequest
|
|
529
539
|
* @return GetOpsiConfigurationResponse
|
|
530
540
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
|
|
532
542
|
*/
|
|
533
543
|
getOpsiConfiguration(getOpsiConfigurationRequest: requests.GetOpsiConfigurationRequest): Promise<responses.GetOpsiConfigurationResponse>;
|
|
534
544
|
/**
|
|
@@ -537,7 +547,7 @@ export declare class OperationsInsightsClient {
|
|
|
537
547
|
* @param GetOpsiDataObjectRequest
|
|
538
548
|
* @return GetOpsiDataObjectResponse
|
|
539
549
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
541
551
|
*/
|
|
542
552
|
getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
|
|
543
553
|
/**
|
|
@@ -546,16 +556,27 @@ export declare class OperationsInsightsClient {
|
|
|
546
556
|
* @param GetWorkRequestRequest
|
|
547
557
|
* @return GetWorkRequestResponse
|
|
548
558
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
550
560
|
*/
|
|
551
561
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
562
|
+
/**
|
|
563
|
+
* This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
|
|
564
|
+
* Either databaseId or id must be specified.
|
|
565
|
+
*
|
|
566
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
567
|
+
* @param IngestAddmReportsRequest
|
|
568
|
+
* @return IngestAddmReportsResponse
|
|
569
|
+
* @throws OciError when an error occurs
|
|
570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
|
|
571
|
+
*/
|
|
572
|
+
ingestAddmReports(ingestAddmReportsRequest: requests.IngestAddmReportsRequest): Promise<responses.IngestAddmReportsResponse>;
|
|
552
573
|
/**
|
|
553
574
|
* This is a generic ingest endpoint for all database configuration metrics.
|
|
554
575
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
555
576
|
* @param IngestDatabaseConfigurationRequest
|
|
556
577
|
* @return IngestDatabaseConfigurationResponse
|
|
557
578
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
559
580
|
*/
|
|
560
581
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
|
|
561
582
|
/**
|
|
@@ -564,7 +585,7 @@ export declare class OperationsInsightsClient {
|
|
|
564
585
|
* @param IngestHostConfigurationRequest
|
|
565
586
|
* @return IngestHostConfigurationResponse
|
|
566
587
|
* @throws OciError when an error occurs
|
|
567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
568
589
|
*/
|
|
569
590
|
ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
|
|
570
591
|
/**
|
|
@@ -573,7 +594,7 @@ export declare class OperationsInsightsClient {
|
|
|
573
594
|
* @param IngestHostMetricsRequest
|
|
574
595
|
* @return IngestHostMetricsResponse
|
|
575
596
|
* @throws OciError when an error occurs
|
|
576
|
-
* @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.58.1/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
577
598
|
*/
|
|
578
599
|
ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
|
|
579
600
|
/**
|
|
@@ -584,7 +605,7 @@ export declare class OperationsInsightsClient {
|
|
|
584
605
|
* @param IngestSqlBucketRequest
|
|
585
606
|
* @return IngestSqlBucketResponse
|
|
586
607
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
588
609
|
*/
|
|
589
610
|
ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
|
|
590
611
|
/**
|
|
@@ -595,7 +616,7 @@ export declare class OperationsInsightsClient {
|
|
|
595
616
|
* @param IngestSqlPlanLinesRequest
|
|
596
617
|
* @return IngestSqlPlanLinesResponse
|
|
597
618
|
* @throws OciError when an error occurs
|
|
598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
599
620
|
*/
|
|
600
621
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
|
|
601
622
|
/**
|
|
@@ -606,7 +627,7 @@ export declare class OperationsInsightsClient {
|
|
|
606
627
|
* @param IngestSqlStatsRequest
|
|
607
628
|
* @return IngestSqlStatsResponse
|
|
608
629
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
610
631
|
*/
|
|
611
632
|
ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
|
|
612
633
|
/**
|
|
@@ -618,9 +639,69 @@ export declare class OperationsInsightsClient {
|
|
|
618
639
|
* @param IngestSqlTextRequest
|
|
619
640
|
* @return IngestSqlTextResponse
|
|
620
641
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
622
643
|
*/
|
|
623
644
|
ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
|
|
645
|
+
/**
|
|
646
|
+
* Gets list of ADDM finding categories.
|
|
647
|
+
*
|
|
648
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
649
|
+
* @param ListAddmDbFindingCategoriesRequest
|
|
650
|
+
* @return ListAddmDbFindingCategoriesResponse
|
|
651
|
+
* @throws OciError when an error occurs
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
|
|
653
|
+
*/
|
|
654
|
+
listAddmDbFindingCategories(listAddmDbFindingCategoriesRequest: requests.ListAddmDbFindingCategoriesRequest): Promise<responses.ListAddmDbFindingCategoriesResponse>;
|
|
655
|
+
/**
|
|
656
|
+
* Get the ADDM findings time series for the specified databases for a given time period.
|
|
657
|
+
*
|
|
658
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
659
|
+
* @param ListAddmDbFindingsTimeSeriesRequest
|
|
660
|
+
* @return ListAddmDbFindingsTimeSeriesResponse
|
|
661
|
+
* @throws OciError when an error occurs
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
|
|
663
|
+
*/
|
|
664
|
+
listAddmDbFindingsTimeSeries(listAddmDbFindingsTimeSeriesRequest: requests.ListAddmDbFindingsTimeSeriesRequest): Promise<responses.ListAddmDbFindingsTimeSeriesResponse>;
|
|
665
|
+
/**
|
|
666
|
+
* Gets list of ADDM database parameter categories for the specified databases.
|
|
667
|
+
*
|
|
668
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
669
|
+
* @param ListAddmDbParameterCategoriesRequest
|
|
670
|
+
* @return ListAddmDbParameterCategoriesResponse
|
|
671
|
+
* @throws OciError when an error occurs
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
|
|
673
|
+
*/
|
|
674
|
+
listAddmDbParameterCategories(listAddmDbParameterCategoriesRequest: requests.ListAddmDbParameterCategoriesRequest): Promise<responses.ListAddmDbParameterCategoriesResponse>;
|
|
675
|
+
/**
|
|
676
|
+
* Gets list of ADDM recommendation categories for the specified databases.
|
|
677
|
+
*
|
|
678
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
679
|
+
* @param ListAddmDbRecommendationCategoriesRequest
|
|
680
|
+
* @return ListAddmDbRecommendationCategoriesResponse
|
|
681
|
+
* @throws OciError when an error occurs
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
|
|
683
|
+
*/
|
|
684
|
+
listAddmDbRecommendationCategories(listAddmDbRecommendationCategoriesRequest: requests.ListAddmDbRecommendationCategoriesRequest): Promise<responses.ListAddmDbRecommendationCategoriesResponse>;
|
|
685
|
+
/**
|
|
686
|
+
* Gets time series data for ADDM recommendations for the specified databases.
|
|
687
|
+
*
|
|
688
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
689
|
+
* @param ListAddmDbRecommendationsTimeSeriesRequest
|
|
690
|
+
* @return ListAddmDbRecommendationsTimeSeriesResponse
|
|
691
|
+
* @throws OciError when an error occurs
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
|
|
693
|
+
*/
|
|
694
|
+
listAddmDbRecommendationsTimeSeries(listAddmDbRecommendationsTimeSeriesRequest: requests.ListAddmDbRecommendationsTimeSeriesRequest): Promise<responses.ListAddmDbRecommendationsTimeSeriesResponse>;
|
|
695
|
+
/**
|
|
696
|
+
* Gets a list of ADDM database information
|
|
697
|
+
*
|
|
698
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
699
|
+
* @param ListAddmDbsRequest
|
|
700
|
+
* @return ListAddmDbsResponse
|
|
701
|
+
* @throws OciError when an error occurs
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
|
|
703
|
+
*/
|
|
704
|
+
listAddmDbs(listAddmDbsRequest: requests.ListAddmDbsRequest): Promise<responses.ListAddmDbsResponse>;
|
|
624
705
|
/**
|
|
625
706
|
* Lists AWR snapshots for the specified database in the AWR.
|
|
626
707
|
*
|
|
@@ -628,7 +709,7 @@ export declare class OperationsInsightsClient {
|
|
|
628
709
|
* @param ListAwrDatabaseSnapshotsRequest
|
|
629
710
|
* @return ListAwrDatabaseSnapshotsResponse
|
|
630
711
|
* @throws OciError when an error occurs
|
|
631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
632
713
|
*/
|
|
633
714
|
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
|
|
634
715
|
/**
|
|
@@ -638,7 +719,7 @@ export declare class OperationsInsightsClient {
|
|
|
638
719
|
* @param ListAwrDatabasesRequest
|
|
639
720
|
* @return ListAwrDatabasesResponse
|
|
640
721
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
642
723
|
*/
|
|
643
724
|
listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
|
|
644
725
|
/**
|
|
@@ -648,7 +729,7 @@ export declare class OperationsInsightsClient {
|
|
|
648
729
|
* @param ListAwrHubsRequest
|
|
649
730
|
* @return ListAwrHubsResponse
|
|
650
731
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
652
733
|
*/
|
|
653
734
|
listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
|
|
654
735
|
/**
|
|
@@ -659,7 +740,7 @@ export declare class OperationsInsightsClient {
|
|
|
659
740
|
* @param ListAwrSnapshotsRequest
|
|
660
741
|
* @return ListAwrSnapshotsResponse
|
|
661
742
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
663
744
|
*/
|
|
664
745
|
listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
|
|
665
746
|
/**
|
|
@@ -670,7 +751,7 @@ export declare class OperationsInsightsClient {
|
|
|
670
751
|
* @param ListDatabaseConfigurationsRequest
|
|
671
752
|
* @return ListDatabaseConfigurationsResponse
|
|
672
753
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
674
755
|
*/
|
|
675
756
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
|
|
676
757
|
/**
|
|
@@ -681,7 +762,7 @@ export declare class OperationsInsightsClient {
|
|
|
681
762
|
* @param ListDatabaseInsightsRequest
|
|
682
763
|
* @return ListDatabaseInsightsResponse
|
|
683
764
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
685
766
|
*/
|
|
686
767
|
listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
|
|
687
768
|
/**
|
|
@@ -692,7 +773,7 @@ export declare class OperationsInsightsClient {
|
|
|
692
773
|
* @param ListEnterpriseManagerBridgesRequest
|
|
693
774
|
* @return ListEnterpriseManagerBridgesResponse
|
|
694
775
|
* @throws OciError when an error occurs
|
|
695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
696
777
|
*/
|
|
697
778
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
|
|
698
779
|
/**
|
|
@@ -701,7 +782,7 @@ export declare class OperationsInsightsClient {
|
|
|
701
782
|
* @param ListExadataConfigurationsRequest
|
|
702
783
|
* @return ListExadataConfigurationsResponse
|
|
703
784
|
* @throws OciError when an error occurs
|
|
704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
705
786
|
*/
|
|
706
787
|
listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
|
|
707
788
|
/**
|
|
@@ -712,7 +793,7 @@ export declare class OperationsInsightsClient {
|
|
|
712
793
|
* @param ListExadataInsightsRequest
|
|
713
794
|
* @return ListExadataInsightsResponse
|
|
714
795
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
716
797
|
*/
|
|
717
798
|
listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
|
|
718
799
|
/**
|
|
@@ -723,7 +804,7 @@ export declare class OperationsInsightsClient {
|
|
|
723
804
|
* @param ListHostConfigurationsRequest
|
|
724
805
|
* @return ListHostConfigurationsResponse
|
|
725
806
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
727
808
|
*/
|
|
728
809
|
listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
|
|
729
810
|
/**
|
|
@@ -734,7 +815,7 @@ export declare class OperationsInsightsClient {
|
|
|
734
815
|
* @param ListHostInsightsRequest
|
|
735
816
|
* @return ListHostInsightsResponse
|
|
736
817
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
738
819
|
*/
|
|
739
820
|
listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
|
|
740
821
|
/**
|
|
@@ -744,7 +825,7 @@ export declare class OperationsInsightsClient {
|
|
|
744
825
|
* @param ListHostedEntitiesRequest
|
|
745
826
|
* @return ListHostedEntitiesResponse
|
|
746
827
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
748
829
|
*/
|
|
749
830
|
listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
|
|
750
831
|
/**
|
|
@@ -758,7 +839,7 @@ export declare class OperationsInsightsClient {
|
|
|
758
839
|
* @param ListImportableAgentEntitiesRequest
|
|
759
840
|
* @return ListImportableAgentEntitiesResponse
|
|
760
841
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
762
843
|
*/
|
|
763
844
|
listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
|
|
764
845
|
/**
|
|
@@ -774,7 +855,7 @@ export declare class OperationsInsightsClient {
|
|
|
774
855
|
* @param ListImportableComputeEntitiesRequest
|
|
775
856
|
* @return ListImportableComputeEntitiesResponse
|
|
776
857
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
778
859
|
*/
|
|
779
860
|
listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
|
|
780
861
|
/**
|
|
@@ -784,7 +865,7 @@ export declare class OperationsInsightsClient {
|
|
|
784
865
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
785
866
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
786
867
|
* @throws OciError when an error occurs
|
|
787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
788
869
|
*/
|
|
789
870
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
|
|
790
871
|
/**
|
|
@@ -793,7 +874,7 @@ export declare class OperationsInsightsClient {
|
|
|
793
874
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
794
875
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
795
876
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
797
878
|
*/
|
|
798
879
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
|
|
799
880
|
/**
|
|
@@ -803,7 +884,7 @@ export declare class OperationsInsightsClient {
|
|
|
803
884
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
804
885
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
805
886
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
807
888
|
*/
|
|
808
889
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
|
|
809
890
|
/**
|
|
@@ -814,7 +895,7 @@ export declare class OperationsInsightsClient {
|
|
|
814
895
|
* @param ListOperationsInsightsWarehousesRequest
|
|
815
896
|
* @return ListOperationsInsightsWarehousesResponse
|
|
816
897
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
818
899
|
*/
|
|
819
900
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
|
|
820
901
|
/**
|
|
@@ -824,7 +905,7 @@ export declare class OperationsInsightsClient {
|
|
|
824
905
|
* @param ListOpsiConfigurationsRequest
|
|
825
906
|
* @return ListOpsiConfigurationsResponse
|
|
826
907
|
* @throws OciError when an error occurs
|
|
827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
|
|
828
909
|
*/
|
|
829
910
|
listOpsiConfigurations(listOpsiConfigurationsRequest: requests.ListOpsiConfigurationsRequest): Promise<responses.ListOpsiConfigurationsResponse>;
|
|
830
911
|
/**
|
|
@@ -834,7 +915,7 @@ export declare class OperationsInsightsClient {
|
|
|
834
915
|
* @param ListOpsiDataObjectsRequest
|
|
835
916
|
* @return ListOpsiDataObjectsResponse
|
|
836
917
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
838
919
|
*/
|
|
839
920
|
listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
|
|
840
921
|
/**
|
|
@@ -845,7 +926,7 @@ export declare class OperationsInsightsClient {
|
|
|
845
926
|
* @param ListSqlPlansRequest
|
|
846
927
|
* @return ListSqlPlansResponse
|
|
847
928
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
849
930
|
*/
|
|
850
931
|
listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
|
|
851
932
|
/**
|
|
@@ -856,7 +937,7 @@ export declare class OperationsInsightsClient {
|
|
|
856
937
|
* @param ListSqlSearchesRequest
|
|
857
938
|
* @return ListSqlSearchesResponse
|
|
858
939
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
860
941
|
*/
|
|
861
942
|
listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
|
|
862
943
|
/**
|
|
@@ -866,7 +947,7 @@ export declare class OperationsInsightsClient {
|
|
|
866
947
|
* @param ListSqlTextsRequest
|
|
867
948
|
* @return ListSqlTextsResponse
|
|
868
949
|
* @throws OciError when an error occurs
|
|
869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
870
951
|
*/
|
|
871
952
|
listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
|
|
872
953
|
/**
|
|
@@ -876,7 +957,7 @@ export declare class OperationsInsightsClient {
|
|
|
876
957
|
* @param ListWorkRequestErrorsRequest
|
|
877
958
|
* @return ListWorkRequestErrorsResponse
|
|
878
959
|
* @throws OciError when an error occurs
|
|
879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
880
961
|
*/
|
|
881
962
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
882
963
|
/**
|
|
@@ -886,7 +967,7 @@ export declare class OperationsInsightsClient {
|
|
|
886
967
|
* @param ListWorkRequestLogsRequest
|
|
887
968
|
* @return ListWorkRequestLogsResponse
|
|
888
969
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
890
971
|
*/
|
|
891
972
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
892
973
|
/**
|
|
@@ -896,7 +977,7 @@ export declare class OperationsInsightsClient {
|
|
|
896
977
|
* @param ListWorkRequestsRequest
|
|
897
978
|
* @return ListWorkRequestsResponse
|
|
898
979
|
* @throws OciError when an error occurs
|
|
899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
900
981
|
*/
|
|
901
982
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
902
983
|
/**
|
|
@@ -907,7 +988,7 @@ export declare class OperationsInsightsClient {
|
|
|
907
988
|
* @param QueryOpsiDataObjectDataRequest
|
|
908
989
|
* @return QueryOpsiDataObjectDataResponse
|
|
909
990
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
911
992
|
*/
|
|
912
993
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
|
|
913
994
|
/**
|
|
@@ -916,9 +997,74 @@ export declare class OperationsInsightsClient {
|
|
|
916
997
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
917
998
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
918
999
|
* @throws OciError when an error occurs
|
|
919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
920
1001
|
*/
|
|
921
1002
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Summarizes ADDM findings for the specified databases.
|
|
1005
|
+
*
|
|
1006
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1007
|
+
* @param SummarizeAddmDbFindingsRequest
|
|
1008
|
+
* @return SummarizeAddmDbFindingsResponse
|
|
1009
|
+
* @throws OciError when an error occurs
|
|
1010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
|
|
1011
|
+
*/
|
|
1012
|
+
summarizeAddmDbFindings(summarizeAddmDbFindingsRequest: requests.SummarizeAddmDbFindingsRequest): Promise<responses.SummarizeAddmDbFindingsResponse>;
|
|
1013
|
+
/**
|
|
1014
|
+
* Summarizes the AWR database parameter change history for the specified parameter. There will
|
|
1015
|
+
* be one element for each time that parameter changed during the specified time period.
|
|
1016
|
+
* This API is limited to only one parameter per request.
|
|
1017
|
+
*
|
|
1018
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1019
|
+
* @param SummarizeAddmDbParameterChangesRequest
|
|
1020
|
+
* @return SummarizeAddmDbParameterChangesResponse
|
|
1021
|
+
* @throws OciError when an error occurs
|
|
1022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
|
|
1023
|
+
*/
|
|
1024
|
+
summarizeAddmDbParameterChanges(summarizeAddmDbParameterChangesRequest: requests.SummarizeAddmDbParameterChangesRequest): Promise<responses.SummarizeAddmDbParameterChangesResponse>;
|
|
1025
|
+
/**
|
|
1026
|
+
* Summarizes database parameter history information for the specified databases. Return a list of parameters
|
|
1027
|
+
* with information on whether the parameter values were changed or not within the specified
|
|
1028
|
+
* time period. The response does not include the individual parameter changes within the time
|
|
1029
|
+
* period.
|
|
1030
|
+
*
|
|
1031
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1032
|
+
* @param SummarizeAddmDbParametersRequest
|
|
1033
|
+
* @return SummarizeAddmDbParametersResponse
|
|
1034
|
+
* @throws OciError when an error occurs
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
|
|
1036
|
+
*/
|
|
1037
|
+
summarizeAddmDbParameters(summarizeAddmDbParametersRequest: requests.SummarizeAddmDbParametersRequest): Promise<responses.SummarizeAddmDbParametersResponse>;
|
|
1038
|
+
/**
|
|
1039
|
+
* Summarizes ADDM recommendations for the specified databases.
|
|
1040
|
+
*
|
|
1041
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1042
|
+
* @param SummarizeAddmDbRecommendationsRequest
|
|
1043
|
+
* @return SummarizeAddmDbRecommendationsResponse
|
|
1044
|
+
* @throws OciError when an error occurs
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
|
|
1046
|
+
*/
|
|
1047
|
+
summarizeAddmDbRecommendations(summarizeAddmDbRecommendationsRequest: requests.SummarizeAddmDbRecommendationsRequest): Promise<responses.SummarizeAddmDbRecommendationsResponse>;
|
|
1048
|
+
/**
|
|
1049
|
+
* Summarizes Schema objects for the specified databases for the specified objectIdentifiers
|
|
1050
|
+
*
|
|
1051
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1052
|
+
* @param SummarizeAddmDbSchemaObjectsRequest
|
|
1053
|
+
* @return SummarizeAddmDbSchemaObjectsResponse
|
|
1054
|
+
* @throws OciError when an error occurs
|
|
1055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
|
|
1056
|
+
*/
|
|
1057
|
+
summarizeAddmDbSchemaObjects(summarizeAddmDbSchemaObjectsRequest: requests.SummarizeAddmDbSchemaObjectsRequest): Promise<responses.SummarizeAddmDbSchemaObjectsResponse>;
|
|
1058
|
+
/**
|
|
1059
|
+
* Summarizes SQL Statements for the specified databases for the specified sqlIdentifiers
|
|
1060
|
+
*
|
|
1061
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1062
|
+
* @param SummarizeAddmDbSqlStatementsRequest
|
|
1063
|
+
* @return SummarizeAddmDbSqlStatementsResponse
|
|
1064
|
+
* @throws OciError when an error occurs
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
|
|
1066
|
+
*/
|
|
1067
|
+
summarizeAddmDbSqlStatements(summarizeAddmDbSqlStatementsRequest: requests.SummarizeAddmDbSqlStatementsRequest): Promise<responses.SummarizeAddmDbSqlStatementsResponse>;
|
|
922
1068
|
/**
|
|
923
1069
|
* Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
|
|
924
1070
|
* Based on the time range provided as part of query param, the metrics points will be returned in the response as below.
|
|
@@ -930,7 +1076,7 @@ export declare class OperationsInsightsClient {
|
|
|
930
1076
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
931
1077
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
932
1078
|
* @throws OciError when an error occurs
|
|
933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
934
1080
|
*/
|
|
935
1081
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
|
|
936
1082
|
/**
|
|
@@ -940,7 +1086,7 @@ export declare class OperationsInsightsClient {
|
|
|
940
1086
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
941
1087
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
942
1088
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
944
1090
|
*/
|
|
945
1091
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
|
|
946
1092
|
/**
|
|
@@ -954,7 +1100,7 @@ export declare class OperationsInsightsClient {
|
|
|
954
1100
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
955
1101
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
956
1102
|
* @throws OciError when an error occurs
|
|
957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
958
1104
|
*/
|
|
959
1105
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
|
|
960
1106
|
/**
|
|
@@ -974,7 +1120,7 @@ export declare class OperationsInsightsClient {
|
|
|
974
1120
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
975
1121
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
976
1122
|
* @throws OciError when an error occurs
|
|
977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
978
1124
|
*/
|
|
979
1125
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
|
|
980
1126
|
/**
|
|
@@ -984,7 +1130,7 @@ export declare class OperationsInsightsClient {
|
|
|
984
1130
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
985
1131
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
986
1132
|
* @throws OciError when an error occurs
|
|
987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
988
1134
|
*/
|
|
989
1135
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
|
|
990
1136
|
/**
|
|
@@ -994,7 +1140,7 @@ export declare class OperationsInsightsClient {
|
|
|
994
1140
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
995
1141
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
996
1142
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
998
1144
|
*/
|
|
999
1145
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
|
|
1000
1146
|
/**
|
|
@@ -1004,7 +1150,7 @@ export declare class OperationsInsightsClient {
|
|
|
1004
1150
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
1005
1151
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
1006
1152
|
* @throws OciError when an error occurs
|
|
1007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
1008
1154
|
*/
|
|
1009
1155
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
|
|
1010
1156
|
/**
|
|
@@ -1014,7 +1160,7 @@ export declare class OperationsInsightsClient {
|
|
|
1014
1160
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
1015
1161
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
1016
1162
|
* @throws OciError when an error occurs
|
|
1017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
1018
1164
|
*/
|
|
1019
1165
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
|
|
1020
1166
|
/**
|
|
@@ -1024,7 +1170,7 @@ export declare class OperationsInsightsClient {
|
|
|
1024
1170
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
1025
1171
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
1026
1172
|
* @throws OciError when an error occurs
|
|
1027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
1028
1174
|
*/
|
|
1029
1175
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
|
|
1030
1176
|
/**
|
|
@@ -1034,7 +1180,7 @@ export declare class OperationsInsightsClient {
|
|
|
1034
1180
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
1035
1181
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
1036
1182
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
1038
1184
|
*/
|
|
1039
1185
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
|
|
1040
1186
|
/**
|
|
@@ -1045,7 +1191,7 @@ export declare class OperationsInsightsClient {
|
|
|
1045
1191
|
* @param SummarizeConfigurationItemsRequest
|
|
1046
1192
|
* @return SummarizeConfigurationItemsResponse
|
|
1047
1193
|
* @throws OciError when an error occurs
|
|
1048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
|
|
1049
1195
|
*/
|
|
1050
1196
|
summarizeConfigurationItems(summarizeConfigurationItemsRequest: requests.SummarizeConfigurationItemsRequest): Promise<responses.SummarizeConfigurationItemsResponse>;
|
|
1051
1197
|
/**
|
|
@@ -1057,7 +1203,7 @@ export declare class OperationsInsightsClient {
|
|
|
1057
1203
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
1058
1204
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
1059
1205
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
1061
1207
|
*/
|
|
1062
1208
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
|
|
1063
1209
|
/**
|
|
@@ -1068,7 +1214,7 @@ export declare class OperationsInsightsClient {
|
|
|
1068
1214
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
1069
1215
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
1070
1216
|
* @throws OciError when an error occurs
|
|
1071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
1072
1218
|
*/
|
|
1073
1219
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
|
|
1074
1220
|
/**
|
|
@@ -1079,7 +1225,7 @@ export declare class OperationsInsightsClient {
|
|
|
1079
1225
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
1080
1226
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
1081
1227
|
* @throws OciError when an error occurs
|
|
1082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
1083
1229
|
*/
|
|
1084
1230
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
|
|
1085
1231
|
/**
|
|
@@ -1092,7 +1238,7 @@ export declare class OperationsInsightsClient {
|
|
|
1092
1238
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
1093
1239
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
1094
1240
|
* @throws OciError when an error occurs
|
|
1095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
1096
1242
|
*/
|
|
1097
1243
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
|
|
1098
1244
|
/**
|
|
@@ -1104,7 +1250,7 @@ export declare class OperationsInsightsClient {
|
|
|
1104
1250
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
1105
1251
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
1106
1252
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
1108
1254
|
*/
|
|
1109
1255
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
|
|
1110
1256
|
/**
|
|
@@ -1115,7 +1261,7 @@ export declare class OperationsInsightsClient {
|
|
|
1115
1261
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
1116
1262
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
1117
1263
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
1119
1265
|
*/
|
|
1120
1266
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
|
|
1121
1267
|
/**
|
|
@@ -1127,7 +1273,7 @@ export declare class OperationsInsightsClient {
|
|
|
1127
1273
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
1128
1274
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
1129
1275
|
* @throws OciError when an error occurs
|
|
1130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
1131
1277
|
*/
|
|
1132
1278
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
|
|
1133
1279
|
/**
|
|
@@ -1144,7 +1290,7 @@ export declare class OperationsInsightsClient {
|
|
|
1144
1290
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
1145
1291
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
1146
1292
|
* @throws OciError when an error occurs
|
|
1147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
1148
1294
|
*/
|
|
1149
1295
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
|
|
1150
1296
|
/**
|
|
@@ -1158,7 +1304,7 @@ export declare class OperationsInsightsClient {
|
|
|
1158
1304
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
1159
1305
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
1160
1306
|
* @throws OciError when an error occurs
|
|
1161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
1162
1308
|
*/
|
|
1163
1309
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
|
|
1164
1310
|
/**
|
|
@@ -1175,7 +1321,7 @@ export declare class OperationsInsightsClient {
|
|
|
1175
1321
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
1176
1322
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
1177
1323
|
* @throws OciError when an error occurs
|
|
1178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
1179
1325
|
*/
|
|
1180
1326
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
|
|
1181
1327
|
/**
|
|
@@ -1188,7 +1334,7 @@ export declare class OperationsInsightsClient {
|
|
|
1188
1334
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
1189
1335
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
1190
1336
|
* @throws OciError when an error occurs
|
|
1191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
1192
1338
|
*/
|
|
1193
1339
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
|
|
1194
1340
|
/**
|
|
@@ -1202,7 +1348,7 @@ export declare class OperationsInsightsClient {
|
|
|
1202
1348
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
1203
1349
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
1204
1350
|
* @throws OciError when an error occurs
|
|
1205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
1206
1352
|
*/
|
|
1207
1353
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
|
|
1208
1354
|
/**
|
|
@@ -1217,7 +1363,7 @@ export declare class OperationsInsightsClient {
|
|
|
1217
1363
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
1218
1364
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
1219
1365
|
* @throws OciError when an error occurs
|
|
1220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
1221
1367
|
*/
|
|
1222
1368
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
|
|
1223
1369
|
/**
|
|
@@ -1232,7 +1378,7 @@ export declare class OperationsInsightsClient {
|
|
|
1232
1378
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
1233
1379
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
1234
1380
|
* @throws OciError when an error occurs
|
|
1235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
1236
1382
|
*/
|
|
1237
1383
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
|
|
1238
1384
|
/**
|
|
@@ -1241,7 +1387,7 @@ export declare class OperationsInsightsClient {
|
|
|
1241
1387
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
1242
1388
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
1243
1389
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
1245
1391
|
*/
|
|
1246
1392
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
|
|
1247
1393
|
/**
|
|
@@ -1250,7 +1396,7 @@ export declare class OperationsInsightsClient {
|
|
|
1250
1396
|
* @param SummarizeExadataMembersRequest
|
|
1251
1397
|
* @return SummarizeExadataMembersResponse
|
|
1252
1398
|
* @throws OciError when an error occurs
|
|
1253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
1254
1400
|
*/
|
|
1255
1401
|
summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
|
|
1256
1402
|
/**
|
|
@@ -1260,7 +1406,7 @@ export declare class OperationsInsightsClient {
|
|
|
1260
1406
|
* @param SummarizeHostInsightNetworkUsageTrendRequest
|
|
1261
1407
|
* @return SummarizeHostInsightNetworkUsageTrendResponse
|
|
1262
1408
|
* @throws OciError when an error occurs
|
|
1263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
|
|
1264
1410
|
*/
|
|
1265
1411
|
summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest: requests.SummarizeHostInsightNetworkUsageTrendRequest): Promise<responses.SummarizeHostInsightNetworkUsageTrendResponse>;
|
|
1266
1412
|
/**
|
|
@@ -1272,7 +1418,7 @@ export declare class OperationsInsightsClient {
|
|
|
1272
1418
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
1273
1419
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
1274
1420
|
* @throws OciError when an error occurs
|
|
1275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
1276
1422
|
*/
|
|
1277
1423
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
|
|
1278
1424
|
/**
|
|
@@ -1283,7 +1429,7 @@ export declare class OperationsInsightsClient {
|
|
|
1283
1429
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
1284
1430
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
1285
1431
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
1287
1433
|
*/
|
|
1288
1434
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
|
|
1289
1435
|
/**
|
|
@@ -1294,7 +1440,7 @@ export declare class OperationsInsightsClient {
|
|
|
1294
1440
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
1295
1441
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
1296
1442
|
* @throws OciError when an error occurs
|
|
1297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
1298
1444
|
*/
|
|
1299
1445
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
|
|
1300
1446
|
/**
|
|
@@ -1307,7 +1453,7 @@ export declare class OperationsInsightsClient {
|
|
|
1307
1453
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
1308
1454
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
1309
1455
|
* @throws OciError when an error occurs
|
|
1310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
1311
1457
|
*/
|
|
1312
1458
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
|
|
1313
1459
|
/**
|
|
@@ -1319,7 +1465,7 @@ export declare class OperationsInsightsClient {
|
|
|
1319
1465
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
1320
1466
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
1321
1467
|
* @throws OciError when an error occurs
|
|
1322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
1323
1469
|
*/
|
|
1324
1470
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
|
|
1325
1471
|
/**
|
|
@@ -1330,7 +1476,7 @@ export declare class OperationsInsightsClient {
|
|
|
1330
1476
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
1331
1477
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
1332
1478
|
* @throws OciError when an error occurs
|
|
1333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
1334
1480
|
*/
|
|
1335
1481
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
|
|
1336
1482
|
/**
|
|
@@ -1340,7 +1486,7 @@ export declare class OperationsInsightsClient {
|
|
|
1340
1486
|
* @param SummarizeHostInsightStorageUsageTrendRequest
|
|
1341
1487
|
* @return SummarizeHostInsightStorageUsageTrendResponse
|
|
1342
1488
|
* @throws OciError when an error occurs
|
|
1343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
|
|
1344
1490
|
*/
|
|
1345
1491
|
summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest: requests.SummarizeHostInsightStorageUsageTrendRequest): Promise<responses.SummarizeHostInsightStorageUsageTrendResponse>;
|
|
1346
1492
|
/**
|
|
@@ -1352,7 +1498,7 @@ export declare class OperationsInsightsClient {
|
|
|
1352
1498
|
* @param SummarizeHostInsightTopProcessesUsageRequest
|
|
1353
1499
|
* @return SummarizeHostInsightTopProcessesUsageResponse
|
|
1354
1500
|
* @throws OciError when an error occurs
|
|
1355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
|
|
1356
1502
|
*/
|
|
1357
1503
|
summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest: requests.SummarizeHostInsightTopProcessesUsageRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageResponse>;
|
|
1358
1504
|
/**
|
|
@@ -1364,7 +1510,7 @@ export declare class OperationsInsightsClient {
|
|
|
1364
1510
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
1365
1511
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
1366
1512
|
* @throws OciError when an error occurs
|
|
1367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
1368
1514
|
*/
|
|
1369
1515
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
|
|
1370
1516
|
/**
|
|
@@ -1375,7 +1521,7 @@ export declare class OperationsInsightsClient {
|
|
|
1375
1521
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
1376
1522
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
1377
1523
|
* @throws OciError when an error occurs
|
|
1378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
1379
1525
|
*/
|
|
1380
1526
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
|
|
1381
1527
|
/**
|
|
@@ -1386,7 +1532,7 @@ export declare class OperationsInsightsClient {
|
|
|
1386
1532
|
* @param SummarizeSqlInsightsRequest
|
|
1387
1533
|
* @return SummarizeSqlInsightsResponse
|
|
1388
1534
|
* @throws OciError when an error occurs
|
|
1389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
1390
1536
|
*/
|
|
1391
1537
|
summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
|
|
1392
1538
|
/**
|
|
@@ -1397,7 +1543,7 @@ export declare class OperationsInsightsClient {
|
|
|
1397
1543
|
* @param SummarizeSqlPlanInsightsRequest
|
|
1398
1544
|
* @return SummarizeSqlPlanInsightsResponse
|
|
1399
1545
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
1401
1547
|
*/
|
|
1402
1548
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
|
|
1403
1549
|
/**
|
|
@@ -1408,7 +1554,7 @@ export declare class OperationsInsightsClient {
|
|
|
1408
1554
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
1409
1555
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
1410
1556
|
* @throws OciError when an error occurs
|
|
1411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
1412
1558
|
*/
|
|
1413
1559
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
|
|
1414
1560
|
/**
|
|
@@ -1419,7 +1565,7 @@ export declare class OperationsInsightsClient {
|
|
|
1419
1565
|
* @param SummarizeSqlStatisticsRequest
|
|
1420
1566
|
* @return SummarizeSqlStatisticsResponse
|
|
1421
1567
|
* @throws OciError when an error occurs
|
|
1422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
1423
1569
|
*/
|
|
1424
1570
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
|
|
1425
1571
|
/**
|
|
@@ -1430,7 +1576,7 @@ export declare class OperationsInsightsClient {
|
|
|
1430
1576
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
1431
1577
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
1432
1578
|
* @throws OciError when an error occurs
|
|
1433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
1434
1580
|
*/
|
|
1435
1581
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
|
|
1436
1582
|
/**
|
|
@@ -1441,7 +1587,7 @@ export declare class OperationsInsightsClient {
|
|
|
1441
1587
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
1442
1588
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
1443
1589
|
* @throws OciError when an error occurs
|
|
1444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
1445
1591
|
*/
|
|
1446
1592
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
|
|
1447
1593
|
/**
|
|
@@ -1450,7 +1596,7 @@ export declare class OperationsInsightsClient {
|
|
|
1450
1596
|
* @param UpdateAwrHubRequest
|
|
1451
1597
|
* @return UpdateAwrHubResponse
|
|
1452
1598
|
* @throws OciError when an error occurs
|
|
1453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
1454
1600
|
*/
|
|
1455
1601
|
updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
|
|
1456
1602
|
/**
|
|
@@ -1459,7 +1605,7 @@ export declare class OperationsInsightsClient {
|
|
|
1459
1605
|
* @param UpdateDatabaseInsightRequest
|
|
1460
1606
|
* @return UpdateDatabaseInsightResponse
|
|
1461
1607
|
* @throws OciError when an error occurs
|
|
1462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
1463
1609
|
*/
|
|
1464
1610
|
updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
|
|
1465
1611
|
/**
|
|
@@ -1468,7 +1614,7 @@ export declare class OperationsInsightsClient {
|
|
|
1468
1614
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
1469
1615
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
1470
1616
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
1472
1618
|
*/
|
|
1473
1619
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
|
|
1474
1620
|
/**
|
|
@@ -1477,7 +1623,7 @@ export declare class OperationsInsightsClient {
|
|
|
1477
1623
|
* @param UpdateExadataInsightRequest
|
|
1478
1624
|
* @return UpdateExadataInsightResponse
|
|
1479
1625
|
* @throws OciError when an error occurs
|
|
1480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
1481
1627
|
*/
|
|
1482
1628
|
updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
|
|
1483
1629
|
/**
|
|
@@ -1486,7 +1632,7 @@ export declare class OperationsInsightsClient {
|
|
|
1486
1632
|
* @param UpdateHostInsightRequest
|
|
1487
1633
|
* @return UpdateHostInsightResponse
|
|
1488
1634
|
* @throws OciError when an error occurs
|
|
1489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
1490
1636
|
*/
|
|
1491
1637
|
updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
|
|
1492
1638
|
/**
|
|
@@ -1495,7 +1641,7 @@ export declare class OperationsInsightsClient {
|
|
|
1495
1641
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
1496
1642
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
1497
1643
|
* @throws OciError when an error occurs
|
|
1498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
1499
1645
|
*/
|
|
1500
1646
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
|
|
1501
1647
|
/**
|
|
@@ -1506,7 +1652,7 @@ export declare class OperationsInsightsClient {
|
|
|
1506
1652
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
1507
1653
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
1508
1654
|
* @throws OciError when an error occurs
|
|
1509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
1510
1656
|
*/
|
|
1511
1657
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
|
|
1512
1658
|
/**
|
|
@@ -1515,7 +1661,7 @@ export declare class OperationsInsightsClient {
|
|
|
1515
1661
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
1516
1662
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
1517
1663
|
* @throws OciError when an error occurs
|
|
1518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
1519
1665
|
*/
|
|
1520
1666
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
|
|
1521
1667
|
/**
|
|
@@ -1524,7 +1670,7 @@ export declare class OperationsInsightsClient {
|
|
|
1524
1670
|
* @param UpdateOpsiConfigurationRequest
|
|
1525
1671
|
* @return UpdateOpsiConfigurationResponse
|
|
1526
1672
|
* @throws OciError when an error occurs
|
|
1527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
|
|
1528
1674
|
*/
|
|
1529
1675
|
updateOpsiConfiguration(updateOpsiConfigurationRequest: requests.UpdateOpsiConfigurationRequest): Promise<responses.UpdateOpsiConfigurationResponse>;
|
|
1530
1676
|
}
|