OBJECT
FinOpsRightsizingAggregatedMetric
The metrics of the asset in the evaluation duration, The rightsizing additional aggregated metrics, which encompass termination criteria. Note that if the currentMetrics array already contains the same metrics, they will not be shown here.
link GraphQL Schema definition
- type FinOpsRightsizingAggregatedMetric {
- # Rightsizing AggregationType for metrics
- FinOpsRightsizingAggregationType! :
- # Name for the metric
- String! :
- # The utilization status of the asset
- FinOpsRightsizingUtilizationStatus! :
- # Rightsizing MetricType for metrics
- FinOpsRightsizingMetricType! :
- # The unit for metrics
- String :
- # The value for metrics
- Float :
- }