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.js
CHANGED
|
@@ -159,7 +159,7 @@ class OperationsInsightsClient {
|
|
|
159
159
|
* @param AddExadataInsightMembersRequest
|
|
160
160
|
* @return AddExadataInsightMembersResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
163
163
|
*/
|
|
164
164
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class OperationsInsightsClient {
|
|
|
221
221
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
222
222
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
225
225
|
*/
|
|
226
226
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class OperationsInsightsClient {
|
|
|
283
283
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
284
284
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
287
287
|
*/
|
|
288
288
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class OperationsInsightsClient {
|
|
|
344
344
|
* @param ChangeExadataInsightCompartmentRequest
|
|
345
345
|
* @return ChangeExadataInsightCompartmentResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
348
348
|
*/
|
|
349
349
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class OperationsInsightsClient {
|
|
|
406
406
|
* @param ChangeHostInsightCompartmentRequest
|
|
407
407
|
* @return ChangeHostInsightCompartmentResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
410
410
|
*/
|
|
411
411
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ class OperationsInsightsClient {
|
|
|
468
468
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
469
469
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
472
472
|
*/
|
|
473
473
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
474
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -530,7 +530,7 @@ class OperationsInsightsClient {
|
|
|
530
530
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
531
531
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
534
534
|
*/
|
|
535
535
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
536
536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -594,7 +594,7 @@ class OperationsInsightsClient {
|
|
|
594
594
|
* @param CreateAwrHubRequest
|
|
595
595
|
* @return CreateAwrHubResponse
|
|
596
596
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
598
598
|
*/
|
|
599
599
|
createAwrHub(createAwrHubRequest) {
|
|
600
600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -673,7 +673,7 @@ class OperationsInsightsClient {
|
|
|
673
673
|
* @param CreateDatabaseInsightRequest
|
|
674
674
|
* @return CreateDatabaseInsightResponse
|
|
675
675
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
677
677
|
*/
|
|
678
678
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
679
679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -752,7 +752,7 @@ class OperationsInsightsClient {
|
|
|
752
752
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
753
753
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
756
756
|
*/
|
|
757
757
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
758
758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -831,7 +831,7 @@ class OperationsInsightsClient {
|
|
|
831
831
|
* @param CreateExadataInsightRequest
|
|
832
832
|
* @return CreateExadataInsightResponse
|
|
833
833
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
835
835
|
*/
|
|
836
836
|
createExadataInsight(createExadataInsightRequest) {
|
|
837
837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -910,7 +910,7 @@ class OperationsInsightsClient {
|
|
|
910
910
|
* @param CreateHostInsightRequest
|
|
911
911
|
* @return CreateHostInsightResponse
|
|
912
912
|
* @throws OciError when an error occurs
|
|
913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
914
914
|
*/
|
|
915
915
|
createHostInsight(createHostInsightRequest) {
|
|
916
916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -990,7 +990,7 @@ class OperationsInsightsClient {
|
|
|
990
990
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
991
991
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
992
992
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
994
994
|
*/
|
|
995
995
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
996
996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1071,7 +1071,7 @@ class OperationsInsightsClient {
|
|
|
1071
1071
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
1072
1072
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
1073
1073
|
* @throws OciError when an error occurs
|
|
1074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
1075
1075
|
*/
|
|
1076
1076
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
1077
1077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1151,7 +1151,7 @@ class OperationsInsightsClient {
|
|
|
1151
1151
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
1152
1152
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
1153
1153
|
* @throws OciError when an error occurs
|
|
1154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
1155
1155
|
*/
|
|
1156
1156
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
1157
1157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1229,7 +1229,7 @@ class OperationsInsightsClient {
|
|
|
1229
1229
|
* @param DeleteAwrHubRequest
|
|
1230
1230
|
* @return DeleteAwrHubResponse
|
|
1231
1231
|
* @throws OciError when an error occurs
|
|
1232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
1233
1233
|
*/
|
|
1234
1234
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1235
1235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1289,7 +1289,7 @@ class OperationsInsightsClient {
|
|
|
1289
1289
|
* @param DeleteDatabaseInsightRequest
|
|
1290
1290
|
* @return DeleteDatabaseInsightResponse
|
|
1291
1291
|
* @throws OciError when an error occurs
|
|
1292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1293
1293
|
*/
|
|
1294
1294
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1295
1295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1349,7 +1349,7 @@ class OperationsInsightsClient {
|
|
|
1349
1349
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1350
1350
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1351
1351
|
* @throws OciError when an error occurs
|
|
1352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1353
1353
|
*/
|
|
1354
1354
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1355
1355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1409,7 +1409,7 @@ class OperationsInsightsClient {
|
|
|
1409
1409
|
* @param DeleteExadataInsightRequest
|
|
1410
1410
|
* @return DeleteExadataInsightResponse
|
|
1411
1411
|
* @throws OciError when an error occurs
|
|
1412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1413
1413
|
*/
|
|
1414
1414
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1415
1415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1469,7 +1469,7 @@ class OperationsInsightsClient {
|
|
|
1469
1469
|
* @param DeleteHostInsightRequest
|
|
1470
1470
|
* @return DeleteHostInsightResponse
|
|
1471
1471
|
* @throws OciError when an error occurs
|
|
1472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1473
1473
|
*/
|
|
1474
1474
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1475
1475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1529,7 +1529,7 @@ class OperationsInsightsClient {
|
|
|
1529
1529
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1530
1530
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1531
1531
|
* @throws OciError when an error occurs
|
|
1532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1533
1533
|
*/
|
|
1534
1534
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1535
1535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1593,7 +1593,7 @@ class OperationsInsightsClient {
|
|
|
1593
1593
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
1594
1594
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
1595
1595
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
1597
1597
|
*/
|
|
1598
1598
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
1599
1599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1653,7 +1653,7 @@ class OperationsInsightsClient {
|
|
|
1653
1653
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
1654
1654
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
1655
1655
|
* @throws OciError when an error occurs
|
|
1656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
1657
1657
|
*/
|
|
1658
1658
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
1659
1659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1713,7 +1713,7 @@ class OperationsInsightsClient {
|
|
|
1713
1713
|
* @param DisableDatabaseInsightRequest
|
|
1714
1714
|
* @return DisableDatabaseInsightResponse
|
|
1715
1715
|
* @throws OciError when an error occurs
|
|
1716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
1717
1717
|
*/
|
|
1718
1718
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
1719
1719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1774,7 +1774,7 @@ class OperationsInsightsClient {
|
|
|
1774
1774
|
* @param DisableExadataInsightRequest
|
|
1775
1775
|
* @return DisableExadataInsightResponse
|
|
1776
1776
|
* @throws OciError when an error occurs
|
|
1777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
1778
1778
|
*/
|
|
1779
1779
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
1780
1780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1835,7 +1835,7 @@ class OperationsInsightsClient {
|
|
|
1835
1835
|
* @param DisableHostInsightRequest
|
|
1836
1836
|
* @return DisableHostInsightResponse
|
|
1837
1837
|
* @throws OciError when an error occurs
|
|
1838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
1839
1839
|
*/
|
|
1840
1840
|
disableHostInsight(disableHostInsightRequest) {
|
|
1841
1841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1896,7 +1896,7 @@ class OperationsInsightsClient {
|
|
|
1896
1896
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
1897
1897
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
1898
1898
|
* @throws OciError when an error occurs
|
|
1899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
1900
1900
|
*/
|
|
1901
1901
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
1902
1902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1970,7 +1970,7 @@ class OperationsInsightsClient {
|
|
|
1970
1970
|
* @param EnableDatabaseInsightRequest
|
|
1971
1971
|
* @return EnableDatabaseInsightResponse
|
|
1972
1972
|
* @throws OciError when an error occurs
|
|
1973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
1974
1974
|
*/
|
|
1975
1975
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
1976
1976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2032,7 +2032,7 @@ class OperationsInsightsClient {
|
|
|
2032
2032
|
* @param EnableExadataInsightRequest
|
|
2033
2033
|
* @return EnableExadataInsightResponse
|
|
2034
2034
|
* @throws OciError when an error occurs
|
|
2035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
2036
2036
|
*/
|
|
2037
2037
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
2038
2038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2094,7 +2094,7 @@ class OperationsInsightsClient {
|
|
|
2094
2094
|
* @param EnableHostInsightRequest
|
|
2095
2095
|
* @return EnableHostInsightResponse
|
|
2096
2096
|
* @throws OciError when an error occurs
|
|
2097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
2098
2098
|
*/
|
|
2099
2099
|
enableHostInsight(enableHostInsightRequest) {
|
|
2100
2100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2150,13 +2150,149 @@ class OperationsInsightsClient {
|
|
|
2150
2150
|
}
|
|
2151
2151
|
});
|
|
2152
2152
|
}
|
|
2153
|
+
/**
|
|
2154
|
+
* Gets the AWR report for the specified database.
|
|
2155
|
+
*
|
|
2156
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2157
|
+
* @param GetAwrDatabaseReportRequest
|
|
2158
|
+
* @return GetAwrDatabaseReportResponse
|
|
2159
|
+
* @throws OciError when an error occurs
|
|
2160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
2161
|
+
*/
|
|
2162
|
+
getAwrDatabaseReport(getAwrDatabaseReportRequest) {
|
|
2163
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2164
|
+
if (this.logger)
|
|
2165
|
+
this.logger.debug("Calling operation OperationsInsightsClient#getAwrDatabaseReport.");
|
|
2166
|
+
const operationName = "getAwrDatabaseReport";
|
|
2167
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrDatabaseReport";
|
|
2168
|
+
const pathParams = {
|
|
2169
|
+
"{awrHubId}": getAwrDatabaseReportRequest.awrHubId
|
|
2170
|
+
};
|
|
2171
|
+
const queryParams = {
|
|
2172
|
+
"awrSourceDatabaseIdentifier": getAwrDatabaseReportRequest.awrSourceDatabaseIdentifier,
|
|
2173
|
+
"instanceNumber": getAwrDatabaseReportRequest.instanceNumber,
|
|
2174
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": getAwrDatabaseReportRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
2175
|
+
"endSnapshotIdentifierLessThanOrEqualTo": getAwrDatabaseReportRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
2176
|
+
"timeGreaterThanOrEqualTo": getAwrDatabaseReportRequest.timeGreaterThanOrEqualTo,
|
|
2177
|
+
"timeLessThanOrEqualTo": getAwrDatabaseReportRequest.timeLessThanOrEqualTo,
|
|
2178
|
+
"reportType": getAwrDatabaseReportRequest.reportType,
|
|
2179
|
+
"reportFormat": getAwrDatabaseReportRequest.reportFormat
|
|
2180
|
+
};
|
|
2181
|
+
let headerParams = {
|
|
2182
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2183
|
+
"opc-request-id": getAwrDatabaseReportRequest.opcRequestId
|
|
2184
|
+
};
|
|
2185
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2186
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAwrDatabaseReportRequest.retryConfiguration, specRetryConfiguration);
|
|
2187
|
+
if (this.logger)
|
|
2188
|
+
retrier.logger = this.logger;
|
|
2189
|
+
const request = yield oci_common_1.composeRequest({
|
|
2190
|
+
baseEndpoint: this._endpoint,
|
|
2191
|
+
defaultHeaders: this._defaultHeaders,
|
|
2192
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseReport",
|
|
2193
|
+
method: "GET",
|
|
2194
|
+
pathParams: pathParams,
|
|
2195
|
+
headerParams: headerParams,
|
|
2196
|
+
queryParams: queryParams
|
|
2197
|
+
});
|
|
2198
|
+
try {
|
|
2199
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2200
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2201
|
+
responseObject: {},
|
|
2202
|
+
body: yield response.json(),
|
|
2203
|
+
bodyKey: "awrDatabaseReport",
|
|
2204
|
+
bodyModel: model.AwrDatabaseReport,
|
|
2205
|
+
type: "model.AwrDatabaseReport",
|
|
2206
|
+
responseHeaders: [
|
|
2207
|
+
{
|
|
2208
|
+
value: response.headers.get("opc-request-id"),
|
|
2209
|
+
key: "opcRequestId",
|
|
2210
|
+
dataType: "string"
|
|
2211
|
+
}
|
|
2212
|
+
]
|
|
2213
|
+
});
|
|
2214
|
+
return sdkResponse;
|
|
2215
|
+
}
|
|
2216
|
+
catch (err) {
|
|
2217
|
+
throw err;
|
|
2218
|
+
}
|
|
2219
|
+
});
|
|
2220
|
+
}
|
|
2221
|
+
/**
|
|
2222
|
+
* Gets the SQL health check report for one SQL of the specified database.
|
|
2223
|
+
*
|
|
2224
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2225
|
+
* @param GetAwrDatabaseSqlReportRequest
|
|
2226
|
+
* @return GetAwrDatabaseSqlReportResponse
|
|
2227
|
+
* @throws OciError when an error occurs
|
|
2228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
2229
|
+
*/
|
|
2230
|
+
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
|
|
2231
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2232
|
+
if (this.logger)
|
|
2233
|
+
this.logger.debug("Calling operation OperationsInsightsClient#getAwrDatabaseSqlReport.");
|
|
2234
|
+
const operationName = "getAwrDatabaseSqlReport";
|
|
2235
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrDatabaseSqlReport";
|
|
2236
|
+
const pathParams = {
|
|
2237
|
+
"{awrHubId}": getAwrDatabaseSqlReportRequest.awrHubId
|
|
2238
|
+
};
|
|
2239
|
+
const queryParams = {
|
|
2240
|
+
"awrSourceDatabaseIdentifier": getAwrDatabaseSqlReportRequest.awrSourceDatabaseIdentifier,
|
|
2241
|
+
"instanceNumber": getAwrDatabaseSqlReportRequest.instanceNumber,
|
|
2242
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": getAwrDatabaseSqlReportRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
2243
|
+
"endSnapshotIdentifierLessThanOrEqualTo": getAwrDatabaseSqlReportRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
2244
|
+
"timeGreaterThanOrEqualTo": getAwrDatabaseSqlReportRequest.timeGreaterThanOrEqualTo,
|
|
2245
|
+
"timeLessThanOrEqualTo": getAwrDatabaseSqlReportRequest.timeLessThanOrEqualTo,
|
|
2246
|
+
"sqlId": getAwrDatabaseSqlReportRequest.sqlId,
|
|
2247
|
+
"reportFormat": getAwrDatabaseSqlReportRequest.reportFormat
|
|
2248
|
+
};
|
|
2249
|
+
let headerParams = {
|
|
2250
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2251
|
+
"opc-request-id": getAwrDatabaseSqlReportRequest.opcRequestId
|
|
2252
|
+
};
|
|
2253
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2254
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAwrDatabaseSqlReportRequest.retryConfiguration, specRetryConfiguration);
|
|
2255
|
+
if (this.logger)
|
|
2256
|
+
retrier.logger = this.logger;
|
|
2257
|
+
const request = yield oci_common_1.composeRequest({
|
|
2258
|
+
baseEndpoint: this._endpoint,
|
|
2259
|
+
defaultHeaders: this._defaultHeaders,
|
|
2260
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSqlReport",
|
|
2261
|
+
method: "GET",
|
|
2262
|
+
pathParams: pathParams,
|
|
2263
|
+
headerParams: headerParams,
|
|
2264
|
+
queryParams: queryParams
|
|
2265
|
+
});
|
|
2266
|
+
try {
|
|
2267
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2268
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2269
|
+
responseObject: {},
|
|
2270
|
+
body: yield response.json(),
|
|
2271
|
+
bodyKey: "awrDatabaseSqlReport",
|
|
2272
|
+
bodyModel: model.AwrDatabaseSqlReport,
|
|
2273
|
+
type: "model.AwrDatabaseSqlReport",
|
|
2274
|
+
responseHeaders: [
|
|
2275
|
+
{
|
|
2276
|
+
value: response.headers.get("opc-request-id"),
|
|
2277
|
+
key: "opcRequestId",
|
|
2278
|
+
dataType: "string"
|
|
2279
|
+
}
|
|
2280
|
+
]
|
|
2281
|
+
});
|
|
2282
|
+
return sdkResponse;
|
|
2283
|
+
}
|
|
2284
|
+
catch (err) {
|
|
2285
|
+
throw err;
|
|
2286
|
+
}
|
|
2287
|
+
});
|
|
2288
|
+
}
|
|
2153
2289
|
/**
|
|
2154
2290
|
* Gets details of an AWR hub.
|
|
2155
2291
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2156
2292
|
* @param GetAwrHubRequest
|
|
2157
2293
|
* @return GetAwrHubResponse
|
|
2158
2294
|
* @throws OciError when an error occurs
|
|
2159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
2160
2296
|
*/
|
|
2161
2297
|
getAwrHub(getAwrHubRequest) {
|
|
2162
2298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2221,7 +2357,7 @@ class OperationsInsightsClient {
|
|
|
2221
2357
|
* @param GetAwrReportRequest
|
|
2222
2358
|
* @return GetAwrReportResponse
|
|
2223
2359
|
* @throws OciError when an error occurs
|
|
2224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
2225
2361
|
*/
|
|
2226
2362
|
getAwrReport(getAwrReportRequest) {
|
|
2227
2363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2287,7 +2423,7 @@ class OperationsInsightsClient {
|
|
|
2287
2423
|
* @param GetDatabaseInsightRequest
|
|
2288
2424
|
* @return GetDatabaseInsightResponse
|
|
2289
2425
|
* @throws OciError when an error occurs
|
|
2290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
2291
2427
|
*/
|
|
2292
2428
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
2293
2429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2350,7 +2486,7 @@ class OperationsInsightsClient {
|
|
|
2350
2486
|
* @param GetEnterpriseManagerBridgeRequest
|
|
2351
2487
|
* @return GetEnterpriseManagerBridgeResponse
|
|
2352
2488
|
* @throws OciError when an error occurs
|
|
2353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
2354
2490
|
*/
|
|
2355
2491
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
2356
2492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2413,7 +2549,7 @@ class OperationsInsightsClient {
|
|
|
2413
2549
|
* @param GetExadataInsightRequest
|
|
2414
2550
|
* @return GetExadataInsightResponse
|
|
2415
2551
|
* @throws OciError when an error occurs
|
|
2416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
2417
2553
|
*/
|
|
2418
2554
|
getExadataInsight(getExadataInsightRequest) {
|
|
2419
2555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2476,7 +2612,7 @@ class OperationsInsightsClient {
|
|
|
2476
2612
|
* @param GetHostInsightRequest
|
|
2477
2613
|
* @return GetHostInsightResponse
|
|
2478
2614
|
* @throws OciError when an error occurs
|
|
2479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
2480
2616
|
*/
|
|
2481
2617
|
getHostInsight(getHostInsightRequest) {
|
|
2482
2618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2539,7 +2675,7 @@ class OperationsInsightsClient {
|
|
|
2539
2675
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
2540
2676
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
2541
2677
|
* @throws OciError when an error occurs
|
|
2542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
2543
2679
|
*/
|
|
2544
2680
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
2545
2681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2604,7 +2740,7 @@ class OperationsInsightsClient {
|
|
|
2604
2740
|
* @param GetOperationsInsightsWarehouseRequest
|
|
2605
2741
|
* @return GetOperationsInsightsWarehouseResponse
|
|
2606
2742
|
* @throws OciError when an error occurs
|
|
2607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
2608
2744
|
*/
|
|
2609
2745
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
2610
2746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2667,7 +2803,7 @@ class OperationsInsightsClient {
|
|
|
2667
2803
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
2668
2804
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
2669
2805
|
* @throws OciError when an error occurs
|
|
2670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
2671
2807
|
*/
|
|
2672
2808
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
2673
2809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2730,7 +2866,7 @@ class OperationsInsightsClient {
|
|
|
2730
2866
|
* @param GetOpsiDataObjectRequest
|
|
2731
2867
|
* @return GetOpsiDataObjectResponse
|
|
2732
2868
|
* @throws OciError when an error occurs
|
|
2733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
2734
2870
|
*/
|
|
2735
2871
|
getOpsiDataObject(getOpsiDataObjectRequest) {
|
|
2736
2872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2790,7 +2926,7 @@ class OperationsInsightsClient {
|
|
|
2790
2926
|
* @param GetWorkRequestRequest
|
|
2791
2927
|
* @return GetWorkRequestResponse
|
|
2792
2928
|
* @throws OciError when an error occurs
|
|
2793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2794
2930
|
*/
|
|
2795
2931
|
getWorkRequest(getWorkRequestRequest) {
|
|
2796
2932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2858,7 +2994,7 @@ class OperationsInsightsClient {
|
|
|
2858
2994
|
* @param IngestDatabaseConfigurationRequest
|
|
2859
2995
|
* @return IngestDatabaseConfigurationResponse
|
|
2860
2996
|
* @throws OciError when an error occurs
|
|
2861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
2862
2998
|
*/
|
|
2863
2999
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
2864
3000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2925,7 +3061,7 @@ class OperationsInsightsClient {
|
|
|
2925
3061
|
* @param IngestHostConfigurationRequest
|
|
2926
3062
|
* @return IngestHostConfigurationResponse
|
|
2927
3063
|
* @throws OciError when an error occurs
|
|
2928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
2929
3065
|
*/
|
|
2930
3066
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
2931
3067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2991,7 +3127,7 @@ class OperationsInsightsClient {
|
|
|
2991
3127
|
* @param IngestHostMetricsRequest
|
|
2992
3128
|
* @return IngestHostMetricsResponse
|
|
2993
3129
|
* @throws OciError when an error occurs
|
|
2994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
2995
3131
|
*/
|
|
2996
3132
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
2997
3133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3059,7 +3195,7 @@ class OperationsInsightsClient {
|
|
|
3059
3195
|
* @param IngestSqlBucketRequest
|
|
3060
3196
|
* @return IngestSqlBucketResponse
|
|
3061
3197
|
* @throws OciError when an error occurs
|
|
3062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
3063
3199
|
*/
|
|
3064
3200
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
3065
3201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3129,7 +3265,7 @@ class OperationsInsightsClient {
|
|
|
3129
3265
|
* @param IngestSqlPlanLinesRequest
|
|
3130
3266
|
* @return IngestSqlPlanLinesResponse
|
|
3131
3267
|
* @throws OciError when an error occurs
|
|
3132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
3133
3269
|
*/
|
|
3134
3270
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
3135
3271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3199,7 +3335,7 @@ class OperationsInsightsClient {
|
|
|
3199
3335
|
* @param IngestSqlStatsRequest
|
|
3200
3336
|
* @return IngestSqlStatsResponse
|
|
3201
3337
|
* @throws OciError when an error occurs
|
|
3202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
3203
3339
|
*/
|
|
3204
3340
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
3205
3341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3269,7 +3405,7 @@ class OperationsInsightsClient {
|
|
|
3269
3405
|
* @param IngestSqlTextRequest
|
|
3270
3406
|
* @return IngestSqlTextResponse
|
|
3271
3407
|
* @throws OciError when an error occurs
|
|
3272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
3273
3409
|
*/
|
|
3274
3410
|
ingestSqlText(ingestSqlTextRequest) {
|
|
3275
3411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3331,6 +3467,153 @@ class OperationsInsightsClient {
|
|
|
3331
3467
|
}
|
|
3332
3468
|
});
|
|
3333
3469
|
}
|
|
3470
|
+
/**
|
|
3471
|
+
* Lists AWR snapshots for the specified database in the AWR.
|
|
3472
|
+
*
|
|
3473
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3474
|
+
* @param ListAwrDatabaseSnapshotsRequest
|
|
3475
|
+
* @return ListAwrDatabaseSnapshotsResponse
|
|
3476
|
+
* @throws OciError when an error occurs
|
|
3477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
3478
|
+
*/
|
|
3479
|
+
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
|
|
3480
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3481
|
+
if (this.logger)
|
|
3482
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabaseSnapshots.");
|
|
3483
|
+
const operationName = "listAwrDatabaseSnapshots";
|
|
3484
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabaseSnapshots";
|
|
3485
|
+
const pathParams = {
|
|
3486
|
+
"{awrHubId}": listAwrDatabaseSnapshotsRequest.awrHubId
|
|
3487
|
+
};
|
|
3488
|
+
const queryParams = {
|
|
3489
|
+
"awrSourceDatabaseIdentifier": listAwrDatabaseSnapshotsRequest.awrSourceDatabaseIdentifier,
|
|
3490
|
+
"instanceNumber": listAwrDatabaseSnapshotsRequest.instanceNumber,
|
|
3491
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
3492
|
+
"endSnapshotIdentifierLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
3493
|
+
"timeGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeGreaterThanOrEqualTo,
|
|
3494
|
+
"timeLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeLessThanOrEqualTo,
|
|
3495
|
+
"page": listAwrDatabaseSnapshotsRequest.page,
|
|
3496
|
+
"limit": listAwrDatabaseSnapshotsRequest.limit,
|
|
3497
|
+
"sortBy": listAwrDatabaseSnapshotsRequest.sortBy,
|
|
3498
|
+
"sortOrder": listAwrDatabaseSnapshotsRequest.sortOrder
|
|
3499
|
+
};
|
|
3500
|
+
let headerParams = {
|
|
3501
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3502
|
+
"opc-request-id": listAwrDatabaseSnapshotsRequest.opcRequestId
|
|
3503
|
+
};
|
|
3504
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3505
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabaseSnapshotsRequest.retryConfiguration, specRetryConfiguration);
|
|
3506
|
+
if (this.logger)
|
|
3507
|
+
retrier.logger = this.logger;
|
|
3508
|
+
const request = yield oci_common_1.composeRequest({
|
|
3509
|
+
baseEndpoint: this._endpoint,
|
|
3510
|
+
defaultHeaders: this._defaultHeaders,
|
|
3511
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSnapshots",
|
|
3512
|
+
method: "GET",
|
|
3513
|
+
pathParams: pathParams,
|
|
3514
|
+
headerParams: headerParams,
|
|
3515
|
+
queryParams: queryParams
|
|
3516
|
+
});
|
|
3517
|
+
try {
|
|
3518
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3519
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
3520
|
+
responseObject: {},
|
|
3521
|
+
body: yield response.json(),
|
|
3522
|
+
bodyKey: "awrDatabaseSnapshotCollection",
|
|
3523
|
+
bodyModel: model.AwrDatabaseSnapshotCollection,
|
|
3524
|
+
type: "model.AwrDatabaseSnapshotCollection",
|
|
3525
|
+
responseHeaders: [
|
|
3526
|
+
{
|
|
3527
|
+
value: response.headers.get("opc-request-id"),
|
|
3528
|
+
key: "opcRequestId",
|
|
3529
|
+
dataType: "string"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
value: response.headers.get("opc-next-page"),
|
|
3533
|
+
key: "opcNextPage",
|
|
3534
|
+
dataType: "string"
|
|
3535
|
+
}
|
|
3536
|
+
]
|
|
3537
|
+
});
|
|
3538
|
+
return sdkResponse;
|
|
3539
|
+
}
|
|
3540
|
+
catch (err) {
|
|
3541
|
+
throw err;
|
|
3542
|
+
}
|
|
3543
|
+
});
|
|
3544
|
+
}
|
|
3545
|
+
/**
|
|
3546
|
+
* Gets the list of databases and their snapshot summary details available in the AWRHub.
|
|
3547
|
+
*
|
|
3548
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3549
|
+
* @param ListAwrDatabasesRequest
|
|
3550
|
+
* @return ListAwrDatabasesResponse
|
|
3551
|
+
* @throws OciError when an error occurs
|
|
3552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
3553
|
+
*/
|
|
3554
|
+
listAwrDatabases(listAwrDatabasesRequest) {
|
|
3555
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3556
|
+
if (this.logger)
|
|
3557
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabases.");
|
|
3558
|
+
const operationName = "listAwrDatabases";
|
|
3559
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabases";
|
|
3560
|
+
const pathParams = {
|
|
3561
|
+
"{awrHubId}": listAwrDatabasesRequest.awrHubId
|
|
3562
|
+
};
|
|
3563
|
+
const queryParams = {
|
|
3564
|
+
"name": listAwrDatabasesRequest.name,
|
|
3565
|
+
"timeGreaterThanOrEqualTo": listAwrDatabasesRequest.timeGreaterThanOrEqualTo,
|
|
3566
|
+
"timeLessThanOrEqualTo": listAwrDatabasesRequest.timeLessThanOrEqualTo,
|
|
3567
|
+
"page": listAwrDatabasesRequest.page,
|
|
3568
|
+
"limit": listAwrDatabasesRequest.limit,
|
|
3569
|
+
"sortBy": listAwrDatabasesRequest.sortBy,
|
|
3570
|
+
"sortOrder": listAwrDatabasesRequest.sortOrder
|
|
3571
|
+
};
|
|
3572
|
+
let headerParams = {
|
|
3573
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3574
|
+
"opc-request-id": listAwrDatabasesRequest.opcRequestId
|
|
3575
|
+
};
|
|
3576
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3577
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabasesRequest.retryConfiguration, specRetryConfiguration);
|
|
3578
|
+
if (this.logger)
|
|
3579
|
+
retrier.logger = this.logger;
|
|
3580
|
+
const request = yield oci_common_1.composeRequest({
|
|
3581
|
+
baseEndpoint: this._endpoint,
|
|
3582
|
+
defaultHeaders: this._defaultHeaders,
|
|
3583
|
+
path: "/awrHubs/{awrHubId}/awrDatabases",
|
|
3584
|
+
method: "GET",
|
|
3585
|
+
pathParams: pathParams,
|
|
3586
|
+
headerParams: headerParams,
|
|
3587
|
+
queryParams: queryParams
|
|
3588
|
+
});
|
|
3589
|
+
try {
|
|
3590
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3591
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
3592
|
+
responseObject: {},
|
|
3593
|
+
body: yield response.json(),
|
|
3594
|
+
bodyKey: "awrDatabaseCollection",
|
|
3595
|
+
bodyModel: model.AwrDatabaseCollection,
|
|
3596
|
+
type: "model.AwrDatabaseCollection",
|
|
3597
|
+
responseHeaders: [
|
|
3598
|
+
{
|
|
3599
|
+
value: response.headers.get("opc-request-id"),
|
|
3600
|
+
key: "opcRequestId",
|
|
3601
|
+
dataType: "string"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
value: response.headers.get("opc-next-page"),
|
|
3605
|
+
key: "opcNextPage",
|
|
3606
|
+
dataType: "string"
|
|
3607
|
+
}
|
|
3608
|
+
]
|
|
3609
|
+
});
|
|
3610
|
+
return sdkResponse;
|
|
3611
|
+
}
|
|
3612
|
+
catch (err) {
|
|
3613
|
+
throw err;
|
|
3614
|
+
}
|
|
3615
|
+
});
|
|
3616
|
+
}
|
|
3334
3617
|
/**
|
|
3335
3618
|
* Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
3336
3619
|
*
|
|
@@ -3338,7 +3621,7 @@ class OperationsInsightsClient {
|
|
|
3338
3621
|
* @param ListAwrHubsRequest
|
|
3339
3622
|
* @return ListAwrHubsResponse
|
|
3340
3623
|
* @throws OciError when an error occurs
|
|
3341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
3342
3625
|
*/
|
|
3343
3626
|
listAwrHubs(listAwrHubsRequest) {
|
|
3344
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3411,7 +3694,7 @@ class OperationsInsightsClient {
|
|
|
3411
3694
|
* @param ListAwrSnapshotsRequest
|
|
3412
3695
|
* @return ListAwrSnapshotsResponse
|
|
3413
3696
|
* @throws OciError when an error occurs
|
|
3414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
3415
3698
|
*/
|
|
3416
3699
|
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
3417
3700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3484,7 +3767,7 @@ class OperationsInsightsClient {
|
|
|
3484
3767
|
* @param ListDatabaseConfigurationsRequest
|
|
3485
3768
|
* @return ListDatabaseConfigurationsResponse
|
|
3486
3769
|
* @throws OciError when an error occurs
|
|
3487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
3488
3771
|
*/
|
|
3489
3772
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
3490
3773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3570,7 +3853,7 @@ class OperationsInsightsClient {
|
|
|
3570
3853
|
* @param ListDatabaseInsightsRequest
|
|
3571
3854
|
* @return ListDatabaseInsightsResponse
|
|
3572
3855
|
* @throws OciError when an error occurs
|
|
3573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
3574
3857
|
*/
|
|
3575
3858
|
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
3576
3859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3654,7 +3937,7 @@ class OperationsInsightsClient {
|
|
|
3654
3937
|
* @param ListEnterpriseManagerBridgesRequest
|
|
3655
3938
|
* @return ListEnterpriseManagerBridgesResponse
|
|
3656
3939
|
* @throws OciError when an error occurs
|
|
3657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
3658
3941
|
*/
|
|
3659
3942
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
3660
3943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3725,7 +4008,7 @@ class OperationsInsightsClient {
|
|
|
3725
4008
|
* @param ListExadataConfigurationsRequest
|
|
3726
4009
|
* @return ListExadataConfigurationsResponse
|
|
3727
4010
|
* @throws OciError when an error occurs
|
|
3728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
3729
4012
|
*/
|
|
3730
4013
|
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
3731
4014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3805,7 +4088,7 @@ class OperationsInsightsClient {
|
|
|
3805
4088
|
* @param ListExadataInsightsRequest
|
|
3806
4089
|
* @return ListExadataInsightsResponse
|
|
3807
4090
|
* @throws OciError when an error occurs
|
|
3808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
3809
4092
|
*/
|
|
3810
4093
|
listExadataInsights(listExadataInsightsRequest) {
|
|
3811
4094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3885,7 +4168,7 @@ class OperationsInsightsClient {
|
|
|
3885
4168
|
* @param ListHostConfigurationsRequest
|
|
3886
4169
|
* @return ListHostConfigurationsResponse
|
|
3887
4170
|
* @throws OciError when an error occurs
|
|
3888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
3889
4172
|
*/
|
|
3890
4173
|
listHostConfigurations(listHostConfigurationsRequest) {
|
|
3891
4174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3908,7 +4191,9 @@ class OperationsInsightsClient {
|
|
|
3908
4191
|
"freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
|
|
3909
4192
|
"definedTagExists": listHostConfigurationsRequest.definedTagExists,
|
|
3910
4193
|
"freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
|
|
3911
|
-
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree
|
|
4194
|
+
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
|
|
4195
|
+
"hostType": listHostConfigurationsRequest.hostType,
|
|
4196
|
+
"hostId": listHostConfigurationsRequest.hostId
|
|
3912
4197
|
};
|
|
3913
4198
|
let headerParams = {
|
|
3914
4199
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -3968,7 +4253,7 @@ class OperationsInsightsClient {
|
|
|
3968
4253
|
* @param ListHostInsightsRequest
|
|
3969
4254
|
* @return ListHostInsightsResponse
|
|
3970
4255
|
* @throws OciError when an error occurs
|
|
3971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
3972
4257
|
*/
|
|
3973
4258
|
listHostInsights(listHostInsightsRequest) {
|
|
3974
4259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4049,7 +4334,7 @@ class OperationsInsightsClient {
|
|
|
4049
4334
|
* @param ListHostedEntitiesRequest
|
|
4050
4335
|
* @return ListHostedEntitiesResponse
|
|
4051
4336
|
* @throws OciError when an error occurs
|
|
4052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
4053
4338
|
*/
|
|
4054
4339
|
listHostedEntities(listHostedEntitiesRequest) {
|
|
4055
4340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4069,7 +4354,9 @@ class OperationsInsightsClient {
|
|
|
4069
4354
|
"limit": listHostedEntitiesRequest.limit,
|
|
4070
4355
|
"page": listHostedEntitiesRequest.page,
|
|
4071
4356
|
"sortOrder": listHostedEntitiesRequest.sortOrder,
|
|
4072
|
-
"sortBy": listHostedEntitiesRequest.sortBy
|
|
4357
|
+
"sortBy": listHostedEntitiesRequest.sortBy,
|
|
4358
|
+
"hostType": listHostedEntitiesRequest.hostType,
|
|
4359
|
+
"hostId": listHostedEntitiesRequest.hostId
|
|
4073
4360
|
};
|
|
4074
4361
|
let headerParams = {
|
|
4075
4362
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -4127,7 +4414,7 @@ class OperationsInsightsClient {
|
|
|
4127
4414
|
* @param ListImportableAgentEntitiesRequest
|
|
4128
4415
|
* @return ListImportableAgentEntitiesResponse
|
|
4129
4416
|
* @throws OciError when an error occurs
|
|
4130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
4131
4418
|
*/
|
|
4132
4419
|
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
4133
4420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4188,6 +4475,80 @@ class OperationsInsightsClient {
|
|
|
4188
4475
|
}
|
|
4189
4476
|
});
|
|
4190
4477
|
}
|
|
4478
|
+
/**
|
|
4479
|
+
* Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
|
|
4480
|
+
* and will be shown if all the following conditions are true:
|
|
4481
|
+
* 1. Compute is running OCA
|
|
4482
|
+
* 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
|
|
4483
|
+
* 2.1 The agent OCID is not already being used for an existing hostInsight.
|
|
4484
|
+
* 2.2 The agent availabilityStatus = 'ACTIVE'
|
|
4485
|
+
* 2.3 The agent lifecycleState = 'ACTIVE'
|
|
4486
|
+
*
|
|
4487
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4488
|
+
* @param ListImportableComputeEntitiesRequest
|
|
4489
|
+
* @return ListImportableComputeEntitiesResponse
|
|
4490
|
+
* @throws OciError when an error occurs
|
|
4491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
4492
|
+
*/
|
|
4493
|
+
listImportableComputeEntities(listImportableComputeEntitiesRequest) {
|
|
4494
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4495
|
+
if (this.logger)
|
|
4496
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableComputeEntities.");
|
|
4497
|
+
const operationName = "listImportableComputeEntities";
|
|
4498
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities";
|
|
4499
|
+
const pathParams = {};
|
|
4500
|
+
const queryParams = {
|
|
4501
|
+
"compartmentId": listImportableComputeEntitiesRequest.compartmentId,
|
|
4502
|
+
"limit": listImportableComputeEntitiesRequest.limit,
|
|
4503
|
+
"page": listImportableComputeEntitiesRequest.page,
|
|
4504
|
+
"sortOrder": listImportableComputeEntitiesRequest.sortOrder,
|
|
4505
|
+
"sortBy": listImportableComputeEntitiesRequest.sortBy
|
|
4506
|
+
};
|
|
4507
|
+
let headerParams = {
|
|
4508
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4509
|
+
"opc-request-id": listImportableComputeEntitiesRequest.opcRequestId
|
|
4510
|
+
};
|
|
4511
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4512
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableComputeEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
4513
|
+
if (this.logger)
|
|
4514
|
+
retrier.logger = this.logger;
|
|
4515
|
+
const request = yield oci_common_1.composeRequest({
|
|
4516
|
+
baseEndpoint: this._endpoint,
|
|
4517
|
+
defaultHeaders: this._defaultHeaders,
|
|
4518
|
+
path: "/importableComputeEntities",
|
|
4519
|
+
method: "GET",
|
|
4520
|
+
pathParams: pathParams,
|
|
4521
|
+
headerParams: headerParams,
|
|
4522
|
+
queryParams: queryParams
|
|
4523
|
+
});
|
|
4524
|
+
try {
|
|
4525
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4526
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4527
|
+
responseObject: {},
|
|
4528
|
+
body: yield response.json(),
|
|
4529
|
+
bodyKey: "importableComputeEntitySummaryCollection",
|
|
4530
|
+
bodyModel: model.ImportableComputeEntitySummaryCollection,
|
|
4531
|
+
type: "model.ImportableComputeEntitySummaryCollection",
|
|
4532
|
+
responseHeaders: [
|
|
4533
|
+
{
|
|
4534
|
+
value: response.headers.get("opc-request-id"),
|
|
4535
|
+
key: "opcRequestId",
|
|
4536
|
+
dataType: "string"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
value: response.headers.get("opc-next-page"),
|
|
4540
|
+
key: "opcNextPage",
|
|
4541
|
+
dataType: "string"
|
|
4542
|
+
}
|
|
4543
|
+
]
|
|
4544
|
+
});
|
|
4545
|
+
return sdkResponse;
|
|
4546
|
+
}
|
|
4547
|
+
catch (err) {
|
|
4548
|
+
throw err;
|
|
4549
|
+
}
|
|
4550
|
+
});
|
|
4551
|
+
}
|
|
4191
4552
|
/**
|
|
4192
4553
|
* Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
|
|
4193
4554
|
*
|
|
@@ -4195,7 +4556,7 @@ class OperationsInsightsClient {
|
|
|
4195
4556
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
4196
4557
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
4197
4558
|
* @throws OciError when an error occurs
|
|
4198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
4199
4560
|
*/
|
|
4200
4561
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
4201
4562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4264,7 +4625,7 @@ class OperationsInsightsClient {
|
|
|
4264
4625
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
4265
4626
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
4266
4627
|
* @throws OciError when an error occurs
|
|
4267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
4268
4629
|
*/
|
|
4269
4630
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
4270
4631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4338,7 +4699,7 @@ class OperationsInsightsClient {
|
|
|
4338
4699
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
4339
4700
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
4340
4701
|
* @throws OciError when an error occurs
|
|
4341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
4342
4703
|
*/
|
|
4343
4704
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
4344
4705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4411,7 +4772,7 @@ class OperationsInsightsClient {
|
|
|
4411
4772
|
* @param ListOperationsInsightsWarehousesRequest
|
|
4412
4773
|
* @return ListOperationsInsightsWarehousesResponse
|
|
4413
4774
|
* @throws OciError when an error occurs
|
|
4414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
4415
4776
|
*/
|
|
4416
4777
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
4417
4778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4482,7 +4843,7 @@ class OperationsInsightsClient {
|
|
|
4482
4843
|
* @param ListOpsiDataObjectsRequest
|
|
4483
4844
|
* @return ListOpsiDataObjectsResponse
|
|
4484
4845
|
* @throws OciError when an error occurs
|
|
4485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
4486
4847
|
*/
|
|
4487
4848
|
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
4488
4849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4553,7 +4914,7 @@ class OperationsInsightsClient {
|
|
|
4553
4914
|
* @param ListSqlPlansRequest
|
|
4554
4915
|
* @return ListSqlPlansResponse
|
|
4555
4916
|
* @throws OciError when an error occurs
|
|
4556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
4557
4918
|
*/
|
|
4558
4919
|
listSqlPlans(listSqlPlansRequest) {
|
|
4559
4920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4623,7 +4984,7 @@ class OperationsInsightsClient {
|
|
|
4623
4984
|
* @param ListSqlSearchesRequest
|
|
4624
4985
|
* @return ListSqlSearchesResponse
|
|
4625
4986
|
* @throws OciError when an error occurs
|
|
4626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
4627
4988
|
*/
|
|
4628
4989
|
listSqlSearches(listSqlSearchesRequest) {
|
|
4629
4990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4697,7 +5058,7 @@ class OperationsInsightsClient {
|
|
|
4697
5058
|
* @param ListSqlTextsRequest
|
|
4698
5059
|
* @return ListSqlTextsResponse
|
|
4699
5060
|
* @throws OciError when an error occurs
|
|
4700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
4701
5062
|
*/
|
|
4702
5063
|
listSqlTexts(listSqlTextsRequest) {
|
|
4703
5064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4770,7 +5131,7 @@ class OperationsInsightsClient {
|
|
|
4770
5131
|
* @param ListWorkRequestErrorsRequest
|
|
4771
5132
|
* @return ListWorkRequestErrorsResponse
|
|
4772
5133
|
* @throws OciError when an error occurs
|
|
4773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4774
5135
|
*/
|
|
4775
5136
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4776
5137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4839,7 +5200,7 @@ class OperationsInsightsClient {
|
|
|
4839
5200
|
* @param ListWorkRequestLogsRequest
|
|
4840
5201
|
* @return ListWorkRequestLogsResponse
|
|
4841
5202
|
* @throws OciError when an error occurs
|
|
4842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4843
5204
|
*/
|
|
4844
5205
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4845
5206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4908,7 +5269,7 @@ class OperationsInsightsClient {
|
|
|
4908
5269
|
* @param ListWorkRequestsRequest
|
|
4909
5270
|
* @return ListWorkRequestsResponse
|
|
4910
5271
|
* @throws OciError when an error occurs
|
|
4911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4912
5273
|
*/
|
|
4913
5274
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4914
5275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4981,7 +5342,7 @@ class OperationsInsightsClient {
|
|
|
4981
5342
|
* @param QueryOpsiDataObjectDataRequest
|
|
4982
5343
|
* @return QueryOpsiDataObjectDataResponse
|
|
4983
5344
|
* @throws OciError when an error occurs
|
|
4984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
4985
5346
|
*/
|
|
4986
5347
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
4987
5348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5047,7 +5408,7 @@ class OperationsInsightsClient {
|
|
|
5047
5408
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
5048
5409
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
5049
5410
|
* @throws OciError when an error occurs
|
|
5050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
5051
5412
|
*/
|
|
5052
5413
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
5053
5414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5101,6 +5462,711 @@ class OperationsInsightsClient {
|
|
|
5101
5462
|
}
|
|
5102
5463
|
});
|
|
5103
5464
|
}
|
|
5465
|
+
/**
|
|
5466
|
+
* Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
|
|
5467
|
+
* Based on the time range provided as part of query param, the metrics points will be returned in the response as below.
|
|
5468
|
+
* - if time range is <=7 days then the metrics points will be for every MINUTES
|
|
5469
|
+
* - if time range is <=2 hours then the metrics points will be for every 10 SECONDS
|
|
5470
|
+
* - if time range is >7 days then the metrics points will be for every HOUR.
|
|
5471
|
+
*
|
|
5472
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5473
|
+
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
5474
|
+
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
5475
|
+
* @throws OciError when an error occurs
|
|
5476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
5477
|
+
*/
|
|
5478
|
+
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
5479
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5480
|
+
if (this.logger)
|
|
5481
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseCpuUsages.");
|
|
5482
|
+
const operationName = "summarizeAwrDatabaseCpuUsages";
|
|
5483
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseCpuUsages";
|
|
5484
|
+
const pathParams = {
|
|
5485
|
+
"{awrHubId}": summarizeAwrDatabaseCpuUsagesRequest.awrHubId
|
|
5486
|
+
};
|
|
5487
|
+
const queryParams = {
|
|
5488
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseCpuUsagesRequest.awrSourceDatabaseIdentifier,
|
|
5489
|
+
"instanceNumber": summarizeAwrDatabaseCpuUsagesRequest.instanceNumber,
|
|
5490
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5491
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5492
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.timeGreaterThanOrEqualTo,
|
|
5493
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.timeLessThanOrEqualTo,
|
|
5494
|
+
"sessionType": summarizeAwrDatabaseCpuUsagesRequest.sessionType,
|
|
5495
|
+
"page": summarizeAwrDatabaseCpuUsagesRequest.page,
|
|
5496
|
+
"limit": summarizeAwrDatabaseCpuUsagesRequest.limit,
|
|
5497
|
+
"sortBy": summarizeAwrDatabaseCpuUsagesRequest.sortBy,
|
|
5498
|
+
"sortOrder": summarizeAwrDatabaseCpuUsagesRequest.sortOrder
|
|
5499
|
+
};
|
|
5500
|
+
let headerParams = {
|
|
5501
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5502
|
+
"opc-request-id": summarizeAwrDatabaseCpuUsagesRequest.opcRequestId
|
|
5503
|
+
};
|
|
5504
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5505
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseCpuUsagesRequest.retryConfiguration, specRetryConfiguration);
|
|
5506
|
+
if (this.logger)
|
|
5507
|
+
retrier.logger = this.logger;
|
|
5508
|
+
const request = yield oci_common_1.composeRequest({
|
|
5509
|
+
baseEndpoint: this._endpoint,
|
|
5510
|
+
defaultHeaders: this._defaultHeaders,
|
|
5511
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseCpuUsages",
|
|
5512
|
+
method: "GET",
|
|
5513
|
+
pathParams: pathParams,
|
|
5514
|
+
headerParams: headerParams,
|
|
5515
|
+
queryParams: queryParams
|
|
5516
|
+
});
|
|
5517
|
+
try {
|
|
5518
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5519
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5520
|
+
responseObject: {},
|
|
5521
|
+
body: yield response.json(),
|
|
5522
|
+
bodyKey: "awrDatabaseCpuUsageCollection",
|
|
5523
|
+
bodyModel: model.AwrDatabaseCpuUsageCollection,
|
|
5524
|
+
type: "model.AwrDatabaseCpuUsageCollection",
|
|
5525
|
+
responseHeaders: [
|
|
5526
|
+
{
|
|
5527
|
+
value: response.headers.get("opc-request-id"),
|
|
5528
|
+
key: "opcRequestId",
|
|
5529
|
+
dataType: "string"
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
value: response.headers.get("opc-next-page"),
|
|
5533
|
+
key: "opcNextPage",
|
|
5534
|
+
dataType: "string"
|
|
5535
|
+
}
|
|
5536
|
+
]
|
|
5537
|
+
});
|
|
5538
|
+
return sdkResponse;
|
|
5539
|
+
}
|
|
5540
|
+
catch (err) {
|
|
5541
|
+
throw err;
|
|
5542
|
+
}
|
|
5543
|
+
});
|
|
5544
|
+
}
|
|
5545
|
+
/**
|
|
5546
|
+
* Summarizes the metric samples for the specified database in the AWR. The metric samples are summarized based on the Time dimension for each metric.
|
|
5547
|
+
*
|
|
5548
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5549
|
+
* @param SummarizeAwrDatabaseMetricsRequest
|
|
5550
|
+
* @return SummarizeAwrDatabaseMetricsResponse
|
|
5551
|
+
* @throws OciError when an error occurs
|
|
5552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
5553
|
+
*/
|
|
5554
|
+
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
5555
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5556
|
+
if (this.logger)
|
|
5557
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseMetrics.");
|
|
5558
|
+
const operationName = "summarizeAwrDatabaseMetrics";
|
|
5559
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseMetrics";
|
|
5560
|
+
const pathParams = {
|
|
5561
|
+
"{awrHubId}": summarizeAwrDatabaseMetricsRequest.awrHubId
|
|
5562
|
+
};
|
|
5563
|
+
const queryParams = {
|
|
5564
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseMetricsRequest.awrSourceDatabaseIdentifier,
|
|
5565
|
+
"instanceNumber": summarizeAwrDatabaseMetricsRequest.instanceNumber,
|
|
5566
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5567
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5568
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.timeGreaterThanOrEqualTo,
|
|
5569
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.timeLessThanOrEqualTo,
|
|
5570
|
+
"name": summarizeAwrDatabaseMetricsRequest.name,
|
|
5571
|
+
"page": summarizeAwrDatabaseMetricsRequest.page,
|
|
5572
|
+
"limit": summarizeAwrDatabaseMetricsRequest.limit,
|
|
5573
|
+
"sortBy": summarizeAwrDatabaseMetricsRequest.sortBy,
|
|
5574
|
+
"sortOrder": summarizeAwrDatabaseMetricsRequest.sortOrder
|
|
5575
|
+
};
|
|
5576
|
+
let headerParams = {
|
|
5577
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5578
|
+
"opc-request-id": summarizeAwrDatabaseMetricsRequest.opcRequestId
|
|
5579
|
+
};
|
|
5580
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5581
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseMetricsRequest.retryConfiguration, specRetryConfiguration);
|
|
5582
|
+
if (this.logger)
|
|
5583
|
+
retrier.logger = this.logger;
|
|
5584
|
+
const request = yield oci_common_1.composeRequest({
|
|
5585
|
+
baseEndpoint: this._endpoint,
|
|
5586
|
+
defaultHeaders: this._defaultHeaders,
|
|
5587
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseMetrics",
|
|
5588
|
+
method: "GET",
|
|
5589
|
+
pathParams: pathParams,
|
|
5590
|
+
headerParams: headerParams,
|
|
5591
|
+
queryParams: queryParams
|
|
5592
|
+
});
|
|
5593
|
+
try {
|
|
5594
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5595
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5596
|
+
responseObject: {},
|
|
5597
|
+
body: yield response.json(),
|
|
5598
|
+
bodyKey: "awrDatabaseMetricCollection",
|
|
5599
|
+
bodyModel: model.AwrDatabaseMetricCollection,
|
|
5600
|
+
type: "model.AwrDatabaseMetricCollection",
|
|
5601
|
+
responseHeaders: [
|
|
5602
|
+
{
|
|
5603
|
+
value: response.headers.get("opc-request-id"),
|
|
5604
|
+
key: "opcRequestId",
|
|
5605
|
+
dataType: "string"
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
value: response.headers.get("opc-next-page"),
|
|
5609
|
+
key: "opcNextPage",
|
|
5610
|
+
dataType: "string"
|
|
5611
|
+
}
|
|
5612
|
+
]
|
|
5613
|
+
});
|
|
5614
|
+
return sdkResponse;
|
|
5615
|
+
}
|
|
5616
|
+
catch (err) {
|
|
5617
|
+
throw err;
|
|
5618
|
+
}
|
|
5619
|
+
});
|
|
5620
|
+
}
|
|
5621
|
+
/**
|
|
5622
|
+
* Summarizes the database parameter change history for one database parameter of the specified database in AWR. One change history record contains
|
|
5623
|
+
* 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.
|
|
5624
|
+
* Note that this API only returns information on change history details for one database parameter.
|
|
5625
|
+
* To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint:
|
|
5626
|
+
* /awrHubs/{awrHubId}/awrDbParameters?awrSourceDatabaseIdentifier={awrSourceDbId}
|
|
5627
|
+
*
|
|
5628
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5629
|
+
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
5630
|
+
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
5631
|
+
* @throws OciError when an error occurs
|
|
5632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
5633
|
+
*/
|
|
5634
|
+
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
5635
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5636
|
+
if (this.logger)
|
|
5637
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseParameterChanges.");
|
|
5638
|
+
const operationName = "summarizeAwrDatabaseParameterChanges";
|
|
5639
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseParameterChanges";
|
|
5640
|
+
const pathParams = {
|
|
5641
|
+
"{awrHubId}": summarizeAwrDatabaseParameterChangesRequest.awrHubId
|
|
5642
|
+
};
|
|
5643
|
+
const queryParams = {
|
|
5644
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseParameterChangesRequest.awrSourceDatabaseIdentifier,
|
|
5645
|
+
"instanceNumber": summarizeAwrDatabaseParameterChangesRequest.instanceNumber,
|
|
5646
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5647
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5648
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.timeGreaterThanOrEqualTo,
|
|
5649
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.timeLessThanOrEqualTo,
|
|
5650
|
+
"name": summarizeAwrDatabaseParameterChangesRequest.name,
|
|
5651
|
+
"page": summarizeAwrDatabaseParameterChangesRequest.page,
|
|
5652
|
+
"limit": summarizeAwrDatabaseParameterChangesRequest.limit,
|
|
5653
|
+
"sortBy": summarizeAwrDatabaseParameterChangesRequest.sortBy,
|
|
5654
|
+
"sortOrder": summarizeAwrDatabaseParameterChangesRequest.sortOrder
|
|
5655
|
+
};
|
|
5656
|
+
let headerParams = {
|
|
5657
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5658
|
+
"opc-request-id": summarizeAwrDatabaseParameterChangesRequest.opcRequestId
|
|
5659
|
+
};
|
|
5660
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5661
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseParameterChangesRequest.retryConfiguration, specRetryConfiguration);
|
|
5662
|
+
if (this.logger)
|
|
5663
|
+
retrier.logger = this.logger;
|
|
5664
|
+
const request = yield oci_common_1.composeRequest({
|
|
5665
|
+
baseEndpoint: this._endpoint,
|
|
5666
|
+
defaultHeaders: this._defaultHeaders,
|
|
5667
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseParameterChanges",
|
|
5668
|
+
method: "GET",
|
|
5669
|
+
pathParams: pathParams,
|
|
5670
|
+
headerParams: headerParams,
|
|
5671
|
+
queryParams: queryParams
|
|
5672
|
+
});
|
|
5673
|
+
try {
|
|
5674
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5675
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5676
|
+
responseObject: {},
|
|
5677
|
+
body: yield response.json(),
|
|
5678
|
+
bodyKey: "awrDatabaseParameterChangeCollection",
|
|
5679
|
+
bodyModel: model.AwrDatabaseParameterChangeCollection,
|
|
5680
|
+
type: "model.AwrDatabaseParameterChangeCollection",
|
|
5681
|
+
responseHeaders: [
|
|
5682
|
+
{
|
|
5683
|
+
value: response.headers.get("opc-request-id"),
|
|
5684
|
+
key: "opcRequestId",
|
|
5685
|
+
dataType: "string"
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
value: response.headers.get("opc-next-page"),
|
|
5689
|
+
key: "opcNextPage",
|
|
5690
|
+
dataType: "string"
|
|
5691
|
+
}
|
|
5692
|
+
]
|
|
5693
|
+
});
|
|
5694
|
+
return sdkResponse;
|
|
5695
|
+
}
|
|
5696
|
+
catch (err) {
|
|
5697
|
+
throw err;
|
|
5698
|
+
}
|
|
5699
|
+
});
|
|
5700
|
+
}
|
|
5701
|
+
/**
|
|
5702
|
+
* Summarizes the database parameter history for the specified database in AWR. This includes the list of database
|
|
5703
|
+
* parameters, with information on whether the parameter values were modified within the query time range. Note that
|
|
5704
|
+
* each database parameter is only listed once. Depending on the optional query parameters, the returned summary gets all the database parameters, which include:
|
|
5705
|
+
* <p>
|
|
5706
|
+
Queryparam (valueChanged =\"Y\") - Each parameter whose value was changed during the time range, \"isChanged : true\" in response for the DB params.
|
|
5707
|
+
* Queryparam (valueChanged =\"N\") - Each parameter whose value was unchanged during the time range, \"isChanged : false\" in response for the DB params.
|
|
5708
|
+
* 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.
|
|
5709
|
+
* 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.
|
|
5710
|
+
* <p>
|
|
5711
|
+
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:
|
|
5712
|
+
* /awrHubs/{awrHubId}/awrDbParameterChanges?awrSourceDatabaseIdentifier={awrSourceDbId}
|
|
5713
|
+
*
|
|
5714
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5715
|
+
* @param SummarizeAwrDatabaseParametersRequest
|
|
5716
|
+
* @return SummarizeAwrDatabaseParametersResponse
|
|
5717
|
+
* @throws OciError when an error occurs
|
|
5718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
5719
|
+
*/
|
|
5720
|
+
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
5721
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5722
|
+
if (this.logger)
|
|
5723
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseParameters.");
|
|
5724
|
+
const operationName = "summarizeAwrDatabaseParameters";
|
|
5725
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseParameters";
|
|
5726
|
+
const pathParams = {
|
|
5727
|
+
"{awrHubId}": summarizeAwrDatabaseParametersRequest.awrHubId
|
|
5728
|
+
};
|
|
5729
|
+
const queryParams = {
|
|
5730
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseParametersRequest.awrSourceDatabaseIdentifier,
|
|
5731
|
+
"instanceNumber": summarizeAwrDatabaseParametersRequest.instanceNumber,
|
|
5732
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseParametersRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5733
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseParametersRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5734
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseParametersRequest.timeGreaterThanOrEqualTo,
|
|
5735
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseParametersRequest.timeLessThanOrEqualTo,
|
|
5736
|
+
"name": summarizeAwrDatabaseParametersRequest.name,
|
|
5737
|
+
"nameContains": summarizeAwrDatabaseParametersRequest.nameContains,
|
|
5738
|
+
"valueChanged": summarizeAwrDatabaseParametersRequest.valueChanged,
|
|
5739
|
+
"valueDefault": summarizeAwrDatabaseParametersRequest.valueDefault,
|
|
5740
|
+
"valueModified": summarizeAwrDatabaseParametersRequest.valueModified,
|
|
5741
|
+
"page": summarizeAwrDatabaseParametersRequest.page,
|
|
5742
|
+
"limit": summarizeAwrDatabaseParametersRequest.limit,
|
|
5743
|
+
"sortBy": summarizeAwrDatabaseParametersRequest.sortBy,
|
|
5744
|
+
"sortOrder": summarizeAwrDatabaseParametersRequest.sortOrder
|
|
5745
|
+
};
|
|
5746
|
+
let headerParams = {
|
|
5747
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5748
|
+
"opc-request-id": summarizeAwrDatabaseParametersRequest.opcRequestId
|
|
5749
|
+
};
|
|
5750
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5751
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseParametersRequest.retryConfiguration, specRetryConfiguration);
|
|
5752
|
+
if (this.logger)
|
|
5753
|
+
retrier.logger = this.logger;
|
|
5754
|
+
const request = yield oci_common_1.composeRequest({
|
|
5755
|
+
baseEndpoint: this._endpoint,
|
|
5756
|
+
defaultHeaders: this._defaultHeaders,
|
|
5757
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseParameters",
|
|
5758
|
+
method: "GET",
|
|
5759
|
+
pathParams: pathParams,
|
|
5760
|
+
headerParams: headerParams,
|
|
5761
|
+
queryParams: queryParams
|
|
5762
|
+
});
|
|
5763
|
+
try {
|
|
5764
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5765
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5766
|
+
responseObject: {},
|
|
5767
|
+
body: yield response.json(),
|
|
5768
|
+
bodyKey: "awrDatabaseParameterCollection",
|
|
5769
|
+
bodyModel: model.AwrDatabaseParameterCollection,
|
|
5770
|
+
type: "model.AwrDatabaseParameterCollection",
|
|
5771
|
+
responseHeaders: [
|
|
5772
|
+
{
|
|
5773
|
+
value: response.headers.get("opc-request-id"),
|
|
5774
|
+
key: "opcRequestId",
|
|
5775
|
+
dataType: "string"
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
value: response.headers.get("opc-next-page"),
|
|
5779
|
+
key: "opcNextPage",
|
|
5780
|
+
dataType: "string"
|
|
5781
|
+
}
|
|
5782
|
+
]
|
|
5783
|
+
});
|
|
5784
|
+
return sdkResponse;
|
|
5785
|
+
}
|
|
5786
|
+
catch (err) {
|
|
5787
|
+
throw err;
|
|
5788
|
+
}
|
|
5789
|
+
});
|
|
5790
|
+
}
|
|
5791
|
+
/**
|
|
5792
|
+
* Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified AWRHub.
|
|
5793
|
+
*
|
|
5794
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5795
|
+
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
5796
|
+
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
5797
|
+
* @throws OciError when an error occurs
|
|
5798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
5799
|
+
*/
|
|
5800
|
+
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
5801
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5802
|
+
if (this.logger)
|
|
5803
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseSnapshotRanges.");
|
|
5804
|
+
const operationName = "summarizeAwrDatabaseSnapshotRanges";
|
|
5805
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseSnapshotRanges";
|
|
5806
|
+
const pathParams = {
|
|
5807
|
+
"{awrHubId}": summarizeAwrDatabaseSnapshotRangesRequest.awrHubId
|
|
5808
|
+
};
|
|
5809
|
+
const queryParams = {
|
|
5810
|
+
"name": summarizeAwrDatabaseSnapshotRangesRequest.name,
|
|
5811
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseSnapshotRangesRequest.timeGreaterThanOrEqualTo,
|
|
5812
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseSnapshotRangesRequest.timeLessThanOrEqualTo,
|
|
5813
|
+
"page": summarizeAwrDatabaseSnapshotRangesRequest.page,
|
|
5814
|
+
"limit": summarizeAwrDatabaseSnapshotRangesRequest.limit,
|
|
5815
|
+
"sortBy": summarizeAwrDatabaseSnapshotRangesRequest.sortBy,
|
|
5816
|
+
"sortOrder": summarizeAwrDatabaseSnapshotRangesRequest.sortOrder
|
|
5817
|
+
};
|
|
5818
|
+
let headerParams = {
|
|
5819
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5820
|
+
"opc-request-id": summarizeAwrDatabaseSnapshotRangesRequest.opcRequestId
|
|
5821
|
+
};
|
|
5822
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5823
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseSnapshotRangesRequest.retryConfiguration, specRetryConfiguration);
|
|
5824
|
+
if (this.logger)
|
|
5825
|
+
retrier.logger = this.logger;
|
|
5826
|
+
const request = yield oci_common_1.composeRequest({
|
|
5827
|
+
baseEndpoint: this._endpoint,
|
|
5828
|
+
defaultHeaders: this._defaultHeaders,
|
|
5829
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSnapshotRanges",
|
|
5830
|
+
method: "GET",
|
|
5831
|
+
pathParams: pathParams,
|
|
5832
|
+
headerParams: headerParams,
|
|
5833
|
+
queryParams: queryParams
|
|
5834
|
+
});
|
|
5835
|
+
try {
|
|
5836
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5837
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5838
|
+
responseObject: {},
|
|
5839
|
+
body: yield response.json(),
|
|
5840
|
+
bodyKey: "awrDatabaseSnapshotRangeCollection",
|
|
5841
|
+
bodyModel: model.AwrDatabaseSnapshotRangeCollection,
|
|
5842
|
+
type: "model.AwrDatabaseSnapshotRangeCollection",
|
|
5843
|
+
responseHeaders: [
|
|
5844
|
+
{
|
|
5845
|
+
value: response.headers.get("opc-request-id"),
|
|
5846
|
+
key: "opcRequestId",
|
|
5847
|
+
dataType: "string"
|
|
5848
|
+
},
|
|
5849
|
+
{
|
|
5850
|
+
value: response.headers.get("opc-next-page"),
|
|
5851
|
+
key: "opcNextPage",
|
|
5852
|
+
dataType: "string"
|
|
5853
|
+
}
|
|
5854
|
+
]
|
|
5855
|
+
});
|
|
5856
|
+
return sdkResponse;
|
|
5857
|
+
}
|
|
5858
|
+
catch (err) {
|
|
5859
|
+
throw err;
|
|
5860
|
+
}
|
|
5861
|
+
});
|
|
5862
|
+
}
|
|
5863
|
+
/**
|
|
5864
|
+
* 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.
|
|
5865
|
+
*
|
|
5866
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5867
|
+
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
5868
|
+
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
5869
|
+
* @throws OciError when an error occurs
|
|
5870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
5871
|
+
*/
|
|
5872
|
+
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
5873
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5874
|
+
if (this.logger)
|
|
5875
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseSysstats.");
|
|
5876
|
+
const operationName = "summarizeAwrDatabaseSysstats";
|
|
5877
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseSysstats";
|
|
5878
|
+
const pathParams = {
|
|
5879
|
+
"{awrHubId}": summarizeAwrDatabaseSysstatsRequest.awrHubId
|
|
5880
|
+
};
|
|
5881
|
+
const queryParams = {
|
|
5882
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseSysstatsRequest.awrSourceDatabaseIdentifier,
|
|
5883
|
+
"instanceNumber": summarizeAwrDatabaseSysstatsRequest.instanceNumber,
|
|
5884
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5885
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5886
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.timeGreaterThanOrEqualTo,
|
|
5887
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.timeLessThanOrEqualTo,
|
|
5888
|
+
"name": summarizeAwrDatabaseSysstatsRequest.name,
|
|
5889
|
+
"page": summarizeAwrDatabaseSysstatsRequest.page,
|
|
5890
|
+
"limit": summarizeAwrDatabaseSysstatsRequest.limit,
|
|
5891
|
+
"sortBy": summarizeAwrDatabaseSysstatsRequest.sortBy,
|
|
5892
|
+
"sortOrder": summarizeAwrDatabaseSysstatsRequest.sortOrder
|
|
5893
|
+
};
|
|
5894
|
+
let headerParams = {
|
|
5895
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5896
|
+
"opc-request-id": summarizeAwrDatabaseSysstatsRequest.opcRequestId
|
|
5897
|
+
};
|
|
5898
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5899
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseSysstatsRequest.retryConfiguration, specRetryConfiguration);
|
|
5900
|
+
if (this.logger)
|
|
5901
|
+
retrier.logger = this.logger;
|
|
5902
|
+
const request = yield oci_common_1.composeRequest({
|
|
5903
|
+
baseEndpoint: this._endpoint,
|
|
5904
|
+
defaultHeaders: this._defaultHeaders,
|
|
5905
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSysstats",
|
|
5906
|
+
method: "GET",
|
|
5907
|
+
pathParams: pathParams,
|
|
5908
|
+
headerParams: headerParams,
|
|
5909
|
+
queryParams: queryParams
|
|
5910
|
+
});
|
|
5911
|
+
try {
|
|
5912
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5913
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5914
|
+
responseObject: {},
|
|
5915
|
+
body: yield response.json(),
|
|
5916
|
+
bodyKey: "awrDatabaseSysstatCollection",
|
|
5917
|
+
bodyModel: model.AwrDatabaseSysstatCollection,
|
|
5918
|
+
type: "model.AwrDatabaseSysstatCollection",
|
|
5919
|
+
responseHeaders: [
|
|
5920
|
+
{
|
|
5921
|
+
value: response.headers.get("opc-request-id"),
|
|
5922
|
+
key: "opcRequestId",
|
|
5923
|
+
dataType: "string"
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
value: response.headers.get("opc-next-page"),
|
|
5927
|
+
key: "opcNextPage",
|
|
5928
|
+
dataType: "string"
|
|
5929
|
+
}
|
|
5930
|
+
]
|
|
5931
|
+
});
|
|
5932
|
+
return sdkResponse;
|
|
5933
|
+
}
|
|
5934
|
+
catch (err) {
|
|
5935
|
+
throw err;
|
|
5936
|
+
}
|
|
5937
|
+
});
|
|
5938
|
+
}
|
|
5939
|
+
/**
|
|
5940
|
+
* Summarizes the AWR top wait events.
|
|
5941
|
+
*
|
|
5942
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5943
|
+
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
5944
|
+
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
5945
|
+
* @throws OciError when an error occurs
|
|
5946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
5947
|
+
*/
|
|
5948
|
+
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
5949
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5950
|
+
if (this.logger)
|
|
5951
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseTopWaitEvents.");
|
|
5952
|
+
const operationName = "summarizeAwrDatabaseTopWaitEvents";
|
|
5953
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseTopWaitEvents";
|
|
5954
|
+
const pathParams = {
|
|
5955
|
+
"{awrHubId}": summarizeAwrDatabaseTopWaitEventsRequest.awrHubId
|
|
5956
|
+
};
|
|
5957
|
+
const queryParams = {
|
|
5958
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseTopWaitEventsRequest.awrSourceDatabaseIdentifier,
|
|
5959
|
+
"instanceNumber": summarizeAwrDatabaseTopWaitEventsRequest.instanceNumber,
|
|
5960
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5961
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5962
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.timeGreaterThanOrEqualTo,
|
|
5963
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.timeLessThanOrEqualTo,
|
|
5964
|
+
"sessionType": summarizeAwrDatabaseTopWaitEventsRequest.sessionType,
|
|
5965
|
+
"topN": summarizeAwrDatabaseTopWaitEventsRequest.topN,
|
|
5966
|
+
"sortBy": summarizeAwrDatabaseTopWaitEventsRequest.sortBy,
|
|
5967
|
+
"sortOrder": summarizeAwrDatabaseTopWaitEventsRequest.sortOrder
|
|
5968
|
+
};
|
|
5969
|
+
let headerParams = {
|
|
5970
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5971
|
+
"opc-request-id": summarizeAwrDatabaseTopWaitEventsRequest.opcRequestId
|
|
5972
|
+
};
|
|
5973
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5974
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseTopWaitEventsRequest.retryConfiguration, specRetryConfiguration);
|
|
5975
|
+
if (this.logger)
|
|
5976
|
+
retrier.logger = this.logger;
|
|
5977
|
+
const request = yield oci_common_1.composeRequest({
|
|
5978
|
+
baseEndpoint: this._endpoint,
|
|
5979
|
+
defaultHeaders: this._defaultHeaders,
|
|
5980
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseTopWaitEvents",
|
|
5981
|
+
method: "GET",
|
|
5982
|
+
pathParams: pathParams,
|
|
5983
|
+
headerParams: headerParams,
|
|
5984
|
+
queryParams: queryParams
|
|
5985
|
+
});
|
|
5986
|
+
try {
|
|
5987
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5988
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5989
|
+
responseObject: {},
|
|
5990
|
+
body: yield response.json(),
|
|
5991
|
+
bodyKey: "awrDatabaseTopWaitEventCollection",
|
|
5992
|
+
bodyModel: model.AwrDatabaseTopWaitEventCollection,
|
|
5993
|
+
type: "model.AwrDatabaseTopWaitEventCollection",
|
|
5994
|
+
responseHeaders: [
|
|
5995
|
+
{
|
|
5996
|
+
value: response.headers.get("opc-request-id"),
|
|
5997
|
+
key: "opcRequestId",
|
|
5998
|
+
dataType: "string"
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
value: response.headers.get("opc-next-page"),
|
|
6002
|
+
key: "opcNextPage",
|
|
6003
|
+
dataType: "string"
|
|
6004
|
+
}
|
|
6005
|
+
]
|
|
6006
|
+
});
|
|
6007
|
+
return sdkResponse;
|
|
6008
|
+
}
|
|
6009
|
+
catch (err) {
|
|
6010
|
+
throw err;
|
|
6011
|
+
}
|
|
6012
|
+
});
|
|
6013
|
+
}
|
|
6014
|
+
/**
|
|
6015
|
+
* Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.
|
|
6016
|
+
*
|
|
6017
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6018
|
+
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
6019
|
+
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
6020
|
+
* @throws OciError when an error occurs
|
|
6021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
6022
|
+
*/
|
|
6023
|
+
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
6024
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6025
|
+
if (this.logger)
|
|
6026
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseWaitEventBuckets.");
|
|
6027
|
+
const operationName = "summarizeAwrDatabaseWaitEventBuckets";
|
|
6028
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseWaitEventBuckets";
|
|
6029
|
+
const pathParams = {
|
|
6030
|
+
"{awrHubId}": summarizeAwrDatabaseWaitEventBucketsRequest.awrHubId
|
|
6031
|
+
};
|
|
6032
|
+
const queryParams = {
|
|
6033
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseWaitEventBucketsRequest.awrSourceDatabaseIdentifier,
|
|
6034
|
+
"instanceNumber": summarizeAwrDatabaseWaitEventBucketsRequest.instanceNumber,
|
|
6035
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
6036
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
6037
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.timeGreaterThanOrEqualTo,
|
|
6038
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.timeLessThanOrEqualTo,
|
|
6039
|
+
"name": summarizeAwrDatabaseWaitEventBucketsRequest.name,
|
|
6040
|
+
"numBucket": summarizeAwrDatabaseWaitEventBucketsRequest.numBucket,
|
|
6041
|
+
"minValue": summarizeAwrDatabaseWaitEventBucketsRequest.minValue,
|
|
6042
|
+
"maxValue": summarizeAwrDatabaseWaitEventBucketsRequest.maxValue,
|
|
6043
|
+
"page": summarizeAwrDatabaseWaitEventBucketsRequest.page,
|
|
6044
|
+
"limit": summarizeAwrDatabaseWaitEventBucketsRequest.limit,
|
|
6045
|
+
"sortBy": summarizeAwrDatabaseWaitEventBucketsRequest.sortBy,
|
|
6046
|
+
"sortOrder": summarizeAwrDatabaseWaitEventBucketsRequest.sortOrder
|
|
6047
|
+
};
|
|
6048
|
+
let headerParams = {
|
|
6049
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6050
|
+
"opc-request-id": summarizeAwrDatabaseWaitEventBucketsRequest.opcRequestId
|
|
6051
|
+
};
|
|
6052
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6053
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseWaitEventBucketsRequest.retryConfiguration, specRetryConfiguration);
|
|
6054
|
+
if (this.logger)
|
|
6055
|
+
retrier.logger = this.logger;
|
|
6056
|
+
const request = yield oci_common_1.composeRequest({
|
|
6057
|
+
baseEndpoint: this._endpoint,
|
|
6058
|
+
defaultHeaders: this._defaultHeaders,
|
|
6059
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseWaitEventBuckets",
|
|
6060
|
+
method: "GET",
|
|
6061
|
+
pathParams: pathParams,
|
|
6062
|
+
headerParams: headerParams,
|
|
6063
|
+
queryParams: queryParams
|
|
6064
|
+
});
|
|
6065
|
+
try {
|
|
6066
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6067
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6068
|
+
responseObject: {},
|
|
6069
|
+
body: yield response.json(),
|
|
6070
|
+
bodyKey: "awrDatabaseWaitEventBucketCollection",
|
|
6071
|
+
bodyModel: model.AwrDatabaseWaitEventBucketCollection,
|
|
6072
|
+
type: "model.AwrDatabaseWaitEventBucketCollection",
|
|
6073
|
+
responseHeaders: [
|
|
6074
|
+
{
|
|
6075
|
+
value: response.headers.get("opc-request-id"),
|
|
6076
|
+
key: "opcRequestId",
|
|
6077
|
+
dataType: "string"
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
value: response.headers.get("opc-next-page"),
|
|
6081
|
+
key: "opcNextPage",
|
|
6082
|
+
dataType: "string"
|
|
6083
|
+
}
|
|
6084
|
+
]
|
|
6085
|
+
});
|
|
6086
|
+
return sdkResponse;
|
|
6087
|
+
}
|
|
6088
|
+
catch (err) {
|
|
6089
|
+
throw err;
|
|
6090
|
+
}
|
|
6091
|
+
});
|
|
6092
|
+
}
|
|
6093
|
+
/**
|
|
6094
|
+
* 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.
|
|
6095
|
+
*
|
|
6096
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6097
|
+
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
6098
|
+
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
6099
|
+
* @throws OciError when an error occurs
|
|
6100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
6101
|
+
*/
|
|
6102
|
+
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
6103
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6104
|
+
if (this.logger)
|
|
6105
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseWaitEvents.");
|
|
6106
|
+
const operationName = "summarizeAwrDatabaseWaitEvents";
|
|
6107
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseWaitEvents";
|
|
6108
|
+
const pathParams = {
|
|
6109
|
+
"{awrHubId}": summarizeAwrDatabaseWaitEventsRequest.awrHubId
|
|
6110
|
+
};
|
|
6111
|
+
const queryParams = {
|
|
6112
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseWaitEventsRequest.awrSourceDatabaseIdentifier,
|
|
6113
|
+
"instanceNumber": summarizeAwrDatabaseWaitEventsRequest.instanceNumber,
|
|
6114
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
6115
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
6116
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.timeGreaterThanOrEqualTo,
|
|
6117
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.timeLessThanOrEqualTo,
|
|
6118
|
+
"name": summarizeAwrDatabaseWaitEventsRequest.name,
|
|
6119
|
+
"sessionType": summarizeAwrDatabaseWaitEventsRequest.sessionType,
|
|
6120
|
+
"page": summarizeAwrDatabaseWaitEventsRequest.page,
|
|
6121
|
+
"limit": summarizeAwrDatabaseWaitEventsRequest.limit,
|
|
6122
|
+
"sortBy": summarizeAwrDatabaseWaitEventsRequest.sortBy,
|
|
6123
|
+
"sortOrder": summarizeAwrDatabaseWaitEventsRequest.sortOrder
|
|
6124
|
+
};
|
|
6125
|
+
let headerParams = {
|
|
6126
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6127
|
+
"opc-request-id": summarizeAwrDatabaseWaitEventsRequest.opcRequestId
|
|
6128
|
+
};
|
|
6129
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6130
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseWaitEventsRequest.retryConfiguration, specRetryConfiguration);
|
|
6131
|
+
if (this.logger)
|
|
6132
|
+
retrier.logger = this.logger;
|
|
6133
|
+
const request = yield oci_common_1.composeRequest({
|
|
6134
|
+
baseEndpoint: this._endpoint,
|
|
6135
|
+
defaultHeaders: this._defaultHeaders,
|
|
6136
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseWaitEvents",
|
|
6137
|
+
method: "GET",
|
|
6138
|
+
pathParams: pathParams,
|
|
6139
|
+
headerParams: headerParams,
|
|
6140
|
+
queryParams: queryParams
|
|
6141
|
+
});
|
|
6142
|
+
try {
|
|
6143
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6144
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6145
|
+
responseObject: {},
|
|
6146
|
+
body: yield response.json(),
|
|
6147
|
+
bodyKey: "awrDatabaseWaitEventCollection",
|
|
6148
|
+
bodyModel: model.AwrDatabaseWaitEventCollection,
|
|
6149
|
+
type: "model.AwrDatabaseWaitEventCollection",
|
|
6150
|
+
responseHeaders: [
|
|
6151
|
+
{
|
|
6152
|
+
value: response.headers.get("opc-request-id"),
|
|
6153
|
+
key: "opcRequestId",
|
|
6154
|
+
dataType: "string"
|
|
6155
|
+
},
|
|
6156
|
+
{
|
|
6157
|
+
value: response.headers.get("opc-next-page"),
|
|
6158
|
+
key: "opcNextPage",
|
|
6159
|
+
dataType: "string"
|
|
6160
|
+
}
|
|
6161
|
+
]
|
|
6162
|
+
});
|
|
6163
|
+
return sdkResponse;
|
|
6164
|
+
}
|
|
6165
|
+
catch (err) {
|
|
6166
|
+
throw err;
|
|
6167
|
+
}
|
|
6168
|
+
});
|
|
6169
|
+
}
|
|
5104
6170
|
/**
|
|
5105
6171
|
* Gets a list of summary of AWR Sources.
|
|
5106
6172
|
*
|
|
@@ -5108,7 +6174,7 @@ class OperationsInsightsClient {
|
|
|
5108
6174
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
5109
6175
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
5110
6176
|
* @throws OciError when an error occurs
|
|
5111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
5112
6178
|
*/
|
|
5113
6179
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
5114
6180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5181,7 +6247,7 @@ class OperationsInsightsClient {
|
|
|
5181
6247
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
5182
6248
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
5183
6249
|
* @throws OciError when an error occurs
|
|
5184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
5185
6251
|
*/
|
|
5186
6252
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
5187
6253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5267,7 +6333,7 @@ class OperationsInsightsClient {
|
|
|
5267
6333
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
5268
6334
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
5269
6335
|
* @throws OciError when an error occurs
|
|
5270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
5271
6337
|
*/
|
|
5272
6338
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
5273
6339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5355,7 +6421,7 @@ class OperationsInsightsClient {
|
|
|
5355
6421
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
5356
6422
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
5357
6423
|
* @throws OciError when an error occurs
|
|
5358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
5359
6425
|
*/
|
|
5360
6426
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
5361
6427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5445,7 +6511,7 @@ class OperationsInsightsClient {
|
|
|
5445
6511
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
5446
6512
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
5447
6513
|
* @throws OciError when an error occurs
|
|
5448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
5449
6515
|
*/
|
|
5450
6516
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
5451
6517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5528,7 +6594,7 @@ class OperationsInsightsClient {
|
|
|
5528
6594
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
5529
6595
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
5530
6596
|
* @throws OciError when an error occurs
|
|
5531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
5532
6598
|
*/
|
|
5533
6599
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
5534
6600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5611,7 +6677,7 @@ class OperationsInsightsClient {
|
|
|
5611
6677
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
5612
6678
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
5613
6679
|
* @throws OciError when an error occurs
|
|
5614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
5615
6681
|
*/
|
|
5616
6682
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
5617
6683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5694,7 +6760,7 @@ class OperationsInsightsClient {
|
|
|
5694
6760
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
5695
6761
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
5696
6762
|
* @throws OciError when an error occurs
|
|
5697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
5698
6764
|
*/
|
|
5699
6765
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
5700
6766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5772,7 +6838,7 @@ class OperationsInsightsClient {
|
|
|
5772
6838
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
5773
6839
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
5774
6840
|
* @throws OciError when an error occurs
|
|
5775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
5776
6842
|
*/
|
|
5777
6843
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
5778
6844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5856,7 +6922,7 @@ class OperationsInsightsClient {
|
|
|
5856
6922
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
5857
6923
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
5858
6924
|
* @throws OciError when an error occurs
|
|
5859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
5860
6926
|
*/
|
|
5861
6927
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
5862
6928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5943,7 +7009,7 @@ class OperationsInsightsClient {
|
|
|
5943
7009
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
5944
7010
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
5945
7011
|
* @throws OciError when an error occurs
|
|
5946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
5947
7013
|
*/
|
|
5948
7014
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
5949
7015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6030,7 +7096,7 @@ class OperationsInsightsClient {
|
|
|
6030
7096
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
6031
7097
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
6032
7098
|
* @throws OciError when an error occurs
|
|
6033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
6034
7100
|
*/
|
|
6035
7101
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
6036
7102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6117,7 +7183,7 @@ class OperationsInsightsClient {
|
|
|
6117
7183
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
6118
7184
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
6119
7185
|
* @throws OciError when an error occurs
|
|
6120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
6121
7187
|
*/
|
|
6122
7188
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
6123
7189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6204,7 +7270,7 @@ class OperationsInsightsClient {
|
|
|
6204
7270
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
6205
7271
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
6206
7272
|
* @throws OciError when an error occurs
|
|
6207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
6208
7274
|
*/
|
|
6209
7275
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
6210
7276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6291,7 +7357,7 @@ class OperationsInsightsClient {
|
|
|
6291
7357
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
6292
7358
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
6293
7359
|
* @throws OciError when an error occurs
|
|
6294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
6295
7361
|
*/
|
|
6296
7362
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
6297
7363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6369,7 +7435,7 @@ class OperationsInsightsClient {
|
|
|
6369
7435
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
6370
7436
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
6371
7437
|
* @throws OciError when an error occurs
|
|
6372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
6373
7439
|
*/
|
|
6374
7440
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
6375
7441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6454,7 +7520,7 @@ class OperationsInsightsClient {
|
|
|
6454
7520
|
* @param SummarizeExadataMembersRequest
|
|
6455
7521
|
* @return SummarizeExadataMembersResponse
|
|
6456
7522
|
* @throws OciError when an error occurs
|
|
6457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
6458
7524
|
*/
|
|
6459
7525
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
6460
7526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6530,7 +7596,7 @@ class OperationsInsightsClient {
|
|
|
6530
7596
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
6531
7597
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
6532
7598
|
* @throws OciError when an error occurs
|
|
6533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
6534
7600
|
*/
|
|
6535
7601
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
6536
7602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6556,7 +7622,9 @@ class OperationsInsightsClient {
|
|
|
6556
7622
|
"freeformTagEquals": summarizeHostInsightResourceCapacityTrendRequest.freeformTagEquals,
|
|
6557
7623
|
"definedTagExists": summarizeHostInsightResourceCapacityTrendRequest.definedTagExists,
|
|
6558
7624
|
"freeformTagExists": summarizeHostInsightResourceCapacityTrendRequest.freeformTagExists,
|
|
6559
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceCapacityTrendRequest.compartmentIdInSubtree
|
|
7625
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceCapacityTrendRequest.compartmentIdInSubtree,
|
|
7626
|
+
"hostType": summarizeHostInsightResourceCapacityTrendRequest.hostType,
|
|
7627
|
+
"hostId": summarizeHostInsightResourceCapacityTrendRequest.hostId
|
|
6560
7628
|
};
|
|
6561
7629
|
let headerParams = {
|
|
6562
7630
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6611,7 +7679,7 @@ class OperationsInsightsClient {
|
|
|
6611
7679
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
6612
7680
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
6613
7681
|
* @throws OciError when an error occurs
|
|
6614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
6615
7683
|
*/
|
|
6616
7684
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
6617
7685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6639,7 +7707,9 @@ class OperationsInsightsClient {
|
|
|
6639
7707
|
"freeformTagEquals": summarizeHostInsightResourceForecastTrendRequest.freeformTagEquals,
|
|
6640
7708
|
"definedTagExists": summarizeHostInsightResourceForecastTrendRequest.definedTagExists,
|
|
6641
7709
|
"freeformTagExists": summarizeHostInsightResourceForecastTrendRequest.freeformTagExists,
|
|
6642
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceForecastTrendRequest.compartmentIdInSubtree
|
|
7710
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceForecastTrendRequest.compartmentIdInSubtree,
|
|
7711
|
+
"hostType": summarizeHostInsightResourceForecastTrendRequest.hostType,
|
|
7712
|
+
"hostId": summarizeHostInsightResourceForecastTrendRequest.hostId
|
|
6643
7713
|
};
|
|
6644
7714
|
let headerParams = {
|
|
6645
7715
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6689,7 +7759,7 @@ class OperationsInsightsClient {
|
|
|
6689
7759
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
6690
7760
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
6691
7761
|
* @throws OciError when an error occurs
|
|
6692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
6693
7763
|
*/
|
|
6694
7764
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
6695
7765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6718,7 +7788,9 @@ class OperationsInsightsClient {
|
|
|
6718
7788
|
"freeformTagEquals": summarizeHostInsightResourceStatisticsRequest.freeformTagEquals,
|
|
6719
7789
|
"definedTagExists": summarizeHostInsightResourceStatisticsRequest.definedTagExists,
|
|
6720
7790
|
"freeformTagExists": summarizeHostInsightResourceStatisticsRequest.freeformTagExists,
|
|
6721
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceStatisticsRequest.compartmentIdInSubtree
|
|
7791
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceStatisticsRequest.compartmentIdInSubtree,
|
|
7792
|
+
"hostType": summarizeHostInsightResourceStatisticsRequest.hostType,
|
|
7793
|
+
"hostId": summarizeHostInsightResourceStatisticsRequest.hostId
|
|
6722
7794
|
};
|
|
6723
7795
|
let headerParams = {
|
|
6724
7796
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6775,7 +7847,7 @@ class OperationsInsightsClient {
|
|
|
6775
7847
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
6776
7848
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
6777
7849
|
* @throws OciError when an error occurs
|
|
6778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
6779
7851
|
*/
|
|
6780
7852
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
6781
7853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6799,7 +7871,9 @@ class OperationsInsightsClient {
|
|
|
6799
7871
|
"freeformTagEquals": summarizeHostInsightResourceUsageRequest.freeformTagEquals,
|
|
6800
7872
|
"definedTagExists": summarizeHostInsightResourceUsageRequest.definedTagExists,
|
|
6801
7873
|
"freeformTagExists": summarizeHostInsightResourceUsageRequest.freeformTagExists,
|
|
6802
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceUsageRequest.compartmentIdInSubtree
|
|
7874
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceUsageRequest.compartmentIdInSubtree,
|
|
7875
|
+
"hostType": summarizeHostInsightResourceUsageRequest.hostType,
|
|
7876
|
+
"hostId": summarizeHostInsightResourceUsageRequest.hostId
|
|
6803
7877
|
};
|
|
6804
7878
|
let headerParams = {
|
|
6805
7879
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6850,7 +7924,7 @@ class OperationsInsightsClient {
|
|
|
6850
7924
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
6851
7925
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
6852
7926
|
* @throws OciError when an error occurs
|
|
6853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
6854
7928
|
*/
|
|
6855
7929
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
6856
7930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6875,7 +7949,9 @@ class OperationsInsightsClient {
|
|
|
6875
7949
|
"freeformTagEquals": summarizeHostInsightResourceUsageTrendRequest.freeformTagEquals,
|
|
6876
7950
|
"definedTagExists": summarizeHostInsightResourceUsageTrendRequest.definedTagExists,
|
|
6877
7951
|
"freeformTagExists": summarizeHostInsightResourceUsageTrendRequest.freeformTagExists,
|
|
6878
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceUsageTrendRequest.compartmentIdInSubtree
|
|
7952
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceUsageTrendRequest.compartmentIdInSubtree,
|
|
7953
|
+
"hostType": summarizeHostInsightResourceUsageTrendRequest.hostType,
|
|
7954
|
+
"hostId": summarizeHostInsightResourceUsageTrendRequest.hostId
|
|
6879
7955
|
};
|
|
6880
7956
|
let headerParams = {
|
|
6881
7957
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6930,7 +8006,7 @@ class OperationsInsightsClient {
|
|
|
6930
8006
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
6931
8007
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
6932
8008
|
* @throws OciError when an error occurs
|
|
6933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
6934
8010
|
*/
|
|
6935
8011
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
6936
8012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6954,7 +8030,9 @@ class OperationsInsightsClient {
|
|
|
6954
8030
|
"freeformTagEquals": summarizeHostInsightResourceUtilizationInsightRequest.freeformTagEquals,
|
|
6955
8031
|
"definedTagExists": summarizeHostInsightResourceUtilizationInsightRequest.definedTagExists,
|
|
6956
8032
|
"freeformTagExists": summarizeHostInsightResourceUtilizationInsightRequest.freeformTagExists,
|
|
6957
|
-
"compartmentIdInSubtree": summarizeHostInsightResourceUtilizationInsightRequest.compartmentIdInSubtree
|
|
8033
|
+
"compartmentIdInSubtree": summarizeHostInsightResourceUtilizationInsightRequest.compartmentIdInSubtree,
|
|
8034
|
+
"hostType": summarizeHostInsightResourceUtilizationInsightRequest.hostType,
|
|
8035
|
+
"hostId": summarizeHostInsightResourceUtilizationInsightRequest.hostId
|
|
6958
8036
|
};
|
|
6959
8037
|
let headerParams = {
|
|
6960
8038
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7005,7 +8083,7 @@ class OperationsInsightsClient {
|
|
|
7005
8083
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
7006
8084
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
7007
8085
|
* @throws OciError when an error occurs
|
|
7008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
7009
8087
|
*/
|
|
7010
8088
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
7011
8089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7022,7 +8100,9 @@ class OperationsInsightsClient {
|
|
|
7022
8100
|
"timeIntervalStart": summarizeHostInsightTopProcessesUsageTrendRequest.timeIntervalStart,
|
|
7023
8101
|
"timeIntervalEnd": summarizeHostInsightTopProcessesUsageTrendRequest.timeIntervalEnd,
|
|
7024
8102
|
"page": summarizeHostInsightTopProcessesUsageTrendRequest.page,
|
|
7025
|
-
"limit": summarizeHostInsightTopProcessesUsageTrendRequest.limit
|
|
8103
|
+
"limit": summarizeHostInsightTopProcessesUsageTrendRequest.limit,
|
|
8104
|
+
"hostType": summarizeHostInsightTopProcessesUsageTrendRequest.hostType,
|
|
8105
|
+
"hostId": summarizeHostInsightTopProcessesUsageTrendRequest.hostId
|
|
7026
8106
|
};
|
|
7027
8107
|
let headerParams = {
|
|
7028
8108
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -7077,7 +8157,7 @@ class OperationsInsightsClient {
|
|
|
7077
8157
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
7078
8158
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
7079
8159
|
* @throws OciError when an error occurs
|
|
7080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
7081
8161
|
*/
|
|
7082
8162
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
7083
8163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7142,7 +8222,7 @@ class OperationsInsightsClient {
|
|
|
7142
8222
|
* @param SummarizeSqlInsightsRequest
|
|
7143
8223
|
* @return SummarizeSqlInsightsResponse
|
|
7144
8224
|
* @throws OciError when an error occurs
|
|
7145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
7146
8226
|
*/
|
|
7147
8227
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
7148
8228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7223,7 +8303,7 @@ class OperationsInsightsClient {
|
|
|
7223
8303
|
* @param SummarizeSqlPlanInsightsRequest
|
|
7224
8304
|
* @return SummarizeSqlPlanInsightsResponse
|
|
7225
8305
|
* @throws OciError when an error occurs
|
|
7226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
7227
8307
|
*/
|
|
7228
8308
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
7229
8309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7295,7 +8375,7 @@ class OperationsInsightsClient {
|
|
|
7295
8375
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
7296
8376
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
7297
8377
|
* @throws OciError when an error occurs
|
|
7298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
7299
8379
|
*/
|
|
7300
8380
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
7301
8381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7367,7 +8447,7 @@ class OperationsInsightsClient {
|
|
|
7367
8447
|
* @param SummarizeSqlStatisticsRequest
|
|
7368
8448
|
* @return SummarizeSqlStatisticsResponse
|
|
7369
8449
|
* @throws OciError when an error occurs
|
|
7370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
7371
8451
|
*/
|
|
7372
8452
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
7373
8453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7453,7 +8533,7 @@ class OperationsInsightsClient {
|
|
|
7453
8533
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
7454
8534
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
7455
8535
|
* @throws OciError when an error occurs
|
|
7456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
7457
8537
|
*/
|
|
7458
8538
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
7459
8539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7533,7 +8613,7 @@ class OperationsInsightsClient {
|
|
|
7533
8613
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
7534
8614
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
7535
8615
|
* @throws OciError when an error occurs
|
|
7536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
7537
8617
|
*/
|
|
7538
8618
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
7539
8619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7603,7 +8683,7 @@ class OperationsInsightsClient {
|
|
|
7603
8683
|
* @param UpdateAwrHubRequest
|
|
7604
8684
|
* @return UpdateAwrHubResponse
|
|
7605
8685
|
* @throws OciError when an error occurs
|
|
7606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
7607
8687
|
*/
|
|
7608
8688
|
updateAwrHub(updateAwrHubRequest) {
|
|
7609
8689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7664,7 +8744,7 @@ class OperationsInsightsClient {
|
|
|
7664
8744
|
* @param UpdateDatabaseInsightRequest
|
|
7665
8745
|
* @return UpdateDatabaseInsightResponse
|
|
7666
8746
|
* @throws OciError when an error occurs
|
|
7667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
7668
8748
|
*/
|
|
7669
8749
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
7670
8750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7725,7 +8805,7 @@ class OperationsInsightsClient {
|
|
|
7725
8805
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
7726
8806
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
7727
8807
|
* @throws OciError when an error occurs
|
|
7728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
7729
8809
|
*/
|
|
7730
8810
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
7731
8811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7786,7 +8866,7 @@ class OperationsInsightsClient {
|
|
|
7786
8866
|
* @param UpdateExadataInsightRequest
|
|
7787
8867
|
* @return UpdateExadataInsightResponse
|
|
7788
8868
|
* @throws OciError when an error occurs
|
|
7789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
7790
8870
|
*/
|
|
7791
8871
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
7792
8872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7847,7 +8927,7 @@ class OperationsInsightsClient {
|
|
|
7847
8927
|
* @param UpdateHostInsightRequest
|
|
7848
8928
|
* @return UpdateHostInsightResponse
|
|
7849
8929
|
* @throws OciError when an error occurs
|
|
7850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
7851
8931
|
*/
|
|
7852
8932
|
updateHostInsight(updateHostInsightRequest) {
|
|
7853
8933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7908,7 +8988,7 @@ class OperationsInsightsClient {
|
|
|
7908
8988
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
7909
8989
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
7910
8990
|
* @throws OciError when an error occurs
|
|
7911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
7912
8992
|
*/
|
|
7913
8993
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
7914
8994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7971,7 +9051,7 @@ class OperationsInsightsClient {
|
|
|
7971
9051
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
7972
9052
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
7973
9053
|
* @throws OciError when an error occurs
|
|
7974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
7975
9055
|
*/
|
|
7976
9056
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
7977
9057
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +9112,7 @@ class OperationsInsightsClient {
|
|
|
8032
9112
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
8033
9113
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
8034
9114
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
8036
9116
|
*/
|
|
8037
9117
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
8038
9118
|
return __awaiter(this, void 0, void 0, function* () {
|