OBJECT
FinOpsDiscountUtilizationData
Discount utilization data
link GraphQL Schema definition
- type FinOpsDiscountUtilizationData {
- # The commitment type for utilization.
- FinOpsCommitmentType! :
- # 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! :
- # Unit for aggregate values
- String! :
- # Utilization Data for the respective discount.
- FinOpsAggregationValuesWithTimeStamp!]! : [
- }