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
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SummarizeAwrDatabaseTopWaitEventsRequest = void 0;
|
|
16
|
+
var SummarizeAwrDatabaseTopWaitEventsRequest;
|
|
17
|
+
(function (SummarizeAwrDatabaseTopWaitEventsRequest) {
|
|
18
|
+
let SessionType;
|
|
19
|
+
(function (SessionType) {
|
|
20
|
+
SessionType["Foreground"] = "FOREGROUND";
|
|
21
|
+
SessionType["Background"] = "BACKGROUND";
|
|
22
|
+
SessionType["All"] = "ALL";
|
|
23
|
+
})(SessionType = SummarizeAwrDatabaseTopWaitEventsRequest.SessionType || (SummarizeAwrDatabaseTopWaitEventsRequest.SessionType = {}));
|
|
24
|
+
let SortBy;
|
|
25
|
+
(function (SortBy) {
|
|
26
|
+
SortBy["WaitsPersec"] = "WAITS_PERSEC";
|
|
27
|
+
SortBy["AvgWaitTimePersec"] = "AVG_WAIT_TIME_PERSEC";
|
|
28
|
+
})(SortBy = SummarizeAwrDatabaseTopWaitEventsRequest.SortBy || (SummarizeAwrDatabaseTopWaitEventsRequest.SortBy = {}));
|
|
29
|
+
})(SummarizeAwrDatabaseTopWaitEventsRequest = exports.SummarizeAwrDatabaseTopWaitEventsRequest || (exports.SummarizeAwrDatabaseTopWaitEventsRequest = {}));
|
|
30
|
+
//# sourceMappingURL=summarize-awr-database-top-wait-events-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-top-wait-events-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-awr-database-top-wait-events-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqEH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,IAAY,WAIX;IAJD,WAAY,WAAW;QACrB,wCAAyB,CAAA;QACzB,wCAAyB,CAAA;QACzB,0BAAW,CAAA;IACb,CAAC,EAJW,WAAW,GAAX,oDAAW,KAAX,oDAAW,QAItB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,sCAA4B,CAAA;QAC5B,oDAA0C,CAAA;IAC5C,CAAC,EAHW,MAAM,GAAN,+CAAM,KAAN,+CAAM,QAGjB;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 SummarizeAwrDatabaseWaitEventBucketsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeAwrDatabaseWaitEventBucketsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Awr Hub identifier
|
|
21
|
+
*/
|
|
22
|
+
"awrHubId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The internal ID of the database. The internal ID of the database is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
|
+
* It can be retrieved from the following endpoint:
|
|
26
|
+
* /awrHubs/{awrHubId}/awrDatabases
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"awrSourceDatabaseIdentifier": string;
|
|
30
|
+
/**
|
|
31
|
+
* The required single value query parameter to filter the entity name.
|
|
32
|
+
*/
|
|
33
|
+
"name": string;
|
|
34
|
+
/**
|
|
35
|
+
* The optional single value query parameter to filter by database instance number.
|
|
36
|
+
*/
|
|
37
|
+
"instanceNumber"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The optional greater than or equal to filter on the snapshot ID.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* The optional less than or equal to query parameter to filter the snapshot Identifier.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"endSnapshotIdentifierLessThanOrEqualTo"?: number;
|
|
48
|
+
/**
|
|
49
|
+
* The optional greater than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"timeGreaterThanOrEqualTo"?: Date;
|
|
53
|
+
/**
|
|
54
|
+
* The optional less than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"timeLessThanOrEqualTo"?: Date;
|
|
58
|
+
/**
|
|
59
|
+
* The number of buckets within the histogram.
|
|
60
|
+
*/
|
|
61
|
+
"numBucket"?: number;
|
|
62
|
+
/**
|
|
63
|
+
* The minimum value of the histogram.
|
|
64
|
+
*/
|
|
65
|
+
"minValue"?: number;
|
|
66
|
+
/**
|
|
67
|
+
* The maximum value of the histogram.
|
|
68
|
+
*/
|
|
69
|
+
"maxValue"?: number;
|
|
70
|
+
/**
|
|
71
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
72
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
73
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"page"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
79
|
+
* return in a paginated \"List\" call.
|
|
80
|
+
* For important details about how pagination works, see
|
|
81
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
82
|
+
* Example: `50`
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"limit"?: number;
|
|
86
|
+
/**
|
|
87
|
+
* The option to sort distribution data.
|
|
88
|
+
*/
|
|
89
|
+
"sortBy"?: SummarizeAwrDatabaseWaitEventBucketsRequest.SortBy;
|
|
90
|
+
/**
|
|
91
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"sortOrder"?: model.SortOrder;
|
|
95
|
+
/**
|
|
96
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
97
|
+
* Oracle about a particular request, please provide the request ID.
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
"opcRequestId"?: string;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace SummarizeAwrDatabaseWaitEventBucketsRequest {
|
|
103
|
+
enum SortBy {
|
|
104
|
+
Category = "CATEGORY",
|
|
105
|
+
Percentage = "PERCENTAGE"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SummarizeAwrDatabaseWaitEventBucketsRequest = void 0;
|
|
16
|
+
var SummarizeAwrDatabaseWaitEventBucketsRequest;
|
|
17
|
+
(function (SummarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Category"] = "CATEGORY";
|
|
21
|
+
SortBy["Percentage"] = "PERCENTAGE";
|
|
22
|
+
})(SortBy = SummarizeAwrDatabaseWaitEventBucketsRequest.SortBy || (SummarizeAwrDatabaseWaitEventBucketsRequest.SortBy = {}));
|
|
23
|
+
})(SummarizeAwrDatabaseWaitEventBucketsRequest = exports.SummarizeAwrDatabaseWaitEventBucketsRequest || (exports.SummarizeAwrDatabaseWaitEventBucketsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=summarize-awr-database-wait-event-buckets-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-wait-event-buckets-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-awr-database-wait-event-buckets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6FH,IAAiB,2CAA2C,CAK3D;AALD,WAAiB,2CAA2C;IAC1D,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,mCAAyB,CAAA;IAC3B,CAAC,EAHW,MAAM,GAAN,kDAAM,KAAN,kDAAM,QAGjB;AACH,CAAC,EALgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAK3D"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 SummarizeAwrDatabaseWaitEventsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeAwrDatabaseWaitEventsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Awr Hub identifier
|
|
21
|
+
*/
|
|
22
|
+
"awrHubId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The internal ID of the database. The internal ID of the database is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
|
+
* It can be retrieved from the following endpoint:
|
|
26
|
+
* /awrHubs/{awrHubId}/awrDatabases
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"awrSourceDatabaseIdentifier": string;
|
|
30
|
+
/**
|
|
31
|
+
* The optional single value query parameter to filter by database instance number.
|
|
32
|
+
*/
|
|
33
|
+
"instanceNumber"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The optional greater than or equal to filter on the snapshot ID.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The optional less than or equal to query parameter to filter the snapshot Identifier.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"endSnapshotIdentifierLessThanOrEqualTo"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* The optional greater than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeGreaterThanOrEqualTo"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* The optional less than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"timeLessThanOrEqualTo"?: Date;
|
|
54
|
+
/**
|
|
55
|
+
* The optional multiple value query parameter to filter the entity name.
|
|
56
|
+
*/
|
|
57
|
+
"name"?: Array<string>;
|
|
58
|
+
/**
|
|
59
|
+
* The optional query parameter to filter ASH activities by FOREGROUND or BACKGROUND.
|
|
60
|
+
*/
|
|
61
|
+
"sessionType"?: SummarizeAwrDatabaseWaitEventsRequest.SessionType;
|
|
62
|
+
/**
|
|
63
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
64
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
65
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"page"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
71
|
+
* return in a paginated \"List\" call.
|
|
72
|
+
* For important details about how pagination works, see
|
|
73
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
74
|
+
* Example: `50`
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"limit"?: number;
|
|
78
|
+
/**
|
|
79
|
+
* The option to sort the data within a time period.
|
|
80
|
+
*/
|
|
81
|
+
"sortBy"?: SummarizeAwrDatabaseWaitEventsRequest.SortBy;
|
|
82
|
+
/**
|
|
83
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"sortOrder"?: model.SortOrder;
|
|
87
|
+
/**
|
|
88
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
89
|
+
* Oracle about a particular request, please provide the request ID.
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"opcRequestId"?: string;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace SummarizeAwrDatabaseWaitEventsRequest {
|
|
95
|
+
enum SessionType {
|
|
96
|
+
Foreground = "FOREGROUND",
|
|
97
|
+
Background = "BACKGROUND",
|
|
98
|
+
All = "ALL"
|
|
99
|
+
}
|
|
100
|
+
enum SortBy {
|
|
101
|
+
TimeBegin = "TIME_BEGIN",
|
|
102
|
+
Name = "NAME"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SummarizeAwrDatabaseWaitEventsRequest = void 0;
|
|
16
|
+
var SummarizeAwrDatabaseWaitEventsRequest;
|
|
17
|
+
(function (SummarizeAwrDatabaseWaitEventsRequest) {
|
|
18
|
+
let SessionType;
|
|
19
|
+
(function (SessionType) {
|
|
20
|
+
SessionType["Foreground"] = "FOREGROUND";
|
|
21
|
+
SessionType["Background"] = "BACKGROUND";
|
|
22
|
+
SessionType["All"] = "ALL";
|
|
23
|
+
})(SessionType = SummarizeAwrDatabaseWaitEventsRequest.SessionType || (SummarizeAwrDatabaseWaitEventsRequest.SessionType = {}));
|
|
24
|
+
let SortBy;
|
|
25
|
+
(function (SortBy) {
|
|
26
|
+
SortBy["TimeBegin"] = "TIME_BEGIN";
|
|
27
|
+
SortBy["Name"] = "NAME";
|
|
28
|
+
})(SortBy = SummarizeAwrDatabaseWaitEventsRequest.SortBy || (SummarizeAwrDatabaseWaitEventsRequest.SortBy = {}));
|
|
29
|
+
})(SummarizeAwrDatabaseWaitEventsRequest = exports.SummarizeAwrDatabaseWaitEventsRequest || (exports.SummarizeAwrDatabaseWaitEventsRequest = {}));
|
|
30
|
+
//# sourceMappingURL=summarize-awr-database-wait-events-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-wait-events-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-awr-database-wait-events-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqFH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,IAAY,WAIX;IAJD,WAAY,WAAW;QACrB,wCAAyB,CAAA;QACzB,wCAAyB,CAAA;QACzB,0BAAW,CAAA;IACb,CAAC,EAJW,WAAW,GAAX,iDAAW,KAAX,iDAAW,QAItB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,kCAAwB,CAAA;QACxB,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAGjB;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeAwrSourcesSummariesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeAwrSourcesSummariesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeDatabaseInsightResourceCapacityTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeDatabaseInsightResourceCapacityTrendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeDatabaseInsightResourceForecastTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeDatabaseInsightResourceForecastTrendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeDatabaseInsightResourceStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeDatabaseInsightResourceStatisticsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeDatabaseInsightResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeDatabaseInsightResourceUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeDatabaseInsightResourceUsageTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeDatabaseInsightResourceUtilizationInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeDatabaseInsightResourceUtilizationInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeDatabaseInsightTablespaceUsageTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeDatabaseInsightTablespaceUsageTrendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeExadataInsightResourceCapacityTrendAggregatedRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataInsightResourceCapacityTrendAggregatedRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeExadataInsightResourceCapacityTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataInsightResourceCapacityTrendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeExadataInsightResourceForecastTrendAggregatedRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeExadataInsightResourceForecastTrendAggregatedRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeExadataInsightResourceForecastTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataInsightResourceForecastTrendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeExadataInsightResourceStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataInsightResourceStatisticsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeExadataInsightResourceUsageAggregatedRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeExadataInsightResourceUsageAggregatedRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeExadataInsightResourceUsageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataInsightResourceUsageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeExadataInsightResourceUtilizationInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeExadataInsightResourceUtilizationInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeExadataMembersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataMembersRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeHostInsightResourceCapacityTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeHostInsightResourceCapacityTrendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeHostInsightResourceForecastTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceForecastTrendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeHostInsightResourceStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeHostInsightResourceStatisticsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeHostInsightResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeHostInsightResourceUsageTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeHostInsightResourceUsageTrendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeHostInsightResourceUtilizationInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeHostInsightTopProcessesUsageTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightTopProcessesUsageTrendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeOperationsInsightsWarehouseResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeOperationsInsightsWarehouseResourceUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeSqlInsightsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeSqlPlanInsightsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 SummarizeSqlResponseTimeDistributionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlResponseTimeDistributionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 SummarizeSqlStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeSqlStatisticsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|