OBJECT

FinOpsDiscountUtilizationData

Discount utilization data

link GraphQL Schema definition

  • type FinOpsDiscountUtilizationData {
  • # The commitment type for utilization.
  • commitmentType: FinOpsCommitmentType!
  • # The granularity over which the coverage data will be populated.
  • # Currently, only monthly is supported.
  • granularity: FinOpsDataGranularity!
  • # The time period over which the coverage data will be populated.
  • # Currently, only Last 12 months is supported.
  • period: String!
  • # Unit for aggregate values
  • unit: String!
  • # Utilization Data for the respective discount.
  • utilization: [FinOpsAggregationValuesWithTimeStamp!]!
  • }