OBJECT

NetworkHostSummarySample

A sample of the host traffic

link GraphQL Schema definition

  • type NetworkHostSummarySample {
  • # The host to whom this sample belongs
  • host: String!
  • # How much data was transferred between the last point and this one
  • dataTransferred: Float!
  • # How many conversations occurred at the time
  • conversationsCount: Float!
  • }