OBJECT

DataUsage

types.data_usage

link GraphQL Schema definition

  • type DataUsage {
  • # The time.
  • time: Datetime
  • # The amount of inbound bytes per second.
  • inbytes_per_second: Int64Bit
  • # The amount of outbound bytes per second.
  • outbytes_per_second: Int64Bit
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The data source identifier.
  • data_source_identifier: String
  • # The data source parent.
  • data_source_parent: String
  • # A Unix timestamp in the same timezone as this Sonar instance
  • epoch_system_timezone: EpochTimestamp
  • }

link Require by