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
  • goodFit: Int!
  • # Number of assets for which evaluation status is not applicable
  • notApplicable: Int!
  • # Number of assets for which we do not have adequate data for evaluation
  • notEnoughData: Int!
  • # Number of assets which are over target
  • overTarget: Int!
  • # Number of assets which are under target
  • underTarget: Int!
  • # Number of assets for which evaluation status is undetermined
  • undeterminedFit: Int!
  • # Number of assets for which evaluation status is unknown
  • unknown: Int!
  • }