OBJECT

FinOpsPrice

FinOps list price resource

link GraphQL Schema definition

  • type FinOpsPrice {
  • # Currency of the price resource. Example: USD
  • currency: String!
  • # Name of the pricing metric. Example: Compute, Throughput, Storage
  • name: String!
  • # List of the finOps price values
  • pricing: [FinOpsPriceValue!]!
  • # Unit of the price resource. Example: per hour, MiBps
  • unit: LocalizedString!
  • }