OBJECT

FinOpsCloudCostSmartSummaryEvent

A Cloud Cost Smart Summary event object

link GraphQL Schema definition

  • type FinOpsCloudCostSmartSummaryEvent implements Node {
  • # Consumption Cost at the end period of the comparison. Currency field defines the
  • # unit
  • consumptionCostAtEndTime: Float
  • # Consumption Cost at the start period of the comparison. Currency field defines
  • # the unit
  • consumptionCostAtStartTime: Float
  • # change in Consumption Cost at the end period when compared to the start in
  • # percentage
  • consumptionCostChangeInPercentage: Float
  • # change in Consumption Cost at the end period when compared to the start
  • consumptionCostDifference: Float
  • # A standard ISO currency code.
  • currency: String!
  • # additional dimensions (data fidelity) at which the change reason was computed
  • finOpsAdditionalDimensions: [FinOpsDimension!]!
  • # Comparison time period used
  • finOpsComparisonTimeFrame: FinOpsCloudCostSmartSummaryComparisonTimeFrame
  • # When the cost and usage is compared between start period and end period, reason
  • # explains the change in cost and usage between time frame
  • finOpsReason: [FinOpsCloudCostSmartSummaryChangeReason!]
  • # Opaque global node ID.
  • id: ID!
  • # Defines the unit for which the price is applied to.
  • pricingUnit: String
  • # A human readable event summary that explains the usage and cost.
  • smartSummary: LocalizedString!
  • # usage at the end period of the comparison. PricingUnits field defines the unit
  • usageAtEndTime: Float
  • # cumulative usage quantity at the start period of the comparison. PricingUnits
  • # field defines the unit
  • usageAtStartTime: Float
  • # change in usage at the end period when compared to the start in percentage
  • usageChangeInPercentage: Float
  • # change in usage at the end period when compared to the start
  • usageDifference: Float
  • }