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