INPUT_OBJECT

FinOpsRightsizingRecommendationRequestInput

The rightsizing request which specifies the parameters for executing the request

link GraphQL Schema definition

  • input FinOpsRightsizingRecommendationRequestInput {
  • # The asset type for which the request is executing
  • assetType: FinOpsRightsizingAssetType!
  • # The Efficiency target to be used for performing the evaluation
  • efficiencyTarget: ID!
  • # The duration for which performance metrics should be considered
  • evaluationDuration: FinOpsRightsizingEvaluationDuration!
  • # The filter criteria to be used for selecting assets for evaluating
  • filterOptions: FinOpsRightsizingCriteriaOptionsInput
  • # List of processing flags e.g., recommend burstable instance types
  • processingFlagsMap: [FinOpsPropertyInput!]
  • # Returns all instances if set to true else returns only instances with
  • # recommendations
  • returnAllInstances: Boolean!
  • }