OBJECT

NetworkCommunication

link GraphQL Schema definition

  • type NetworkCommunication {
  • networkCommunicationDetails: [NetworkCommunicationDetail!]!
  • # Parent entity of the source and destination entities in the
  • # networkCommunicationDetails. For example - if src and dest entities are VMs, the
  • # src and dest parent entities would be TIER.
  • parentEntity: NetworkCommunicationEndpoint
  • }