OBJECT

NetworkCommunicationSummary

link GraphQL Schema definition

  • type NetworkCommunicationSummary {
  • # List of network communication entries grouped by the respective "parent"
  • # entities.
  • networkCommunications: [NetworkCommunication!]
  • # Entity for which network flow results are aggregated. If this entity is that of
  • # the entityId specified in the request, then all the communication results are
  • # internal, otherwise it is an external entity.
  • outerGroupBy: Entity
  • }