OBJECT
NetworkTrafficData
link GraphQL Schema definition
- type NetworkTrafficData {
- # Total bytes going from the srcEntity to the destEntity
- NetworkData! :
- # Total bytes coming to the srcEntity from the destEntity
- NetworkData! :
- # Total byte rate between the srcEntity and the destEntity
- NetworkData! :
- # Total bytes exchanged between srcEntity and destEntity
- NetworkData! :
- # Total packets flowing between the srcEntity and the destEntity
- NetworkData! :
- # Total sessions between the srcEntity and the destEntity
- NetworkData! :
- }