oci-opsi 2.9.1 → 2.10.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 +303 -78
- package/lib/client.js +1766 -314
- package/lib/client.js.map +1 -1
- package/lib/model/awr-hub-lifecycle-state.d.ts +35 -0
- package/lib/model/awr-hub-lifecycle-state.js +46 -0
- package/lib/model/awr-hub-lifecycle-state.js.map +1 -0
- package/lib/model/awr-hub-summary-collection.d.ts +29 -0
- package/lib/model/awr-hub-summary-collection.js +64 -0
- package/lib/model/awr-hub-summary-collection.js.map +1 -0
- package/lib/model/awr-hub-summary.d.ts +93 -0
- package/lib/model/awr-hub-summary.js +32 -0
- package/lib/model/awr-hub-summary.js.map +1 -0
- package/lib/model/awr-hub.d.ts +93 -0
- package/lib/model/awr-hub.js +32 -0
- package/lib/model/awr-hub.js.map +1 -0
- package/lib/model/awr-hubs.d.ts +28 -0
- package/lib/model/awr-hubs.js +32 -0
- package/lib/model/awr-hubs.js.map +1 -0
- package/lib/model/awr-report-format-type.d.ts +31 -0
- package/lib/model/awr-report-format-type.js +42 -0
- package/lib/model/awr-report-format-type.js.map +1 -0
- package/lib/model/awr-report.d.ts +33 -0
- package/lib/model/awr-report.js +32 -0
- package/lib/model/awr-report.js.map +1 -0
- package/lib/model/awr-snapshot-collection.d.ts +29 -0
- package/lib/model/awr-snapshot-collection.js +64 -0
- package/lib/model/awr-snapshot-collection.js.map +1 -0
- package/lib/model/awr-snapshot-summary.d.ts +52 -0
- package/lib/model/awr-snapshot-summary.js +32 -0
- package/lib/model/awr-snapshot-summary.js.map +1 -0
- package/lib/model/awr-source-summary.d.ts +60 -0
- package/lib/model/awr-source-summary.js +32 -0
- package/lib/model/awr-source-summary.js.map +1 -0
- package/lib/model/create-awr-hub-details.d.ts +58 -0
- package/lib/model/create-awr-hub-details.js +32 -0
- package/lib/model/create-awr-hub-details.js.map +1 -0
- package/lib/model/create-operations-insights-warehouse-details.d.ts +60 -0
- package/lib/model/create-operations-insights-warehouse-details.js +32 -0
- package/lib/model/create-operations-insights-warehouse-details.js.map +1 -0
- package/lib/model/create-operations-insights-warehouse-user-details.d.ts +70 -0
- package/lib/model/create-operations-insights-warehouse-user-details.js +32 -0
- package/lib/model/create-operations-insights-warehouse-user-details.js.map +1 -0
- package/lib/model/download-operations-insights-warehouse-wallet-details.d.ts +28 -0
- package/lib/model/download-operations-insights-warehouse-wallet-details.js +32 -0
- package/lib/model/download-operations-insights-warehouse-wallet-details.js.map +1 -0
- package/lib/model/em-managed-external-host-insight-summary.d.ts +1 -0
- package/lib/model/em-managed-external-host-insight-summary.js.map +1 -1
- package/lib/model/em-managed-external-host-insight.d.ts +1 -0
- package/lib/model/em-managed-external-host-insight.js.map +1 -1
- package/lib/model/host-configuration-summary.d.ts +1 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- package/lib/model/host-details.d.ts +1 -0
- package/lib/model/host-details.js.map +1 -1
- package/lib/model/host-importable-agent-entity-summary.d.ts +1 -0
- package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +70 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-sql-stats-details.d.ts +30 -0
- package/lib/model/ingest-sql-stats-details.js +64 -0
- package/lib/model/ingest-sql-stats-details.js.map +1 -0
- package/lib/model/ingest-sql-stats-response-details.d.ts +30 -0
- package/lib/model/ingest-sql-stats-response-details.js +32 -0
- package/lib/model/ingest-sql-stats-response-details.js.map +1 -0
- package/lib/model/macs-managed-external-host-insight-summary.d.ts +1 -0
- package/lib/model/macs-managed-external-host-insight-summary.js.map +1 -1
- package/lib/model/macs-managed-external-host-insight.d.ts +1 -0
- package/lib/model/macs-managed-external-host-insight.js.map +1 -1
- package/lib/model/operation-type.d.ts +13 -0
- package/lib/model/operation-type.js +13 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/operations-insights-warehouse-lifecycle-state.d.ts +35 -0
- package/lib/model/operations-insights-warehouse-lifecycle-state.js +46 -0
- package/lib/model/operations-insights-warehouse-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-warehouse-summary-collection.d.ts +29 -0
- package/lib/model/operations-insights-warehouse-summary-collection.js +64 -0
- package/lib/model/operations-insights-warehouse-summary-collection.js.map +1 -0
- package/lib/model/operations-insights-warehouse-summary.d.ts +113 -0
- package/lib/model/operations-insights-warehouse-summary.js +32 -0
- package/lib/model/operations-insights-warehouse-summary.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user-lifecycle-state.d.ts +35 -0
- package/lib/model/operations-insights-warehouse-user-lifecycle-state.js +46 -0
- package/lib/model/operations-insights-warehouse-user-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user-summary-collection.d.ts +29 -0
- package/lib/model/operations-insights-warehouse-user-summary-collection.js +64 -0
- package/lib/model/operations-insights-warehouse-user-summary-collection.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user-summary.d.ts +101 -0
- package/lib/model/operations-insights-warehouse-user-summary.js +32 -0
- package/lib/model/operations-insights-warehouse-user-summary.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user.d.ts +101 -0
- package/lib/model/operations-insights-warehouse-user.js +32 -0
- package/lib/model/operations-insights-warehouse-user.js.map +1 -0
- package/lib/model/operations-insights-warehouse-users.d.ts +28 -0
- package/lib/model/operations-insights-warehouse-users.js +32 -0
- package/lib/model/operations-insights-warehouse-users.js.map +1 -0
- package/lib/model/operations-insights-warehouse.d.ts +113 -0
- package/lib/model/operations-insights-warehouse.js +32 -0
- package/lib/model/operations-insights-warehouse.js.map +1 -0
- package/lib/model/operations-insights-warehouses.d.ts +28 -0
- package/lib/model/operations-insights-warehouses.js +32 -0
- package/lib/model/operations-insights-warehouses.js.map +1 -0
- package/lib/model/sql-stats.d.ts +301 -0
- package/lib/model/sql-stats.js +32 -0
- package/lib/model/sql-stats.js.map +1 -0
- package/lib/model/summarize-awr-sources-summaries-collection.d.ts +29 -0
- package/lib/model/summarize-awr-sources-summaries-collection.js +64 -0
- package/lib/model/summarize-awr-sources-summaries-collection.js.map +1 -0
- package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.d.ts +43 -0
- package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js +32 -0
- package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js.map +1 -0
- package/lib/model/update-awr-hub-details.d.ts +46 -0
- package/lib/model/update-awr-hub-details.js +32 -0
- package/lib/model/update-awr-hub-details.js.map +1 -0
- package/lib/model/update-operations-insights-warehouse-details.d.ts +56 -0
- package/lib/model/update-operations-insights-warehouse-details.js +32 -0
- package/lib/model/update-operations-insights-warehouse-details.js.map +1 -0
- package/lib/model/update-operations-insights-warehouse-user-details.d.ts +58 -0
- package/lib/model/update-operations-insights-warehouse-user-details.js +32 -0
- package/lib/model/update-operations-insights-warehouse-user-details.js.map +1 -0
- package/lib/operationsinsights-waiter.d.ts +24 -0
- package/lib/operationsinsights-waiter.js +36 -0
- package/lib/operationsinsights-waiter.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +39 -0
- package/lib/request/create-awr-hub-request.js +15 -0
- package/lib/request/create-awr-hub-request.js.map +1 -0
- 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-warehouse-request.d.ts +39 -0
- package/lib/request/create-operations-insights-warehouse-request.js +15 -0
- package/lib/request/create-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +39 -0
- package/lib/request/create-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/create-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/request/delete-awr-hub-request.d.ts +35 -0
- package/lib/request/delete-awr-hub-request.js +15 -0
- package/lib/request/delete-awr-hub-request.js.map +1 -0
- 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-warehouse-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-warehouse-request.js +15 -0
- package/lib/request/delete-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/delete-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +43 -0
- package/lib/request/download-operations-insights-warehouse-wallet-request.js +15 -0
- package/lib/request/download-operations-insights-warehouse-wallet-request.js.map +1 -0
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +28 -0
- package/lib/request/get-awr-hub-request.js +15 -0
- package/lib/request/get-awr-hub-request.js.map +1 -0
- package/lib/request/get-awr-report-request.d.ts +61 -0
- package/lib/request/get-awr-report-request.js +15 -0
- package/lib/request/get-awr-report-request.js.map +1 -0
- 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-warehouse-request.d.ts +28 -0
- package/lib/request/get-operations-insights-warehouse-request.js +15 -0
- package/lib/request/get-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +28 -0
- package/lib/request/get-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/get-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +44 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +56 -0
- package/lib/request/ingest-sql-stats-request.js +15 -0
- package/lib/request/ingest-sql-stats-request.js.map +1 -0
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +77 -0
- package/lib/request/list-awr-hubs-request.js +24 -0
- package/lib/request/list-awr-hubs-request.js.map +1 -0
- package/lib/request/list-awr-snapshots-request.d.ts +74 -0
- package/lib/request/list-awr-snapshots-request.js +24 -0
- package/lib/request/list-awr-snapshots-request.js.map +1 -0
- 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-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +77 -0
- package/lib/request/list-operations-insights-warehouse-users-request.js +24 -0
- package/lib/request/list-operations-insights-warehouse-users-request.js.map +1 -0
- package/lib/request/list-operations-insights-warehouses-request.d.ts +73 -0
- package/lib/request/list-operations-insights-warehouses-request.js +24 -0
- package/lib/request/list-operations-insights-warehouses-request.js.map +1 -0
- 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/rotate-operations-insights-warehouse-wallet-request.d.ts +35 -0
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.js +15 -0
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.js.map +1 -0
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +70 -0
- package/lib/request/summarize-awr-sources-summaries-request.js +24 -0
- package/lib/request/summarize-awr-sources-summaries-request.js.map +1 -0
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +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-operations-insights-warehouse-resource-usage-request.d.ts +28 -0
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js +15 -0
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js.map +1 -0
- 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 +40 -0
- package/lib/request/update-awr-hub-request.js +15 -0
- package/lib/request/update-awr-hub-request.js.map +1 -0
- 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-warehouse-request.d.ts +40 -0
- package/lib/request/update-operations-insights-warehouse-request.js +15 -0
- package/lib/request/update-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +40 -0
- package/lib/request/update-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/update-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/response/create-awr-hub-response.d.ts +43 -0
- package/lib/response/create-awr-hub-response.js +15 -0
- package/lib/response/create-awr-hub-response.js.map +1 -0
- package/lib/response/create-operations-insights-warehouse-response.d.ts +43 -0
- package/lib/response/create-operations-insights-warehouse-response.js +15 -0
- package/lib/response/create-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/create-operations-insights-warehouse-user-response.d.ts +43 -0
- package/lib/response/create-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/create-operations-insights-warehouse-user-response.js.map +1 -0
- package/lib/response/delete-awr-hub-response.d.ts +25 -0
- package/lib/response/delete-awr-hub-response.js +15 -0
- package/lib/response/delete-awr-hub-response.js.map +1 -0
- package/lib/response/delete-operations-insights-warehouse-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-warehouse-response.js +15 -0
- package/lib/response/delete-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/delete-operations-insights-warehouse-user-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/delete-operations-insights-warehouse-user-response.js.map +1 -0
- package/lib/response/download-operations-insights-warehouse-wallet-response.d.ts +38 -0
- package/lib/response/download-operations-insights-warehouse-wallet-response.js +15 -0
- package/lib/response/download-operations-insights-warehouse-wallet-response.js.map +1 -0
- package/lib/response/get-awr-hub-response.d.ts +30 -0
- package/lib/response/get-awr-hub-response.js +15 -0
- package/lib/response/get-awr-hub-response.js.map +1 -0
- package/lib/response/get-awr-report-response.d.ts +25 -0
- package/lib/response/get-awr-report-response.js +15 -0
- package/lib/response/get-awr-report-response.js.map +1 -0
- package/lib/response/get-operations-insights-warehouse-response.d.ts +30 -0
- package/lib/response/get-operations-insights-warehouse-response.js +15 -0
- package/lib/response/get-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/get-operations-insights-warehouse-user-response.d.ts +30 -0
- package/lib/response/get-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/get-operations-insights-warehouse-user-response.js.map +1 -0
- package/lib/response/index.d.ts +44 -0
- package/lib/response/ingest-sql-stats-response.d.ts +30 -0
- package/lib/response/ingest-sql-stats-response.js +15 -0
- package/lib/response/ingest-sql-stats-response.js.map +1 -0
- package/lib/response/list-awr-hubs-response.d.ts +32 -0
- package/lib/response/list-awr-hubs-response.js +15 -0
- package/lib/response/list-awr-hubs-response.js.map +1 -0
- package/lib/response/list-awr-snapshots-response.d.ts +32 -0
- package/lib/response/list-awr-snapshots-response.js +15 -0
- package/lib/response/list-awr-snapshots-response.js.map +1 -0
- package/lib/response/list-operations-insights-warehouse-users-response.d.ts +32 -0
- package/lib/response/list-operations-insights-warehouse-users-response.js +15 -0
- package/lib/response/list-operations-insights-warehouse-users-response.js.map +1 -0
- package/lib/response/list-operations-insights-warehouses-response.d.ts +32 -0
- package/lib/response/list-operations-insights-warehouses-response.js +15 -0
- package/lib/response/list-operations-insights-warehouses-response.js.map +1 -0
- package/lib/response/rotate-operations-insights-warehouse-wallet-response.d.ts +25 -0
- package/lib/response/rotate-operations-insights-warehouse-wallet-response.js +15 -0
- package/lib/response/rotate-operations-insights-warehouse-wallet-response.js.map +1 -0
- package/lib/response/summarize-awr-sources-summaries-response.d.ts +32 -0
- package/lib/response/summarize-awr-sources-summaries-response.js +15 -0
- package/lib/response/summarize-awr-sources-summaries-response.js.map +1 -0
- package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.d.ts +30 -0
- package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js +15 -0
- package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js.map +1 -0
- package/lib/response/update-awr-hub-response.d.ts +25 -0
- package/lib/response/update-awr-hub-response.js +15 -0
- package/lib/response/update-awr-hub-response.js.map +1 -0
- package/lib/response/update-operations-insights-warehouse-response.d.ts +25 -0
- package/lib/response/update-operations-insights-warehouse-response.js +15 -0
- package/lib/response/update-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/update-operations-insights-warehouse-user-response.d.ts +25 -0
- package/lib/response/update-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/update-operations-insights-warehouse-user-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class OperationsInsightsClient {
|
|
|
75
75
|
* @param AddExadataInsightMembersRequest
|
|
76
76
|
* @return AddExadataInsightMembersResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
79
79
|
*/
|
|
80
80
|
addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
|
|
81
81
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class OperationsInsightsClient {
|
|
|
84
84
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
85
85
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
88
88
|
*/
|
|
89
89
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
|
|
90
90
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class OperationsInsightsClient {
|
|
|
93
93
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
94
94
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
97
97
|
*/
|
|
98
98
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
|
|
99
99
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class OperationsInsightsClient {
|
|
|
102
102
|
* @param ChangeExadataInsightCompartmentRequest
|
|
103
103
|
* @return ChangeExadataInsightCompartmentResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
106
106
|
*/
|
|
107
107
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
|
|
108
108
|
/**
|
|
@@ -111,9 +111,20 @@ export declare class OperationsInsightsClient {
|
|
|
111
111
|
* @param ChangeHostInsightCompartmentRequest
|
|
112
112
|
* @return ChangeHostInsightCompartmentResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
115
115
|
*/
|
|
116
116
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
|
|
117
|
+
/**
|
|
118
|
+
* Create a AWR hub resource for the tenant in Operations Insights.
|
|
119
|
+
* This resource will be created in root compartment.
|
|
120
|
+
*
|
|
121
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
122
|
+
* @param CreateAwrHubRequest
|
|
123
|
+
* @return CreateAwrHubResponse
|
|
124
|
+
* @throws OciError when an error occurs
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
126
|
+
*/
|
|
127
|
+
createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
|
|
117
128
|
/**
|
|
118
129
|
* Create a Database Insight resource for a database in Operations Insights. The database will be enabled in Operations Insights. Database metric collection and analysis will be started.
|
|
119
130
|
*
|
|
@@ -121,7 +132,7 @@ export declare class OperationsInsightsClient {
|
|
|
121
132
|
* @param CreateDatabaseInsightRequest
|
|
122
133
|
* @return CreateDatabaseInsightResponse
|
|
123
134
|
* @throws OciError when an error occurs
|
|
124
|
-
* @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.10.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
125
136
|
*/
|
|
126
137
|
createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
|
|
127
138
|
/**
|
|
@@ -131,7 +142,7 @@ export declare class OperationsInsightsClient {
|
|
|
131
142
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
132
143
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
133
144
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
135
146
|
*/
|
|
136
147
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
|
|
137
148
|
/**
|
|
@@ -141,7 +152,7 @@ export declare class OperationsInsightsClient {
|
|
|
141
152
|
* @param CreateExadataInsightRequest
|
|
142
153
|
* @return CreateExadataInsightResponse
|
|
143
154
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
145
156
|
*/
|
|
146
157
|
createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
|
|
147
158
|
/**
|
|
@@ -151,16 +162,47 @@ export declare class OperationsInsightsClient {
|
|
|
151
162
|
* @param CreateHostInsightRequest
|
|
152
163
|
* @return CreateHostInsightResponse
|
|
153
164
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
155
166
|
*/
|
|
156
167
|
createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* Create a Operations Insights Warehouse resource for the tenant in Operations Insights. New ADW will be provisioned for this tenant.
|
|
170
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
171
|
+
*
|
|
172
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
173
|
+
* @param CreateOperationsInsightsWarehouseRequest
|
|
174
|
+
* @return CreateOperationsInsightsWarehouseResponse
|
|
175
|
+
* @throws OciError when an error occurs
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
177
|
+
*/
|
|
178
|
+
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
|
|
179
|
+
/**
|
|
180
|
+
* Create a Operations Insights Warehouse user resource for the tenant in Operations Insights.
|
|
181
|
+
* This resource will be created in root compartment.
|
|
182
|
+
*
|
|
183
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
184
|
+
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
185
|
+
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
186
|
+
* @throws OciError when an error occurs
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
188
|
+
*/
|
|
189
|
+
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* Deletes an AWR hub.
|
|
192
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
193
|
+
* @param DeleteAwrHubRequest
|
|
194
|
+
* @return DeleteAwrHubResponse
|
|
195
|
+
* @throws OciError when an error occurs
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
197
|
+
*/
|
|
198
|
+
deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
|
|
157
199
|
/**
|
|
158
200
|
* Deletes a database insight. The database insight will be deleted and cannot be enabled again.
|
|
159
201
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
160
202
|
* @param DeleteDatabaseInsightRequest
|
|
161
203
|
* @return DeleteDatabaseInsightResponse
|
|
162
204
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
164
206
|
*/
|
|
165
207
|
deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
|
|
166
208
|
/**
|
|
@@ -169,7 +211,7 @@ export declare class OperationsInsightsClient {
|
|
|
169
211
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
170
212
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
171
213
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
173
215
|
*/
|
|
174
216
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
|
|
175
217
|
/**
|
|
@@ -178,7 +220,7 @@ export declare class OperationsInsightsClient {
|
|
|
178
220
|
* @param DeleteExadataInsightRequest
|
|
179
221
|
* @return DeleteExadataInsightResponse
|
|
180
222
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
182
224
|
*/
|
|
183
225
|
deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
|
|
184
226
|
/**
|
|
@@ -187,16 +229,38 @@ export declare class OperationsInsightsClient {
|
|
|
187
229
|
* @param DeleteHostInsightRequest
|
|
188
230
|
* @return DeleteHostInsightResponse
|
|
189
231
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
191
233
|
*/
|
|
192
234
|
deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
|
|
235
|
+
/**
|
|
236
|
+
* Deletes an Operations Insights Warehouse. There is only expected to be 1 warehouse per tenant.
|
|
237
|
+
* The warehouse is expected to be in the root compartment.
|
|
238
|
+
* User must delete AWR Hub resource for this warehouse before calling this operation.
|
|
239
|
+
* User must delete the warehouse users before calling this operation.
|
|
240
|
+
*
|
|
241
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
242
|
+
* @param DeleteOperationsInsightsWarehouseRequest
|
|
243
|
+
* @return DeleteOperationsInsightsWarehouseResponse
|
|
244
|
+
* @throws OciError when an error occurs
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
246
|
+
*/
|
|
247
|
+
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
|
|
248
|
+
/**
|
|
249
|
+
* Deletes an Operations Insights Warehouse User.
|
|
250
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
251
|
+
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
252
|
+
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
253
|
+
* @throws OciError when an error occurs
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
255
|
+
*/
|
|
256
|
+
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
|
|
193
257
|
/**
|
|
194
258
|
* Disables a database in Operations Insights. Database metric collection and analysis will be stopped.
|
|
195
259
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
196
260
|
* @param DisableDatabaseInsightRequest
|
|
197
261
|
* @return DisableDatabaseInsightResponse
|
|
198
262
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
200
264
|
*/
|
|
201
265
|
disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
|
|
202
266
|
/**
|
|
@@ -205,7 +269,7 @@ export declare class OperationsInsightsClient {
|
|
|
205
269
|
* @param DisableExadataInsightRequest
|
|
206
270
|
* @return DisableExadataInsightResponse
|
|
207
271
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
209
273
|
*/
|
|
210
274
|
disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
|
|
211
275
|
/**
|
|
@@ -214,16 +278,25 @@ export declare class OperationsInsightsClient {
|
|
|
214
278
|
* @param DisableHostInsightRequest
|
|
215
279
|
* @return DisableHostInsightResponse
|
|
216
280
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
218
282
|
*/
|
|
219
283
|
disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
|
|
284
|
+
/**
|
|
285
|
+
* Download the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
|
|
286
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
287
|
+
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
288
|
+
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
289
|
+
* @throws OciError when an error occurs
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
291
|
+
*/
|
|
292
|
+
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
|
|
220
293
|
/**
|
|
221
294
|
* Enables a database in Operations Insights. Database metric collection and analysis will be started.
|
|
222
295
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
223
296
|
* @param EnableDatabaseInsightRequest
|
|
224
297
|
* @return EnableDatabaseInsightResponse
|
|
225
298
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
227
300
|
*/
|
|
228
301
|
enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
|
|
229
302
|
/**
|
|
@@ -232,7 +305,7 @@ export declare class OperationsInsightsClient {
|
|
|
232
305
|
* @param EnableExadataInsightRequest
|
|
233
306
|
* @return EnableExadataInsightResponse
|
|
234
307
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
236
309
|
*/
|
|
237
310
|
enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
|
|
238
311
|
/**
|
|
@@ -241,16 +314,36 @@ export declare class OperationsInsightsClient {
|
|
|
241
314
|
* @param EnableHostInsightRequest
|
|
242
315
|
* @return EnableHostInsightResponse
|
|
243
316
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
245
318
|
*/
|
|
246
319
|
enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
|
|
320
|
+
/**
|
|
321
|
+
* Gets details of an AWR hub.
|
|
322
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
323
|
+
* @param GetAwrHubRequest
|
|
324
|
+
* @return GetAwrHubResponse
|
|
325
|
+
* @throws OciError when an error occurs
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
327
|
+
*/
|
|
328
|
+
getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
|
|
329
|
+
/**
|
|
330
|
+
* Gets the AWR report for the specified source database in the AWR hub. The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not be greater than 7 days.
|
|
331
|
+
* Either beginSnapshotIdentifierGreaterThanOrEqualTo & endSnapshotIdentifierLessThanOrEqualTo params Or timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are required.
|
|
332
|
+
*
|
|
333
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
334
|
+
* @param GetAwrReportRequest
|
|
335
|
+
* @return GetAwrReportResponse
|
|
336
|
+
* @throws OciError when an error occurs
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
338
|
+
*/
|
|
339
|
+
getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
|
|
247
340
|
/**
|
|
248
341
|
* Gets details of a database insight.
|
|
249
342
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
250
343
|
* @param GetDatabaseInsightRequest
|
|
251
344
|
* @return GetDatabaseInsightResponse
|
|
252
345
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
254
347
|
*/
|
|
255
348
|
getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
|
|
256
349
|
/**
|
|
@@ -259,7 +352,7 @@ export declare class OperationsInsightsClient {
|
|
|
259
352
|
* @param GetEnterpriseManagerBridgeRequest
|
|
260
353
|
* @return GetEnterpriseManagerBridgeResponse
|
|
261
354
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
263
356
|
*/
|
|
264
357
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
|
|
265
358
|
/**
|
|
@@ -268,7 +361,7 @@ export declare class OperationsInsightsClient {
|
|
|
268
361
|
* @param GetExadataInsightRequest
|
|
269
362
|
* @return GetExadataInsightResponse
|
|
270
363
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
272
365
|
*/
|
|
273
366
|
getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
|
|
274
367
|
/**
|
|
@@ -277,16 +370,36 @@ export declare class OperationsInsightsClient {
|
|
|
277
370
|
* @param GetHostInsightRequest
|
|
278
371
|
* @return GetHostInsightResponse
|
|
279
372
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
281
374
|
*/
|
|
282
375
|
getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
|
|
376
|
+
/**
|
|
377
|
+
* Gets details of an Operations Insights Warehouse.
|
|
378
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
379
|
+
*
|
|
380
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
381
|
+
* @param GetOperationsInsightsWarehouseRequest
|
|
382
|
+
* @return GetOperationsInsightsWarehouseResponse
|
|
383
|
+
* @throws OciError when an error occurs
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
385
|
+
*/
|
|
386
|
+
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
|
|
387
|
+
/**
|
|
388
|
+
* Gets details of an Operations Insights Warehouse User.
|
|
389
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
390
|
+
* @param GetOperationsInsightsWarehouseUserRequest
|
|
391
|
+
* @return GetOperationsInsightsWarehouseUserResponse
|
|
392
|
+
* @throws OciError when an error occurs
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
394
|
+
*/
|
|
395
|
+
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
|
|
283
396
|
/**
|
|
284
397
|
* Gets the status of the work request with the given ID.
|
|
285
398
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
286
399
|
* @param GetWorkRequestRequest
|
|
287
400
|
* @return GetWorkRequestResponse
|
|
288
401
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
290
403
|
*/
|
|
291
404
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
292
405
|
/**
|
|
@@ -295,7 +408,7 @@ export declare class OperationsInsightsClient {
|
|
|
295
408
|
* @param IngestDatabaseConfigurationRequest
|
|
296
409
|
* @return IngestDatabaseConfigurationResponse
|
|
297
410
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
299
412
|
*/
|
|
300
413
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
|
|
301
414
|
/**
|
|
@@ -304,7 +417,7 @@ export declare class OperationsInsightsClient {
|
|
|
304
417
|
* @param IngestHostConfigurationRequest
|
|
305
418
|
* @return IngestHostConfigurationResponse
|
|
306
419
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
308
421
|
*/
|
|
309
422
|
ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
|
|
310
423
|
/**
|
|
@@ -313,7 +426,7 @@ export declare class OperationsInsightsClient {
|
|
|
313
426
|
* @param IngestHostMetricsRequest
|
|
314
427
|
* @return IngestHostMetricsResponse
|
|
315
428
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
317
430
|
*/
|
|
318
431
|
ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
|
|
319
432
|
/**
|
|
@@ -324,7 +437,7 @@ export declare class OperationsInsightsClient {
|
|
|
324
437
|
* @param IngestSqlBucketRequest
|
|
325
438
|
* @return IngestSqlBucketResponse
|
|
326
439
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
328
441
|
*/
|
|
329
442
|
ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
|
|
330
443
|
/**
|
|
@@ -335,9 +448,20 @@ export declare class OperationsInsightsClient {
|
|
|
335
448
|
* @param IngestSqlPlanLinesRequest
|
|
336
449
|
* @return IngestSqlPlanLinesResponse
|
|
337
450
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
339
452
|
*/
|
|
340
453
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
|
|
454
|
+
/**
|
|
455
|
+
* The SQL Stats endpoint takes in a JSON payload, persists it in Operations Insights ingest pipeline.
|
|
456
|
+
* Either databaseId or id must be specified.
|
|
457
|
+
*
|
|
458
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
459
|
+
* @param IngestSqlStatsRequest
|
|
460
|
+
* @return IngestSqlStatsResponse
|
|
461
|
+
* @throws OciError when an error occurs
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
463
|
+
*/
|
|
464
|
+
ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
|
|
341
465
|
/**
|
|
342
466
|
* The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
|
|
343
467
|
* Either databaseId or id must be specified.
|
|
@@ -347,9 +471,30 @@ export declare class OperationsInsightsClient {
|
|
|
347
471
|
* @param IngestSqlTextRequest
|
|
348
472
|
* @return IngestSqlTextResponse
|
|
349
473
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
351
475
|
*/
|
|
352
476
|
ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
|
|
477
|
+
/**
|
|
478
|
+
* Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
479
|
+
*
|
|
480
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
481
|
+
* @param ListAwrHubsRequest
|
|
482
|
+
* @return ListAwrHubsResponse
|
|
483
|
+
* @throws OciError when an error occurs
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
485
|
+
*/
|
|
486
|
+
listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
|
|
487
|
+
/**
|
|
488
|
+
* Lists AWR snapshots for the specified source database in the AWR hub. The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not exceed an elapsed range of 1 day.
|
|
489
|
+
* The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
|
|
490
|
+
*
|
|
491
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
492
|
+
* @param ListAwrSnapshotsRequest
|
|
493
|
+
* @return ListAwrSnapshotsResponse
|
|
494
|
+
* @throws OciError when an error occurs
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
496
|
+
*/
|
|
497
|
+
listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
|
|
353
498
|
/**
|
|
354
499
|
* Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
|
|
355
500
|
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
|
|
@@ -358,7 +503,7 @@ export declare class OperationsInsightsClient {
|
|
|
358
503
|
* @param ListDatabaseConfigurationsRequest
|
|
359
504
|
* @return ListDatabaseConfigurationsResponse
|
|
360
505
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
362
507
|
*/
|
|
363
508
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
|
|
364
509
|
/**
|
|
@@ -369,7 +514,7 @@ export declare class OperationsInsightsClient {
|
|
|
369
514
|
* @param ListDatabaseInsightsRequest
|
|
370
515
|
* @return ListDatabaseInsightsResponse
|
|
371
516
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
373
518
|
*/
|
|
374
519
|
listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
|
|
375
520
|
/**
|
|
@@ -380,7 +525,7 @@ export declare class OperationsInsightsClient {
|
|
|
380
525
|
* @param ListEnterpriseManagerBridgesRequest
|
|
381
526
|
* @return ListEnterpriseManagerBridgesResponse
|
|
382
527
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
384
529
|
*/
|
|
385
530
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
|
|
386
531
|
/**
|
|
@@ -389,7 +534,7 @@ export declare class OperationsInsightsClient {
|
|
|
389
534
|
* @param ListExadataConfigurationsRequest
|
|
390
535
|
* @return ListExadataConfigurationsResponse
|
|
391
536
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
393
538
|
*/
|
|
394
539
|
listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
|
|
395
540
|
/**
|
|
@@ -400,7 +545,7 @@ export declare class OperationsInsightsClient {
|
|
|
400
545
|
* @param ListExadataInsightsRequest
|
|
401
546
|
* @return ListExadataInsightsResponse
|
|
402
547
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
404
549
|
*/
|
|
405
550
|
listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
|
|
406
551
|
/**
|
|
@@ -411,7 +556,7 @@ export declare class OperationsInsightsClient {
|
|
|
411
556
|
* @param ListHostConfigurationsRequest
|
|
412
557
|
* @return ListHostConfigurationsResponse
|
|
413
558
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
415
560
|
*/
|
|
416
561
|
listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
|
|
417
562
|
/**
|
|
@@ -422,7 +567,7 @@ export declare class OperationsInsightsClient {
|
|
|
422
567
|
* @param ListHostInsightsRequest
|
|
423
568
|
* @return ListHostInsightsResponse
|
|
424
569
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
426
571
|
*/
|
|
427
572
|
listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
|
|
428
573
|
/**
|
|
@@ -432,7 +577,7 @@ export declare class OperationsInsightsClient {
|
|
|
432
577
|
* @param ListHostedEntitiesRequest
|
|
433
578
|
* @return ListHostedEntitiesResponse
|
|
434
579
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
436
581
|
*/
|
|
437
582
|
listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
|
|
438
583
|
/**
|
|
@@ -446,7 +591,7 @@ export declare class OperationsInsightsClient {
|
|
|
446
591
|
* @param ListImportableAgentEntitiesRequest
|
|
447
592
|
* @return ListImportableAgentEntitiesResponse
|
|
448
593
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
450
595
|
*/
|
|
451
596
|
listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
|
|
452
597
|
/**
|
|
@@ -456,9 +601,30 @@ export declare class OperationsInsightsClient {
|
|
|
456
601
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
457
602
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
458
603
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
460
605
|
*/
|
|
461
606
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
|
|
607
|
+
/**
|
|
608
|
+
* Gets a list of Operations Insights Warehouse users. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
609
|
+
*
|
|
610
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
611
|
+
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
612
|
+
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
613
|
+
* @throws OciError when an error occurs
|
|
614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
615
|
+
*/
|
|
616
|
+
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
|
|
617
|
+
/**
|
|
618
|
+
* Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
|
|
619
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
620
|
+
*
|
|
621
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
622
|
+
* @param ListOperationsInsightsWarehousesRequest
|
|
623
|
+
* @return ListOperationsInsightsWarehousesResponse
|
|
624
|
+
* @throws OciError when an error occurs
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
626
|
+
*/
|
|
627
|
+
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
|
|
462
628
|
/**
|
|
463
629
|
* Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
|
|
464
630
|
* Either databaseId or id must be specified.
|
|
@@ -467,7 +633,7 @@ export declare class OperationsInsightsClient {
|
|
|
467
633
|
* @param ListSqlPlansRequest
|
|
468
634
|
* @return ListSqlPlansResponse
|
|
469
635
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
471
637
|
*/
|
|
472
638
|
listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
|
|
473
639
|
/**
|
|
@@ -478,7 +644,7 @@ export declare class OperationsInsightsClient {
|
|
|
478
644
|
* @param ListSqlSearchesRequest
|
|
479
645
|
* @return ListSqlSearchesResponse
|
|
480
646
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
482
648
|
*/
|
|
483
649
|
listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
|
|
484
650
|
/**
|
|
@@ -488,7 +654,7 @@ export declare class OperationsInsightsClient {
|
|
|
488
654
|
* @param ListSqlTextsRequest
|
|
489
655
|
* @return ListSqlTextsResponse
|
|
490
656
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
492
658
|
*/
|
|
493
659
|
listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
|
|
494
660
|
/**
|
|
@@ -498,7 +664,7 @@ export declare class OperationsInsightsClient {
|
|
|
498
664
|
* @param ListWorkRequestErrorsRequest
|
|
499
665
|
* @return ListWorkRequestErrorsResponse
|
|
500
666
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
502
668
|
*/
|
|
503
669
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
504
670
|
/**
|
|
@@ -508,7 +674,7 @@ export declare class OperationsInsightsClient {
|
|
|
508
674
|
* @param ListWorkRequestLogsRequest
|
|
509
675
|
* @return ListWorkRequestLogsResponse
|
|
510
676
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
512
678
|
*/
|
|
513
679
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
514
680
|
/**
|
|
@@ -518,9 +684,28 @@ export declare class OperationsInsightsClient {
|
|
|
518
684
|
* @param ListWorkRequestsRequest
|
|
519
685
|
* @return ListWorkRequestsResponse
|
|
520
686
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
522
688
|
*/
|
|
523
689
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
690
|
+
/**
|
|
691
|
+
* Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
|
|
692
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
693
|
+
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
694
|
+
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
695
|
+
* @throws OciError when an error occurs
|
|
696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
697
|
+
*/
|
|
698
|
+
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
|
|
699
|
+
/**
|
|
700
|
+
* Gets a list of summary of AWR Sources.
|
|
701
|
+
*
|
|
702
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
703
|
+
* @param SummarizeAwrSourcesSummariesRequest
|
|
704
|
+
* @return SummarizeAwrSourcesSummariesResponse
|
|
705
|
+
* @throws OciError when an error occurs
|
|
706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
707
|
+
*/
|
|
708
|
+
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
|
|
524
709
|
/**
|
|
525
710
|
* Returns response with time series data (endTimestamp, capacity, baseCapacity) for the time period specified.
|
|
526
711
|
* The maximum time range for analysis is 2 years, hence this is intentionally not paginated.
|
|
@@ -530,7 +715,7 @@ export declare class OperationsInsightsClient {
|
|
|
530
715
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
531
716
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
532
717
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
534
719
|
*/
|
|
535
720
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
|
|
536
721
|
/**
|
|
@@ -541,7 +726,7 @@ export declare class OperationsInsightsClient {
|
|
|
541
726
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
542
727
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
543
728
|
* @throws OciError when an error occurs
|
|
544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
545
730
|
*/
|
|
546
731
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
|
|
547
732
|
/**
|
|
@@ -552,7 +737,7 @@ export declare class OperationsInsightsClient {
|
|
|
552
737
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
553
738
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
554
739
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
556
741
|
*/
|
|
557
742
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
|
|
558
743
|
/**
|
|
@@ -565,7 +750,7 @@ export declare class OperationsInsightsClient {
|
|
|
565
750
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
566
751
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
567
752
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
569
754
|
*/
|
|
570
755
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
|
|
571
756
|
/**
|
|
@@ -577,7 +762,7 @@ export declare class OperationsInsightsClient {
|
|
|
577
762
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
578
763
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
579
764
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
581
766
|
*/
|
|
582
767
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
|
|
583
768
|
/**
|
|
@@ -588,7 +773,7 @@ export declare class OperationsInsightsClient {
|
|
|
588
773
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
589
774
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
590
775
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
592
777
|
*/
|
|
593
778
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
|
|
594
779
|
/**
|
|
@@ -600,7 +785,7 @@ export declare class OperationsInsightsClient {
|
|
|
600
785
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
601
786
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
602
787
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
604
789
|
*/
|
|
605
790
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
|
|
606
791
|
/**
|
|
@@ -617,7 +802,7 @@ export declare class OperationsInsightsClient {
|
|
|
617
802
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
618
803
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
619
804
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
621
806
|
*/
|
|
622
807
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
|
|
623
808
|
/**
|
|
@@ -631,7 +816,7 @@ export declare class OperationsInsightsClient {
|
|
|
631
816
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
632
817
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
633
818
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
635
820
|
*/
|
|
636
821
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
|
|
637
822
|
/**
|
|
@@ -648,7 +833,7 @@ export declare class OperationsInsightsClient {
|
|
|
648
833
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
649
834
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
650
835
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
652
837
|
*/
|
|
653
838
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
|
|
654
839
|
/**
|
|
@@ -661,7 +846,7 @@ export declare class OperationsInsightsClient {
|
|
|
661
846
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
662
847
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
663
848
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
665
850
|
*/
|
|
666
851
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
|
|
667
852
|
/**
|
|
@@ -675,7 +860,7 @@ export declare class OperationsInsightsClient {
|
|
|
675
860
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
676
861
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
677
862
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
679
864
|
*/
|
|
680
865
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
|
|
681
866
|
/**
|
|
@@ -690,7 +875,7 @@ export declare class OperationsInsightsClient {
|
|
|
690
875
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
691
876
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
692
877
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
694
879
|
*/
|
|
695
880
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
|
|
696
881
|
/**
|
|
@@ -705,7 +890,7 @@ export declare class OperationsInsightsClient {
|
|
|
705
890
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
706
891
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
707
892
|
* @throws OciError when an error occurs
|
|
708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
709
894
|
*/
|
|
710
895
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
|
|
711
896
|
/**
|
|
@@ -714,7 +899,7 @@ export declare class OperationsInsightsClient {
|
|
|
714
899
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
715
900
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
716
901
|
* @throws OciError when an error occurs
|
|
717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
718
903
|
*/
|
|
719
904
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
|
|
720
905
|
/**
|
|
@@ -723,7 +908,7 @@ export declare class OperationsInsightsClient {
|
|
|
723
908
|
* @param SummarizeExadataMembersRequest
|
|
724
909
|
* @return SummarizeExadataMembersResponse
|
|
725
910
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
727
912
|
*/
|
|
728
913
|
summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
|
|
729
914
|
/**
|
|
@@ -735,7 +920,7 @@ export declare class OperationsInsightsClient {
|
|
|
735
920
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
736
921
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
737
922
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
739
924
|
*/
|
|
740
925
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
|
|
741
926
|
/**
|
|
@@ -746,7 +931,7 @@ export declare class OperationsInsightsClient {
|
|
|
746
931
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
747
932
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
748
933
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
750
935
|
*/
|
|
751
936
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
|
|
752
937
|
/**
|
|
@@ -757,7 +942,7 @@ export declare class OperationsInsightsClient {
|
|
|
757
942
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
758
943
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
759
944
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
761
946
|
*/
|
|
762
947
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
|
|
763
948
|
/**
|
|
@@ -770,7 +955,7 @@ export declare class OperationsInsightsClient {
|
|
|
770
955
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
771
956
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
772
957
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
774
959
|
*/
|
|
775
960
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
|
|
776
961
|
/**
|
|
@@ -782,7 +967,7 @@ export declare class OperationsInsightsClient {
|
|
|
782
967
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
783
968
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
784
969
|
* @throws OciError when an error occurs
|
|
785
|
-
* @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.10.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
786
971
|
*/
|
|
787
972
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
|
|
788
973
|
/**
|
|
@@ -793,9 +978,20 @@ export declare class OperationsInsightsClient {
|
|
|
793
978
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
794
979
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
795
980
|
* @throws OciError when an error occurs
|
|
796
|
-
* @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.10.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
797
982
|
*/
|
|
798
983
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
|
|
984
|
+
/**
|
|
985
|
+
* Gets the details of resources used by an Operations Insights Warehouse.
|
|
986
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
987
|
+
*
|
|
988
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
989
|
+
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
990
|
+
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
991
|
+
* @throws OciError when an error occurs
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
993
|
+
*/
|
|
994
|
+
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
|
|
799
995
|
/**
|
|
800
996
|
* Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given
|
|
801
997
|
* time period across the given databases or database types in a compartment and in all sub-compartments if specified.
|
|
@@ -804,7 +1000,7 @@ export declare class OperationsInsightsClient {
|
|
|
804
1000
|
* @param SummarizeSqlInsightsRequest
|
|
805
1001
|
* @return SummarizeSqlInsightsResponse
|
|
806
1002
|
* @throws OciError when an error occurs
|
|
807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
808
1004
|
*/
|
|
809
1005
|
summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
|
|
810
1006
|
/**
|
|
@@ -815,7 +1011,7 @@ export declare class OperationsInsightsClient {
|
|
|
815
1011
|
* @param SummarizeSqlPlanInsightsRequest
|
|
816
1012
|
* @return SummarizeSqlPlanInsightsResponse
|
|
817
1013
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
819
1015
|
*/
|
|
820
1016
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
|
|
821
1017
|
/**
|
|
@@ -826,7 +1022,7 @@ export declare class OperationsInsightsClient {
|
|
|
826
1022
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
827
1023
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
828
1024
|
* @throws OciError when an error occurs
|
|
829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
830
1026
|
*/
|
|
831
1027
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
|
|
832
1028
|
/**
|
|
@@ -837,7 +1033,7 @@ export declare class OperationsInsightsClient {
|
|
|
837
1033
|
* @param SummarizeSqlStatisticsRequest
|
|
838
1034
|
* @return SummarizeSqlStatisticsResponse
|
|
839
1035
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
841
1037
|
*/
|
|
842
1038
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
|
|
843
1039
|
/**
|
|
@@ -848,7 +1044,7 @@ export declare class OperationsInsightsClient {
|
|
|
848
1044
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
849
1045
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
850
1046
|
* @throws OciError when an error occurs
|
|
851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
852
1048
|
*/
|
|
853
1049
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
|
|
854
1050
|
/**
|
|
@@ -859,16 +1055,25 @@ export declare class OperationsInsightsClient {
|
|
|
859
1055
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
860
1056
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
861
1057
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
863
1059
|
*/
|
|
864
1060
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Updates the configuration of a hub .
|
|
1063
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1064
|
+
* @param UpdateAwrHubRequest
|
|
1065
|
+
* @return UpdateAwrHubResponse
|
|
1066
|
+
* @throws OciError when an error occurs
|
|
1067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
1068
|
+
*/
|
|
1069
|
+
updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
|
|
865
1070
|
/**
|
|
866
1071
|
* Updates configuration of a database insight.
|
|
867
1072
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
868
1073
|
* @param UpdateDatabaseInsightRequest
|
|
869
1074
|
* @return UpdateDatabaseInsightResponse
|
|
870
1075
|
* @throws OciError when an error occurs
|
|
871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
872
1077
|
*/
|
|
873
1078
|
updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
|
|
874
1079
|
/**
|
|
@@ -877,7 +1082,7 @@ export declare class OperationsInsightsClient {
|
|
|
877
1082
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
878
1083
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
879
1084
|
* @throws OciError when an error occurs
|
|
880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
881
1086
|
*/
|
|
882
1087
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
|
|
883
1088
|
/**
|
|
@@ -886,7 +1091,7 @@ export declare class OperationsInsightsClient {
|
|
|
886
1091
|
* @param UpdateExadataInsightRequest
|
|
887
1092
|
* @return UpdateExadataInsightResponse
|
|
888
1093
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
890
1095
|
*/
|
|
891
1096
|
updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
|
|
892
1097
|
/**
|
|
@@ -895,7 +1100,27 @@ export declare class OperationsInsightsClient {
|
|
|
895
1100
|
* @param UpdateHostInsightRequest
|
|
896
1101
|
* @return UpdateHostInsightResponse
|
|
897
1102
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
899
1104
|
*/
|
|
900
1105
|
updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
|
|
1106
|
+
/**
|
|
1107
|
+
* Updates the configuration of an Operations Insights Warehouse.
|
|
1108
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
1109
|
+
*
|
|
1110
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1111
|
+
* @param UpdateOperationsInsightsWarehouseRequest
|
|
1112
|
+
* @return UpdateOperationsInsightsWarehouseResponse
|
|
1113
|
+
* @throws OciError when an error occurs
|
|
1114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
1115
|
+
*/
|
|
1116
|
+
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
|
|
1117
|
+
/**
|
|
1118
|
+
* Updates the configuration of an Operations Insights Warehouse User.
|
|
1119
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1120
|
+
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
1121
|
+
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
1122
|
+
* @throws OciError when an error occurs
|
|
1123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
1124
|
+
*/
|
|
1125
|
+
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
|
|
901
1126
|
}
|