OBJECT

NetworkSummarySample

A sample of the network traffic

link GraphQL Schema definition

  • type NetworkSummarySample {
  • # The time of the sample
  • time: Time!
  • # How much data was transferred between the last point and this one
  • dataTransferred: Float!
  • # How many conversations occurred at the time
  • conversationsCount: Float!
  • }