OBJECT
A sample of the host traffic
type NetworkHostSummarySample {# The host to whom this sample belongshost: String! # How much data was transferred between the last point and this onedataTransferred: Float! # How many conversations occurred at the timeconversationsCount: Float! }