OBJECT

NetworkCommunicationDetail

link GraphQL Schema definition

  • type NetworkCommunicationDetail {
  • # Aggregated information on separate network flows for a given source and
  • # destination entity.
  • networkFlowData: NetworkFlowData
  • # Aggregated information on network traffic for the given source and destination
  • # entity.
  • networkTrafficData: NetworkTrafficData
  • # Source and Destination entity of the type specified by groupBy
  • srcDestEntity: NetworkCommunicationEndpoint!
  • }