oci-opsi 2.35.1 → 2.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +275 -111
- package/lib/client.js +1200 -120
- package/lib/client.js.map +1 -1
- package/lib/model/awr-database-collection.d.ts +31 -0
- package/lib/model/awr-database-collection.js +67 -0
- package/lib/model/awr-database-collection.js.map +1 -0
- package/lib/model/awr-database-cpu-usage-collection.d.ts +43 -0
- package/lib/model/awr-database-cpu-usage-collection.js +69 -0
- package/lib/model/awr-database-cpu-usage-collection.js.map +1 -0
- package/lib/model/awr-database-cpu-usage-summary.d.ts +32 -0
- package/lib/model/{usage-unit.js → awr-database-cpu-usage-summary.js} +11 -24
- package/lib/model/awr-database-cpu-usage-summary.js.map +1 -0
- package/lib/model/awr-database-metric-collection.d.ts +31 -0
- package/lib/model/awr-database-metric-collection.js +69 -0
- package/lib/model/awr-database-metric-collection.js.map +1 -0
- package/lib/model/awr-database-metric-summary.d.ts +44 -0
- package/lib/model/awr-database-metric-summary.js +32 -0
- package/lib/model/awr-database-metric-summary.js.map +1 -0
- package/lib/model/awr-database-parameter-change-collection.d.ts +31 -0
- package/lib/model/awr-database-parameter-change-collection.js +69 -0
- package/lib/model/awr-database-parameter-change-collection.js.map +1 -0
- package/lib/model/awr-database-parameter-change-summary.d.ts +63 -0
- package/lib/model/awr-database-parameter-change-summary.js +32 -0
- package/lib/model/awr-database-parameter-change-summary.js.map +1 -0
- package/lib/model/awr-database-parameter-collection.d.ts +31 -0
- package/lib/model/awr-database-parameter-collection.js +69 -0
- package/lib/model/awr-database-parameter-collection.js.map +1 -0
- package/lib/model/awr-database-parameter-summary.d.ts +56 -0
- package/lib/model/awr-database-parameter-summary.js +32 -0
- package/lib/model/awr-database-parameter-summary.js.map +1 -0
- package/lib/model/awr-database-report.d.ts +45 -0
- package/lib/model/awr-database-report.js +66 -0
- package/lib/model/awr-database-report.js.map +1 -0
- package/lib/model/awr-database-snapshot-collection.d.ts +31 -0
- package/lib/model/awr-database-snapshot-collection.js +69 -0
- package/lib/model/awr-database-snapshot-collection.js.map +1 -0
- package/lib/model/awr-database-snapshot-range-collection.d.ts +31 -0
- package/lib/model/awr-database-snapshot-range-collection.js +69 -0
- package/lib/model/awr-database-snapshot-range-collection.js.map +1 -0
- package/lib/model/awr-database-snapshot-range-summary.d.ts +81 -0
- package/lib/model/awr-database-snapshot-range-summary.js +32 -0
- package/lib/model/awr-database-snapshot-range-summary.js.map +1 -0
- package/lib/model/awr-database-snapshot-summary.d.ts +58 -0
- package/lib/model/awr-database-snapshot-summary.js +32 -0
- package/lib/model/awr-database-snapshot-summary.js.map +1 -0
- package/lib/model/awr-database-sql-report.d.ts +44 -0
- package/lib/model/awr-database-sql-report.js +65 -0
- package/lib/model/awr-database-sql-report.js.map +1 -0
- package/lib/model/awr-database-summary.d.ts +81 -0
- package/lib/model/awr-database-summary.js +32 -0
- package/lib/model/awr-database-summary.js.map +1 -0
- package/lib/model/awr-database-sysstat-collection.d.ts +31 -0
- package/lib/model/awr-database-sysstat-collection.js +69 -0
- package/lib/model/awr-database-sysstat-collection.js.map +1 -0
- package/lib/model/awr-database-sysstat-summary.d.ts +48 -0
- package/lib/model/awr-database-sysstat-summary.js +32 -0
- package/lib/model/awr-database-sysstat-summary.js.map +1 -0
- package/lib/model/awr-database-top-wait-event-collection.d.ts +31 -0
- package/lib/model/awr-database-top-wait-event-collection.js +69 -0
- package/lib/model/awr-database-top-wait-event-collection.js.map +1 -0
- package/lib/model/awr-database-top-wait-event-summary.d.ts +36 -0
- package/lib/model/awr-database-top-wait-event-summary.js +32 -0
- package/lib/model/awr-database-top-wait-event-summary.js.map +1 -0
- package/lib/model/awr-database-wait-event-bucket-collection.d.ts +35 -0
- package/lib/model/awr-database-wait-event-bucket-collection.js +69 -0
- package/lib/model/awr-database-wait-event-bucket-collection.js.map +1 -0
- package/lib/model/awr-database-wait-event-bucket-summary.d.ts +32 -0
- package/lib/model/awr-database-wait-event-bucket-summary.js +32 -0
- package/lib/model/awr-database-wait-event-bucket-summary.js.map +1 -0
- package/lib/model/awr-database-wait-event-collection.d.ts +31 -0
- package/lib/model/awr-database-wait-event-collection.js +69 -0
- package/lib/model/awr-database-wait-event-collection.js.map +1 -0
- package/lib/model/awr-database-wait-event-summary.d.ts +51 -0
- package/lib/model/awr-database-wait-event-summary.js +32 -0
- package/lib/model/awr-database-wait-event-summary.js.map +1 -0
- package/lib/model/awr-query-result.d.ts +37 -0
- package/lib/model/awr-query-result.js +116 -0
- package/lib/model/awr-query-result.js.map +1 -0
- package/lib/model/cloud-importable-compute-entity-summary.d.ts +49 -0
- package/lib/model/cloud-importable-compute-entity-summary.js +69 -0
- package/lib/model/cloud-importable-compute-entity-summary.js.map +1 -0
- package/lib/model/create-host-insight-details.js +4 -0
- package/lib/model/create-host-insight-details.js.map +1 -1
- package/lib/model/create-macs-managed-cloud-host-insight-details.d.ts +31 -0
- package/lib/model/create-macs-managed-cloud-host-insight-details.js +57 -0
- package/lib/model/create-macs-managed-cloud-host-insight-details.js.map +1 -0
- package/lib/model/enable-host-insight-details.js +4 -0
- package/lib/model/enable-host-insight-details.js.map +1 -1
- package/lib/model/enable-macs-managed-cloud-host-insight-details.d.ts +27 -0
- package/lib/model/enable-macs-managed-cloud-host-insight-details.js +57 -0
- package/lib/model/enable-macs-managed-cloud-host-insight-details.js.map +1 -0
- package/lib/model/host-entity-source.d.ts +1 -0
- package/lib/model/host-entity-source.js +1 -0
- package/lib/model/host-entity-source.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/importable-agent-entity-source.d.ts +1 -0
- package/lib/model/importable-agent-entity-source.js +1 -0
- package/lib/model/importable-agent-entity-source.js.map +1 -1
- package/lib/model/{usage-unit.d.ts → importable-compute-entity-summary-collection.d.ts} +9 -14
- package/lib/model/importable-compute-entity-summary-collection.js +64 -0
- package/lib/model/importable-compute-entity-summary-collection.js.map +1 -0
- package/lib/model/importable-compute-entity-summary.d.ts +37 -0
- package/lib/model/importable-compute-entity-summary.js +68 -0
- package/lib/model/importable-compute-entity-summary.js.map +1 -0
- package/lib/model/index.d.ts +66 -2
- package/lib/model/index.js +73 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-cloud-host-insight-summary.d.ts +53 -0
- package/lib/model/macs-managed-cloud-host-insight-summary.js +69 -0
- package/lib/model/macs-managed-cloud-host-insight-summary.js.map +1 -0
- package/lib/model/macs-managed-cloud-host-insight.d.ts +61 -0
- package/lib/model/macs-managed-cloud-host-insight.js +69 -0
- package/lib/model/macs-managed-cloud-host-insight.js.map +1 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js +13 -0
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-usage-aggregation.d.ts +14 -4
- package/lib/model/summarize-database-insight-resource-usage-aggregation.js +13 -0
- package/lib/model/summarize-database-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-database-insight-tablespace-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +14 -4
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +14 -3
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js +13 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +13 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +13 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +14 -4
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js +13 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +14 -3
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +13 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/update-host-insight-details.js +4 -0
- package/lib/model/update-host-insight-details.js.map +1 -1
- package/lib/model/update-macs-managed-cloud-host-insight-details.d.ts +27 -0
- package/lib/model/update-macs-managed-cloud-host-insight-details.js +57 -0
- package/lib/model/update-macs-managed-cloud-host-insight-details.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +2 -2
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +2 -2
- package/lib/request/get-awr-database-report-request.d.ts +77 -0
- package/lib/request/get-awr-database-report-request.js +29 -0
- package/lib/request/get-awr-database-report-request.js.map +1 -0
- package/lib/request/get-awr-database-sql-report-request.d.ts +74 -0
- package/lib/request/get-awr-database-sql-report-request.js +24 -0
- package/lib/request/get-awr-database-sql-report-request.js.map +1 -0
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js +30 -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 +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-database-snapshots-request.d.ts +91 -0
- package/lib/request/list-awr-database-snapshots-request.js +24 -0
- package/lib/request/list-awr-database-snapshots-request.js.map +1 -0
- package/lib/request/list-awr-databases-request.d.ts +74 -0
- package/lib/request/list-awr-databases-request.js +24 -0
- package/lib/request/list-awr-databases-request.js.map +1 -0
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +12 -1
- package/lib/request/list-host-configurations-request.js.map +1 -1
- package/lib/request/list-host-insights-request.d.ts +3 -6
- package/lib/request/list-host-insights-request.js +0 -4
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +12 -1
- package/lib/request/list-hosted-entities-request.js.map +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-entities-request.d.ts +63 -0
- package/lib/request/list-importable-compute-entities-request.js +26 -0
- package/lib/request/list-importable-compute-entities-request.js.map +1 -0
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +100 -0
- package/lib/request/summarize-awr-database-cpu-usages-request.js +30 -0
- package/lib/request/summarize-awr-database-cpu-usages-request.js.map +1 -0
- package/lib/request/summarize-awr-database-metrics-request.d.ts +95 -0
- package/lib/request/summarize-awr-database-metrics-request.js +24 -0
- package/lib/request/summarize-awr-database-metrics-request.js.map +1 -0
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +95 -0
- package/lib/request/summarize-awr-database-parameter-changes-request.js +24 -0
- package/lib/request/summarize-awr-database-parameter-changes-request.js.map +1 -0
- package/lib/request/summarize-awr-database-parameters-request.d.ts +124 -0
- package/lib/request/summarize-awr-database-parameters-request.js +40 -0
- package/lib/request/summarize-awr-database-parameters-request.js.map +1 -0
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +74 -0
- package/lib/request/summarize-awr-database-snapshot-ranges-request.js +24 -0
- package/lib/request/summarize-awr-database-snapshot-ranges-request.js.map +1 -0
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +95 -0
- package/lib/request/summarize-awr-database-sysstats-request.js +24 -0
- package/lib/request/summarize-awr-database-sysstats-request.js.map +1 -0
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +88 -0
- package/lib/request/summarize-awr-database-top-wait-events-request.js +30 -0
- package/lib/request/summarize-awr-database-top-wait-events-request.js.map +1 -0
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +107 -0
- package/lib/request/summarize-awr-database-wait-event-buckets-request.js +24 -0
- package/lib/request/summarize-awr-database-wait-event-buckets-request.js.map +1 -0
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +104 -0
- package/lib/request/summarize-awr-database-wait-events-request.js +30 -0
- package/lib/request/summarize-awr-database-wait-events-request.js.map +1 -0
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +12 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +12 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +1 -1
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +2 -2
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/response/get-awr-database-report-response.d.ts +25 -0
- package/lib/response/get-awr-database-report-response.js +15 -0
- package/lib/response/get-awr-database-report-response.js.map +1 -0
- package/lib/response/get-awr-database-sql-report-response.d.ts +25 -0
- package/lib/response/get-awr-database-sql-report-response.js +15 -0
- package/lib/response/get-awr-database-sql-report-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/list-awr-database-snapshots-response.d.ts +32 -0
- package/lib/response/list-awr-database-snapshots-response.js +15 -0
- package/lib/response/list-awr-database-snapshots-response.js.map +1 -0
- package/lib/response/list-awr-databases-response.d.ts +32 -0
- package/lib/response/list-awr-databases-response.js +15 -0
- package/lib/response/list-awr-databases-response.js.map +1 -0
- package/lib/response/list-importable-compute-entities-response.d.ts +32 -0
- package/lib/response/list-importable-compute-entities-response.js +15 -0
- package/lib/response/list-importable-compute-entities-response.js.map +1 -0
- package/lib/response/summarize-awr-database-cpu-usages-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-cpu-usages-response.js +15 -0
- package/lib/response/summarize-awr-database-cpu-usages-response.js.map +1 -0
- package/lib/response/summarize-awr-database-metrics-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-metrics-response.js +15 -0
- package/lib/response/summarize-awr-database-metrics-response.js.map +1 -0
- package/lib/response/summarize-awr-database-parameter-changes-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-parameter-changes-response.js +15 -0
- package/lib/response/summarize-awr-database-parameter-changes-response.js.map +1 -0
- package/lib/response/summarize-awr-database-parameters-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-parameters-response.js +15 -0
- package/lib/response/summarize-awr-database-parameters-response.js.map +1 -0
- package/lib/response/summarize-awr-database-snapshot-ranges-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-snapshot-ranges-response.js +15 -0
- package/lib/response/summarize-awr-database-snapshot-ranges-response.js.map +1 -0
- package/lib/response/summarize-awr-database-sysstats-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-sysstats-response.js +15 -0
- package/lib/response/summarize-awr-database-sysstats-response.js.map +1 -0
- package/lib/response/summarize-awr-database-top-wait-events-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-top-wait-events-response.js +15 -0
- package/lib/response/summarize-awr-database-top-wait-events-response.js.map +1 -0
- package/lib/response/summarize-awr-database-wait-event-buckets-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-wait-event-buckets-response.js +15 -0
- package/lib/response/summarize-awr-database-wait-event-buckets-response.js.map +1 -0
- package/lib/response/summarize-awr-database-wait-events-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-wait-events-response.js +15 -0
- package/lib/response/summarize-awr-database-wait-events-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/usage-unit.js.map +0 -1
package/lib/client.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare class OperationsInsightsClient {
|
|
|
78
78
|
* @param AddExadataInsightMembersRequest
|
|
79
79
|
* @return AddExadataInsightMembersResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
82
82
|
*/
|
|
83
83
|
addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class OperationsInsightsClient {
|
|
|
87
87
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
88
88
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
91
91
|
*/
|
|
92
92
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class OperationsInsightsClient {
|
|
|
96
96
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
97
97
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
100
100
|
*/
|
|
101
101
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class OperationsInsightsClient {
|
|
|
105
105
|
* @param ChangeExadataInsightCompartmentRequest
|
|
106
106
|
* @return ChangeExadataInsightCompartmentResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
109
109
|
*/
|
|
110
110
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class OperationsInsightsClient {
|
|
|
114
114
|
* @param ChangeHostInsightCompartmentRequest
|
|
115
115
|
* @return ChangeHostInsightCompartmentResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
118
118
|
*/
|
|
119
119
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class OperationsInsightsClient {
|
|
|
123
123
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
124
124
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
127
127
|
*/
|
|
128
128
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class OperationsInsightsClient {
|
|
|
132
132
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
133
133
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
136
136
|
*/
|
|
137
137
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
|
|
138
138
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class OperationsInsightsClient {
|
|
|
143
143
|
* @param CreateAwrHubRequest
|
|
144
144
|
* @return CreateAwrHubResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
147
147
|
*/
|
|
148
148
|
createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
|
|
149
149
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class OperationsInsightsClient {
|
|
|
153
153
|
* @param CreateDatabaseInsightRequest
|
|
154
154
|
* @return CreateDatabaseInsightResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
157
157
|
*/
|
|
158
158
|
createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
|
|
159
159
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class OperationsInsightsClient {
|
|
|
163
163
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
164
164
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
167
167
|
*/
|
|
168
168
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
|
|
169
169
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class OperationsInsightsClient {
|
|
|
173
173
|
* @param CreateExadataInsightRequest
|
|
174
174
|
* @return CreateExadataInsightResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
177
177
|
*/
|
|
178
178
|
createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
|
|
179
179
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class OperationsInsightsClient {
|
|
|
183
183
|
* @param CreateHostInsightRequest
|
|
184
184
|
* @return CreateHostInsightResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
187
187
|
*/
|
|
188
188
|
createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
|
|
189
189
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class OperationsInsightsClient {
|
|
|
194
194
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
195
195
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
198
198
|
*/
|
|
199
199
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
|
|
200
200
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class OperationsInsightsClient {
|
|
|
206
206
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
207
207
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
210
210
|
*/
|
|
211
211
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
|
|
212
212
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class OperationsInsightsClient {
|
|
|
217
217
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
218
218
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
221
221
|
*/
|
|
222
222
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
|
|
223
223
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class OperationsInsightsClient {
|
|
|
226
226
|
* @param DeleteAwrHubRequest
|
|
227
227
|
* @return DeleteAwrHubResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
230
230
|
*/
|
|
231
231
|
deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
|
|
232
232
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class OperationsInsightsClient {
|
|
|
235
235
|
* @param DeleteDatabaseInsightRequest
|
|
236
236
|
* @return DeleteDatabaseInsightResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
239
239
|
*/
|
|
240
240
|
deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class OperationsInsightsClient {
|
|
|
244
244
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
245
245
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
248
248
|
*/
|
|
249
249
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
|
|
250
250
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class OperationsInsightsClient {
|
|
|
253
253
|
* @param DeleteExadataInsightRequest
|
|
254
254
|
* @return DeleteExadataInsightResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
257
257
|
*/
|
|
258
258
|
deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class OperationsInsightsClient {
|
|
|
262
262
|
* @param DeleteHostInsightRequest
|
|
263
263
|
* @return DeleteHostInsightResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
266
266
|
*/
|
|
267
267
|
deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
|
|
268
268
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class OperationsInsightsClient {
|
|
|
271
271
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
272
272
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
275
275
|
*/
|
|
276
276
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
|
|
277
277
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class OperationsInsightsClient {
|
|
|
284
284
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
285
285
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
288
288
|
*/
|
|
289
289
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
|
|
290
290
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class OperationsInsightsClient {
|
|
|
293
293
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
294
294
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
297
297
|
*/
|
|
298
298
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
|
|
299
299
|
/**
|
|
@@ -302,7 +302,7 @@ export declare class OperationsInsightsClient {
|
|
|
302
302
|
* @param DisableDatabaseInsightRequest
|
|
303
303
|
* @return DisableDatabaseInsightResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
306
306
|
*/
|
|
307
307
|
disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
|
|
308
308
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class OperationsInsightsClient {
|
|
|
311
311
|
* @param DisableExadataInsightRequest
|
|
312
312
|
* @return DisableExadataInsightResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
315
315
|
*/
|
|
316
316
|
disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
|
|
317
317
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class OperationsInsightsClient {
|
|
|
320
320
|
* @param DisableHostInsightRequest
|
|
321
321
|
* @return DisableHostInsightResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
324
324
|
*/
|
|
325
325
|
disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
|
|
326
326
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class OperationsInsightsClient {
|
|
|
329
329
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
330
330
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
333
333
|
*/
|
|
334
334
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
|
|
335
335
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class OperationsInsightsClient {
|
|
|
338
338
|
* @param EnableDatabaseInsightRequest
|
|
339
339
|
* @return EnableDatabaseInsightResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
342
342
|
*/
|
|
343
343
|
enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
|
|
344
344
|
/**
|
|
@@ -347,7 +347,7 @@ export declare class OperationsInsightsClient {
|
|
|
347
347
|
* @param EnableExadataInsightRequest
|
|
348
348
|
* @return EnableExadataInsightResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
351
351
|
*/
|
|
352
352
|
enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
|
|
353
353
|
/**
|
|
@@ -356,16 +356,36 @@ export declare class OperationsInsightsClient {
|
|
|
356
356
|
* @param EnableHostInsightRequest
|
|
357
357
|
* @return EnableHostInsightResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
360
360
|
*/
|
|
361
361
|
enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
|
|
362
|
+
/**
|
|
363
|
+
* Gets the AWR report for the specified database.
|
|
364
|
+
*
|
|
365
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
366
|
+
* @param GetAwrDatabaseReportRequest
|
|
367
|
+
* @return GetAwrDatabaseReportResponse
|
|
368
|
+
* @throws OciError when an error occurs
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
370
|
+
*/
|
|
371
|
+
getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
|
|
372
|
+
/**
|
|
373
|
+
* Gets the SQL health check report for one SQL of the specified database.
|
|
374
|
+
*
|
|
375
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
376
|
+
* @param GetAwrDatabaseSqlReportRequest
|
|
377
|
+
* @return GetAwrDatabaseSqlReportResponse
|
|
378
|
+
* @throws OciError when an error occurs
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
380
|
+
*/
|
|
381
|
+
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
|
|
362
382
|
/**
|
|
363
383
|
* Gets details of an AWR hub.
|
|
364
384
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
365
385
|
* @param GetAwrHubRequest
|
|
366
386
|
* @return GetAwrHubResponse
|
|
367
387
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
369
389
|
*/
|
|
370
390
|
getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
|
|
371
391
|
/**
|
|
@@ -376,7 +396,7 @@ export declare class OperationsInsightsClient {
|
|
|
376
396
|
* @param GetAwrReportRequest
|
|
377
397
|
* @return GetAwrReportResponse
|
|
378
398
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
380
400
|
*/
|
|
381
401
|
getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
|
|
382
402
|
/**
|
|
@@ -385,7 +405,7 @@ export declare class OperationsInsightsClient {
|
|
|
385
405
|
* @param GetDatabaseInsightRequest
|
|
386
406
|
* @return GetDatabaseInsightResponse
|
|
387
407
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
389
409
|
*/
|
|
390
410
|
getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
|
|
391
411
|
/**
|
|
@@ -394,7 +414,7 @@ export declare class OperationsInsightsClient {
|
|
|
394
414
|
* @param GetEnterpriseManagerBridgeRequest
|
|
395
415
|
* @return GetEnterpriseManagerBridgeResponse
|
|
396
416
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
398
418
|
*/
|
|
399
419
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
|
|
400
420
|
/**
|
|
@@ -403,7 +423,7 @@ export declare class OperationsInsightsClient {
|
|
|
403
423
|
* @param GetExadataInsightRequest
|
|
404
424
|
* @return GetExadataInsightResponse
|
|
405
425
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
407
427
|
*/
|
|
408
428
|
getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
|
|
409
429
|
/**
|
|
@@ -412,7 +432,7 @@ export declare class OperationsInsightsClient {
|
|
|
412
432
|
* @param GetHostInsightRequest
|
|
413
433
|
* @return GetHostInsightResponse
|
|
414
434
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
416
436
|
*/
|
|
417
437
|
getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
|
|
418
438
|
/**
|
|
@@ -421,7 +441,7 @@ export declare class OperationsInsightsClient {
|
|
|
421
441
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
422
442
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
423
443
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
425
445
|
*/
|
|
426
446
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
|
|
427
447
|
/**
|
|
@@ -432,7 +452,7 @@ export declare class OperationsInsightsClient {
|
|
|
432
452
|
* @param GetOperationsInsightsWarehouseRequest
|
|
433
453
|
* @return GetOperationsInsightsWarehouseResponse
|
|
434
454
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
436
456
|
*/
|
|
437
457
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
|
|
438
458
|
/**
|
|
@@ -441,7 +461,7 @@ export declare class OperationsInsightsClient {
|
|
|
441
461
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
442
462
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
443
463
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
445
465
|
*/
|
|
446
466
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
|
|
447
467
|
/**
|
|
@@ -450,7 +470,7 @@ export declare class OperationsInsightsClient {
|
|
|
450
470
|
* @param GetOpsiDataObjectRequest
|
|
451
471
|
* @return GetOpsiDataObjectResponse
|
|
452
472
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
454
474
|
*/
|
|
455
475
|
getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
|
|
456
476
|
/**
|
|
@@ -459,7 +479,7 @@ export declare class OperationsInsightsClient {
|
|
|
459
479
|
* @param GetWorkRequestRequest
|
|
460
480
|
* @return GetWorkRequestResponse
|
|
461
481
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
463
483
|
*/
|
|
464
484
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
465
485
|
/**
|
|
@@ -468,7 +488,7 @@ export declare class OperationsInsightsClient {
|
|
|
468
488
|
* @param IngestDatabaseConfigurationRequest
|
|
469
489
|
* @return IngestDatabaseConfigurationResponse
|
|
470
490
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
472
492
|
*/
|
|
473
493
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
|
|
474
494
|
/**
|
|
@@ -477,7 +497,7 @@ export declare class OperationsInsightsClient {
|
|
|
477
497
|
* @param IngestHostConfigurationRequest
|
|
478
498
|
* @return IngestHostConfigurationResponse
|
|
479
499
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
481
501
|
*/
|
|
482
502
|
ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
|
|
483
503
|
/**
|
|
@@ -486,7 +506,7 @@ export declare class OperationsInsightsClient {
|
|
|
486
506
|
* @param IngestHostMetricsRequest
|
|
487
507
|
* @return IngestHostMetricsResponse
|
|
488
508
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
490
510
|
*/
|
|
491
511
|
ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
|
|
492
512
|
/**
|
|
@@ -497,7 +517,7 @@ export declare class OperationsInsightsClient {
|
|
|
497
517
|
* @param IngestSqlBucketRequest
|
|
498
518
|
* @return IngestSqlBucketResponse
|
|
499
519
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
501
521
|
*/
|
|
502
522
|
ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
|
|
503
523
|
/**
|
|
@@ -508,7 +528,7 @@ export declare class OperationsInsightsClient {
|
|
|
508
528
|
* @param IngestSqlPlanLinesRequest
|
|
509
529
|
* @return IngestSqlPlanLinesResponse
|
|
510
530
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
512
532
|
*/
|
|
513
533
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
|
|
514
534
|
/**
|
|
@@ -519,7 +539,7 @@ export declare class OperationsInsightsClient {
|
|
|
519
539
|
* @param IngestSqlStatsRequest
|
|
520
540
|
* @return IngestSqlStatsResponse
|
|
521
541
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
523
543
|
*/
|
|
524
544
|
ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
|
|
525
545
|
/**
|
|
@@ -531,9 +551,29 @@ export declare class OperationsInsightsClient {
|
|
|
531
551
|
* @param IngestSqlTextRequest
|
|
532
552
|
* @return IngestSqlTextResponse
|
|
533
553
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
535
555
|
*/
|
|
536
556
|
ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
|
|
557
|
+
/**
|
|
558
|
+
* Lists AWR snapshots for the specified database in the AWR.
|
|
559
|
+
*
|
|
560
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
561
|
+
* @param ListAwrDatabaseSnapshotsRequest
|
|
562
|
+
* @return ListAwrDatabaseSnapshotsResponse
|
|
563
|
+
* @throws OciError when an error occurs
|
|
564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
565
|
+
*/
|
|
566
|
+
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
|
|
567
|
+
/**
|
|
568
|
+
* Gets the list of databases and their snapshot summary details available in the AWRHub.
|
|
569
|
+
*
|
|
570
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
571
|
+
* @param ListAwrDatabasesRequest
|
|
572
|
+
* @return ListAwrDatabasesResponse
|
|
573
|
+
* @throws OciError when an error occurs
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
575
|
+
*/
|
|
576
|
+
listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
|
|
537
577
|
/**
|
|
538
578
|
* Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
539
579
|
*
|
|
@@ -541,7 +581,7 @@ export declare class OperationsInsightsClient {
|
|
|
541
581
|
* @param ListAwrHubsRequest
|
|
542
582
|
* @return ListAwrHubsResponse
|
|
543
583
|
* @throws OciError when an error occurs
|
|
544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
545
585
|
*/
|
|
546
586
|
listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
|
|
547
587
|
/**
|
|
@@ -552,7 +592,7 @@ export declare class OperationsInsightsClient {
|
|
|
552
592
|
* @param ListAwrSnapshotsRequest
|
|
553
593
|
* @return ListAwrSnapshotsResponse
|
|
554
594
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
556
596
|
*/
|
|
557
597
|
listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
|
|
558
598
|
/**
|
|
@@ -563,7 +603,7 @@ export declare class OperationsInsightsClient {
|
|
|
563
603
|
* @param ListDatabaseConfigurationsRequest
|
|
564
604
|
* @return ListDatabaseConfigurationsResponse
|
|
565
605
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
567
607
|
*/
|
|
568
608
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
|
|
569
609
|
/**
|
|
@@ -574,7 +614,7 @@ export declare class OperationsInsightsClient {
|
|
|
574
614
|
* @param ListDatabaseInsightsRequest
|
|
575
615
|
* @return ListDatabaseInsightsResponse
|
|
576
616
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
578
618
|
*/
|
|
579
619
|
listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
|
|
580
620
|
/**
|
|
@@ -585,7 +625,7 @@ export declare class OperationsInsightsClient {
|
|
|
585
625
|
* @param ListEnterpriseManagerBridgesRequest
|
|
586
626
|
* @return ListEnterpriseManagerBridgesResponse
|
|
587
627
|
* @throws OciError when an error occurs
|
|
588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
589
629
|
*/
|
|
590
630
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
|
|
591
631
|
/**
|
|
@@ -594,7 +634,7 @@ export declare class OperationsInsightsClient {
|
|
|
594
634
|
* @param ListExadataConfigurationsRequest
|
|
595
635
|
* @return ListExadataConfigurationsResponse
|
|
596
636
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
598
638
|
*/
|
|
599
639
|
listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
|
|
600
640
|
/**
|
|
@@ -605,7 +645,7 @@ export declare class OperationsInsightsClient {
|
|
|
605
645
|
* @param ListExadataInsightsRequest
|
|
606
646
|
* @return ListExadataInsightsResponse
|
|
607
647
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
609
649
|
*/
|
|
610
650
|
listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
|
|
611
651
|
/**
|
|
@@ -616,7 +656,7 @@ export declare class OperationsInsightsClient {
|
|
|
616
656
|
* @param ListHostConfigurationsRequest
|
|
617
657
|
* @return ListHostConfigurationsResponse
|
|
618
658
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
620
660
|
*/
|
|
621
661
|
listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
|
|
622
662
|
/**
|
|
@@ -627,7 +667,7 @@ export declare class OperationsInsightsClient {
|
|
|
627
667
|
* @param ListHostInsightsRequest
|
|
628
668
|
* @return ListHostInsightsResponse
|
|
629
669
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
631
671
|
*/
|
|
632
672
|
listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
|
|
633
673
|
/**
|
|
@@ -637,7 +677,7 @@ export declare class OperationsInsightsClient {
|
|
|
637
677
|
* @param ListHostedEntitiesRequest
|
|
638
678
|
* @return ListHostedEntitiesResponse
|
|
639
679
|
* @throws OciError when an error occurs
|
|
640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
641
681
|
*/
|
|
642
682
|
listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
|
|
643
683
|
/**
|
|
@@ -651,9 +691,25 @@ export declare class OperationsInsightsClient {
|
|
|
651
691
|
* @param ListImportableAgentEntitiesRequest
|
|
652
692
|
* @return ListImportableAgentEntitiesResponse
|
|
653
693
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
655
695
|
*/
|
|
656
696
|
listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
|
|
697
|
+
/**
|
|
698
|
+
* Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
|
|
699
|
+
* and will be shown if all the following conditions are true:
|
|
700
|
+
* 1. Compute is running OCA
|
|
701
|
+
* 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
|
|
702
|
+
* 2.1 The agent OCID is not already being used for an existing hostInsight.
|
|
703
|
+
* 2.2 The agent availabilityStatus = 'ACTIVE'
|
|
704
|
+
* 2.3 The agent lifecycleState = 'ACTIVE'
|
|
705
|
+
*
|
|
706
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
707
|
+
* @param ListImportableComputeEntitiesRequest
|
|
708
|
+
* @return ListImportableComputeEntitiesResponse
|
|
709
|
+
* @throws OciError when an error occurs
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
711
|
+
*/
|
|
712
|
+
listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
|
|
657
713
|
/**
|
|
658
714
|
* Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
|
|
659
715
|
*
|
|
@@ -661,7 +717,7 @@ export declare class OperationsInsightsClient {
|
|
|
661
717
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
662
718
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
663
719
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
665
721
|
*/
|
|
666
722
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
|
|
667
723
|
/**
|
|
@@ -670,7 +726,7 @@ export declare class OperationsInsightsClient {
|
|
|
670
726
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
671
727
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
672
728
|
* @throws OciError when an error occurs
|
|
673
|
-
* @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.38.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
674
730
|
*/
|
|
675
731
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
|
|
676
732
|
/**
|
|
@@ -680,7 +736,7 @@ export declare class OperationsInsightsClient {
|
|
|
680
736
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
681
737
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
682
738
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
684
740
|
*/
|
|
685
741
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
|
|
686
742
|
/**
|
|
@@ -691,7 +747,7 @@ export declare class OperationsInsightsClient {
|
|
|
691
747
|
* @param ListOperationsInsightsWarehousesRequest
|
|
692
748
|
* @return ListOperationsInsightsWarehousesResponse
|
|
693
749
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
695
751
|
*/
|
|
696
752
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
|
|
697
753
|
/**
|
|
@@ -701,7 +757,7 @@ export declare class OperationsInsightsClient {
|
|
|
701
757
|
* @param ListOpsiDataObjectsRequest
|
|
702
758
|
* @return ListOpsiDataObjectsResponse
|
|
703
759
|
* @throws OciError when an error occurs
|
|
704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
705
761
|
*/
|
|
706
762
|
listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
|
|
707
763
|
/**
|
|
@@ -712,7 +768,7 @@ export declare class OperationsInsightsClient {
|
|
|
712
768
|
* @param ListSqlPlansRequest
|
|
713
769
|
* @return ListSqlPlansResponse
|
|
714
770
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
716
772
|
*/
|
|
717
773
|
listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
|
|
718
774
|
/**
|
|
@@ -723,7 +779,7 @@ export declare class OperationsInsightsClient {
|
|
|
723
779
|
* @param ListSqlSearchesRequest
|
|
724
780
|
* @return ListSqlSearchesResponse
|
|
725
781
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
727
783
|
*/
|
|
728
784
|
listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
|
|
729
785
|
/**
|
|
@@ -733,7 +789,7 @@ export declare class OperationsInsightsClient {
|
|
|
733
789
|
* @param ListSqlTextsRequest
|
|
734
790
|
* @return ListSqlTextsResponse
|
|
735
791
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
737
793
|
*/
|
|
738
794
|
listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
|
|
739
795
|
/**
|
|
@@ -743,7 +799,7 @@ export declare class OperationsInsightsClient {
|
|
|
743
799
|
* @param ListWorkRequestErrorsRequest
|
|
744
800
|
* @return ListWorkRequestErrorsResponse
|
|
745
801
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
747
803
|
*/
|
|
748
804
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
749
805
|
/**
|
|
@@ -753,7 +809,7 @@ export declare class OperationsInsightsClient {
|
|
|
753
809
|
* @param ListWorkRequestLogsRequest
|
|
754
810
|
* @return ListWorkRequestLogsResponse
|
|
755
811
|
* @throws OciError when an error occurs
|
|
756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
757
813
|
*/
|
|
758
814
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
759
815
|
/**
|
|
@@ -763,7 +819,7 @@ export declare class OperationsInsightsClient {
|
|
|
763
819
|
* @param ListWorkRequestsRequest
|
|
764
820
|
* @return ListWorkRequestsResponse
|
|
765
821
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
767
823
|
*/
|
|
768
824
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
769
825
|
/**
|
|
@@ -774,7 +830,7 @@ export declare class OperationsInsightsClient {
|
|
|
774
830
|
* @param QueryOpsiDataObjectDataRequest
|
|
775
831
|
* @return QueryOpsiDataObjectDataResponse
|
|
776
832
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
778
834
|
*/
|
|
779
835
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
|
|
780
836
|
/**
|
|
@@ -783,9 +839,117 @@ export declare class OperationsInsightsClient {
|
|
|
783
839
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
784
840
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
785
841
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
787
843
|
*/
|
|
788
844
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
|
|
845
|
+
/**
|
|
846
|
+
* Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
|
|
847
|
+
* Based on the time range provided as part of query param, the metrics points will be returned in the response as below.
|
|
848
|
+
* - if time range is <=7 days then the metrics points will be for every MINUTES
|
|
849
|
+
* - if time range is <=2 hours then the metrics points will be for every 10 SECONDS
|
|
850
|
+
* - if time range is >7 days then the metrics points will be for every HOUR.
|
|
851
|
+
*
|
|
852
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
853
|
+
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
854
|
+
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
855
|
+
* @throws OciError when an error occurs
|
|
856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
857
|
+
*/
|
|
858
|
+
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
|
|
859
|
+
/**
|
|
860
|
+
* Summarizes the metric samples for the specified database in the AWR. The metric samples are summarized based on the Time dimension for each metric.
|
|
861
|
+
*
|
|
862
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
863
|
+
* @param SummarizeAwrDatabaseMetricsRequest
|
|
864
|
+
* @return SummarizeAwrDatabaseMetricsResponse
|
|
865
|
+
* @throws OciError when an error occurs
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
867
|
+
*/
|
|
868
|
+
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
|
|
869
|
+
/**
|
|
870
|
+
* Summarizes the database parameter change history for one database parameter of the specified database in AWR. One change history record contains
|
|
871
|
+
* the previous value, the changed value, and the corresponding time range. If the database parameter value was changed multiple times within the time range, then multiple change history records are created for the same parameter.
|
|
872
|
+
* Note that this API only returns information on change history details for one database parameter.
|
|
873
|
+
* To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint:
|
|
874
|
+
* /awrHubs/{awrHubId}/awrDbParameters?awrSourceDatabaseIdentifier={awrSourceDbId}
|
|
875
|
+
*
|
|
876
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
877
|
+
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
878
|
+
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
879
|
+
* @throws OciError when an error occurs
|
|
880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
881
|
+
*/
|
|
882
|
+
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
|
|
883
|
+
/**
|
|
884
|
+
* Summarizes the database parameter history for the specified database in AWR. This includes the list of database
|
|
885
|
+
* parameters, with information on whether the parameter values were modified within the query time range. Note that
|
|
886
|
+
* each database parameter is only listed once. Depending on the optional query parameters, the returned summary gets all the database parameters, which include:
|
|
887
|
+
* <p>
|
|
888
|
+
Queryparam (valueChanged =\"Y\") - Each parameter whose value was changed during the time range, \"isChanged : true\" in response for the DB params.
|
|
889
|
+
* Queryparam (valueChanged =\"N\") - Each parameter whose value was unchanged during the time range, \"isChanged : false\" in response for the DB params.
|
|
890
|
+
* Queryparam (valueChanged =\"Y\" and valueModified = \"SYSTEM_MOD\") - Each parameter whose value was changed at the system level during the time range, \"isChanged : true\" & \"valueModified : SYSTEM_MOD\" in response for the DB params.
|
|
891
|
+
* Queryparam (valueChanged =\"N\" and valueDefault = \"FALSE\") - Each parameter whose value was unchanged during the time range, however, the value is not the default value, \"isChanged : true\" & \"isDefault : false\" in response for the DB params.
|
|
892
|
+
* <p>
|
|
893
|
+
Note that this API does not return information on the number of times each database parameter has been changed within the time range. To get the database parameter value change history for a specific parameter, use the following API endpoint:
|
|
894
|
+
* /awrHubs/{awrHubId}/awrDbParameterChanges?awrSourceDatabaseIdentifier={awrSourceDbId}
|
|
895
|
+
*
|
|
896
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
897
|
+
* @param SummarizeAwrDatabaseParametersRequest
|
|
898
|
+
* @return SummarizeAwrDatabaseParametersResponse
|
|
899
|
+
* @throws OciError when an error occurs
|
|
900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
901
|
+
*/
|
|
902
|
+
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
|
|
903
|
+
/**
|
|
904
|
+
* Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified AWRHub.
|
|
905
|
+
*
|
|
906
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
907
|
+
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
908
|
+
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
909
|
+
* @throws OciError when an error occurs
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
911
|
+
*/
|
|
912
|
+
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
|
|
913
|
+
/**
|
|
914
|
+
* Summarizes the AWR SYSSTAT sample data for the specified database in AWR. The statistical data is summarized based on the Time dimension for each statistic.
|
|
915
|
+
*
|
|
916
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
917
|
+
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
918
|
+
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
919
|
+
* @throws OciError when an error occurs
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
921
|
+
*/
|
|
922
|
+
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
|
|
923
|
+
/**
|
|
924
|
+
* Summarizes the AWR top wait events.
|
|
925
|
+
*
|
|
926
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
927
|
+
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
928
|
+
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
929
|
+
* @throws OciError when an error occurs
|
|
930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
931
|
+
*/
|
|
932
|
+
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
|
|
933
|
+
/**
|
|
934
|
+
* Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.
|
|
935
|
+
*
|
|
936
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
937
|
+
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
938
|
+
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
939
|
+
* @throws OciError when an error occurs
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
941
|
+
*/
|
|
942
|
+
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
|
|
943
|
+
/**
|
|
944
|
+
* Summarizes the AWR wait event sample data for the specified database in the AWR. The event data is summarized based on the Time dimension for each event.
|
|
945
|
+
*
|
|
946
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
947
|
+
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
948
|
+
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
949
|
+
* @throws OciError when an error occurs
|
|
950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
951
|
+
*/
|
|
952
|
+
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
|
|
789
953
|
/**
|
|
790
954
|
* Gets a list of summary of AWR Sources.
|
|
791
955
|
*
|
|
@@ -793,7 +957,7 @@ export declare class OperationsInsightsClient {
|
|
|
793
957
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
794
958
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
795
959
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
797
961
|
*/
|
|
798
962
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
|
|
799
963
|
/**
|
|
@@ -805,7 +969,7 @@ export declare class OperationsInsightsClient {
|
|
|
805
969
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
806
970
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
807
971
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
809
973
|
*/
|
|
810
974
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
|
|
811
975
|
/**
|
|
@@ -816,7 +980,7 @@ export declare class OperationsInsightsClient {
|
|
|
816
980
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
817
981
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
818
982
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
820
984
|
*/
|
|
821
985
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
|
|
822
986
|
/**
|
|
@@ -827,7 +991,7 @@ export declare class OperationsInsightsClient {
|
|
|
827
991
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
828
992
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
829
993
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
831
995
|
*/
|
|
832
996
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
|
|
833
997
|
/**
|
|
@@ -840,7 +1004,7 @@ export declare class OperationsInsightsClient {
|
|
|
840
1004
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
841
1005
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
842
1006
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
844
1008
|
*/
|
|
845
1009
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
|
|
846
1010
|
/**
|
|
@@ -852,7 +1016,7 @@ export declare class OperationsInsightsClient {
|
|
|
852
1016
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
853
1017
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
854
1018
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
856
1020
|
*/
|
|
857
1021
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
|
|
858
1022
|
/**
|
|
@@ -863,7 +1027,7 @@ export declare class OperationsInsightsClient {
|
|
|
863
1027
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
864
1028
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
865
1029
|
* @throws OciError when an error occurs
|
|
866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
867
1031
|
*/
|
|
868
1032
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
|
|
869
1033
|
/**
|
|
@@ -875,7 +1039,7 @@ export declare class OperationsInsightsClient {
|
|
|
875
1039
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
876
1040
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
877
1041
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
879
1043
|
*/
|
|
880
1044
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
|
|
881
1045
|
/**
|
|
@@ -892,7 +1056,7 @@ export declare class OperationsInsightsClient {
|
|
|
892
1056
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
893
1057
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
894
1058
|
* @throws OciError when an error occurs
|
|
895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
896
1060
|
*/
|
|
897
1061
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
|
|
898
1062
|
/**
|
|
@@ -906,7 +1070,7 @@ export declare class OperationsInsightsClient {
|
|
|
906
1070
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
907
1071
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
908
1072
|
* @throws OciError when an error occurs
|
|
909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
910
1074
|
*/
|
|
911
1075
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
|
|
912
1076
|
/**
|
|
@@ -923,7 +1087,7 @@ export declare class OperationsInsightsClient {
|
|
|
923
1087
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
924
1088
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
925
1089
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
927
1091
|
*/
|
|
928
1092
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
|
|
929
1093
|
/**
|
|
@@ -936,7 +1100,7 @@ export declare class OperationsInsightsClient {
|
|
|
936
1100
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
937
1101
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
938
1102
|
* @throws OciError when an error occurs
|
|
939
|
-
* @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.38.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
940
1104
|
*/
|
|
941
1105
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
|
|
942
1106
|
/**
|
|
@@ -950,7 +1114,7 @@ export declare class OperationsInsightsClient {
|
|
|
950
1114
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
951
1115
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
952
1116
|
* @throws OciError when an error occurs
|
|
953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
954
1118
|
*/
|
|
955
1119
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
|
|
956
1120
|
/**
|
|
@@ -965,7 +1129,7 @@ export declare class OperationsInsightsClient {
|
|
|
965
1129
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
966
1130
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
967
1131
|
* @throws OciError when an error occurs
|
|
968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
969
1133
|
*/
|
|
970
1134
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
|
|
971
1135
|
/**
|
|
@@ -980,7 +1144,7 @@ export declare class OperationsInsightsClient {
|
|
|
980
1144
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
981
1145
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
982
1146
|
* @throws OciError when an error occurs
|
|
983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
984
1148
|
*/
|
|
985
1149
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
|
|
986
1150
|
/**
|
|
@@ -989,7 +1153,7 @@ export declare class OperationsInsightsClient {
|
|
|
989
1153
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
990
1154
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
991
1155
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
993
1157
|
*/
|
|
994
1158
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
|
|
995
1159
|
/**
|
|
@@ -998,7 +1162,7 @@ export declare class OperationsInsightsClient {
|
|
|
998
1162
|
* @param SummarizeExadataMembersRequest
|
|
999
1163
|
* @return SummarizeExadataMembersResponse
|
|
1000
1164
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
1002
1166
|
*/
|
|
1003
1167
|
summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
|
|
1004
1168
|
/**
|
|
@@ -1010,7 +1174,7 @@ export declare class OperationsInsightsClient {
|
|
|
1010
1174
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
1011
1175
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
1012
1176
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
1014
1178
|
*/
|
|
1015
1179
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
|
|
1016
1180
|
/**
|
|
@@ -1021,7 +1185,7 @@ export declare class OperationsInsightsClient {
|
|
|
1021
1185
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
1022
1186
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
1023
1187
|
* @throws OciError when an error occurs
|
|
1024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
1025
1189
|
*/
|
|
1026
1190
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
|
|
1027
1191
|
/**
|
|
@@ -1032,7 +1196,7 @@ export declare class OperationsInsightsClient {
|
|
|
1032
1196
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
1033
1197
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
1034
1198
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
1036
1200
|
*/
|
|
1037
1201
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
|
|
1038
1202
|
/**
|
|
@@ -1045,7 +1209,7 @@ export declare class OperationsInsightsClient {
|
|
|
1045
1209
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
1046
1210
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
1047
1211
|
* @throws OciError when an error occurs
|
|
1048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
1049
1213
|
*/
|
|
1050
1214
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
|
|
1051
1215
|
/**
|
|
@@ -1057,7 +1221,7 @@ export declare class OperationsInsightsClient {
|
|
|
1057
1221
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
1058
1222
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
1059
1223
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
1061
1225
|
*/
|
|
1062
1226
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
|
|
1063
1227
|
/**
|
|
@@ -1068,7 +1232,7 @@ export declare class OperationsInsightsClient {
|
|
|
1068
1232
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
1069
1233
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
1070
1234
|
* @throws OciError when an error occurs
|
|
1071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
1072
1236
|
*/
|
|
1073
1237
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
|
|
1074
1238
|
/**
|
|
@@ -1080,7 +1244,7 @@ export declare class OperationsInsightsClient {
|
|
|
1080
1244
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
1081
1245
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
1082
1246
|
* @throws OciError when an error occurs
|
|
1083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
1084
1248
|
*/
|
|
1085
1249
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
|
|
1086
1250
|
/**
|
|
@@ -1091,7 +1255,7 @@ export declare class OperationsInsightsClient {
|
|
|
1091
1255
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
1092
1256
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
1093
1257
|
* @throws OciError when an error occurs
|
|
1094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
1095
1259
|
*/
|
|
1096
1260
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
|
|
1097
1261
|
/**
|
|
@@ -1102,7 +1266,7 @@ export declare class OperationsInsightsClient {
|
|
|
1102
1266
|
* @param SummarizeSqlInsightsRequest
|
|
1103
1267
|
* @return SummarizeSqlInsightsResponse
|
|
1104
1268
|
* @throws OciError when an error occurs
|
|
1105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
1106
1270
|
*/
|
|
1107
1271
|
summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
|
|
1108
1272
|
/**
|
|
@@ -1113,7 +1277,7 @@ export declare class OperationsInsightsClient {
|
|
|
1113
1277
|
* @param SummarizeSqlPlanInsightsRequest
|
|
1114
1278
|
* @return SummarizeSqlPlanInsightsResponse
|
|
1115
1279
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
1117
1281
|
*/
|
|
1118
1282
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
|
|
1119
1283
|
/**
|
|
@@ -1124,7 +1288,7 @@ export declare class OperationsInsightsClient {
|
|
|
1124
1288
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
1125
1289
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
1126
1290
|
* @throws OciError when an error occurs
|
|
1127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
1128
1292
|
*/
|
|
1129
1293
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
|
|
1130
1294
|
/**
|
|
@@ -1135,7 +1299,7 @@ export declare class OperationsInsightsClient {
|
|
|
1135
1299
|
* @param SummarizeSqlStatisticsRequest
|
|
1136
1300
|
* @return SummarizeSqlStatisticsResponse
|
|
1137
1301
|
* @throws OciError when an error occurs
|
|
1138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
1139
1303
|
*/
|
|
1140
1304
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
|
|
1141
1305
|
/**
|
|
@@ -1146,7 +1310,7 @@ export declare class OperationsInsightsClient {
|
|
|
1146
1310
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
1147
1311
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
1148
1312
|
* @throws OciError when an error occurs
|
|
1149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
1150
1314
|
*/
|
|
1151
1315
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
|
|
1152
1316
|
/**
|
|
@@ -1157,7 +1321,7 @@ export declare class OperationsInsightsClient {
|
|
|
1157
1321
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
1158
1322
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
1159
1323
|
* @throws OciError when an error occurs
|
|
1160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
1161
1325
|
*/
|
|
1162
1326
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
|
|
1163
1327
|
/**
|
|
@@ -1166,7 +1330,7 @@ export declare class OperationsInsightsClient {
|
|
|
1166
1330
|
* @param UpdateAwrHubRequest
|
|
1167
1331
|
* @return UpdateAwrHubResponse
|
|
1168
1332
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
1170
1334
|
*/
|
|
1171
1335
|
updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
|
|
1172
1336
|
/**
|
|
@@ -1175,7 +1339,7 @@ export declare class OperationsInsightsClient {
|
|
|
1175
1339
|
* @param UpdateDatabaseInsightRequest
|
|
1176
1340
|
* @return UpdateDatabaseInsightResponse
|
|
1177
1341
|
* @throws OciError when an error occurs
|
|
1178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
1179
1343
|
*/
|
|
1180
1344
|
updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
|
|
1181
1345
|
/**
|
|
@@ -1184,7 +1348,7 @@ export declare class OperationsInsightsClient {
|
|
|
1184
1348
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
1185
1349
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
1186
1350
|
* @throws OciError when an error occurs
|
|
1187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
1188
1352
|
*/
|
|
1189
1353
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
|
|
1190
1354
|
/**
|
|
@@ -1193,7 +1357,7 @@ export declare class OperationsInsightsClient {
|
|
|
1193
1357
|
* @param UpdateExadataInsightRequest
|
|
1194
1358
|
* @return UpdateExadataInsightResponse
|
|
1195
1359
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
1197
1361
|
*/
|
|
1198
1362
|
updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
|
|
1199
1363
|
/**
|
|
@@ -1202,7 +1366,7 @@ export declare class OperationsInsightsClient {
|
|
|
1202
1366
|
* @param UpdateHostInsightRequest
|
|
1203
1367
|
* @return UpdateHostInsightResponse
|
|
1204
1368
|
* @throws OciError when an error occurs
|
|
1205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
1206
1370
|
*/
|
|
1207
1371
|
updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
|
|
1208
1372
|
/**
|
|
@@ -1211,7 +1375,7 @@ export declare class OperationsInsightsClient {
|
|
|
1211
1375
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
1212
1376
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
1213
1377
|
* @throws OciError when an error occurs
|
|
1214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
1215
1379
|
*/
|
|
1216
1380
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
|
|
1217
1381
|
/**
|
|
@@ -1222,7 +1386,7 @@ export declare class OperationsInsightsClient {
|
|
|
1222
1386
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
1223
1387
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
1224
1388
|
* @throws OciError when an error occurs
|
|
1225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
1226
1390
|
*/
|
|
1227
1391
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
|
|
1228
1392
|
/**
|
|
@@ -1231,7 +1395,7 @@ export declare class OperationsInsightsClient {
|
|
|
1231
1395
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
1232
1396
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
1233
1397
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
1235
1399
|
*/
|
|
1236
1400
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
|
|
1237
1401
|
}
|