oci-opsi 2.34.0 → 2.37.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 +259 -111
- package/lib/client.js +1099 -111
- 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/awr-database-cpu-usage-summary.js +32 -0
- 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/create-pe-comanaged-database-insight-details.d.ts +6 -2
- package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -1
- package/lib/model/exadata-insight-resource-insight-utilization-item.d.ts +4 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.js.map +1 -1
- package/lib/model/host-configuration-summary.js +4 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- 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.d.ts +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +59 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/operation-type.d.ts +1 -0
- package/lib/model/operation-type.js +1 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/pe-comanaged-host-configuration-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-host-configuration-summary.js +57 -0
- package/lib/model/pe-comanaged-host-configuration-summary.js.map +1 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +8 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +14 -2
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -1
- package/lib/model/resource-usage-summary.d.ts +4 -0
- package/lib/model/resource-usage-summary.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +4 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/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 +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/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 +1 -1
- 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 +26 -0
- package/lib/request/index.js +28 -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 +1 -1
- package/lib/request/list-host-insights-request.d.ts +5 -2
- package/lib/request/list-host-insights-request.js +4 -0
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-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 +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +1 -1
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/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 +26 -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/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/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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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.37.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* () {
|
|
@@ -3968,7 +4251,7 @@ class OperationsInsightsClient {
|
|
|
3968
4251
|
* @param ListHostInsightsRequest
|
|
3969
4252
|
* @return ListHostInsightsResponse
|
|
3970
4253
|
* @throws OciError when an error occurs
|
|
3971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
3972
4255
|
*/
|
|
3973
4256
|
listHostInsights(listHostInsightsRequest) {
|
|
3974
4257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4049,7 +4332,7 @@ class OperationsInsightsClient {
|
|
|
4049
4332
|
* @param ListHostedEntitiesRequest
|
|
4050
4333
|
* @return ListHostedEntitiesResponse
|
|
4051
4334
|
* @throws OciError when an error occurs
|
|
4052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
4053
4336
|
*/
|
|
4054
4337
|
listHostedEntities(listHostedEntitiesRequest) {
|
|
4055
4338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4127,7 +4410,7 @@ class OperationsInsightsClient {
|
|
|
4127
4410
|
* @param ListImportableAgentEntitiesRequest
|
|
4128
4411
|
* @return ListImportableAgentEntitiesResponse
|
|
4129
4412
|
* @throws OciError when an error occurs
|
|
4130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
4131
4414
|
*/
|
|
4132
4415
|
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
4133
4416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4195,7 +4478,7 @@ class OperationsInsightsClient {
|
|
|
4195
4478
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
4196
4479
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
4197
4480
|
* @throws OciError when an error occurs
|
|
4198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
4199
4482
|
*/
|
|
4200
4483
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
4201
4484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4264,7 +4547,7 @@ class OperationsInsightsClient {
|
|
|
4264
4547
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
4265
4548
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
4266
4549
|
* @throws OciError when an error occurs
|
|
4267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
4268
4551
|
*/
|
|
4269
4552
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
4270
4553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4338,7 +4621,7 @@ class OperationsInsightsClient {
|
|
|
4338
4621
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
4339
4622
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
4340
4623
|
* @throws OciError when an error occurs
|
|
4341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
4342
4625
|
*/
|
|
4343
4626
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
4344
4627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4411,7 +4694,7 @@ class OperationsInsightsClient {
|
|
|
4411
4694
|
* @param ListOperationsInsightsWarehousesRequest
|
|
4412
4695
|
* @return ListOperationsInsightsWarehousesResponse
|
|
4413
4696
|
* @throws OciError when an error occurs
|
|
4414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
4415
4698
|
*/
|
|
4416
4699
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
4417
4700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4482,7 +4765,7 @@ class OperationsInsightsClient {
|
|
|
4482
4765
|
* @param ListOpsiDataObjectsRequest
|
|
4483
4766
|
* @return ListOpsiDataObjectsResponse
|
|
4484
4767
|
* @throws OciError when an error occurs
|
|
4485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
4486
4769
|
*/
|
|
4487
4770
|
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
4488
4771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4553,7 +4836,7 @@ class OperationsInsightsClient {
|
|
|
4553
4836
|
* @param ListSqlPlansRequest
|
|
4554
4837
|
* @return ListSqlPlansResponse
|
|
4555
4838
|
* @throws OciError when an error occurs
|
|
4556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
4557
4840
|
*/
|
|
4558
4841
|
listSqlPlans(listSqlPlansRequest) {
|
|
4559
4842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4623,7 +4906,7 @@ class OperationsInsightsClient {
|
|
|
4623
4906
|
* @param ListSqlSearchesRequest
|
|
4624
4907
|
* @return ListSqlSearchesResponse
|
|
4625
4908
|
* @throws OciError when an error occurs
|
|
4626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
4627
4910
|
*/
|
|
4628
4911
|
listSqlSearches(listSqlSearchesRequest) {
|
|
4629
4912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4697,7 +4980,7 @@ class OperationsInsightsClient {
|
|
|
4697
4980
|
* @param ListSqlTextsRequest
|
|
4698
4981
|
* @return ListSqlTextsResponse
|
|
4699
4982
|
* @throws OciError when an error occurs
|
|
4700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
4701
4984
|
*/
|
|
4702
4985
|
listSqlTexts(listSqlTextsRequest) {
|
|
4703
4986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4770,7 +5053,7 @@ class OperationsInsightsClient {
|
|
|
4770
5053
|
* @param ListWorkRequestErrorsRequest
|
|
4771
5054
|
* @return ListWorkRequestErrorsResponse
|
|
4772
5055
|
* @throws OciError when an error occurs
|
|
4773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4774
5057
|
*/
|
|
4775
5058
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4776
5059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4839,7 +5122,7 @@ class OperationsInsightsClient {
|
|
|
4839
5122
|
* @param ListWorkRequestLogsRequest
|
|
4840
5123
|
* @return ListWorkRequestLogsResponse
|
|
4841
5124
|
* @throws OciError when an error occurs
|
|
4842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4843
5126
|
*/
|
|
4844
5127
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4845
5128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4908,7 +5191,7 @@ class OperationsInsightsClient {
|
|
|
4908
5191
|
* @param ListWorkRequestsRequest
|
|
4909
5192
|
* @return ListWorkRequestsResponse
|
|
4910
5193
|
* @throws OciError when an error occurs
|
|
4911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4912
5195
|
*/
|
|
4913
5196
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4914
5197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4981,7 +5264,7 @@ class OperationsInsightsClient {
|
|
|
4981
5264
|
* @param QueryOpsiDataObjectDataRequest
|
|
4982
5265
|
* @return QueryOpsiDataObjectDataResponse
|
|
4983
5266
|
* @throws OciError when an error occurs
|
|
4984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
4985
5268
|
*/
|
|
4986
5269
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
4987
5270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5047,7 +5330,7 @@ class OperationsInsightsClient {
|
|
|
5047
5330
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
5048
5331
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
5049
5332
|
* @throws OciError when an error occurs
|
|
5050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
5051
5334
|
*/
|
|
5052
5335
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
5053
5336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5101,6 +5384,711 @@ class OperationsInsightsClient {
|
|
|
5101
5384
|
}
|
|
5102
5385
|
});
|
|
5103
5386
|
}
|
|
5387
|
+
/**
|
|
5388
|
+
* Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
|
|
5389
|
+
* Based on the time range provided as part of query param, the metrics points will be returned in the response as below.
|
|
5390
|
+
* - if time range is <=7 days then the metrics points will be for every MINUTES
|
|
5391
|
+
* - if time range is <=2 hours then the metrics points will be for every 10 SECONDS
|
|
5392
|
+
* - if time range is >7 days then the metrics points will be for every HOUR.
|
|
5393
|
+
*
|
|
5394
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5395
|
+
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
5396
|
+
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
5397
|
+
* @throws OciError when an error occurs
|
|
5398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
5399
|
+
*/
|
|
5400
|
+
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
5401
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5402
|
+
if (this.logger)
|
|
5403
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseCpuUsages.");
|
|
5404
|
+
const operationName = "summarizeAwrDatabaseCpuUsages";
|
|
5405
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseCpuUsages";
|
|
5406
|
+
const pathParams = {
|
|
5407
|
+
"{awrHubId}": summarizeAwrDatabaseCpuUsagesRequest.awrHubId
|
|
5408
|
+
};
|
|
5409
|
+
const queryParams = {
|
|
5410
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseCpuUsagesRequest.awrSourceDatabaseIdentifier,
|
|
5411
|
+
"instanceNumber": summarizeAwrDatabaseCpuUsagesRequest.instanceNumber,
|
|
5412
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5413
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5414
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.timeGreaterThanOrEqualTo,
|
|
5415
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseCpuUsagesRequest.timeLessThanOrEqualTo,
|
|
5416
|
+
"sessionType": summarizeAwrDatabaseCpuUsagesRequest.sessionType,
|
|
5417
|
+
"page": summarizeAwrDatabaseCpuUsagesRequest.page,
|
|
5418
|
+
"limit": summarizeAwrDatabaseCpuUsagesRequest.limit,
|
|
5419
|
+
"sortBy": summarizeAwrDatabaseCpuUsagesRequest.sortBy,
|
|
5420
|
+
"sortOrder": summarizeAwrDatabaseCpuUsagesRequest.sortOrder
|
|
5421
|
+
};
|
|
5422
|
+
let headerParams = {
|
|
5423
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5424
|
+
"opc-request-id": summarizeAwrDatabaseCpuUsagesRequest.opcRequestId
|
|
5425
|
+
};
|
|
5426
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5427
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseCpuUsagesRequest.retryConfiguration, specRetryConfiguration);
|
|
5428
|
+
if (this.logger)
|
|
5429
|
+
retrier.logger = this.logger;
|
|
5430
|
+
const request = yield oci_common_1.composeRequest({
|
|
5431
|
+
baseEndpoint: this._endpoint,
|
|
5432
|
+
defaultHeaders: this._defaultHeaders,
|
|
5433
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseCpuUsages",
|
|
5434
|
+
method: "GET",
|
|
5435
|
+
pathParams: pathParams,
|
|
5436
|
+
headerParams: headerParams,
|
|
5437
|
+
queryParams: queryParams
|
|
5438
|
+
});
|
|
5439
|
+
try {
|
|
5440
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5441
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5442
|
+
responseObject: {},
|
|
5443
|
+
body: yield response.json(),
|
|
5444
|
+
bodyKey: "awrDatabaseCpuUsageCollection",
|
|
5445
|
+
bodyModel: model.AwrDatabaseCpuUsageCollection,
|
|
5446
|
+
type: "model.AwrDatabaseCpuUsageCollection",
|
|
5447
|
+
responseHeaders: [
|
|
5448
|
+
{
|
|
5449
|
+
value: response.headers.get("opc-request-id"),
|
|
5450
|
+
key: "opcRequestId",
|
|
5451
|
+
dataType: "string"
|
|
5452
|
+
},
|
|
5453
|
+
{
|
|
5454
|
+
value: response.headers.get("opc-next-page"),
|
|
5455
|
+
key: "opcNextPage",
|
|
5456
|
+
dataType: "string"
|
|
5457
|
+
}
|
|
5458
|
+
]
|
|
5459
|
+
});
|
|
5460
|
+
return sdkResponse;
|
|
5461
|
+
}
|
|
5462
|
+
catch (err) {
|
|
5463
|
+
throw err;
|
|
5464
|
+
}
|
|
5465
|
+
});
|
|
5466
|
+
}
|
|
5467
|
+
/**
|
|
5468
|
+
* Summarizes the metric samples for the specified database in the AWR. The metric samples are summarized based on the Time dimension for each metric.
|
|
5469
|
+
*
|
|
5470
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5471
|
+
* @param SummarizeAwrDatabaseMetricsRequest
|
|
5472
|
+
* @return SummarizeAwrDatabaseMetricsResponse
|
|
5473
|
+
* @throws OciError when an error occurs
|
|
5474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
5475
|
+
*/
|
|
5476
|
+
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
5477
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5478
|
+
if (this.logger)
|
|
5479
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseMetrics.");
|
|
5480
|
+
const operationName = "summarizeAwrDatabaseMetrics";
|
|
5481
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseMetrics";
|
|
5482
|
+
const pathParams = {
|
|
5483
|
+
"{awrHubId}": summarizeAwrDatabaseMetricsRequest.awrHubId
|
|
5484
|
+
};
|
|
5485
|
+
const queryParams = {
|
|
5486
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseMetricsRequest.awrSourceDatabaseIdentifier,
|
|
5487
|
+
"instanceNumber": summarizeAwrDatabaseMetricsRequest.instanceNumber,
|
|
5488
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5489
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5490
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.timeGreaterThanOrEqualTo,
|
|
5491
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseMetricsRequest.timeLessThanOrEqualTo,
|
|
5492
|
+
"name": summarizeAwrDatabaseMetricsRequest.name,
|
|
5493
|
+
"page": summarizeAwrDatabaseMetricsRequest.page,
|
|
5494
|
+
"limit": summarizeAwrDatabaseMetricsRequest.limit,
|
|
5495
|
+
"sortBy": summarizeAwrDatabaseMetricsRequest.sortBy,
|
|
5496
|
+
"sortOrder": summarizeAwrDatabaseMetricsRequest.sortOrder
|
|
5497
|
+
};
|
|
5498
|
+
let headerParams = {
|
|
5499
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5500
|
+
"opc-request-id": summarizeAwrDatabaseMetricsRequest.opcRequestId
|
|
5501
|
+
};
|
|
5502
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5503
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseMetricsRequest.retryConfiguration, specRetryConfiguration);
|
|
5504
|
+
if (this.logger)
|
|
5505
|
+
retrier.logger = this.logger;
|
|
5506
|
+
const request = yield oci_common_1.composeRequest({
|
|
5507
|
+
baseEndpoint: this._endpoint,
|
|
5508
|
+
defaultHeaders: this._defaultHeaders,
|
|
5509
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseMetrics",
|
|
5510
|
+
method: "GET",
|
|
5511
|
+
pathParams: pathParams,
|
|
5512
|
+
headerParams: headerParams,
|
|
5513
|
+
queryParams: queryParams
|
|
5514
|
+
});
|
|
5515
|
+
try {
|
|
5516
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5517
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5518
|
+
responseObject: {},
|
|
5519
|
+
body: yield response.json(),
|
|
5520
|
+
bodyKey: "awrDatabaseMetricCollection",
|
|
5521
|
+
bodyModel: model.AwrDatabaseMetricCollection,
|
|
5522
|
+
type: "model.AwrDatabaseMetricCollection",
|
|
5523
|
+
responseHeaders: [
|
|
5524
|
+
{
|
|
5525
|
+
value: response.headers.get("opc-request-id"),
|
|
5526
|
+
key: "opcRequestId",
|
|
5527
|
+
dataType: "string"
|
|
5528
|
+
},
|
|
5529
|
+
{
|
|
5530
|
+
value: response.headers.get("opc-next-page"),
|
|
5531
|
+
key: "opcNextPage",
|
|
5532
|
+
dataType: "string"
|
|
5533
|
+
}
|
|
5534
|
+
]
|
|
5535
|
+
});
|
|
5536
|
+
return sdkResponse;
|
|
5537
|
+
}
|
|
5538
|
+
catch (err) {
|
|
5539
|
+
throw err;
|
|
5540
|
+
}
|
|
5541
|
+
});
|
|
5542
|
+
}
|
|
5543
|
+
/**
|
|
5544
|
+
* Summarizes the database parameter change history for one database parameter of the specified database in AWR. One change history record contains
|
|
5545
|
+
* 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.
|
|
5546
|
+
* Note that this API only returns information on change history details for one database parameter.
|
|
5547
|
+
* To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint:
|
|
5548
|
+
* /awrHubs/{awrHubId}/awrDbParameters?awrSourceDatabaseIdentifier={awrSourceDbId}
|
|
5549
|
+
*
|
|
5550
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5551
|
+
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
5552
|
+
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
5553
|
+
* @throws OciError when an error occurs
|
|
5554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
5555
|
+
*/
|
|
5556
|
+
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
5557
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5558
|
+
if (this.logger)
|
|
5559
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseParameterChanges.");
|
|
5560
|
+
const operationName = "summarizeAwrDatabaseParameterChanges";
|
|
5561
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseParameterChanges";
|
|
5562
|
+
const pathParams = {
|
|
5563
|
+
"{awrHubId}": summarizeAwrDatabaseParameterChangesRequest.awrHubId
|
|
5564
|
+
};
|
|
5565
|
+
const queryParams = {
|
|
5566
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseParameterChangesRequest.awrSourceDatabaseIdentifier,
|
|
5567
|
+
"instanceNumber": summarizeAwrDatabaseParameterChangesRequest.instanceNumber,
|
|
5568
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5569
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5570
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.timeGreaterThanOrEqualTo,
|
|
5571
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseParameterChangesRequest.timeLessThanOrEqualTo,
|
|
5572
|
+
"name": summarizeAwrDatabaseParameterChangesRequest.name,
|
|
5573
|
+
"page": summarizeAwrDatabaseParameterChangesRequest.page,
|
|
5574
|
+
"limit": summarizeAwrDatabaseParameterChangesRequest.limit,
|
|
5575
|
+
"sortBy": summarizeAwrDatabaseParameterChangesRequest.sortBy,
|
|
5576
|
+
"sortOrder": summarizeAwrDatabaseParameterChangesRequest.sortOrder
|
|
5577
|
+
};
|
|
5578
|
+
let headerParams = {
|
|
5579
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5580
|
+
"opc-request-id": summarizeAwrDatabaseParameterChangesRequest.opcRequestId
|
|
5581
|
+
};
|
|
5582
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5583
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseParameterChangesRequest.retryConfiguration, specRetryConfiguration);
|
|
5584
|
+
if (this.logger)
|
|
5585
|
+
retrier.logger = this.logger;
|
|
5586
|
+
const request = yield oci_common_1.composeRequest({
|
|
5587
|
+
baseEndpoint: this._endpoint,
|
|
5588
|
+
defaultHeaders: this._defaultHeaders,
|
|
5589
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseParameterChanges",
|
|
5590
|
+
method: "GET",
|
|
5591
|
+
pathParams: pathParams,
|
|
5592
|
+
headerParams: headerParams,
|
|
5593
|
+
queryParams: queryParams
|
|
5594
|
+
});
|
|
5595
|
+
try {
|
|
5596
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5597
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5598
|
+
responseObject: {},
|
|
5599
|
+
body: yield response.json(),
|
|
5600
|
+
bodyKey: "awrDatabaseParameterChangeCollection",
|
|
5601
|
+
bodyModel: model.AwrDatabaseParameterChangeCollection,
|
|
5602
|
+
type: "model.AwrDatabaseParameterChangeCollection",
|
|
5603
|
+
responseHeaders: [
|
|
5604
|
+
{
|
|
5605
|
+
value: response.headers.get("opc-request-id"),
|
|
5606
|
+
key: "opcRequestId",
|
|
5607
|
+
dataType: "string"
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
value: response.headers.get("opc-next-page"),
|
|
5611
|
+
key: "opcNextPage",
|
|
5612
|
+
dataType: "string"
|
|
5613
|
+
}
|
|
5614
|
+
]
|
|
5615
|
+
});
|
|
5616
|
+
return sdkResponse;
|
|
5617
|
+
}
|
|
5618
|
+
catch (err) {
|
|
5619
|
+
throw err;
|
|
5620
|
+
}
|
|
5621
|
+
});
|
|
5622
|
+
}
|
|
5623
|
+
/**
|
|
5624
|
+
* Summarizes the database parameter history for the specified database in AWR. This includes the list of database
|
|
5625
|
+
* parameters, with information on whether the parameter values were modified within the query time range. Note that
|
|
5626
|
+
* each database parameter is only listed once. Depending on the optional query parameters, the returned summary gets all the database parameters, which include:
|
|
5627
|
+
* <p>
|
|
5628
|
+
Queryparam (valueChanged =\"Y\") - Each parameter whose value was changed during the time range, \"isChanged : true\" in response for the DB params.
|
|
5629
|
+
* Queryparam (valueChanged =\"N\") - Each parameter whose value was unchanged during the time range, \"isChanged : false\" in response for the DB params.
|
|
5630
|
+
* 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.
|
|
5631
|
+
* 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.
|
|
5632
|
+
* <p>
|
|
5633
|
+
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:
|
|
5634
|
+
* /awrHubs/{awrHubId}/awrDbParameterChanges?awrSourceDatabaseIdentifier={awrSourceDbId}
|
|
5635
|
+
*
|
|
5636
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5637
|
+
* @param SummarizeAwrDatabaseParametersRequest
|
|
5638
|
+
* @return SummarizeAwrDatabaseParametersResponse
|
|
5639
|
+
* @throws OciError when an error occurs
|
|
5640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
5641
|
+
*/
|
|
5642
|
+
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
5643
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5644
|
+
if (this.logger)
|
|
5645
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseParameters.");
|
|
5646
|
+
const operationName = "summarizeAwrDatabaseParameters";
|
|
5647
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseParameters";
|
|
5648
|
+
const pathParams = {
|
|
5649
|
+
"{awrHubId}": summarizeAwrDatabaseParametersRequest.awrHubId
|
|
5650
|
+
};
|
|
5651
|
+
const queryParams = {
|
|
5652
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseParametersRequest.awrSourceDatabaseIdentifier,
|
|
5653
|
+
"instanceNumber": summarizeAwrDatabaseParametersRequest.instanceNumber,
|
|
5654
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseParametersRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5655
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseParametersRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5656
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseParametersRequest.timeGreaterThanOrEqualTo,
|
|
5657
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseParametersRequest.timeLessThanOrEqualTo,
|
|
5658
|
+
"name": summarizeAwrDatabaseParametersRequest.name,
|
|
5659
|
+
"nameContains": summarizeAwrDatabaseParametersRequest.nameContains,
|
|
5660
|
+
"valueChanged": summarizeAwrDatabaseParametersRequest.valueChanged,
|
|
5661
|
+
"valueDefault": summarizeAwrDatabaseParametersRequest.valueDefault,
|
|
5662
|
+
"valueModified": summarizeAwrDatabaseParametersRequest.valueModified,
|
|
5663
|
+
"page": summarizeAwrDatabaseParametersRequest.page,
|
|
5664
|
+
"limit": summarizeAwrDatabaseParametersRequest.limit,
|
|
5665
|
+
"sortBy": summarizeAwrDatabaseParametersRequest.sortBy,
|
|
5666
|
+
"sortOrder": summarizeAwrDatabaseParametersRequest.sortOrder
|
|
5667
|
+
};
|
|
5668
|
+
let headerParams = {
|
|
5669
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5670
|
+
"opc-request-id": summarizeAwrDatabaseParametersRequest.opcRequestId
|
|
5671
|
+
};
|
|
5672
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5673
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseParametersRequest.retryConfiguration, specRetryConfiguration);
|
|
5674
|
+
if (this.logger)
|
|
5675
|
+
retrier.logger = this.logger;
|
|
5676
|
+
const request = yield oci_common_1.composeRequest({
|
|
5677
|
+
baseEndpoint: this._endpoint,
|
|
5678
|
+
defaultHeaders: this._defaultHeaders,
|
|
5679
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseParameters",
|
|
5680
|
+
method: "GET",
|
|
5681
|
+
pathParams: pathParams,
|
|
5682
|
+
headerParams: headerParams,
|
|
5683
|
+
queryParams: queryParams
|
|
5684
|
+
});
|
|
5685
|
+
try {
|
|
5686
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5687
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5688
|
+
responseObject: {},
|
|
5689
|
+
body: yield response.json(),
|
|
5690
|
+
bodyKey: "awrDatabaseParameterCollection",
|
|
5691
|
+
bodyModel: model.AwrDatabaseParameterCollection,
|
|
5692
|
+
type: "model.AwrDatabaseParameterCollection",
|
|
5693
|
+
responseHeaders: [
|
|
5694
|
+
{
|
|
5695
|
+
value: response.headers.get("opc-request-id"),
|
|
5696
|
+
key: "opcRequestId",
|
|
5697
|
+
dataType: "string"
|
|
5698
|
+
},
|
|
5699
|
+
{
|
|
5700
|
+
value: response.headers.get("opc-next-page"),
|
|
5701
|
+
key: "opcNextPage",
|
|
5702
|
+
dataType: "string"
|
|
5703
|
+
}
|
|
5704
|
+
]
|
|
5705
|
+
});
|
|
5706
|
+
return sdkResponse;
|
|
5707
|
+
}
|
|
5708
|
+
catch (err) {
|
|
5709
|
+
throw err;
|
|
5710
|
+
}
|
|
5711
|
+
});
|
|
5712
|
+
}
|
|
5713
|
+
/**
|
|
5714
|
+
* Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified AWRHub.
|
|
5715
|
+
*
|
|
5716
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5717
|
+
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
5718
|
+
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
5719
|
+
* @throws OciError when an error occurs
|
|
5720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
5721
|
+
*/
|
|
5722
|
+
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
5723
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5724
|
+
if (this.logger)
|
|
5725
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseSnapshotRanges.");
|
|
5726
|
+
const operationName = "summarizeAwrDatabaseSnapshotRanges";
|
|
5727
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseSnapshotRanges";
|
|
5728
|
+
const pathParams = {
|
|
5729
|
+
"{awrHubId}": summarizeAwrDatabaseSnapshotRangesRequest.awrHubId
|
|
5730
|
+
};
|
|
5731
|
+
const queryParams = {
|
|
5732
|
+
"name": summarizeAwrDatabaseSnapshotRangesRequest.name,
|
|
5733
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseSnapshotRangesRequest.timeGreaterThanOrEqualTo,
|
|
5734
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseSnapshotRangesRequest.timeLessThanOrEqualTo,
|
|
5735
|
+
"page": summarizeAwrDatabaseSnapshotRangesRequest.page,
|
|
5736
|
+
"limit": summarizeAwrDatabaseSnapshotRangesRequest.limit,
|
|
5737
|
+
"sortBy": summarizeAwrDatabaseSnapshotRangesRequest.sortBy,
|
|
5738
|
+
"sortOrder": summarizeAwrDatabaseSnapshotRangesRequest.sortOrder
|
|
5739
|
+
};
|
|
5740
|
+
let headerParams = {
|
|
5741
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5742
|
+
"opc-request-id": summarizeAwrDatabaseSnapshotRangesRequest.opcRequestId
|
|
5743
|
+
};
|
|
5744
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5745
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseSnapshotRangesRequest.retryConfiguration, specRetryConfiguration);
|
|
5746
|
+
if (this.logger)
|
|
5747
|
+
retrier.logger = this.logger;
|
|
5748
|
+
const request = yield oci_common_1.composeRequest({
|
|
5749
|
+
baseEndpoint: this._endpoint,
|
|
5750
|
+
defaultHeaders: this._defaultHeaders,
|
|
5751
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSnapshotRanges",
|
|
5752
|
+
method: "GET",
|
|
5753
|
+
pathParams: pathParams,
|
|
5754
|
+
headerParams: headerParams,
|
|
5755
|
+
queryParams: queryParams
|
|
5756
|
+
});
|
|
5757
|
+
try {
|
|
5758
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5759
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5760
|
+
responseObject: {},
|
|
5761
|
+
body: yield response.json(),
|
|
5762
|
+
bodyKey: "awrDatabaseSnapshotRangeCollection",
|
|
5763
|
+
bodyModel: model.AwrDatabaseSnapshotRangeCollection,
|
|
5764
|
+
type: "model.AwrDatabaseSnapshotRangeCollection",
|
|
5765
|
+
responseHeaders: [
|
|
5766
|
+
{
|
|
5767
|
+
value: response.headers.get("opc-request-id"),
|
|
5768
|
+
key: "opcRequestId",
|
|
5769
|
+
dataType: "string"
|
|
5770
|
+
},
|
|
5771
|
+
{
|
|
5772
|
+
value: response.headers.get("opc-next-page"),
|
|
5773
|
+
key: "opcNextPage",
|
|
5774
|
+
dataType: "string"
|
|
5775
|
+
}
|
|
5776
|
+
]
|
|
5777
|
+
});
|
|
5778
|
+
return sdkResponse;
|
|
5779
|
+
}
|
|
5780
|
+
catch (err) {
|
|
5781
|
+
throw err;
|
|
5782
|
+
}
|
|
5783
|
+
});
|
|
5784
|
+
}
|
|
5785
|
+
/**
|
|
5786
|
+
* 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.
|
|
5787
|
+
*
|
|
5788
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5789
|
+
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
5790
|
+
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
5791
|
+
* @throws OciError when an error occurs
|
|
5792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
5793
|
+
*/
|
|
5794
|
+
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
5795
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5796
|
+
if (this.logger)
|
|
5797
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseSysstats.");
|
|
5798
|
+
const operationName = "summarizeAwrDatabaseSysstats";
|
|
5799
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseSysstats";
|
|
5800
|
+
const pathParams = {
|
|
5801
|
+
"{awrHubId}": summarizeAwrDatabaseSysstatsRequest.awrHubId
|
|
5802
|
+
};
|
|
5803
|
+
const queryParams = {
|
|
5804
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseSysstatsRequest.awrSourceDatabaseIdentifier,
|
|
5805
|
+
"instanceNumber": summarizeAwrDatabaseSysstatsRequest.instanceNumber,
|
|
5806
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5807
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5808
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.timeGreaterThanOrEqualTo,
|
|
5809
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseSysstatsRequest.timeLessThanOrEqualTo,
|
|
5810
|
+
"name": summarizeAwrDatabaseSysstatsRequest.name,
|
|
5811
|
+
"page": summarizeAwrDatabaseSysstatsRequest.page,
|
|
5812
|
+
"limit": summarizeAwrDatabaseSysstatsRequest.limit,
|
|
5813
|
+
"sortBy": summarizeAwrDatabaseSysstatsRequest.sortBy,
|
|
5814
|
+
"sortOrder": summarizeAwrDatabaseSysstatsRequest.sortOrder
|
|
5815
|
+
};
|
|
5816
|
+
let headerParams = {
|
|
5817
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5818
|
+
"opc-request-id": summarizeAwrDatabaseSysstatsRequest.opcRequestId
|
|
5819
|
+
};
|
|
5820
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5821
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseSysstatsRequest.retryConfiguration, specRetryConfiguration);
|
|
5822
|
+
if (this.logger)
|
|
5823
|
+
retrier.logger = this.logger;
|
|
5824
|
+
const request = yield oci_common_1.composeRequest({
|
|
5825
|
+
baseEndpoint: this._endpoint,
|
|
5826
|
+
defaultHeaders: this._defaultHeaders,
|
|
5827
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSysstats",
|
|
5828
|
+
method: "GET",
|
|
5829
|
+
pathParams: pathParams,
|
|
5830
|
+
headerParams: headerParams,
|
|
5831
|
+
queryParams: queryParams
|
|
5832
|
+
});
|
|
5833
|
+
try {
|
|
5834
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5835
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5836
|
+
responseObject: {},
|
|
5837
|
+
body: yield response.json(),
|
|
5838
|
+
bodyKey: "awrDatabaseSysstatCollection",
|
|
5839
|
+
bodyModel: model.AwrDatabaseSysstatCollection,
|
|
5840
|
+
type: "model.AwrDatabaseSysstatCollection",
|
|
5841
|
+
responseHeaders: [
|
|
5842
|
+
{
|
|
5843
|
+
value: response.headers.get("opc-request-id"),
|
|
5844
|
+
key: "opcRequestId",
|
|
5845
|
+
dataType: "string"
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
value: response.headers.get("opc-next-page"),
|
|
5849
|
+
key: "opcNextPage",
|
|
5850
|
+
dataType: "string"
|
|
5851
|
+
}
|
|
5852
|
+
]
|
|
5853
|
+
});
|
|
5854
|
+
return sdkResponse;
|
|
5855
|
+
}
|
|
5856
|
+
catch (err) {
|
|
5857
|
+
throw err;
|
|
5858
|
+
}
|
|
5859
|
+
});
|
|
5860
|
+
}
|
|
5861
|
+
/**
|
|
5862
|
+
* Summarizes the AWR top wait events.
|
|
5863
|
+
*
|
|
5864
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5865
|
+
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
5866
|
+
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
5867
|
+
* @throws OciError when an error occurs
|
|
5868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
5869
|
+
*/
|
|
5870
|
+
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
5871
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5872
|
+
if (this.logger)
|
|
5873
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseTopWaitEvents.");
|
|
5874
|
+
const operationName = "summarizeAwrDatabaseTopWaitEvents";
|
|
5875
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseTopWaitEvents";
|
|
5876
|
+
const pathParams = {
|
|
5877
|
+
"{awrHubId}": summarizeAwrDatabaseTopWaitEventsRequest.awrHubId
|
|
5878
|
+
};
|
|
5879
|
+
const queryParams = {
|
|
5880
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseTopWaitEventsRequest.awrSourceDatabaseIdentifier,
|
|
5881
|
+
"instanceNumber": summarizeAwrDatabaseTopWaitEventsRequest.instanceNumber,
|
|
5882
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5883
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5884
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.timeGreaterThanOrEqualTo,
|
|
5885
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseTopWaitEventsRequest.timeLessThanOrEqualTo,
|
|
5886
|
+
"sessionType": summarizeAwrDatabaseTopWaitEventsRequest.sessionType,
|
|
5887
|
+
"topN": summarizeAwrDatabaseTopWaitEventsRequest.topN,
|
|
5888
|
+
"sortBy": summarizeAwrDatabaseTopWaitEventsRequest.sortBy,
|
|
5889
|
+
"sortOrder": summarizeAwrDatabaseTopWaitEventsRequest.sortOrder
|
|
5890
|
+
};
|
|
5891
|
+
let headerParams = {
|
|
5892
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5893
|
+
"opc-request-id": summarizeAwrDatabaseTopWaitEventsRequest.opcRequestId
|
|
5894
|
+
};
|
|
5895
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5896
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseTopWaitEventsRequest.retryConfiguration, specRetryConfiguration);
|
|
5897
|
+
if (this.logger)
|
|
5898
|
+
retrier.logger = this.logger;
|
|
5899
|
+
const request = yield oci_common_1.composeRequest({
|
|
5900
|
+
baseEndpoint: this._endpoint,
|
|
5901
|
+
defaultHeaders: this._defaultHeaders,
|
|
5902
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseTopWaitEvents",
|
|
5903
|
+
method: "GET",
|
|
5904
|
+
pathParams: pathParams,
|
|
5905
|
+
headerParams: headerParams,
|
|
5906
|
+
queryParams: queryParams
|
|
5907
|
+
});
|
|
5908
|
+
try {
|
|
5909
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5910
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5911
|
+
responseObject: {},
|
|
5912
|
+
body: yield response.json(),
|
|
5913
|
+
bodyKey: "awrDatabaseTopWaitEventCollection",
|
|
5914
|
+
bodyModel: model.AwrDatabaseTopWaitEventCollection,
|
|
5915
|
+
type: "model.AwrDatabaseTopWaitEventCollection",
|
|
5916
|
+
responseHeaders: [
|
|
5917
|
+
{
|
|
5918
|
+
value: response.headers.get("opc-request-id"),
|
|
5919
|
+
key: "opcRequestId",
|
|
5920
|
+
dataType: "string"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
value: response.headers.get("opc-next-page"),
|
|
5924
|
+
key: "opcNextPage",
|
|
5925
|
+
dataType: "string"
|
|
5926
|
+
}
|
|
5927
|
+
]
|
|
5928
|
+
});
|
|
5929
|
+
return sdkResponse;
|
|
5930
|
+
}
|
|
5931
|
+
catch (err) {
|
|
5932
|
+
throw err;
|
|
5933
|
+
}
|
|
5934
|
+
});
|
|
5935
|
+
}
|
|
5936
|
+
/**
|
|
5937
|
+
* Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.
|
|
5938
|
+
*
|
|
5939
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5940
|
+
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
5941
|
+
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
5942
|
+
* @throws OciError when an error occurs
|
|
5943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
5944
|
+
*/
|
|
5945
|
+
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
5946
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5947
|
+
if (this.logger)
|
|
5948
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseWaitEventBuckets.");
|
|
5949
|
+
const operationName = "summarizeAwrDatabaseWaitEventBuckets";
|
|
5950
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseWaitEventBuckets";
|
|
5951
|
+
const pathParams = {
|
|
5952
|
+
"{awrHubId}": summarizeAwrDatabaseWaitEventBucketsRequest.awrHubId
|
|
5953
|
+
};
|
|
5954
|
+
const queryParams = {
|
|
5955
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseWaitEventBucketsRequest.awrSourceDatabaseIdentifier,
|
|
5956
|
+
"instanceNumber": summarizeAwrDatabaseWaitEventBucketsRequest.instanceNumber,
|
|
5957
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
5958
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
5959
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.timeGreaterThanOrEqualTo,
|
|
5960
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseWaitEventBucketsRequest.timeLessThanOrEqualTo,
|
|
5961
|
+
"name": summarizeAwrDatabaseWaitEventBucketsRequest.name,
|
|
5962
|
+
"numBucket": summarizeAwrDatabaseWaitEventBucketsRequest.numBucket,
|
|
5963
|
+
"minValue": summarizeAwrDatabaseWaitEventBucketsRequest.minValue,
|
|
5964
|
+
"maxValue": summarizeAwrDatabaseWaitEventBucketsRequest.maxValue,
|
|
5965
|
+
"page": summarizeAwrDatabaseWaitEventBucketsRequest.page,
|
|
5966
|
+
"limit": summarizeAwrDatabaseWaitEventBucketsRequest.limit,
|
|
5967
|
+
"sortBy": summarizeAwrDatabaseWaitEventBucketsRequest.sortBy,
|
|
5968
|
+
"sortOrder": summarizeAwrDatabaseWaitEventBucketsRequest.sortOrder
|
|
5969
|
+
};
|
|
5970
|
+
let headerParams = {
|
|
5971
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5972
|
+
"opc-request-id": summarizeAwrDatabaseWaitEventBucketsRequest.opcRequestId
|
|
5973
|
+
};
|
|
5974
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5975
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseWaitEventBucketsRequest.retryConfiguration, specRetryConfiguration);
|
|
5976
|
+
if (this.logger)
|
|
5977
|
+
retrier.logger = this.logger;
|
|
5978
|
+
const request = yield oci_common_1.composeRequest({
|
|
5979
|
+
baseEndpoint: this._endpoint,
|
|
5980
|
+
defaultHeaders: this._defaultHeaders,
|
|
5981
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseWaitEventBuckets",
|
|
5982
|
+
method: "GET",
|
|
5983
|
+
pathParams: pathParams,
|
|
5984
|
+
headerParams: headerParams,
|
|
5985
|
+
queryParams: queryParams
|
|
5986
|
+
});
|
|
5987
|
+
try {
|
|
5988
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5989
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5990
|
+
responseObject: {},
|
|
5991
|
+
body: yield response.json(),
|
|
5992
|
+
bodyKey: "awrDatabaseWaitEventBucketCollection",
|
|
5993
|
+
bodyModel: model.AwrDatabaseWaitEventBucketCollection,
|
|
5994
|
+
type: "model.AwrDatabaseWaitEventBucketCollection",
|
|
5995
|
+
responseHeaders: [
|
|
5996
|
+
{
|
|
5997
|
+
value: response.headers.get("opc-request-id"),
|
|
5998
|
+
key: "opcRequestId",
|
|
5999
|
+
dataType: "string"
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
value: response.headers.get("opc-next-page"),
|
|
6003
|
+
key: "opcNextPage",
|
|
6004
|
+
dataType: "string"
|
|
6005
|
+
}
|
|
6006
|
+
]
|
|
6007
|
+
});
|
|
6008
|
+
return sdkResponse;
|
|
6009
|
+
}
|
|
6010
|
+
catch (err) {
|
|
6011
|
+
throw err;
|
|
6012
|
+
}
|
|
6013
|
+
});
|
|
6014
|
+
}
|
|
6015
|
+
/**
|
|
6016
|
+
* 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.
|
|
6017
|
+
*
|
|
6018
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
6019
|
+
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
6020
|
+
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
6021
|
+
* @throws OciError when an error occurs
|
|
6022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
6023
|
+
*/
|
|
6024
|
+
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
6025
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6026
|
+
if (this.logger)
|
|
6027
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrDatabaseWaitEvents.");
|
|
6028
|
+
const operationName = "summarizeAwrDatabaseWaitEvents";
|
|
6029
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrDatabaseWaitEvents";
|
|
6030
|
+
const pathParams = {
|
|
6031
|
+
"{awrHubId}": summarizeAwrDatabaseWaitEventsRequest.awrHubId
|
|
6032
|
+
};
|
|
6033
|
+
const queryParams = {
|
|
6034
|
+
"awrSourceDatabaseIdentifier": summarizeAwrDatabaseWaitEventsRequest.awrSourceDatabaseIdentifier,
|
|
6035
|
+
"instanceNumber": summarizeAwrDatabaseWaitEventsRequest.instanceNumber,
|
|
6036
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
6037
|
+
"endSnapshotIdentifierLessThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
6038
|
+
"timeGreaterThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.timeGreaterThanOrEqualTo,
|
|
6039
|
+
"timeLessThanOrEqualTo": summarizeAwrDatabaseWaitEventsRequest.timeLessThanOrEqualTo,
|
|
6040
|
+
"name": summarizeAwrDatabaseWaitEventsRequest.name,
|
|
6041
|
+
"sessionType": summarizeAwrDatabaseWaitEventsRequest.sessionType,
|
|
6042
|
+
"page": summarizeAwrDatabaseWaitEventsRequest.page,
|
|
6043
|
+
"limit": summarizeAwrDatabaseWaitEventsRequest.limit,
|
|
6044
|
+
"sortBy": summarizeAwrDatabaseWaitEventsRequest.sortBy,
|
|
6045
|
+
"sortOrder": summarizeAwrDatabaseWaitEventsRequest.sortOrder
|
|
6046
|
+
};
|
|
6047
|
+
let headerParams = {
|
|
6048
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6049
|
+
"opc-request-id": summarizeAwrDatabaseWaitEventsRequest.opcRequestId
|
|
6050
|
+
};
|
|
6051
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
6052
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAwrDatabaseWaitEventsRequest.retryConfiguration, specRetryConfiguration);
|
|
6053
|
+
if (this.logger)
|
|
6054
|
+
retrier.logger = this.logger;
|
|
6055
|
+
const request = yield oci_common_1.composeRequest({
|
|
6056
|
+
baseEndpoint: this._endpoint,
|
|
6057
|
+
defaultHeaders: this._defaultHeaders,
|
|
6058
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseWaitEvents",
|
|
6059
|
+
method: "GET",
|
|
6060
|
+
pathParams: pathParams,
|
|
6061
|
+
headerParams: headerParams,
|
|
6062
|
+
queryParams: queryParams
|
|
6063
|
+
});
|
|
6064
|
+
try {
|
|
6065
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6066
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6067
|
+
responseObject: {},
|
|
6068
|
+
body: yield response.json(),
|
|
6069
|
+
bodyKey: "awrDatabaseWaitEventCollection",
|
|
6070
|
+
bodyModel: model.AwrDatabaseWaitEventCollection,
|
|
6071
|
+
type: "model.AwrDatabaseWaitEventCollection",
|
|
6072
|
+
responseHeaders: [
|
|
6073
|
+
{
|
|
6074
|
+
value: response.headers.get("opc-request-id"),
|
|
6075
|
+
key: "opcRequestId",
|
|
6076
|
+
dataType: "string"
|
|
6077
|
+
},
|
|
6078
|
+
{
|
|
6079
|
+
value: response.headers.get("opc-next-page"),
|
|
6080
|
+
key: "opcNextPage",
|
|
6081
|
+
dataType: "string"
|
|
6082
|
+
}
|
|
6083
|
+
]
|
|
6084
|
+
});
|
|
6085
|
+
return sdkResponse;
|
|
6086
|
+
}
|
|
6087
|
+
catch (err) {
|
|
6088
|
+
throw err;
|
|
6089
|
+
}
|
|
6090
|
+
});
|
|
6091
|
+
}
|
|
5104
6092
|
/**
|
|
5105
6093
|
* Gets a list of summary of AWR Sources.
|
|
5106
6094
|
*
|
|
@@ -5108,7 +6096,7 @@ class OperationsInsightsClient {
|
|
|
5108
6096
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
5109
6097
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
5110
6098
|
* @throws OciError when an error occurs
|
|
5111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
5112
6100
|
*/
|
|
5113
6101
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
5114
6102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5181,7 +6169,7 @@ class OperationsInsightsClient {
|
|
|
5181
6169
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
5182
6170
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
5183
6171
|
* @throws OciError when an error occurs
|
|
5184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
5185
6173
|
*/
|
|
5186
6174
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
5187
6175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5267,7 +6255,7 @@ class OperationsInsightsClient {
|
|
|
5267
6255
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
5268
6256
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
5269
6257
|
* @throws OciError when an error occurs
|
|
5270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
5271
6259
|
*/
|
|
5272
6260
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
5273
6261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5355,7 +6343,7 @@ class OperationsInsightsClient {
|
|
|
5355
6343
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
5356
6344
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
5357
6345
|
* @throws OciError when an error occurs
|
|
5358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
5359
6347
|
*/
|
|
5360
6348
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
5361
6349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5445,7 +6433,7 @@ class OperationsInsightsClient {
|
|
|
5445
6433
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
5446
6434
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
5447
6435
|
* @throws OciError when an error occurs
|
|
5448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
5449
6437
|
*/
|
|
5450
6438
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
5451
6439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5528,7 +6516,7 @@ class OperationsInsightsClient {
|
|
|
5528
6516
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
5529
6517
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
5530
6518
|
* @throws OciError when an error occurs
|
|
5531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
5532
6520
|
*/
|
|
5533
6521
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
5534
6522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5611,7 +6599,7 @@ class OperationsInsightsClient {
|
|
|
5611
6599
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
5612
6600
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
5613
6601
|
* @throws OciError when an error occurs
|
|
5614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
5615
6603
|
*/
|
|
5616
6604
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
5617
6605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5694,7 +6682,7 @@ class OperationsInsightsClient {
|
|
|
5694
6682
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
5695
6683
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
5696
6684
|
* @throws OciError when an error occurs
|
|
5697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
5698
6686
|
*/
|
|
5699
6687
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
5700
6688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5772,7 +6760,7 @@ class OperationsInsightsClient {
|
|
|
5772
6760
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
5773
6761
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
5774
6762
|
* @throws OciError when an error occurs
|
|
5775
|
-
* @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.37.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
5776
6764
|
*/
|
|
5777
6765
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
5778
6766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5856,7 +6844,7 @@ class OperationsInsightsClient {
|
|
|
5856
6844
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
5857
6845
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
5858
6846
|
* @throws OciError when an error occurs
|
|
5859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
5860
6848
|
*/
|
|
5861
6849
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
5862
6850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5943,7 +6931,7 @@ class OperationsInsightsClient {
|
|
|
5943
6931
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
5944
6932
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
5945
6933
|
* @throws OciError when an error occurs
|
|
5946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
5947
6935
|
*/
|
|
5948
6936
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
5949
6937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6030,7 +7018,7 @@ class OperationsInsightsClient {
|
|
|
6030
7018
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
6031
7019
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
6032
7020
|
* @throws OciError when an error occurs
|
|
6033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
6034
7022
|
*/
|
|
6035
7023
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
6036
7024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6117,7 +7105,7 @@ class OperationsInsightsClient {
|
|
|
6117
7105
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
6118
7106
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
6119
7107
|
* @throws OciError when an error occurs
|
|
6120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
6121
7109
|
*/
|
|
6122
7110
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
6123
7111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6204,7 +7192,7 @@ class OperationsInsightsClient {
|
|
|
6204
7192
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
6205
7193
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
6206
7194
|
* @throws OciError when an error occurs
|
|
6207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
6208
7196
|
*/
|
|
6209
7197
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
6210
7198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6291,7 +7279,7 @@ class OperationsInsightsClient {
|
|
|
6291
7279
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
6292
7280
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
6293
7281
|
* @throws OciError when an error occurs
|
|
6294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
6295
7283
|
*/
|
|
6296
7284
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
6297
7285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6369,7 +7357,7 @@ class OperationsInsightsClient {
|
|
|
6369
7357
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
6370
7358
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
6371
7359
|
* @throws OciError when an error occurs
|
|
6372
|
-
* @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.37.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
6373
7361
|
*/
|
|
6374
7362
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
6375
7363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6454,7 +7442,7 @@ class OperationsInsightsClient {
|
|
|
6454
7442
|
* @param SummarizeExadataMembersRequest
|
|
6455
7443
|
* @return SummarizeExadataMembersResponse
|
|
6456
7444
|
* @throws OciError when an error occurs
|
|
6457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
6458
7446
|
*/
|
|
6459
7447
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
6460
7448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6530,7 +7518,7 @@ class OperationsInsightsClient {
|
|
|
6530
7518
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
6531
7519
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
6532
7520
|
* @throws OciError when an error occurs
|
|
6533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
6534
7522
|
*/
|
|
6535
7523
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
6536
7524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6611,7 +7599,7 @@ class OperationsInsightsClient {
|
|
|
6611
7599
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
6612
7600
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
6613
7601
|
* @throws OciError when an error occurs
|
|
6614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
6615
7603
|
*/
|
|
6616
7604
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
6617
7605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6689,7 +7677,7 @@ class OperationsInsightsClient {
|
|
|
6689
7677
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
6690
7678
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
6691
7679
|
* @throws OciError when an error occurs
|
|
6692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
6693
7681
|
*/
|
|
6694
7682
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
6695
7683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6775,7 +7763,7 @@ class OperationsInsightsClient {
|
|
|
6775
7763
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
6776
7764
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
6777
7765
|
* @throws OciError when an error occurs
|
|
6778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
6779
7767
|
*/
|
|
6780
7768
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
6781
7769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6850,7 +7838,7 @@ class OperationsInsightsClient {
|
|
|
6850
7838
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
6851
7839
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
6852
7840
|
* @throws OciError when an error occurs
|
|
6853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
6854
7842
|
*/
|
|
6855
7843
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
6856
7844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6930,7 +7918,7 @@ class OperationsInsightsClient {
|
|
|
6930
7918
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
6931
7919
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
6932
7920
|
* @throws OciError when an error occurs
|
|
6933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
6934
7922
|
*/
|
|
6935
7923
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
6936
7924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7005,7 +7993,7 @@ class OperationsInsightsClient {
|
|
|
7005
7993
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
7006
7994
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
7007
7995
|
* @throws OciError when an error occurs
|
|
7008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
7009
7997
|
*/
|
|
7010
7998
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
7011
7999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7077,7 +8065,7 @@ class OperationsInsightsClient {
|
|
|
7077
8065
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
7078
8066
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
7079
8067
|
* @throws OciError when an error occurs
|
|
7080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
7081
8069
|
*/
|
|
7082
8070
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
7083
8071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7142,7 +8130,7 @@ class OperationsInsightsClient {
|
|
|
7142
8130
|
* @param SummarizeSqlInsightsRequest
|
|
7143
8131
|
* @return SummarizeSqlInsightsResponse
|
|
7144
8132
|
* @throws OciError when an error occurs
|
|
7145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
7146
8134
|
*/
|
|
7147
8135
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
7148
8136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7223,7 +8211,7 @@ class OperationsInsightsClient {
|
|
|
7223
8211
|
* @param SummarizeSqlPlanInsightsRequest
|
|
7224
8212
|
* @return SummarizeSqlPlanInsightsResponse
|
|
7225
8213
|
* @throws OciError when an error occurs
|
|
7226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
7227
8215
|
*/
|
|
7228
8216
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
7229
8217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7295,7 +8283,7 @@ class OperationsInsightsClient {
|
|
|
7295
8283
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
7296
8284
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
7297
8285
|
* @throws OciError when an error occurs
|
|
7298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
7299
8287
|
*/
|
|
7300
8288
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
7301
8289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7367,7 +8355,7 @@ class OperationsInsightsClient {
|
|
|
7367
8355
|
* @param SummarizeSqlStatisticsRequest
|
|
7368
8356
|
* @return SummarizeSqlStatisticsResponse
|
|
7369
8357
|
* @throws OciError when an error occurs
|
|
7370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
7371
8359
|
*/
|
|
7372
8360
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
7373
8361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7453,7 +8441,7 @@ class OperationsInsightsClient {
|
|
|
7453
8441
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
7454
8442
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
7455
8443
|
* @throws OciError when an error occurs
|
|
7456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
7457
8445
|
*/
|
|
7458
8446
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
7459
8447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7533,7 +8521,7 @@ class OperationsInsightsClient {
|
|
|
7533
8521
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
7534
8522
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
7535
8523
|
* @throws OciError when an error occurs
|
|
7536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
7537
8525
|
*/
|
|
7538
8526
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
7539
8527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7603,7 +8591,7 @@ class OperationsInsightsClient {
|
|
|
7603
8591
|
* @param UpdateAwrHubRequest
|
|
7604
8592
|
* @return UpdateAwrHubResponse
|
|
7605
8593
|
* @throws OciError when an error occurs
|
|
7606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
7607
8595
|
*/
|
|
7608
8596
|
updateAwrHub(updateAwrHubRequest) {
|
|
7609
8597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7664,7 +8652,7 @@ class OperationsInsightsClient {
|
|
|
7664
8652
|
* @param UpdateDatabaseInsightRequest
|
|
7665
8653
|
* @return UpdateDatabaseInsightResponse
|
|
7666
8654
|
* @throws OciError when an error occurs
|
|
7667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
7668
8656
|
*/
|
|
7669
8657
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
7670
8658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7725,7 +8713,7 @@ class OperationsInsightsClient {
|
|
|
7725
8713
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
7726
8714
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
7727
8715
|
* @throws OciError when an error occurs
|
|
7728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
7729
8717
|
*/
|
|
7730
8718
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
7731
8719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7786,7 +8774,7 @@ class OperationsInsightsClient {
|
|
|
7786
8774
|
* @param UpdateExadataInsightRequest
|
|
7787
8775
|
* @return UpdateExadataInsightResponse
|
|
7788
8776
|
* @throws OciError when an error occurs
|
|
7789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
7790
8778
|
*/
|
|
7791
8779
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
7792
8780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7847,7 +8835,7 @@ class OperationsInsightsClient {
|
|
|
7847
8835
|
* @param UpdateHostInsightRequest
|
|
7848
8836
|
* @return UpdateHostInsightResponse
|
|
7849
8837
|
* @throws OciError when an error occurs
|
|
7850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
7851
8839
|
*/
|
|
7852
8840
|
updateHostInsight(updateHostInsightRequest) {
|
|
7853
8841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7908,7 +8896,7 @@ class OperationsInsightsClient {
|
|
|
7908
8896
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
7909
8897
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
7910
8898
|
* @throws OciError when an error occurs
|
|
7911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
7912
8900
|
*/
|
|
7913
8901
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
7914
8902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7971,7 +8959,7 @@ class OperationsInsightsClient {
|
|
|
7971
8959
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
7972
8960
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
7973
8961
|
* @throws OciError when an error occurs
|
|
7974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8962
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
7975
8963
|
*/
|
|
7976
8964
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
7977
8965
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +9020,7 @@ class OperationsInsightsClient {
|
|
|
8032
9020
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
8033
9021
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
8034
9022
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
8036
9024
|
*/
|
|
8037
9025
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
8038
9026
|
return __awaiter(this, void 0, void 0, function* () {
|