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
- Float :
- # Consumption Cost at the start period of the comparison. Currency field defines
- # the unit
- Float :
- # change in Consumption Cost at the end period when compared to the start in
- # percentage
- Float :
- # change in Consumption Cost at the end period when compared to the start
- Float :
- # A standard ISO currency code.
- String! :
- # additional dimensions (data fidelity) at which the change reason was computed
- FinOpsDimension!]! : [
- # Comparison time period used
- 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
- FinOpsCloudCostSmartSummaryChangeReason!] : [
- # Opaque global node ID.
- ID! :
- # Defines the unit for which the price is applied to.
- String :
- # rate at the end period of the comparison
- Float :
- # rate at the start period of the comparison
- Float :
- # A human readable event summary that explains the usage and cost.
- LocalizedString! :
- # Unit cost at the end period of the comparison
- Float :
- # Unit cost at the start period of the comparison
- Float :
- # Change in unit cost at the end period when compared to the start in percentage
- Float :
- # Change in unit cost at the end period when compared to the start
- Float :
- # usage at the end period of the comparison. PricingUnits field defines the unit
- Float :
- # cumulative usage quantity at the start period of the comparison. PricingUnits
- # field defines the unit
- Float :
- # change in usage at the end period when compared to the start in percentage
- Float :
- # change in usage at the end period when compared to the start
- Float :
- }