OBJECT

FinOpsEBSRightsizingSummary

The summary of the evaluation for EBS rightsizing

link GraphQL Schema definition

  • type FinOpsEBSRightsizingSummary implements FinOpsRightsizingSummary {
  • # The aggregated currentCost of the assets under evaluation
  • currentMonthAggregatedCost: Float!
  • # The aggregated projected cost of the assets if the recommendations are applied
  • currentMonthProjectedCost: Float!
  • # Total number of downsize recommendations
  • downsizeCount: Int!
  • # The current monthly cost of the assets under evaluation
  • monthlyCost: Float!
  • # Total number of no recommendations
  • noRecommendationsCount: Int!
  • # The difference of ProjectedMonthly cost and Monthly cost
  • projectedMonthlyDifference: Float!
  • # The projected monthly cost if the recommendations are implemented
  • projectedMonthlyPrice: Float!
  • # The savings based on difference of currentMonthAggregatedCost and
  • # currentMonthProjectedCost
  • projectedMonthlySavingsByCost: Float!
  • # The savings based on difference of currentMonthAggregatedCost and
  • # currentMonthProjectedCost by category
  • projectedSavingsByCost: FinOpsSavingsByCategory
  • # The count of the assets which need to be resized
  • resizeRecommendationsCount: Int!
  • # The count of the assets which need to be terminated
  • terminateRecommendationsCount: Int!
  • # The count of the assets which have recommendations
  • totalRecommendations: Int!
  • # Total number of upsize recommendations
  • upsizeCount: Int!
  • }

link Require by

This element is not required by anyone