OBJECT

FinOpsCloudCostSmartSummaryEventConnection

The connection type for cloud cost smart summary

link GraphQL Schema definition

  • type FinOpsCloudCostSmartSummaryEventConnection implements Connection {
  • # Aggregation results : count of cost summaries
  • count: Int!
  • # A standard ISO currency code.
  • currency: String!
  • # Contains all edges.
  • edges: [FinOpsCloudCostSmartSummaryEventEdge!]
  • # Aggregation results : total Consumption Cost. Currency field defines the unit
  • finOpsTotalConsumptionCostAtEndTime: Float
  • # Aggregation results : total Consumption Cost change at the end period when
  • # compared to the start in percentage
  • finOpsTotalConsumptionCostChangeInPercentage: Float
  • # Contains information about previous and next page.
  • pageInfo: PageInfo!
  • # Aggregation results : total count of cost summaries
  • totalCount: Int
  • }