OBJECT
FinOpsRightsizingUtilizationStatusSummary
The counts of the Utilization status of the assets under evaluation
link GraphQL Schema definition
- type FinOpsRightsizingUtilizationStatusSummary {
- # Number of assets which are on target
- Int! :
- # Number of assets for which evaluation status is not applicable
- Int! :
- # Number of assets for which we do not have adequate data for evaluation
- Int! :
- # Number of assets which are over target
- Int! :
- # Number of assets which are under target
- Int! :
- # Number of assets for which evaluation status is undetermined
- Int! :
- # Number of assets for which evaluation status is unknown
- Int! :
- }