OBJECT
A sample of the network traffic divided by protocol
type ProtocolSummarySample {# The protocol of the sampleprotocol: String! # How much data was transferred between the last point and this onedataTransferred: Float! # How many conversations occurred at the timeconversationsCount: Float! }