oci-opsi 2.5.0 → 2.6.1
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/LICENSE.txt +6 -0
- package/lib/client.d.ts +362 -62
- package/lib/client.js +2074 -419
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +1 -0
- package/lib/model/action-type.js +1 -0
- package/lib/model/action-type.js.map +1 -1
- package/lib/model/add-em-managed-external-exadata-insight-members-details.d.ts +28 -0
- package/lib/model/add-em-managed-external-exadata-insight-members-details.js +69 -0
- package/lib/model/add-em-managed-external-exadata-insight-members-details.js.map +1 -0
- package/lib/model/add-exadata-insight-members-details.d.ts +25 -0
- package/lib/model/add-exadata-insight-members-details.js +68 -0
- package/lib/model/add-exadata-insight-members-details.js.map +1 -0
- package/lib/model/change-exadata-insight-compartment-details.d.ts +29 -0
- package/lib/model/change-exadata-insight-compartment-details.js +32 -0
- package/lib/model/change-exadata-insight-compartment-details.js.map +1 -0
- package/lib/model/create-em-managed-external-database-insight-details.d.ts +4 -0
- package/lib/model/create-em-managed-external-database-insight-details.js.map +1 -1
- package/lib/model/create-em-managed-external-exadata-insight-details.d.ts +44 -0
- package/lib/model/create-em-managed-external-exadata-insight-details.js +69 -0
- package/lib/model/create-em-managed-external-exadata-insight-details.js.map +1 -0
- package/lib/model/create-em-managed-external-exadata-member-entity-details.d.ts +32 -0
- package/lib/model/create-em-managed-external-exadata-member-entity-details.js +32 -0
- package/lib/model/create-em-managed-external-exadata-member-entity-details.js.map +1 -0
- package/lib/model/create-em-managed-external-host-insight-details.d.ts +43 -0
- package/lib/model/create-em-managed-external-host-insight-details.js +57 -0
- package/lib/model/create-em-managed-external-host-insight-details.js.map +1 -0
- package/lib/model/create-exadata-insight-details.d.ts +47 -0
- package/lib/model/create-exadata-insight-details.js +68 -0
- package/lib/model/create-exadata-insight-details.js.map +1 -0
- package/lib/model/create-host-insight-details.js +4 -0
- package/lib/model/create-host-insight-details.js.map +1 -1
- package/lib/model/database-configuration-summary.d.ts +4 -0
- package/lib/model/database-configuration-summary.js.map +1 -1
- package/lib/model/database-details.d.ts +4 -0
- package/lib/model/database-details.js.map +1 -1
- package/lib/model/database.d.ts +33 -0
- package/lib/model/database.js +44 -0
- package/lib/model/database.js.map +1 -0
- package/lib/model/disk-group-details.d.ts +32 -0
- package/lib/model/disk-group-details.js +32 -0
- package/lib/model/disk-group-details.js.map +1 -0
- package/lib/model/disk-group.d.ts +25 -0
- package/lib/model/disk-group.js +36 -0
- package/lib/model/disk-group.js.map +1 -0
- package/lib/model/em-managed-external-database-configuration-summary.d.ts +1 -0
- package/lib/model/em-managed-external-database-configuration-summary.js +6 -0
- package/lib/model/em-managed-external-database-configuration-summary.js.map +1 -1
- package/lib/model/em-managed-external-database-insight-summary.d.ts +4 -0
- package/lib/model/em-managed-external-database-insight-summary.js.map +1 -1
- package/lib/model/em-managed-external-database-insight.d.ts +4 -0
- package/lib/model/em-managed-external-database-insight.js.map +1 -1
- package/lib/model/em-managed-external-exadata-insight-summary.d.ts +51 -0
- package/lib/model/em-managed-external-exadata-insight-summary.js +57 -0
- package/lib/model/em-managed-external-exadata-insight-summary.js.map +1 -0
- package/lib/model/em-managed-external-exadata-insight.d.ts +55 -0
- package/lib/model/em-managed-external-exadata-insight.js +57 -0
- package/lib/model/em-managed-external-exadata-insight.js.map +1 -0
- package/lib/model/em-managed-external-host-configuration-summary.d.ts +36 -0
- package/lib/model/em-managed-external-host-configuration-summary.js +65 -0
- package/lib/model/em-managed-external-host-configuration-summary.js.map +1 -0
- package/lib/model/em-managed-external-host-insight-summary.d.ts +67 -0
- package/lib/model/em-managed-external-host-insight-summary.js +66 -0
- package/lib/model/em-managed-external-host-insight-summary.js.map +1 -0
- package/lib/model/em-managed-external-host-insight.d.ts +75 -0
- package/lib/model/em-managed-external-host-insight.js +66 -0
- package/lib/model/em-managed-external-host-insight.js.map +1 -0
- package/lib/model/enable-em-managed-external-exadata-insight-details.d.ts +27 -0
- package/lib/model/enable-em-managed-external-exadata-insight-details.js +57 -0
- package/lib/model/enable-em-managed-external-exadata-insight-details.js.map +1 -0
- package/lib/model/enable-em-managed-external-host-insight-details.d.ts +27 -0
- package/lib/model/enable-em-managed-external-host-insight-details.js +57 -0
- package/lib/model/enable-em-managed-external-host-insight-details.js.map +1 -0
- package/lib/model/enable-exadata-insight-details.d.ts +25 -0
- package/lib/model/enable-exadata-insight-details.js +68 -0
- package/lib/model/enable-exadata-insight-details.js.map +1 -0
- package/lib/model/enable-host-insight-details.js +4 -0
- package/lib/model/enable-host-insight-details.js.map +1 -1
- package/lib/model/exadata-configuration-collection.d.ts +29 -0
- package/lib/model/exadata-configuration-collection.js +64 -0
- package/lib/model/exadata-configuration-collection.js.map +1 -0
- package/lib/model/exadata-configuration-summary.d.ts +68 -0
- package/lib/model/exadata-configuration-summary.js +68 -0
- package/lib/model/exadata-configuration-summary.js.map +1 -0
- package/lib/model/exadata-database-machine-configuration-summary.d.ts +35 -0
- package/lib/model/exadata-database-machine-configuration-summary.js +57 -0
- package/lib/model/exadata-database-machine-configuration-summary.js.map +1 -0
- package/lib/model/exadata-database-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-database-statistics-summary.js +71 -0
- package/lib/model/exadata-database-statistics-summary.js.map +1 -0
- package/lib/model/exadata-details.d.ts +32 -0
- package/lib/model/exadata-details.js +32 -0
- package/lib/model/exadata-details.js.map +1 -0
- package/lib/model/exadata-diskgroup-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-diskgroup-statistics-summary.js +71 -0
- package/lib/model/exadata-diskgroup-statistics-summary.js.map +1 -0
- package/lib/model/exadata-entity-source.d.ts +30 -0
- package/lib/model/exadata-entity-source.js +41 -0
- package/lib/model/exadata-entity-source.js.map +1 -0
- package/lib/model/exadata-host-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-host-statistics-summary.js +71 -0
- package/lib/model/exadata-host-statistics-summary.js.map +1 -0
- package/lib/model/exadata-insight-lifecycle-state.d.ts +35 -0
- package/lib/model/exadata-insight-lifecycle-state.js +46 -0
- package/lib/model/exadata-insight-lifecycle-state.js.map +1 -0
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.d.ts +33 -0
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js +32 -0
- package/lib/model/exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
- package/lib/model/exadata-insight-resource-capacity-trend-summary.d.ts +37 -0
- package/lib/model/exadata-insight-resource-capacity-trend-summary.js +64 -0
- package/lib/model/exadata-insight-resource-capacity-trend-summary.js.map +1 -0
- package/lib/model/exadata-insight-resource-forecast-trend-summary.d.ts +64 -0
- package/lib/model/exadata-insight-resource-forecast-trend-summary.js +90 -0
- package/lib/model/exadata-insight-resource-forecast-trend-summary.js.map +1 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.d.ts +44 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.js +32 -0
- package/lib/model/exadata-insight-resource-insight-utilization-item.js.map +1 -0
- package/lib/model/exadata-insight-resource-statistics-aggregation.d.ts +25 -0
- package/lib/model/exadata-insight-resource-statistics-aggregation.js +80 -0
- package/lib/model/exadata-insight-resource-statistics-aggregation.js.map +1 -0
- package/lib/model/exadata-insight-resource-statistics.d.ts +47 -0
- package/lib/model/exadata-insight-resource-statistics.js +64 -0
- package/lib/model/exadata-insight-resource-statistics.js.map +1 -0
- package/lib/model/exadata-insight-summary-collection.d.ts +29 -0
- package/lib/model/exadata-insight-summary-collection.js +64 -0
- package/lib/model/exadata-insight-summary-collection.js.map +1 -0
- package/lib/model/exadata-insight-summary.d.ts +98 -0
- package/lib/model/exadata-insight-summary.js +68 -0
- package/lib/model/exadata-insight-summary.js.map +1 -0
- package/lib/model/exadata-insight.d.ts +102 -0
- package/lib/model/exadata-insight.js +68 -0
- package/lib/model/exadata-insight.js.map +1 -0
- package/lib/model/exadata-insights.d.ts +28 -0
- package/lib/model/exadata-insights.js +32 -0
- package/lib/model/exadata-insights.js.map +1 -0
- package/lib/model/exadata-member-collection.d.ts +49 -0
- package/lib/model/exadata-member-collection.js +64 -0
- package/lib/model/exadata-member-collection.js.map +1 -0
- package/lib/model/exadata-member-summary.d.ts +50 -0
- package/lib/model/exadata-member-summary.js +47 -0
- package/lib/model/exadata-member-summary.js.map +1 -0
- package/lib/model/exadata-rack-type.d.ts +33 -0
- package/lib/model/exadata-rack-type.js +44 -0
- package/lib/model/exadata-rack-type.js.map +1 -0
- package/lib/model/exadata-storage-server-statistics-summary.d.ts +29 -0
- package/lib/model/exadata-storage-server-statistics-summary.js +71 -0
- package/lib/model/exadata-storage-server-statistics-summary.js.map +1 -0
- package/lib/model/exadata-type.d.ts +32 -0
- package/lib/model/exadata-type.js +43 -0
- package/lib/model/exadata-type.js.map +1 -0
- package/lib/model/host-configuration-collection.d.ts +29 -0
- package/lib/model/host-configuration-collection.js +64 -0
- package/lib/model/host-configuration-collection.js.map +1 -0
- package/lib/model/host-configuration-summary.d.ts +125 -0
- package/lib/model/host-configuration-summary.js +81 -0
- package/lib/model/host-configuration-summary.js.map +1 -0
- package/lib/model/host-entity-source.d.ts +1 -0
- package/lib/model/host-entity-source.js +1 -0
- package/lib/model/host-entity-source.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/host.d.ts +26 -0
- package/lib/model/host.js +37 -0
- package/lib/model/host.js.map +1 -0
- package/lib/model/index.d.ts +124 -0
- package/lib/model/index.js +129 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-metrics.d.ts +50 -0
- package/lib/model/instance-metrics.js +32 -0
- package/lib/model/instance-metrics.js.map +1 -0
- package/lib/model/macs-managed-external-host-configuration-summary.d.ts +35 -0
- package/lib/model/macs-managed-external-host-configuration-summary.js +57 -0
- package/lib/model/macs-managed-external-host-configuration-summary.js.map +1 -0
- package/lib/model/operation-status.d.ts +1 -0
- package/lib/model/operation-status.js +1 -0
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-type.d.ts +8 -0
- package/lib/model/operation-type.js +8 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/resource-statistics.d.ts +5 -0
- package/lib/model/resource-statistics.js +34 -2
- package/lib/model/resource-statistics.js.map +1 -1
- package/lib/model/resource-usage-summary.d.ts +46 -0
- package/lib/model/resource-usage-summary.js +32 -0
- package/lib/model/resource-usage-summary.js.map +1 -0
- package/lib/model/storage-server-details.d.ts +32 -0
- package/lib/model/storage-server-details.js +32 -0
- package/lib/model/storage-server-details.js.map +1 -0
- package/lib/model/storage-server.d.ts +27 -0
- package/lib/model/storage-server.js +38 -0
- package/lib/model/storage-server.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.d.ts +83 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.d.ts +81 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.d.ts +103 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js +116 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.d.ts +80 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.d.ts +64 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js +78 -0
- package/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.d.ts +86 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js +58 -0
- package/lib/model/summarize-exadata-insight-resource-usage-aggregation.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.d.ts +76 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-usage-collection.js.map +1 -0
- package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.d.ts +72 -0
- package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js +90 -0
- package/lib/model/summarize-exadata-insight-resource-utilization-insight-aggregation.js.map +1 -0
- package/lib/model/update-em-managed-external-exadata-insight-details.d.ts +31 -0
- package/lib/model/update-em-managed-external-exadata-insight-details.js +57 -0
- package/lib/model/update-em-managed-external-exadata-insight-details.js.map +1 -0
- package/lib/model/update-em-managed-external-host-insight-details.d.ts +27 -0
- package/lib/model/update-em-managed-external-host-insight-details.js +57 -0
- package/lib/model/update-em-managed-external-host-insight-details.js.map +1 -0
- package/lib/model/update-exadata-insight-details.d.ts +43 -0
- package/lib/model/update-exadata-insight-details.js +68 -0
- package/lib/model/update-exadata-insight-details.js.map +1 -0
- package/lib/model/update-host-insight-details.js +4 -0
- package/lib/model/update-host-insight-details.js.map +1 -1
- package/lib/model/usage-unit.d.ts +1 -0
- package/lib/model/usage-unit.js +1 -0
- package/lib/model/usage-unit.js.map +1 -1
- package/lib/model/work-request-resource-metadata-key.d.ts +31 -0
- package/lib/model/work-request-resource-metadata-key.js +42 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +6 -0
- package/lib/model/work-request-resource.js.map +1 -1
- package/lib/operationsinsights-waiter.d.ts +8 -0
- package/lib/operationsinsights-waiter.js +12 -0
- package/lib/operationsinsights-waiter.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +50 -0
- package/lib/request/add-exadata-insight-members-request.js +15 -0
- package/lib/request/add-exadata-insight-members-request.js.map +1 -0
- 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 +50 -0
- package/lib/request/change-exadata-insight-compartment-request.js +15 -0
- package/lib/request/change-exadata-insight-compartment-request.js.map +1 -0
- package/lib/request/change-host-insight-compartment-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 +39 -0
- package/lib/request/create-exadata-insight-request.js +15 -0
- package/lib/request/create-exadata-insight-request.js.map +1 -0
- package/lib/request/create-host-insight-request.d.ts +2 -2
- 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 +35 -0
- package/lib/request/delete-exadata-insight-request.js +15 -0
- package/lib/request/delete-exadata-insight-request.js.map +1 -0
- package/lib/request/delete-host-insight-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 +45 -0
- package/lib/request/disable-exadata-insight-request.js +15 -0
- package/lib/request/disable-exadata-insight-request.js.map +1 -0
- package/lib/request/disable-host-insight-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 +50 -0
- package/lib/request/enable-exadata-insight-request.js +15 -0
- package/lib/request/enable-exadata-insight-request.js.map +1 -0
- package/lib/request/enable-host-insight-request.d.ts +2 -2
- 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 +28 -0
- package/lib/request/get-exadata-insight-request.js +15 -0
- package/lib/request/get-exadata-insight-request.js.map +1 -0
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +40 -0
- package/lib/request/index.js +27 -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-text-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +11 -1
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +6 -1
- package/lib/request/list-database-insights-request.js.map +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +106 -0
- package/lib/request/list-exadata-configurations-request.js +25 -0
- package/lib/request/list-exadata-configurations-request.js.map +1 -0
- package/lib/request/list-exadata-insights-request.d.ts +84 -0
- package/lib/request/list-exadata-insights-request.js +24 -0
- package/lib/request/list-exadata-insights-request.js.map +1 -0
- package/lib/request/list-host-configurations-request.d.ts +117 -0
- package/lib/request/list-host-configurations-request.js +28 -0
- package/lib/request/list-host-configurations-request.js.map +1 -0
- package/lib/request/list-host-insights-request.d.ts +10 -1
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +6 -1
- package/lib/request/list-hosted-entities-request.js.map +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +16 -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 +17 -1
- package/lib/request/list-work-request-errors-request.js +8 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +17 -1
- package/lib/request/list-work-request-logs-request.js +8 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -1
- package/lib/request/list-work-requests-request.d.ts +37 -5
- package/lib/request/list-work-requests-request.js +8 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +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 +143 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js +24 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +133 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js +24 -0
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +169 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js +30 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +171 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js +36 -0
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +121 -0
- package/lib/request/summarize-exadata-insight-resource-statistics-request.js +25 -0
- package/lib/request/summarize-exadata-insight-resource-statistics-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +131 -0
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js +15 -0
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +159 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.js +26 -0
- package/lib/request/summarize-exadata-insight-resource-usage-request.js.map +1 -0
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +145 -0
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js +15 -0
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.js.map +1 -0
- package/lib/request/summarize-exadata-members-request.d.ts +68 -0
- package/lib/request/summarize-exadata-members-request.js +25 -0
- package/lib/request/summarize-exadata-members-request.js.map +1 -0
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +11 -1
- package/lib/request/summarize-sql-insights-request.js.map +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 +11 -1
- package/lib/request/summarize-sql-statistics-request.js.map +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 +11 -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 +40 -0
- package/lib/request/update-exadata-insight-request.js +15 -0
- package/lib/request/update-exadata-insight-request.js.map +1 -0
- package/lib/request/update-host-insight-request.d.ts +2 -2
- package/lib/response/add-exadata-insight-members-response.d.ts +25 -0
- package/lib/response/add-exadata-insight-members-response.js +15 -0
- package/lib/response/add-exadata-insight-members-response.js.map +1 -0
- package/lib/response/change-exadata-insight-compartment-response.d.ts +25 -0
- package/lib/response/change-exadata-insight-compartment-response.js +15 -0
- package/lib/response/change-exadata-insight-compartment-response.js.map +1 -0
- package/lib/response/create-exadata-insight-response.d.ts +43 -0
- package/lib/response/create-exadata-insight-response.js +15 -0
- package/lib/response/create-exadata-insight-response.js.map +1 -0
- package/lib/response/delete-exadata-insight-response.d.ts +25 -0
- package/lib/response/delete-exadata-insight-response.js +15 -0
- package/lib/response/delete-exadata-insight-response.js.map +1 -0
- package/lib/response/disable-exadata-insight-response.d.ts +25 -0
- package/lib/response/disable-exadata-insight-response.js +15 -0
- package/lib/response/disable-exadata-insight-response.js.map +1 -0
- package/lib/response/enable-exadata-insight-response.d.ts +25 -0
- package/lib/response/enable-exadata-insight-response.js +15 -0
- package/lib/response/enable-exadata-insight-response.js.map +1 -0
- package/lib/response/get-exadata-insight-response.d.ts +30 -0
- package/lib/response/get-exadata-insight-response.js +15 -0
- package/lib/response/get-exadata-insight-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +5 -0
- package/lib/response/index.d.ts +40 -0
- package/lib/response/list-exadata-configurations-response.d.ts +37 -0
- package/lib/response/list-exadata-configurations-response.js +15 -0
- package/lib/response/list-exadata-configurations-response.js.map +1 -0
- package/lib/response/list-exadata-insights-response.d.ts +37 -0
- package/lib/response/list-exadata-insights-response.js +15 -0
- package/lib/response/list-exadata-insights-response.js.map +1 -0
- package/lib/response/list-host-configurations-response.d.ts +37 -0
- package/lib/response/list-host-configurations-response.js +15 -0
- package/lib/response/list-host-configurations-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-aggregated-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-capacity-trend-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-aggregated-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-forecast-trend-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-statistics-response.d.ts +37 -0
- package/lib/response/summarize-exadata-insight-resource-statistics-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-statistics-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-usage-aggregated-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-usage-response.d.ts +32 -0
- package/lib/response/summarize-exadata-insight-resource-usage-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-usage-response.js.map +1 -0
- package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.d.ts +37 -0
- package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js +15 -0
- package/lib/response/summarize-exadata-insight-resource-utilization-insight-response.js.map +1 -0
- package/lib/response/summarize-exadata-members-response.d.ts +37 -0
- package/lib/response/summarize-exadata-members-response.js +15 -0
- package/lib/response/summarize-exadata-members-response.js.map +1 -0
- package/lib/response/update-exadata-insight-response.d.ts +25 -0
- package/lib/response/update-exadata-insight-response.js +15 -0
- package/lib/response/update-exadata-insight-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SummarizeExadataInsightResourceForecastTrendCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var SummarizeExadataInsightResourceForecastTrendCollection;
|
|
40
|
+
(function (SummarizeExadataInsightResourceForecastTrendCollection) {
|
|
41
|
+
let ExadataResourceType;
|
|
42
|
+
(function (ExadataResourceType) {
|
|
43
|
+
ExadataResourceType["Database"] = "DATABASE";
|
|
44
|
+
ExadataResourceType["Host"] = "HOST";
|
|
45
|
+
ExadataResourceType["StorageServer"] = "STORAGE_SERVER";
|
|
46
|
+
ExadataResourceType["Diskgroup"] = "DISKGROUP";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
ExadataResourceType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(ExadataResourceType = SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType || (SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType = {}));
|
|
53
|
+
let ExadataResourceMetric;
|
|
54
|
+
(function (ExadataResourceMetric) {
|
|
55
|
+
ExadataResourceMetric["Cpu"] = "CPU";
|
|
56
|
+
ExadataResourceMetric["Storage"] = "STORAGE";
|
|
57
|
+
ExadataResourceMetric["Io"] = "IO";
|
|
58
|
+
ExadataResourceMetric["Memory"] = "MEMORY";
|
|
59
|
+
ExadataResourceMetric["Iops"] = "IOPS";
|
|
60
|
+
ExadataResourceMetric["Throughput"] = "THROUGHPUT";
|
|
61
|
+
/**
|
|
62
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
63
|
+
* version of the SDK.
|
|
64
|
+
*/
|
|
65
|
+
ExadataResourceMetric["UnknownValue"] = "UNKNOWN_VALUE";
|
|
66
|
+
})(ExadataResourceMetric = SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric || (SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric = {}));
|
|
67
|
+
function getJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
69
|
+
"items": obj.items
|
|
70
|
+
? obj.items.map(item => {
|
|
71
|
+
return model.ExadataInsightResourceForecastTrendSummary.getJsonObj(item);
|
|
72
|
+
})
|
|
73
|
+
: undefined
|
|
74
|
+
});
|
|
75
|
+
return jsonObj;
|
|
76
|
+
}
|
|
77
|
+
SummarizeExadataInsightResourceForecastTrendCollection.getJsonObj = getJsonObj;
|
|
78
|
+
function getDeserializedJsonObj(obj) {
|
|
79
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
80
|
+
"items": obj.items
|
|
81
|
+
? obj.items.map(item => {
|
|
82
|
+
return model.ExadataInsightResourceForecastTrendSummary.getDeserializedJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined
|
|
85
|
+
});
|
|
86
|
+
return jsonObj;
|
|
87
|
+
}
|
|
88
|
+
SummarizeExadataInsightResourceForecastTrendCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
89
|
+
})(SummarizeExadataInsightResourceForecastTrendCollection = exports.SummarizeExadataInsightResourceForecastTrendCollection || (exports.SummarizeExadataInsightResourceForecastTrendCollection = {}));
|
|
90
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-forecast-trend-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-forecast-trend-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-forecast-trend-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,sDAAsD,CAyDtE;AAzDD,WAAiB,sDAAsD;IACrE,IAAY,mBAUX;IAVD,WAAY,mBAAmB;QAC7B,4CAAqB,CAAA;QACrB,oCAAa,CAAA;QACb,uDAAgC,CAAA;QAChC,8CAAuB,CAAA;QACvB;;;WAGG;QACH,qDAA8B,CAAA;IAChC,CAAC,EAVW,mBAAmB,GAAnB,0EAAmB,KAAnB,0EAAmB,QAU9B;IAED,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,oCAAW,CAAA;QACX,4CAAmB,CAAA;QACnB,kCAAS,CAAA;QACT,0CAAiB,CAAA;QACjB,sCAAa,CAAA;QACb,kDAAyB,CAAA;QACzB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,4EAAqB,KAArB,4EAAqB,QAYhC;IAED,SAAgB,UAAU,CAAC,GAA2D;QACpF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,0CAA0C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iEAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA2D;QAE3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6EAAsB,yBAerC,CAAA;AACH,CAAC,EAzDgB,sDAAsD,GAAtD,8DAAsD,KAAtD,8DAAsD,QAyDtE"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Returns list of the resources with resource statistics like usage,capacity,utilization and usage change percent.
|
|
19
|
+
*/
|
|
20
|
+
export interface SummarizeExadataInsightResourceStatisticsAggregationCollection {
|
|
21
|
+
/**
|
|
22
|
+
* The start timestamp that was passed into the request.
|
|
23
|
+
*/
|
|
24
|
+
"timeIntervalStart": Date;
|
|
25
|
+
/**
|
|
26
|
+
* The end timestamp that was passed into the request.
|
|
27
|
+
*/
|
|
28
|
+
"timeIntervalEnd": Date;
|
|
29
|
+
/**
|
|
30
|
+
* Collection of Resource Statistics items
|
|
31
|
+
*/
|
|
32
|
+
"items": Array<model.ExadataInsightResourceStatisticsAggregation>;
|
|
33
|
+
/**
|
|
34
|
+
* Displays usage unit ( CORES, GB)
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"usageUnit": model.UsageUnit;
|
|
38
|
+
/**
|
|
39
|
+
* Defines the type of exadata resource metric (example: CPU, STORAGE)
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"exadataResourceMetric": SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric;
|
|
43
|
+
/**
|
|
44
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
|
|
45
|
+
*/
|
|
46
|
+
"exadataInsightId": string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace SummarizeExadataInsightResourceStatisticsAggregationCollection {
|
|
49
|
+
enum ExadataResourceMetric {
|
|
50
|
+
Cpu = "CPU",
|
|
51
|
+
Storage = "STORAGE",
|
|
52
|
+
Io = "IO",
|
|
53
|
+
Memory = "MEMORY",
|
|
54
|
+
Iops = "IOPS",
|
|
55
|
+
Throughput = "THROUGHPUT",
|
|
56
|
+
/**
|
|
57
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
58
|
+
* version of the SDK.
|
|
59
|
+
*/
|
|
60
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
61
|
+
}
|
|
62
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceStatisticsAggregationCollection): object;
|
|
63
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceStatisticsAggregationCollection): object;
|
|
64
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var SummarizeExadataInsightResourceStatisticsAggregationCollection;
|
|
40
|
+
(function (SummarizeExadataInsightResourceStatisticsAggregationCollection) {
|
|
41
|
+
let ExadataResourceMetric;
|
|
42
|
+
(function (ExadataResourceMetric) {
|
|
43
|
+
ExadataResourceMetric["Cpu"] = "CPU";
|
|
44
|
+
ExadataResourceMetric["Storage"] = "STORAGE";
|
|
45
|
+
ExadataResourceMetric["Io"] = "IO";
|
|
46
|
+
ExadataResourceMetric["Memory"] = "MEMORY";
|
|
47
|
+
ExadataResourceMetric["Iops"] = "IOPS";
|
|
48
|
+
ExadataResourceMetric["Throughput"] = "THROUGHPUT";
|
|
49
|
+
/**
|
|
50
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
|
+
* version of the SDK.
|
|
52
|
+
*/
|
|
53
|
+
ExadataResourceMetric["UnknownValue"] = "UNKNOWN_VALUE";
|
|
54
|
+
})(ExadataResourceMetric = SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric || (SummarizeExadataInsightResourceStatisticsAggregationCollection.ExadataResourceMetric = {}));
|
|
55
|
+
function getJsonObj(obj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
57
|
+
"items": obj.items
|
|
58
|
+
? obj.items.map(item => {
|
|
59
|
+
return model.ExadataInsightResourceStatisticsAggregation.getJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
SummarizeExadataInsightResourceStatisticsAggregationCollection.getJsonObj = getJsonObj;
|
|
66
|
+
function getDeserializedJsonObj(obj) {
|
|
67
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
68
|
+
"items": obj.items
|
|
69
|
+
? obj.items.map(item => {
|
|
70
|
+
return model.ExadataInsightResourceStatisticsAggregation.getDeserializedJsonObj(item);
|
|
71
|
+
})
|
|
72
|
+
: undefined
|
|
73
|
+
});
|
|
74
|
+
return jsonObj;
|
|
75
|
+
}
|
|
76
|
+
SummarizeExadataInsightResourceStatisticsAggregationCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
77
|
+
})(SummarizeExadataInsightResourceStatisticsAggregationCollection = exports.SummarizeExadataInsightResourceStatisticsAggregationCollection || (exports.SummarizeExadataInsightResourceStatisticsAggregationCollection = {}));
|
|
78
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-statistics-aggregation-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-statistics-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-statistics-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,8DAA8D,CA+C9E;AA/CD,WAAiB,8DAA8D;IAC7E,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,oCAAW,CAAA;QACX,4CAAmB,CAAA;QACnB,kCAAS,CAAA;QACT,0CAAiB,CAAA;QACjB,sCAAa,CAAA;QACb,kDAAyB,CAAA;QACzB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,oFAAqB,KAArB,oFAAqB,QAYhC;IAED,SAAgB,UAAU,CACxB,GAAmE;QAEnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yEAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmE;QAEnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qFAAsB,yBAerC,CAAA;AACH,CAAC,EA/CgB,8DAA8D,GAA9D,sEAA8D,KAA9D,sEAA8D,QA+C9E"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Resource usage summation for the current time period
|
|
19
|
+
*/
|
|
20
|
+
export interface SummarizeExadataInsightResourceUsageAggregation {
|
|
21
|
+
/**
|
|
22
|
+
* The start timestamp that was passed into the request.
|
|
23
|
+
*/
|
|
24
|
+
"timeIntervalStart": Date;
|
|
25
|
+
/**
|
|
26
|
+
* The end timestamp that was passed into the request.
|
|
27
|
+
*/
|
|
28
|
+
"timeIntervalEnd": Date;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the type of exadata resource metric (example: CPU, STORAGE)
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"exadataResourceMetric": SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"exadataResourceType": SummarizeExadataInsightResourceUsageAggregation.ExadataResourceType;
|
|
39
|
+
/**
|
|
40
|
+
* Displays usage unit (CORES, GB)
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"usageUnit": model.UsageUnit;
|
|
44
|
+
/**
|
|
45
|
+
* Total amount used of the resource metric type (CPU, STORAGE).
|
|
46
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
47
|
+
*/
|
|
48
|
+
"usage": number;
|
|
49
|
+
/**
|
|
50
|
+
* The maximum allocated amount of the resource metric type (CPU, STORAGE).
|
|
51
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
52
|
+
*/
|
|
53
|
+
"capacity": number;
|
|
54
|
+
/**
|
|
55
|
+
* Percentage change in resource usage during the current period calculated using linear regression functions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
56
|
+
*/
|
|
57
|
+
"usageChangePercent": number;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace SummarizeExadataInsightResourceUsageAggregation {
|
|
60
|
+
enum ExadataResourceMetric {
|
|
61
|
+
Cpu = "CPU",
|
|
62
|
+
Storage = "STORAGE",
|
|
63
|
+
Io = "IO",
|
|
64
|
+
Memory = "MEMORY",
|
|
65
|
+
Iops = "IOPS",
|
|
66
|
+
Throughput = "THROUGHPUT",
|
|
67
|
+
/**
|
|
68
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
69
|
+
* version of the SDK.
|
|
70
|
+
*/
|
|
71
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
72
|
+
}
|
|
73
|
+
enum ExadataResourceType {
|
|
74
|
+
Database = "DATABASE",
|
|
75
|
+
Host = "HOST",
|
|
76
|
+
StorageServer = "STORAGE_SERVER",
|
|
77
|
+
Diskgroup = "DISKGROUP",
|
|
78
|
+
/**
|
|
79
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
80
|
+
* version of the SDK.
|
|
81
|
+
*/
|
|
82
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
83
|
+
}
|
|
84
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceUsageAggregation): object;
|
|
85
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceUsageAggregation): object;
|
|
86
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.SummarizeExadataInsightResourceUsageAggregation = void 0;
|
|
19
|
+
var SummarizeExadataInsightResourceUsageAggregation;
|
|
20
|
+
(function (SummarizeExadataInsightResourceUsageAggregation) {
|
|
21
|
+
let ExadataResourceMetric;
|
|
22
|
+
(function (ExadataResourceMetric) {
|
|
23
|
+
ExadataResourceMetric["Cpu"] = "CPU";
|
|
24
|
+
ExadataResourceMetric["Storage"] = "STORAGE";
|
|
25
|
+
ExadataResourceMetric["Io"] = "IO";
|
|
26
|
+
ExadataResourceMetric["Memory"] = "MEMORY";
|
|
27
|
+
ExadataResourceMetric["Iops"] = "IOPS";
|
|
28
|
+
ExadataResourceMetric["Throughput"] = "THROUGHPUT";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
ExadataResourceMetric["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(ExadataResourceMetric = SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric || (SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric = {}));
|
|
35
|
+
let ExadataResourceType;
|
|
36
|
+
(function (ExadataResourceType) {
|
|
37
|
+
ExadataResourceType["Database"] = "DATABASE";
|
|
38
|
+
ExadataResourceType["Host"] = "HOST";
|
|
39
|
+
ExadataResourceType["StorageServer"] = "STORAGE_SERVER";
|
|
40
|
+
ExadataResourceType["Diskgroup"] = "DISKGROUP";
|
|
41
|
+
/**
|
|
42
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
43
|
+
* version of the SDK.
|
|
44
|
+
*/
|
|
45
|
+
ExadataResourceType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
46
|
+
})(ExadataResourceType = SummarizeExadataInsightResourceUsageAggregation.ExadataResourceType || (SummarizeExadataInsightResourceUsageAggregation.ExadataResourceType = {}));
|
|
47
|
+
function getJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
SummarizeExadataInsightResourceUsageAggregation.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
SummarizeExadataInsightResourceUsageAggregation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(SummarizeExadataInsightResourceUsageAggregation = exports.SummarizeExadataInsightResourceUsageAggregation || (exports.SummarizeExadataInsightResourceUsageAggregation = {}));
|
|
58
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-usage-aggregation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-usage-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-usage-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgDH,IAAiB,+CAA+C,CAuC/D;AAvCD,WAAiB,+CAA+C;IAC9D,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,oCAAW,CAAA;QACX,4CAAmB,CAAA;QACnB,kCAAS,CAAA;QACT,0CAAiB,CAAA;QACjB,sCAAa,CAAA;QACb,kDAAyB,CAAA;QACzB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,qEAAqB,KAArB,qEAAqB,QAYhC;IAED,IAAY,mBAUX;IAVD,WAAY,mBAAmB;QAC7B,4CAAqB,CAAA;QACrB,oCAAa,CAAA;QACb,uDAAgC,CAAA;QAChC,8CAAuB,CAAA;QACvB;;;WAGG;QACH,qDAA8B,CAAA;IAChC,CAAC,EAVW,mBAAmB,GAAnB,mEAAmB,KAAnB,mEAAmB,QAU9B;IAED,SAAgB,UAAU,CAAC,GAAoD;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoD;QAEpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,sEAAsB,yBAMrC,CAAA;AACH,CAAC,EAvCgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAuC/D"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Resource usage , allocation, utilization and usage ChangePercent for the current time period
|
|
19
|
+
*/
|
|
20
|
+
export interface SummarizeExadataInsightResourceUsageCollection {
|
|
21
|
+
/**
|
|
22
|
+
* The start timestamp that was passed into the request.
|
|
23
|
+
*/
|
|
24
|
+
"timeIntervalStart": Date;
|
|
25
|
+
/**
|
|
26
|
+
* The end timestamp that was passed into the request.
|
|
27
|
+
*/
|
|
28
|
+
"timeIntervalEnd": Date;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the type of exadata resource metric (example: CPU, STORAGE)
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"exadataResourceMetric": SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"exadataResourceType": SummarizeExadataInsightResourceUsageCollection.ExadataResourceType;
|
|
39
|
+
/**
|
|
40
|
+
* Displays usage unit (CORES, GB)
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"usageUnit": model.UsageUnit;
|
|
44
|
+
/**
|
|
45
|
+
* Collection of Resource Usage Summary items
|
|
46
|
+
*/
|
|
47
|
+
"items": Array<model.ResourceUsageSummary>;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace SummarizeExadataInsightResourceUsageCollection {
|
|
50
|
+
enum ExadataResourceMetric {
|
|
51
|
+
Cpu = "CPU",
|
|
52
|
+
Storage = "STORAGE",
|
|
53
|
+
Io = "IO",
|
|
54
|
+
Memory = "MEMORY",
|
|
55
|
+
Iops = "IOPS",
|
|
56
|
+
Throughput = "THROUGHPUT",
|
|
57
|
+
/**
|
|
58
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
59
|
+
* version of the SDK.
|
|
60
|
+
*/
|
|
61
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
62
|
+
}
|
|
63
|
+
enum ExadataResourceType {
|
|
64
|
+
Database = "DATABASE",
|
|
65
|
+
Host = "HOST",
|
|
66
|
+
StorageServer = "STORAGE_SERVER",
|
|
67
|
+
Diskgroup = "DISKGROUP",
|
|
68
|
+
/**
|
|
69
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
70
|
+
* version of the SDK.
|
|
71
|
+
*/
|
|
72
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
73
|
+
}
|
|
74
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceUsageCollection): object;
|
|
75
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceUsageCollection): object;
|
|
76
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SummarizeExadataInsightResourceUsageCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var SummarizeExadataInsightResourceUsageCollection;
|
|
40
|
+
(function (SummarizeExadataInsightResourceUsageCollection) {
|
|
41
|
+
let ExadataResourceMetric;
|
|
42
|
+
(function (ExadataResourceMetric) {
|
|
43
|
+
ExadataResourceMetric["Cpu"] = "CPU";
|
|
44
|
+
ExadataResourceMetric["Storage"] = "STORAGE";
|
|
45
|
+
ExadataResourceMetric["Io"] = "IO";
|
|
46
|
+
ExadataResourceMetric["Memory"] = "MEMORY";
|
|
47
|
+
ExadataResourceMetric["Iops"] = "IOPS";
|
|
48
|
+
ExadataResourceMetric["Throughput"] = "THROUGHPUT";
|
|
49
|
+
/**
|
|
50
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
|
+
* version of the SDK.
|
|
52
|
+
*/
|
|
53
|
+
ExadataResourceMetric["UnknownValue"] = "UNKNOWN_VALUE";
|
|
54
|
+
})(ExadataResourceMetric = SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric || (SummarizeExadataInsightResourceUsageCollection.ExadataResourceMetric = {}));
|
|
55
|
+
let ExadataResourceType;
|
|
56
|
+
(function (ExadataResourceType) {
|
|
57
|
+
ExadataResourceType["Database"] = "DATABASE";
|
|
58
|
+
ExadataResourceType["Host"] = "HOST";
|
|
59
|
+
ExadataResourceType["StorageServer"] = "STORAGE_SERVER";
|
|
60
|
+
ExadataResourceType["Diskgroup"] = "DISKGROUP";
|
|
61
|
+
/**
|
|
62
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
63
|
+
* version of the SDK.
|
|
64
|
+
*/
|
|
65
|
+
ExadataResourceType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
66
|
+
})(ExadataResourceType = SummarizeExadataInsightResourceUsageCollection.ExadataResourceType || (SummarizeExadataInsightResourceUsageCollection.ExadataResourceType = {}));
|
|
67
|
+
function getJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
69
|
+
"items": obj.items
|
|
70
|
+
? obj.items.map(item => {
|
|
71
|
+
return model.ResourceUsageSummary.getJsonObj(item);
|
|
72
|
+
})
|
|
73
|
+
: undefined
|
|
74
|
+
});
|
|
75
|
+
return jsonObj;
|
|
76
|
+
}
|
|
77
|
+
SummarizeExadataInsightResourceUsageCollection.getJsonObj = getJsonObj;
|
|
78
|
+
function getDeserializedJsonObj(obj) {
|
|
79
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
80
|
+
"items": obj.items
|
|
81
|
+
? obj.items.map(item => {
|
|
82
|
+
return model.ResourceUsageSummary.getDeserializedJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined
|
|
85
|
+
});
|
|
86
|
+
return jsonObj;
|
|
87
|
+
}
|
|
88
|
+
SummarizeExadataInsightResourceUsageCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
89
|
+
})(SummarizeExadataInsightResourceUsageCollection = exports.SummarizeExadataInsightResourceUsageCollection || (exports.SummarizeExadataInsightResourceUsageCollection = {}));
|
|
90
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-usage-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-usage-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-usage-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,8CAA8C,CAyD9D;AAzDD,WAAiB,8CAA8C;IAC7D,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,oCAAW,CAAA;QACX,4CAAmB,CAAA;QACnB,kCAAS,CAAA;QACT,0CAAiB,CAAA;QACjB,sCAAa,CAAA;QACb,kDAAyB,CAAA;QACzB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,oEAAqB,KAArB,oEAAqB,QAYhC;IAED,IAAY,mBAUX;IAVD,WAAY,mBAAmB;QAC7B,4CAAqB,CAAA;QACrB,oCAAa,CAAA;QACb,uDAAgC,CAAA;QAChC,8CAAuB,CAAA;QACvB;;;WAGG;QACH,qDAA8B,CAAA;IAChC,CAAC,EAVW,mBAAmB,GAAnB,kEAAmB,KAAnB,kEAAmB,QAU9B;IAED,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qEAAsB,yBAerC,CAAA;AACH,CAAC,EAzDgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAyD9D"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Insights response containing utilization values for exadata systems.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface SummarizeExadataInsightResourceUtilizationInsightAggregation {
|
|
22
|
+
/**
|
|
23
|
+
* The start timestamp that was passed into the request.
|
|
24
|
+
*/
|
|
25
|
+
"timeIntervalStart": Date;
|
|
26
|
+
/**
|
|
27
|
+
* The end timestamp that was passed into the request.
|
|
28
|
+
*/
|
|
29
|
+
"timeIntervalEnd": Date;
|
|
30
|
+
/**
|
|
31
|
+
* Defines the type of exadata resource metric (example: CPU, STORAGE)
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"exadataResourceMetric": SummarizeExadataInsightResourceUtilizationInsightAggregation.ExadataResourceMetric;
|
|
35
|
+
/**
|
|
36
|
+
* Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"exadataResourceType": SummarizeExadataInsightResourceUtilizationInsightAggregation.ExadataResourceType;
|
|
40
|
+
/**
|
|
41
|
+
* Collection of Exadata system utilization
|
|
42
|
+
*/
|
|
43
|
+
"utilization": Array<model.ExadataInsightResourceInsightUtilizationItem>;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace SummarizeExadataInsightResourceUtilizationInsightAggregation {
|
|
46
|
+
enum ExadataResourceMetric {
|
|
47
|
+
Cpu = "CPU",
|
|
48
|
+
Storage = "STORAGE",
|
|
49
|
+
Io = "IO",
|
|
50
|
+
Memory = "MEMORY",
|
|
51
|
+
Iops = "IOPS",
|
|
52
|
+
Throughput = "THROUGHPUT",
|
|
53
|
+
/**
|
|
54
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
55
|
+
* version of the SDK.
|
|
56
|
+
*/
|
|
57
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
58
|
+
}
|
|
59
|
+
enum ExadataResourceType {
|
|
60
|
+
Database = "DATABASE",
|
|
61
|
+
Host = "HOST",
|
|
62
|
+
StorageServer = "STORAGE_SERVER",
|
|
63
|
+
Diskgroup = "DISKGROUP",
|
|
64
|
+
/**
|
|
65
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
66
|
+
* version of the SDK.
|
|
67
|
+
*/
|
|
68
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
69
|
+
}
|
|
70
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceUtilizationInsightAggregation): object;
|
|
71
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceUtilizationInsightAggregation): object;
|
|
72
|
+
}
|