OBJECT
NetworkCommunicationDetail
link GraphQL Schema definition
- type NetworkCommunicationDetail {
- # Aggregated information on separate network flows for a given source and
- # destination entity.
- NetworkFlowData :
- # Aggregated information on network traffic for the given source and destination
- # entity.
- NetworkTrafficData :
- # Source and Destination entity of the type specified by groupBy
- NetworkCommunicationEndpoint! :
- }