OBJECT

FinOpsCostPerCPUData

Cost Per CPU data

link GraphQL Schema definition

  • type FinOpsCostPerCPUData {
  • # Cost per CPU Data for the last 12 months.
  • costPerCPU: [FinOpsAggregationValuesWithTimeStamp!]!
  • # The Cost per CPU data currency
  • currency: String!
  • # The granularity over which the Cost per CPU data will be populated.
  • # Currently, only monthly is supported.
  • granularity: FinOpsDataGranularity!
  • # The time period over which the Cost per CPU data will be populated.
  • # Currently, only Last 12 months is supported.
  • period: String!
  • # The Cost per CPU data calculation unit
  • unit: String!
  • }