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