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,171 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeExadataInsightResourceForecastTrendRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Filter by resource.
|
|
21
|
+
* Supported values are HOST , STORAGE_SERVER and DATABASE
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"resourceType": string;
|
|
25
|
+
/**
|
|
26
|
+
* Filter by resource metric.
|
|
27
|
+
* Supported values are CPU , STORAGE, MEMORY, IO, IOPS, THROUGHPUT
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"resourceMetric": string;
|
|
31
|
+
/**
|
|
32
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"exadataInsightId": string;
|
|
36
|
+
/**
|
|
37
|
+
* Specify time period in ISO 8601 format with respect to current time.
|
|
38
|
+
* Default is last 30 days represented by P30D.
|
|
39
|
+
* If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
|
|
40
|
+
* Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"analysisTimeInterval"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
46
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
47
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
48
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
49
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"timeIntervalStart"?: Date;
|
|
53
|
+
/**
|
|
54
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
55
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
56
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
57
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeIntervalEnd"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"databaseInsightId"?: Array<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"hostInsightId"?: Array<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Optional storage server name on an exadata system.
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"storageServerName"?: Array<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Filter by one or more Exadata types.
|
|
78
|
+
* Possible value are DBMACHINE, EXACS, and EXACC.
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"exadataType"?: Array<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Choose the type of statistic metric data to be used for forecasting.
|
|
84
|
+
*/
|
|
85
|
+
"statistic"?: SummarizeExadataInsightResourceForecastTrendRequest.Statistic;
|
|
86
|
+
/**
|
|
87
|
+
* Number of days used for utilization forecast analysis.
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"forecastStartDay"?: number;
|
|
91
|
+
/**
|
|
92
|
+
* Number of days used for utilization forecast analysis.
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"forecastDays"?: number;
|
|
96
|
+
/**
|
|
97
|
+
* Choose algorithm model for the forecasting.
|
|
98
|
+
* Possible values:
|
|
99
|
+
* - LINEAR: Uses linear regression algorithm for forecasting.
|
|
100
|
+
* - ML_AUTO: Automatically detects best algorithm to use for forecasting.
|
|
101
|
+
* - ML_NO_AUTO: Automatically detects seasonality of the data for forecasting using linear or seasonal algorithm.
|
|
102
|
+
*
|
|
103
|
+
*/
|
|
104
|
+
"forecastModel"?: SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel;
|
|
105
|
+
/**
|
|
106
|
+
* Filter by one or more cdb name.
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
"cdbName"?: Array<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Filter by hostname.
|
|
112
|
+
*
|
|
113
|
+
*/
|
|
114
|
+
"hostName"?: Array<string>;
|
|
115
|
+
/**
|
|
116
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
117
|
+
* return in a paginated \"List\" call.
|
|
118
|
+
* For important details about how pagination works, see
|
|
119
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
120
|
+
* Example: `50`
|
|
121
|
+
*
|
|
122
|
+
*/
|
|
123
|
+
"limit"?: number;
|
|
124
|
+
/**
|
|
125
|
+
* This parameter is used to change data's confidence level, this data is ingested by the
|
|
126
|
+
* forecast algorithm.
|
|
127
|
+
* Confidence is the probability of an interval to contain the expected population parameter.
|
|
128
|
+
* Manipulation of this value will lead to different results.
|
|
129
|
+
* If not set, default confidence value is 95%.
|
|
130
|
+
*
|
|
131
|
+
*/
|
|
132
|
+
"confidence"?: number;
|
|
133
|
+
/**
|
|
134
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
135
|
+
*
|
|
136
|
+
*/
|
|
137
|
+
"sortOrder"?: model.SortOrder;
|
|
138
|
+
/**
|
|
139
|
+
* The order in which resource Forecast trend records are listed
|
|
140
|
+
*/
|
|
141
|
+
"sortBy"?: SummarizeExadataInsightResourceForecastTrendRequest.SortBy;
|
|
142
|
+
/**
|
|
143
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
144
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
145
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
146
|
+
*
|
|
147
|
+
*/
|
|
148
|
+
"page"?: string;
|
|
149
|
+
/**
|
|
150
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
151
|
+
* Oracle about a particular request, please provide the request ID.
|
|
152
|
+
*
|
|
153
|
+
*/
|
|
154
|
+
"opcRequestId"?: string;
|
|
155
|
+
}
|
|
156
|
+
export declare namespace SummarizeExadataInsightResourceForecastTrendRequest {
|
|
157
|
+
enum Statistic {
|
|
158
|
+
Avg = "AVG",
|
|
159
|
+
Max = "MAX"
|
|
160
|
+
}
|
|
161
|
+
enum ForecastModel {
|
|
162
|
+
Linear = "LINEAR",
|
|
163
|
+
MlAuto = "ML_AUTO",
|
|
164
|
+
MlNoAuto = "ML_NO_AUTO"
|
|
165
|
+
}
|
|
166
|
+
enum SortBy {
|
|
167
|
+
Id = "id",
|
|
168
|
+
Name = "name",
|
|
169
|
+
DaysToReachCapacity = "daysToReachCapacity"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SummarizeExadataInsightResourceForecastTrendRequest = void 0;
|
|
16
|
+
var SummarizeExadataInsightResourceForecastTrendRequest;
|
|
17
|
+
(function (SummarizeExadataInsightResourceForecastTrendRequest) {
|
|
18
|
+
let Statistic;
|
|
19
|
+
(function (Statistic) {
|
|
20
|
+
Statistic["Avg"] = "AVG";
|
|
21
|
+
Statistic["Max"] = "MAX";
|
|
22
|
+
})(Statistic = SummarizeExadataInsightResourceForecastTrendRequest.Statistic || (SummarizeExadataInsightResourceForecastTrendRequest.Statistic = {}));
|
|
23
|
+
let ForecastModel;
|
|
24
|
+
(function (ForecastModel) {
|
|
25
|
+
ForecastModel["Linear"] = "LINEAR";
|
|
26
|
+
ForecastModel["MlAuto"] = "ML_AUTO";
|
|
27
|
+
ForecastModel["MlNoAuto"] = "ML_NO_AUTO";
|
|
28
|
+
})(ForecastModel = SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel || (SummarizeExadataInsightResourceForecastTrendRequest.ForecastModel = {}));
|
|
29
|
+
let SortBy;
|
|
30
|
+
(function (SortBy) {
|
|
31
|
+
SortBy["Id"] = "id";
|
|
32
|
+
SortBy["Name"] = "name";
|
|
33
|
+
SortBy["DaysToReachCapacity"] = "daysToReachCapacity";
|
|
34
|
+
})(SortBy = SummarizeExadataInsightResourceForecastTrendRequest.SortBy || (SummarizeExadataInsightResourceForecastTrendRequest.SortBy = {}));
|
|
35
|
+
})(SummarizeExadataInsightResourceForecastTrendRequest = exports.SummarizeExadataInsightResourceForecastTrendRequest || (exports.SummarizeExadataInsightResourceForecastTrendRequest = {}));
|
|
36
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-forecast-trend-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-exadata-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmJH,IAAiB,mDAAmD,CAiBnE;AAjBD,WAAiB,mDAAmD;IAClE,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,6DAAS,KAAT,6DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,iEAAa,KAAb,iEAAa,QAIxB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,mBAAS,CAAA;QACT,uBAAa,CAAA;QACb,qDAA2C,CAAA;IAC7C,CAAC,EAJW,MAAM,GAAN,0DAAM,KAAN,0DAAM,QAIjB;AACH,CAAC,EAjBgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAiBnE"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatisticsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeExadataInsightResourceStatisticsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"exadataInsightId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Filter by resource.
|
|
26
|
+
* Supported values are HOST , STORAGE_SERVER and DATABASE
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"resourceType": string;
|
|
30
|
+
/**
|
|
31
|
+
* Filter by resource metric.
|
|
32
|
+
* Supported values are CPU , STORAGE, MEMORY, IO, IOPS, THROUGHPUT
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"resourceMetric": string;
|
|
36
|
+
/**
|
|
37
|
+
* Specify time period in ISO 8601 format with respect to current time.
|
|
38
|
+
* Default is last 30 days represented by P30D.
|
|
39
|
+
* If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
|
|
40
|
+
* Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"analysisTimeInterval"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
46
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
47
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
48
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
49
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"timeIntervalStart"?: Date;
|
|
53
|
+
/**
|
|
54
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
55
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
56
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
57
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeIntervalEnd"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* Filter by one or more Exadata types.
|
|
63
|
+
* Possible value are DBMACHINE, EXACS, and EXACC.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"exadataType"?: Array<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Filter by one or more cdb name.
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"cdbName"?: Array<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Filter by hostname.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"hostName"?: Array<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Percentile values of daily usage to be used for computing the aggregate resource usage.
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"percentile"?: number;
|
|
82
|
+
/**
|
|
83
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"sortOrder"?: model.SortOrder;
|
|
87
|
+
/**
|
|
88
|
+
* The order in which resource statistics records are listed
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"sortBy"?: SummarizeExadataInsightResourceStatisticsRequest.SortBy;
|
|
92
|
+
/**
|
|
93
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
94
|
+
* return in a paginated \"List\" call.
|
|
95
|
+
* For important details about how pagination works, see
|
|
96
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
97
|
+
* Example: `50`
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
"limit"?: number;
|
|
101
|
+
/**
|
|
102
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
103
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
104
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
"page"?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
110
|
+
* Oracle about a particular request, please provide the request ID.
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
"opcRequestId"?: string;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace SummarizeExadataInsightResourceStatisticsRequest {
|
|
116
|
+
enum SortBy {
|
|
117
|
+
UtilizationPercent = "utilizationPercent",
|
|
118
|
+
Usage = "usage",
|
|
119
|
+
UsageChangePercent = "usageChangePercent"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SummarizeExadataInsightResourceStatisticsRequest = void 0;
|
|
16
|
+
var SummarizeExadataInsightResourceStatisticsRequest;
|
|
17
|
+
(function (SummarizeExadataInsightResourceStatisticsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["UtilizationPercent"] = "utilizationPercent";
|
|
21
|
+
SortBy["Usage"] = "usage";
|
|
22
|
+
SortBy["UsageChangePercent"] = "usageChangePercent";
|
|
23
|
+
})(SortBy = SummarizeExadataInsightResourceStatisticsRequest.SortBy || (SummarizeExadataInsightResourceStatisticsRequest.SortBy = {}));
|
|
24
|
+
})(SummarizeExadataInsightResourceStatisticsRequest = exports.SummarizeExadataInsightResourceStatisticsRequest || (exports.SummarizeExadataInsightResourceStatisticsRequest = {}));
|
|
25
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-statistics-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-exadata-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0GH,IAAiB,gDAAgD,CAMhE;AAND,WAAiB,gDAAgD;IAC/D,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;IAC3C,CAAC,EAJW,MAAM,GAAN,uDAAM,KAAN,uDAAM,QAIjB;AACH,CAAC,EANgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAMhE"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregatedRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface SummarizeExadataInsightResourceUsageAggregatedRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Filter by resource.
|
|
24
|
+
* Supported values are HOST , STORAGE_SERVER and DATABASE
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"resourceType": string;
|
|
28
|
+
/**
|
|
29
|
+
* Filter by resource metric.
|
|
30
|
+
* Supported values are CPU , STORAGE, MEMORY, IO, IOPS, THROUGHPUT
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"resourceMetric": string;
|
|
34
|
+
/**
|
|
35
|
+
* Specify time period in ISO 8601 format with respect to current time.
|
|
36
|
+
* Default is last 30 days represented by P30D.
|
|
37
|
+
* If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
|
|
38
|
+
* Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"analysisTimeInterval"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
44
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
45
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
46
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
47
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"timeIntervalStart"?: Date;
|
|
51
|
+
/**
|
|
52
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
53
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
54
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
55
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"timeIntervalEnd"?: Date;
|
|
59
|
+
/**
|
|
60
|
+
* Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"exadataInsightId"?: Array<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Filter by one or more Exadata types.
|
|
66
|
+
* Possible value are DBMACHINE, EXACS, and EXACC.
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"exadataType"?: Array<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Filter by one or more cdb name.
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"cdbName"?: Array<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Filter by hostname.
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"hostName"?: Array<string>;
|
|
80
|
+
/**
|
|
81
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
82
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
83
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"page"?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Percentile values of daily usage to be used for computing the aggregate resource usage.
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"percentile"?: number;
|
|
92
|
+
/**
|
|
93
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
94
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
95
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
96
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
"definedTagEquals"?: Array<string>;
|
|
100
|
+
/**
|
|
101
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
102
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
103
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
104
|
+
*
|
|
105
|
+
*/
|
|
106
|
+
"freeformTagEquals"?: Array<string>;
|
|
107
|
+
/**
|
|
108
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
109
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
110
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
111
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
112
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
113
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
114
|
+
*
|
|
115
|
+
*/
|
|
116
|
+
"definedTagExists"?: Array<string>;
|
|
117
|
+
/**
|
|
118
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
119
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
120
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
121
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
122
|
+
*
|
|
123
|
+
*/
|
|
124
|
+
"freeformTagExists"?: Array<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
127
|
+
* Oracle about a particular request, please provide the request ID.
|
|
128
|
+
*
|
|
129
|
+
*/
|
|
130
|
+
"opcRequestId"?: string;
|
|
131
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=summarize-exadata-insight-resource-usage-aggregated-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-exadata-insight-resource-usage-aggregated-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeExadataInsightResourceUsageRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Filter by resource.
|
|
25
|
+
* Supported values are HOST , STORAGE_SERVER and DATABASE
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"resourceType": string;
|
|
29
|
+
/**
|
|
30
|
+
* Filter by resource metric.
|
|
31
|
+
* Supported values are CPU , STORAGE, MEMORY, IO, IOPS, THROUGHPUT
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"resourceMetric": string;
|
|
35
|
+
/**
|
|
36
|
+
* Specify time period in ISO 8601 format with respect to current time.
|
|
37
|
+
* Default is last 30 days represented by P30D.
|
|
38
|
+
* If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
|
|
39
|
+
* Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"analysisTimeInterval"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
45
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
46
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
47
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
48
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"timeIntervalStart"?: Date;
|
|
52
|
+
/**
|
|
53
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
54
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
55
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
56
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"timeIntervalEnd"?: Date;
|
|
60
|
+
/**
|
|
61
|
+
* Optional list of exadata insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"exadataInsightId"?: Array<string>;
|
|
65
|
+
/**
|
|
66
|
+
* Filter by one or more Exadata types.
|
|
67
|
+
* Possible value are DBMACHINE, EXACS, and EXACC.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"exadataType"?: Array<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Filter by one or more cdb name.
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"cdbName"?: Array<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Filter by hostname.
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"hostName"?: Array<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"sortOrder"?: model.SortOrder;
|
|
86
|
+
/**
|
|
87
|
+
* The order in which resource usage summary records are listed
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"sortBy"?: SummarizeExadataInsightResourceUsageRequest.SortBy;
|
|
91
|
+
/**
|
|
92
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
93
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
94
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
"page"?: string;
|
|
98
|
+
/**
|
|
99
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
100
|
+
* return in a paginated \"List\" call.
|
|
101
|
+
* For important details about how pagination works, see
|
|
102
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
103
|
+
* Example: `50`
|
|
104
|
+
*
|
|
105
|
+
*/
|
|
106
|
+
"limit"?: number;
|
|
107
|
+
/**
|
|
108
|
+
* Percentile values of daily usage to be used for computing the aggregate resource usage.
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
"percentile"?: number;
|
|
112
|
+
/**
|
|
113
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
114
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
115
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
116
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
117
|
+
*
|
|
118
|
+
*/
|
|
119
|
+
"definedTagEquals"?: Array<string>;
|
|
120
|
+
/**
|
|
121
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
122
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
123
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
124
|
+
*
|
|
125
|
+
*/
|
|
126
|
+
"freeformTagEquals"?: Array<string>;
|
|
127
|
+
/**
|
|
128
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
129
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
130
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
131
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
132
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
133
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
134
|
+
*
|
|
135
|
+
*/
|
|
136
|
+
"definedTagExists"?: Array<string>;
|
|
137
|
+
/**
|
|
138
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
139
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
140
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
141
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
142
|
+
*
|
|
143
|
+
*/
|
|
144
|
+
"freeformTagExists"?: Array<string>;
|
|
145
|
+
/**
|
|
146
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
147
|
+
* Oracle about a particular request, please provide the request ID.
|
|
148
|
+
*
|
|
149
|
+
*/
|
|
150
|
+
"opcRequestId"?: string;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace SummarizeExadataInsightResourceUsageRequest {
|
|
153
|
+
enum SortBy {
|
|
154
|
+
UtilizationPercent = "utilizationPercent",
|
|
155
|
+
Usage = "usage",
|
|
156
|
+
Capacity = "capacity",
|
|
157
|
+
UsageChangePercent = "usageChangePercent"
|
|
158
|
+
}
|
|
159
|
+
}
|