oci-opsi 2.34.0 → 2.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +259 -111
- package/lib/client.js +1099 -111
- package/lib/client.js.map +1 -1
- package/lib/model/awr-database-collection.d.ts +31 -0
- package/lib/model/awr-database-collection.js +67 -0
- package/lib/model/awr-database-collection.js.map +1 -0
- package/lib/model/awr-database-cpu-usage-collection.d.ts +43 -0
- package/lib/model/awr-database-cpu-usage-collection.js +69 -0
- package/lib/model/awr-database-cpu-usage-collection.js.map +1 -0
- package/lib/model/awr-database-cpu-usage-summary.d.ts +32 -0
- package/lib/model/awr-database-cpu-usage-summary.js +32 -0
- package/lib/model/awr-database-cpu-usage-summary.js.map +1 -0
- package/lib/model/awr-database-metric-collection.d.ts +31 -0
- package/lib/model/awr-database-metric-collection.js +69 -0
- package/lib/model/awr-database-metric-collection.js.map +1 -0
- package/lib/model/awr-database-metric-summary.d.ts +44 -0
- package/lib/model/awr-database-metric-summary.js +32 -0
- package/lib/model/awr-database-metric-summary.js.map +1 -0
- package/lib/model/awr-database-parameter-change-collection.d.ts +31 -0
- package/lib/model/awr-database-parameter-change-collection.js +69 -0
- package/lib/model/awr-database-parameter-change-collection.js.map +1 -0
- package/lib/model/awr-database-parameter-change-summary.d.ts +63 -0
- package/lib/model/awr-database-parameter-change-summary.js +32 -0
- package/lib/model/awr-database-parameter-change-summary.js.map +1 -0
- package/lib/model/awr-database-parameter-collection.d.ts +31 -0
- package/lib/model/awr-database-parameter-collection.js +69 -0
- package/lib/model/awr-database-parameter-collection.js.map +1 -0
- package/lib/model/awr-database-parameter-summary.d.ts +56 -0
- package/lib/model/awr-database-parameter-summary.js +32 -0
- package/lib/model/awr-database-parameter-summary.js.map +1 -0
- package/lib/model/awr-database-report.d.ts +45 -0
- package/lib/model/awr-database-report.js +66 -0
- package/lib/model/awr-database-report.js.map +1 -0
- package/lib/model/awr-database-snapshot-collection.d.ts +31 -0
- package/lib/model/awr-database-snapshot-collection.js +69 -0
- package/lib/model/awr-database-snapshot-collection.js.map +1 -0
- package/lib/model/awr-database-snapshot-range-collection.d.ts +31 -0
- package/lib/model/awr-database-snapshot-range-collection.js +69 -0
- package/lib/model/awr-database-snapshot-range-collection.js.map +1 -0
- package/lib/model/awr-database-snapshot-range-summary.d.ts +81 -0
- package/lib/model/awr-database-snapshot-range-summary.js +32 -0
- package/lib/model/awr-database-snapshot-range-summary.js.map +1 -0
- package/lib/model/awr-database-snapshot-summary.d.ts +58 -0
- package/lib/model/awr-database-snapshot-summary.js +32 -0
- package/lib/model/awr-database-snapshot-summary.js.map +1 -0
- package/lib/model/awr-database-sql-report.d.ts +44 -0
- package/lib/model/awr-database-sql-report.js +65 -0
- package/lib/model/awr-database-sql-report.js.map +1 -0
- package/lib/model/awr-database-summary.d.ts +81 -0
- package/lib/model/awr-database-summary.js +32 -0
- package/lib/model/awr-database-summary.js.map +1 -0
- package/lib/model/awr-database-sysstat-collection.d.ts +31 -0
- package/lib/model/awr-database-sysstat-collection.js +69 -0
- package/lib/model/awr-database-sysstat-collection.js.map +1 -0
- package/lib/model/awr-database-sysstat-summary.d.ts +48 -0
- package/lib/model/awr-database-sysstat-summary.js +32 -0
- package/lib/model/awr-database-sysstat-summary.js.map +1 -0
- package/lib/model/awr-database-top-wait-event-collection.d.ts +31 -0
- package/lib/model/awr-database-top-wait-event-collection.js +69 -0
- package/lib/model/awr-database-top-wait-event-collection.js.map +1 -0
- package/lib/model/awr-database-top-wait-event-summary.d.ts +36 -0
- package/lib/model/awr-database-top-wait-event-summary.js +32 -0
- package/lib/model/awr-database-top-wait-event-summary.js.map +1 -0
- package/lib/model/awr-database-wait-event-bucket-collection.d.ts +35 -0
- package/lib/model/awr-database-wait-event-bucket-collection.js +69 -0
- package/lib/model/awr-database-wait-event-bucket-collection.js.map +1 -0
- package/lib/model/awr-database-wait-event-bucket-summary.d.ts +32 -0
- package/lib/model/awr-database-wait-event-bucket-summary.js +32 -0
- package/lib/model/awr-database-wait-event-bucket-summary.js.map +1 -0
- package/lib/model/awr-database-wait-event-collection.d.ts +31 -0
- package/lib/model/awr-database-wait-event-collection.js +69 -0
- package/lib/model/awr-database-wait-event-collection.js.map +1 -0
- package/lib/model/awr-database-wait-event-summary.d.ts +51 -0
- package/lib/model/awr-database-wait-event-summary.js +32 -0
- package/lib/model/awr-database-wait-event-summary.js.map +1 -0
- package/lib/model/awr-query-result.d.ts +37 -0
- package/lib/model/awr-query-result.js +116 -0
- package/lib/model/awr-query-result.js.map +1 -0
- package/lib/model/create-pe-comanaged-database-insight-details.d.ts +6 -2
- package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -1
- package/lib/model/exadata-insight-resource-insight-utilization-item.d.ts +4 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.js.map +1 -1
- package/lib/model/host-configuration-summary.js +4 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- package/lib/model/host-entity-source.d.ts +1 -0
- package/lib/model/host-entity-source.js +1 -0
- package/lib/model/host-entity-source.js.map +1 -1
- package/lib/model/host-insight-summary.d.ts +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +59 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/operation-type.d.ts +1 -0
- package/lib/model/operation-type.js +1 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/pe-comanaged-host-configuration-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-host-configuration-summary.js +57 -0
- package/lib/model/pe-comanaged-host-configuration-summary.js.map +1 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +8 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +14 -2
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -1
- package/lib/model/resource-usage-summary.d.ts +4 -0
- package/lib/model/resource-usage-summary.js.map +1 -1
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +4 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-database-report-request.d.ts +77 -0
- package/lib/request/get-awr-database-report-request.js +29 -0
- package/lib/request/get-awr-database-report-request.js.map +1 -0
- package/lib/request/get-awr-database-sql-report-request.d.ts +74 -0
- package/lib/request/get-awr-database-sql-report-request.js +24 -0
- package/lib/request/get-awr-database-sql-report-request.js.map +1 -0
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +26 -0
- package/lib/request/index.js +28 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-database-snapshots-request.d.ts +91 -0
- package/lib/request/list-awr-database-snapshots-request.js +24 -0
- package/lib/request/list-awr-database-snapshots-request.js.map +1 -0
- package/lib/request/list-awr-databases-request.d.ts +74 -0
- package/lib/request/list-awr-databases-request.js +24 -0
- package/lib/request/list-awr-databases-request.js.map +1 -0
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +1 -1
- package/lib/request/list-host-insights-request.d.ts +5 -2
- package/lib/request/list-host-insights-request.js +4 -0
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +100 -0
- package/lib/request/summarize-awr-database-cpu-usages-request.js +30 -0
- package/lib/request/summarize-awr-database-cpu-usages-request.js.map +1 -0
- package/lib/request/summarize-awr-database-metrics-request.d.ts +95 -0
- package/lib/request/summarize-awr-database-metrics-request.js +24 -0
- package/lib/request/summarize-awr-database-metrics-request.js.map +1 -0
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +95 -0
- package/lib/request/summarize-awr-database-parameter-changes-request.js +24 -0
- package/lib/request/summarize-awr-database-parameter-changes-request.js.map +1 -0
- package/lib/request/summarize-awr-database-parameters-request.d.ts +124 -0
- package/lib/request/summarize-awr-database-parameters-request.js +40 -0
- package/lib/request/summarize-awr-database-parameters-request.js.map +1 -0
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +74 -0
- package/lib/request/summarize-awr-database-snapshot-ranges-request.js +24 -0
- package/lib/request/summarize-awr-database-snapshot-ranges-request.js.map +1 -0
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +95 -0
- package/lib/request/summarize-awr-database-sysstats-request.js +24 -0
- package/lib/request/summarize-awr-database-sysstats-request.js.map +1 -0
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +88 -0
- package/lib/request/summarize-awr-database-top-wait-events-request.js +30 -0
- package/lib/request/summarize-awr-database-top-wait-events-request.js.map +1 -0
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +107 -0
- package/lib/request/summarize-awr-database-wait-event-buckets-request.js +24 -0
- package/lib/request/summarize-awr-database-wait-event-buckets-request.js.map +1 -0
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +104 -0
- package/lib/request/summarize-awr-database-wait-events-request.js +30 -0
- package/lib/request/summarize-awr-database-wait-events-request.js.map +1 -0
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +1 -1
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/response/get-awr-database-report-response.d.ts +25 -0
- package/lib/response/get-awr-database-report-response.js +15 -0
- package/lib/response/get-awr-database-report-response.js.map +1 -0
- package/lib/response/get-awr-database-sql-report-response.d.ts +25 -0
- package/lib/response/get-awr-database-sql-report-response.js +15 -0
- package/lib/response/get-awr-database-sql-report-response.js.map +1 -0
- package/lib/response/index.d.ts +26 -0
- package/lib/response/list-awr-database-snapshots-response.d.ts +32 -0
- package/lib/response/list-awr-database-snapshots-response.js +15 -0
- package/lib/response/list-awr-database-snapshots-response.js.map +1 -0
- package/lib/response/list-awr-databases-response.d.ts +32 -0
- package/lib/response/list-awr-databases-response.js +15 -0
- package/lib/response/list-awr-databases-response.js.map +1 -0
- package/lib/response/summarize-awr-database-cpu-usages-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-cpu-usages-response.js +15 -0
- package/lib/response/summarize-awr-database-cpu-usages-response.js.map +1 -0
- package/lib/response/summarize-awr-database-metrics-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-metrics-response.js +15 -0
- package/lib/response/summarize-awr-database-metrics-response.js.map +1 -0
- package/lib/response/summarize-awr-database-parameter-changes-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-parameter-changes-response.js +15 -0
- package/lib/response/summarize-awr-database-parameter-changes-response.js.map +1 -0
- package/lib/response/summarize-awr-database-parameters-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-parameters-response.js +15 -0
- package/lib/response/summarize-awr-database-parameters-response.js.map +1 -0
- package/lib/response/summarize-awr-database-snapshot-ranges-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-snapshot-ranges-response.js +15 -0
- package/lib/response/summarize-awr-database-snapshot-ranges-response.js.map +1 -0
- package/lib/response/summarize-awr-database-sysstats-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-sysstats-response.js +15 -0
- package/lib/response/summarize-awr-database-sysstats-response.js.map +1 -0
- package/lib/response/summarize-awr-database-top-wait-events-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-top-wait-events-response.js +15 -0
- package/lib/response/summarize-awr-database-top-wait-events-response.js.map +1 -0
- package/lib/response/summarize-awr-database-wait-event-buckets-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-wait-event-buckets-response.js +15 -0
- package/lib/response/summarize-awr-database-wait-event-buckets-response.js.map +1 -0
- package/lib/response/summarize-awr-database-wait-events-response.d.ts +32 -0
- package/lib/response/summarize-awr-database-wait-events-response.js +15 -0
- package/lib/response/summarize-awr-database-wait-events-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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.37.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlStatisticsTimeSeriesByPlanRequest 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.37.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlStatisticsTimeSeriesRequest 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.37.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHubRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAwrHubRequest 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.37.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseInsightRequest 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.37.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridgeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEnterpriseManagerBridgeRequest 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.37.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExadataInsightRequest 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.37.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHostInsightRequest 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.37.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsPrivateEndpointRequest 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.37.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsWarehouseRequest 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.37.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export interface GetAwrDatabaseReportResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The returned model.AwrDatabaseReport instance.
|
|
23
|
+
*/
|
|
24
|
+
"awrDatabaseReport": model.AwrDatabaseReport;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=get-awr-database-report-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-awr-database-report-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/get-awr-database-report-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export interface GetAwrDatabaseSqlReportResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The returned model.AwrDatabaseSqlReport instance.
|
|
23
|
+
*/
|
|
24
|
+
"awrDatabaseSqlReport": model.AwrDatabaseSqlReport;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=get-awr-database-sql-report-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-awr-database-sql-report-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/get-awr-database-sql-report-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -73,6 +73,10 @@ import * as EnableExadataInsightResponse from "./enable-exadata-insight-response
|
|
|
73
73
|
export import EnableExadataInsightResponse = EnableExadataInsightResponse.EnableExadataInsightResponse;
|
|
74
74
|
import * as EnableHostInsightResponse from "./enable-host-insight-response";
|
|
75
75
|
export import EnableHostInsightResponse = EnableHostInsightResponse.EnableHostInsightResponse;
|
|
76
|
+
import * as GetAwrDatabaseReportResponse from "./get-awr-database-report-response";
|
|
77
|
+
export import GetAwrDatabaseReportResponse = GetAwrDatabaseReportResponse.GetAwrDatabaseReportResponse;
|
|
78
|
+
import * as GetAwrDatabaseSqlReportResponse from "./get-awr-database-sql-report-response";
|
|
79
|
+
export import GetAwrDatabaseSqlReportResponse = GetAwrDatabaseSqlReportResponse.GetAwrDatabaseSqlReportResponse;
|
|
76
80
|
import * as GetAwrHubResponse from "./get-awr-hub-response";
|
|
77
81
|
export import GetAwrHubResponse = GetAwrHubResponse.GetAwrHubResponse;
|
|
78
82
|
import * as GetAwrReportResponse from "./get-awr-report-response";
|
|
@@ -109,6 +113,10 @@ import * as IngestSqlStatsResponse from "./ingest-sql-stats-response";
|
|
|
109
113
|
export import IngestSqlStatsResponse = IngestSqlStatsResponse.IngestSqlStatsResponse;
|
|
110
114
|
import * as IngestSqlTextResponse from "./ingest-sql-text-response";
|
|
111
115
|
export import IngestSqlTextResponse = IngestSqlTextResponse.IngestSqlTextResponse;
|
|
116
|
+
import * as ListAwrDatabaseSnapshotsResponse from "./list-awr-database-snapshots-response";
|
|
117
|
+
export import ListAwrDatabaseSnapshotsResponse = ListAwrDatabaseSnapshotsResponse.ListAwrDatabaseSnapshotsResponse;
|
|
118
|
+
import * as ListAwrDatabasesResponse from "./list-awr-databases-response";
|
|
119
|
+
export import ListAwrDatabasesResponse = ListAwrDatabasesResponse.ListAwrDatabasesResponse;
|
|
112
120
|
import * as ListAwrHubsResponse from "./list-awr-hubs-response";
|
|
113
121
|
export import ListAwrHubsResponse = ListAwrHubsResponse.ListAwrHubsResponse;
|
|
114
122
|
import * as ListAwrSnapshotsResponse from "./list-awr-snapshots-response";
|
|
@@ -157,6 +165,24 @@ import * as QueryOpsiDataObjectDataResponse from "./query-opsi-data-object-data-
|
|
|
157
165
|
export import QueryOpsiDataObjectDataResponse = QueryOpsiDataObjectDataResponse.QueryOpsiDataObjectDataResponse;
|
|
158
166
|
import * as RotateOperationsInsightsWarehouseWalletResponse from "./rotate-operations-insights-warehouse-wallet-response";
|
|
159
167
|
export import RotateOperationsInsightsWarehouseWalletResponse = RotateOperationsInsightsWarehouseWalletResponse.RotateOperationsInsightsWarehouseWalletResponse;
|
|
168
|
+
import * as SummarizeAwrDatabaseCpuUsagesResponse from "./summarize-awr-database-cpu-usages-response";
|
|
169
|
+
export import SummarizeAwrDatabaseCpuUsagesResponse = SummarizeAwrDatabaseCpuUsagesResponse.SummarizeAwrDatabaseCpuUsagesResponse;
|
|
170
|
+
import * as SummarizeAwrDatabaseMetricsResponse from "./summarize-awr-database-metrics-response";
|
|
171
|
+
export import SummarizeAwrDatabaseMetricsResponse = SummarizeAwrDatabaseMetricsResponse.SummarizeAwrDatabaseMetricsResponse;
|
|
172
|
+
import * as SummarizeAwrDatabaseParameterChangesResponse from "./summarize-awr-database-parameter-changes-response";
|
|
173
|
+
export import SummarizeAwrDatabaseParameterChangesResponse = SummarizeAwrDatabaseParameterChangesResponse.SummarizeAwrDatabaseParameterChangesResponse;
|
|
174
|
+
import * as SummarizeAwrDatabaseParametersResponse from "./summarize-awr-database-parameters-response";
|
|
175
|
+
export import SummarizeAwrDatabaseParametersResponse = SummarizeAwrDatabaseParametersResponse.SummarizeAwrDatabaseParametersResponse;
|
|
176
|
+
import * as SummarizeAwrDatabaseSnapshotRangesResponse from "./summarize-awr-database-snapshot-ranges-response";
|
|
177
|
+
export import SummarizeAwrDatabaseSnapshotRangesResponse = SummarizeAwrDatabaseSnapshotRangesResponse.SummarizeAwrDatabaseSnapshotRangesResponse;
|
|
178
|
+
import * as SummarizeAwrDatabaseSysstatsResponse from "./summarize-awr-database-sysstats-response";
|
|
179
|
+
export import SummarizeAwrDatabaseSysstatsResponse = SummarizeAwrDatabaseSysstatsResponse.SummarizeAwrDatabaseSysstatsResponse;
|
|
180
|
+
import * as SummarizeAwrDatabaseTopWaitEventsResponse from "./summarize-awr-database-top-wait-events-response";
|
|
181
|
+
export import SummarizeAwrDatabaseTopWaitEventsResponse = SummarizeAwrDatabaseTopWaitEventsResponse.SummarizeAwrDatabaseTopWaitEventsResponse;
|
|
182
|
+
import * as SummarizeAwrDatabaseWaitEventBucketsResponse from "./summarize-awr-database-wait-event-buckets-response";
|
|
183
|
+
export import SummarizeAwrDatabaseWaitEventBucketsResponse = SummarizeAwrDatabaseWaitEventBucketsResponse.SummarizeAwrDatabaseWaitEventBucketsResponse;
|
|
184
|
+
import * as SummarizeAwrDatabaseWaitEventsResponse from "./summarize-awr-database-wait-events-response";
|
|
185
|
+
export import SummarizeAwrDatabaseWaitEventsResponse = SummarizeAwrDatabaseWaitEventsResponse.SummarizeAwrDatabaseWaitEventsResponse;
|
|
160
186
|
import * as SummarizeAwrSourcesSummariesResponse from "./summarize-awr-sources-summaries-response";
|
|
161
187
|
export import SummarizeAwrSourcesSummariesResponse = SummarizeAwrSourcesSummariesResponse.SummarizeAwrSourcesSummariesResponse;
|
|
162
188
|
import * as SummarizeDatabaseInsightResourceCapacityTrendResponse from "./summarize-database-insight-resource-capacity-trend-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface ListAwrDatabaseSnapshotsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseSnapshotCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseSnapshotCollection": model.AwrDatabaseSnapshotCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=list-awr-database-snapshots-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-awr-database-snapshots-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/list-awr-database-snapshots-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface ListAwrDatabasesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseCollection": model.AwrDatabaseCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=list-awr-databases-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-awr-databases-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/list-awr-databases-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface SummarizeAwrDatabaseCpuUsagesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseCpuUsageCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseCpuUsageCollection": model.AwrDatabaseCpuUsageCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=summarize-awr-database-cpu-usages-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-cpu-usages-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-awr-database-cpu-usages-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface SummarizeAwrDatabaseMetricsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseMetricCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseMetricCollection": model.AwrDatabaseMetricCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=summarize-awr-database-metrics-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-metrics-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-awr-database-metrics-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface SummarizeAwrDatabaseParameterChangesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseParameterChangeCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseParameterChangeCollection": model.AwrDatabaseParameterChangeCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=summarize-awr-database-parameter-changes-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-parameter-changes-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-awr-database-parameter-changes-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface SummarizeAwrDatabaseParametersResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseParameterCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseParameterCollection": model.AwrDatabaseParameterCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=summarize-awr-database-parameters-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-parameters-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-awr-database-parameters-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface SummarizeAwrDatabaseSnapshotRangesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AwrDatabaseSnapshotRangeCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"awrDatabaseSnapshotRangeCollection": model.AwrDatabaseSnapshotRangeCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
//# sourceMappingURL=summarize-awr-database-snapshot-ranges-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-awr-database-snapshot-ranges-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-awr-database-snapshot-ranges-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|