oci-opsi 2.5.1 → 2.7.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/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.SummarizeExadataInsightResourceCapacityTrendAggregation = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var SummarizeExadataInsightResourceCapacityTrendAggregation;
|
|
40
|
+
(function (SummarizeExadataInsightResourceCapacityTrendAggregation) {
|
|
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 = SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceMetric || (SummarizeExadataInsightResourceCapacityTrendAggregation.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 = SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType || (SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType = {}));
|
|
67
|
+
function getJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
69
|
+
"capacityData": obj.capacityData
|
|
70
|
+
? obj.capacityData.map(item => {
|
|
71
|
+
return model.ExadataInsightResourceCapacityTrendAggregation.getJsonObj(item);
|
|
72
|
+
})
|
|
73
|
+
: undefined
|
|
74
|
+
});
|
|
75
|
+
return jsonObj;
|
|
76
|
+
}
|
|
77
|
+
SummarizeExadataInsightResourceCapacityTrendAggregation.getJsonObj = getJsonObj;
|
|
78
|
+
function getDeserializedJsonObj(obj) {
|
|
79
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
80
|
+
"capacityData": obj.capacityData
|
|
81
|
+
? obj.capacityData.map(item => {
|
|
82
|
+
return model.ExadataInsightResourceCapacityTrendAggregation.getDeserializedJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined
|
|
85
|
+
});
|
|
86
|
+
return jsonObj;
|
|
87
|
+
}
|
|
88
|
+
SummarizeExadataInsightResourceCapacityTrendAggregation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
89
|
+
})(SummarizeExadataInsightResourceCapacityTrendAggregation = exports.SummarizeExadataInsightResourceCapacityTrendAggregation || (exports.SummarizeExadataInsightResourceCapacityTrendAggregation = {}));
|
|
90
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-capacity-trend-aggregation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-capacity-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-capacity-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,uDAAuD,CA2DvE;AA3DD,WAAiB,uDAAuD;IACtE,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,6EAAqB,KAArB,6EAAqB,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,2EAAmB,KAAnB,2EAAmB,QAU9B;IAED,SAAgB,UAAU,CAAC,GAA4D;QACrF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,8CAA8C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kEAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA4D;QAE5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CAChF,IAAI,CACL,CAAC;gBACJ,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,8EAAsB,yBAiBrC,CAAA;AACH,CAAC,EA3DgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QA2DvE"}
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
* capacity results with breakdown by databases, hosts, storage servers or diskgroup.
|
|
19
|
+
*/
|
|
20
|
+
export interface SummarizeExadataInsightResourceCapacityTrendCollection {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
|
|
23
|
+
*/
|
|
24
|
+
"exadataInsightId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"exadataResourceType": SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType;
|
|
30
|
+
/**
|
|
31
|
+
* Defines the type of exadata resource metric (example: CPU, STORAGE)
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"exadataResourceMetric": SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric;
|
|
35
|
+
/**
|
|
36
|
+
* The start timestamp that was passed into the request.
|
|
37
|
+
*/
|
|
38
|
+
"timeIntervalStart": Date;
|
|
39
|
+
/**
|
|
40
|
+
* The end timestamp that was passed into the request.
|
|
41
|
+
*/
|
|
42
|
+
"timeIntervalEnd": Date;
|
|
43
|
+
/**
|
|
44
|
+
* Displays usage unit ( CORES, GB)
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"usageUnit": model.UsageUnit;
|
|
48
|
+
/**
|
|
49
|
+
* Capacity Data with time interval
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"items": Array<model.ExadataInsightResourceCapacityTrendSummary>;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace SummarizeExadataInsightResourceCapacityTrendCollection {
|
|
55
|
+
enum ExadataResourceType {
|
|
56
|
+
Database = "DATABASE",
|
|
57
|
+
Host = "HOST",
|
|
58
|
+
StorageServer = "STORAGE_SERVER",
|
|
59
|
+
Diskgroup = "DISKGROUP",
|
|
60
|
+
/**
|
|
61
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
62
|
+
* version of the SDK.
|
|
63
|
+
*/
|
|
64
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
65
|
+
}
|
|
66
|
+
enum ExadataResourceMetric {
|
|
67
|
+
Cpu = "CPU",
|
|
68
|
+
Storage = "STORAGE",
|
|
69
|
+
Io = "IO",
|
|
70
|
+
Memory = "MEMORY",
|
|
71
|
+
Iops = "IOPS",
|
|
72
|
+
Throughput = "THROUGHPUT",
|
|
73
|
+
/**
|
|
74
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
75
|
+
* version of the SDK.
|
|
76
|
+
*/
|
|
77
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
78
|
+
}
|
|
79
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceCapacityTrendCollection): object;
|
|
80
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceCapacityTrendCollection): object;
|
|
81
|
+
}
|
|
@@ -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.SummarizeExadataInsightResourceCapacityTrendCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var SummarizeExadataInsightResourceCapacityTrendCollection;
|
|
40
|
+
(function (SummarizeExadataInsightResourceCapacityTrendCollection) {
|
|
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 = SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType || (SummarizeExadataInsightResourceCapacityTrendCollection.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 = SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric || (SummarizeExadataInsightResourceCapacityTrendCollection.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.ExadataInsightResourceCapacityTrendSummary.getJsonObj(item);
|
|
72
|
+
})
|
|
73
|
+
: undefined
|
|
74
|
+
});
|
|
75
|
+
return jsonObj;
|
|
76
|
+
}
|
|
77
|
+
SummarizeExadataInsightResourceCapacityTrendCollection.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.ExadataInsightResourceCapacityTrendSummary.getDeserializedJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined
|
|
85
|
+
});
|
|
86
|
+
return jsonObj;
|
|
87
|
+
}
|
|
88
|
+
SummarizeExadataInsightResourceCapacityTrendCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
89
|
+
})(SummarizeExadataInsightResourceCapacityTrendCollection = exports.SummarizeExadataInsightResourceCapacityTrendCollection || (exports.SummarizeExadataInsightResourceCapacityTrendCollection = {}));
|
|
90
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-capacity-trend-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-capacity-trend-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-capacity-trend-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyClC,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,103 @@
|
|
|
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
|
+
* Usage and Forecast results from the selected time period.
|
|
19
|
+
*/
|
|
20
|
+
export interface SummarizeExadataInsightResourceForecastTrendAggregation {
|
|
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": SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceMetric;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"exadataResourceType": SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType;
|
|
39
|
+
/**
|
|
40
|
+
* Displays usage unit ( CORES, GB)
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"usageUnit": model.UsageUnit;
|
|
44
|
+
/**
|
|
45
|
+
* Time series patterns used in the forecasting.
|
|
46
|
+
*/
|
|
47
|
+
"pattern": SummarizeExadataInsightResourceForecastTrendAggregation.Pattern;
|
|
48
|
+
/**
|
|
49
|
+
* Days to reach capacity for a storage server Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
50
|
+
*/
|
|
51
|
+
"daysToReachCapacity": number;
|
|
52
|
+
/**
|
|
53
|
+
* Time series data used for the forecast analysis.
|
|
54
|
+
*/
|
|
55
|
+
"historicalData": Array<model.HistoricalDataItem>;
|
|
56
|
+
/**
|
|
57
|
+
* Time series data result of the forecasting analysis.
|
|
58
|
+
*/
|
|
59
|
+
"projectedData": Array<model.ProjectedDataItem>;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace SummarizeExadataInsightResourceForecastTrendAggregation {
|
|
62
|
+
enum ExadataResourceMetric {
|
|
63
|
+
Cpu = "CPU",
|
|
64
|
+
Storage = "STORAGE",
|
|
65
|
+
Io = "IO",
|
|
66
|
+
Memory = "MEMORY",
|
|
67
|
+
Iops = "IOPS",
|
|
68
|
+
Throughput = "THROUGHPUT",
|
|
69
|
+
/**
|
|
70
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
71
|
+
* version of the SDK.
|
|
72
|
+
*/
|
|
73
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
74
|
+
}
|
|
75
|
+
enum ExadataResourceType {
|
|
76
|
+
Database = "DATABASE",
|
|
77
|
+
Host = "HOST",
|
|
78
|
+
StorageServer = "STORAGE_SERVER",
|
|
79
|
+
Diskgroup = "DISKGROUP",
|
|
80
|
+
/**
|
|
81
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
82
|
+
* version of the SDK.
|
|
83
|
+
*/
|
|
84
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
85
|
+
}
|
|
86
|
+
enum Pattern {
|
|
87
|
+
Linear = "LINEAR",
|
|
88
|
+
MonthlySeasons = "MONTHLY_SEASONS",
|
|
89
|
+
MonthlyAndYearlySeasons = "MONTHLY_AND_YEARLY_SEASONS",
|
|
90
|
+
WeeklySeasons = "WEEKLY_SEASONS",
|
|
91
|
+
WeeklyAndMonthlySeasons = "WEEKLY_AND_MONTHLY_SEASONS",
|
|
92
|
+
WeeklyMonthlyAndYearlySeasons = "WEEKLY_MONTHLY_AND_YEARLY_SEASONS",
|
|
93
|
+
WeeklyAndYearlySeasons = "WEEKLY_AND_YEARLY_SEASONS",
|
|
94
|
+
YearlySeasons = "YEARLY_SEASONS",
|
|
95
|
+
/**
|
|
96
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
97
|
+
* version of the SDK.
|
|
98
|
+
*/
|
|
99
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
100
|
+
}
|
|
101
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceForecastTrendAggregation): object;
|
|
102
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceForecastTrendAggregation): object;
|
|
103
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
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.SummarizeExadataInsightResourceForecastTrendAggregation = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var SummarizeExadataInsightResourceForecastTrendAggregation;
|
|
40
|
+
(function (SummarizeExadataInsightResourceForecastTrendAggregation) {
|
|
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 = SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceMetric || (SummarizeExadataInsightResourceForecastTrendAggregation.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 = SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType || (SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType = {}));
|
|
67
|
+
let Pattern;
|
|
68
|
+
(function (Pattern) {
|
|
69
|
+
Pattern["Linear"] = "LINEAR";
|
|
70
|
+
Pattern["MonthlySeasons"] = "MONTHLY_SEASONS";
|
|
71
|
+
Pattern["MonthlyAndYearlySeasons"] = "MONTHLY_AND_YEARLY_SEASONS";
|
|
72
|
+
Pattern["WeeklySeasons"] = "WEEKLY_SEASONS";
|
|
73
|
+
Pattern["WeeklyAndMonthlySeasons"] = "WEEKLY_AND_MONTHLY_SEASONS";
|
|
74
|
+
Pattern["WeeklyMonthlyAndYearlySeasons"] = "WEEKLY_MONTHLY_AND_YEARLY_SEASONS";
|
|
75
|
+
Pattern["WeeklyAndYearlySeasons"] = "WEEKLY_AND_YEARLY_SEASONS";
|
|
76
|
+
Pattern["YearlySeasons"] = "YEARLY_SEASONS";
|
|
77
|
+
/**
|
|
78
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
79
|
+
* version of the SDK.
|
|
80
|
+
*/
|
|
81
|
+
Pattern["UnknownValue"] = "UNKNOWN_VALUE";
|
|
82
|
+
})(Pattern = SummarizeExadataInsightResourceForecastTrendAggregation.Pattern || (SummarizeExadataInsightResourceForecastTrendAggregation.Pattern = {}));
|
|
83
|
+
function getJsonObj(obj) {
|
|
84
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
85
|
+
"historicalData": obj.historicalData
|
|
86
|
+
? obj.historicalData.map(item => {
|
|
87
|
+
return model.HistoricalDataItem.getJsonObj(item);
|
|
88
|
+
})
|
|
89
|
+
: undefined,
|
|
90
|
+
"projectedData": obj.projectedData
|
|
91
|
+
? obj.projectedData.map(item => {
|
|
92
|
+
return model.ProjectedDataItem.getJsonObj(item);
|
|
93
|
+
})
|
|
94
|
+
: undefined
|
|
95
|
+
});
|
|
96
|
+
return jsonObj;
|
|
97
|
+
}
|
|
98
|
+
SummarizeExadataInsightResourceForecastTrendAggregation.getJsonObj = getJsonObj;
|
|
99
|
+
function getDeserializedJsonObj(obj) {
|
|
100
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
101
|
+
"historicalData": obj.historicalData
|
|
102
|
+
? obj.historicalData.map(item => {
|
|
103
|
+
return model.HistoricalDataItem.getDeserializedJsonObj(item);
|
|
104
|
+
})
|
|
105
|
+
: undefined,
|
|
106
|
+
"projectedData": obj.projectedData
|
|
107
|
+
? obj.projectedData.map(item => {
|
|
108
|
+
return model.ProjectedDataItem.getDeserializedJsonObj(item);
|
|
109
|
+
})
|
|
110
|
+
: undefined
|
|
111
|
+
});
|
|
112
|
+
return jsonObj;
|
|
113
|
+
}
|
|
114
|
+
SummarizeExadataInsightResourceForecastTrendAggregation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
115
|
+
})(SummarizeExadataInsightResourceForecastTrendAggregation = exports.SummarizeExadataInsightResourceForecastTrendAggregation || (exports.SummarizeExadataInsightResourceForecastTrendAggregation = {}));
|
|
116
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-forecast-trend-aggregation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-forecast-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-exadata-insight-resource-forecast-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,uDAAuD,CAmFvE;AAnFD,WAAiB,uDAAuD;IACtE,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,6EAAqB,KAArB,6EAAqB,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,2EAAmB,KAAnB,2EAAmB,QAU9B;IAED,IAAY,OAcX;IAdD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,6CAAkC,CAAA;QAClC,iEAAsD,CAAA;QACtD,2CAAgC,CAAA;QAChC,iEAAsD,CAAA;QACtD,8EAAmE,CAAA;QACnE,+DAAoD,CAAA;QACpD,2CAAgC,CAAA;QAChC;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAdW,OAAO,GAAP,+DAAO,KAAP,+DAAO,QAclB;IAED,SAAgB,UAAU,CAAC,GAA4D;QACrF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,kEAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA4D;QAE5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,8EAAsB,yBAoBrC,CAAA;AACH,CAAC,EAnFgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAmFvE"}
|
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
* Usage and Forecast results with breakdown by databases, hosts or storage servers.
|
|
19
|
+
*/
|
|
20
|
+
export interface SummarizeExadataInsightResourceForecastTrendCollection {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
|
|
23
|
+
*/
|
|
24
|
+
"exadataInsightId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"exadataResourceType": SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType;
|
|
30
|
+
/**
|
|
31
|
+
* Defines the type of exadata resource metric (example: CPU, STORAGE)
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"exadataResourceMetric": SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric;
|
|
35
|
+
/**
|
|
36
|
+
* The start timestamp that was passed into the request.
|
|
37
|
+
*/
|
|
38
|
+
"timeIntervalStart": Date;
|
|
39
|
+
/**
|
|
40
|
+
* The end timestamp that was passed into the request.
|
|
41
|
+
*/
|
|
42
|
+
"timeIntervalEnd": Date;
|
|
43
|
+
/**
|
|
44
|
+
* Displays usage unit ( CORES, GB)
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"usageUnit": model.UsageUnit;
|
|
48
|
+
/**
|
|
49
|
+
* Collection of id, name , daysToReach Capacity, historical usage and projected usage forecast.
|
|
50
|
+
*/
|
|
51
|
+
"items": Array<model.ExadataInsightResourceForecastTrendSummary>;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace SummarizeExadataInsightResourceForecastTrendCollection {
|
|
54
|
+
enum ExadataResourceType {
|
|
55
|
+
Database = "DATABASE",
|
|
56
|
+
Host = "HOST",
|
|
57
|
+
StorageServer = "STORAGE_SERVER",
|
|
58
|
+
Diskgroup = "DISKGROUP",
|
|
59
|
+
/**
|
|
60
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
61
|
+
* version of the SDK.
|
|
62
|
+
*/
|
|
63
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
64
|
+
}
|
|
65
|
+
enum ExadataResourceMetric {
|
|
66
|
+
Cpu = "CPU",
|
|
67
|
+
Storage = "STORAGE",
|
|
68
|
+
Io = "IO",
|
|
69
|
+
Memory = "MEMORY",
|
|
70
|
+
Iops = "IOPS",
|
|
71
|
+
Throughput = "THROUGHPUT",
|
|
72
|
+
/**
|
|
73
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
74
|
+
* version of the SDK.
|
|
75
|
+
*/
|
|
76
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
77
|
+
}
|
|
78
|
+
function getJsonObj(obj: SummarizeExadataInsightResourceForecastTrendCollection): object;
|
|
79
|
+
function getDeserializedJsonObj(obj: SummarizeExadataInsightResourceForecastTrendCollection): object;
|
|
80
|
+
}
|