OBJECT

NetworkOverview

link GraphQL Schema definition

  • type NetworkOverview {
  • # An aggregation count of countries associated with an entity
  • countriesCount: NetworkFlowCount
  • # count of unique ports to which the entity is talking
  • destinationPortsCount: Long
  • # An aggregation count of dropped flows associated with an entity
  • droppedFlows: Long
  • # entity for which overview is being fetched
  • entity: Entity!
  • # An aggregation count of internet flows associated with an entity
  • internetFlows: Long
  • # An aggregation count of public IPs associated with an entity
  • publicIPCount: NetworkFlowCount
  • # An aggregation count of total flows associated with an entity
  • totalFlows: Long
  • # An aggregation count of unprotected flows associated with an entity
  • unprotectedFlows: Long
  • }