OBJECT
FinOpsDiscountCoverageData
Coverage Data
link GraphQL Schema definition
- type FinOpsDiscountCoverageData {
- # The commitment type for coverage data.
- FinOpsCommitmentType! :
- # Coverage Data for the respective discount for last 12 months.
- FinOpsAggregationValuesWithTimeStamp!]! : [
- # The granularity over which the coverage data will be populated.
- # Currently, only monthly is supported.
- FinOpsDataGranularity! :
- # The time period over which the coverage data will be populated.
- # Currently, only Last 12 months is supported.
- String! :
- # The coverage data calculation unit
- String! :
- }