OBJECT

FinOpsDiscountCoverageData

Coverage Data

link GraphQL Schema definition

  • type FinOpsDiscountCoverageData {
  • # The commitment type for coverage data.
  • commitmentType: FinOpsCommitmentType!
  • # Coverage Data for the respective discount for last 12 months.
  • coverage: [FinOpsAggregationValuesWithTimeStamp!]!
  • # 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!
  • # The coverage data calculation unit
  • unit: String!
  • }