OBJECT
NetworkOverview
link GraphQL Schema definition
- type NetworkOverview {
- # An aggregation count of countries associated with an entity
- NetworkFlowCount :
- # count of unique ports to which the entity is talking
- Long :
- # An aggregation count of dropped flows associated with an entity
- Long :
- # entity for which overview is being fetched
- Entity! :
- # An aggregation count of internet flows associated with an entity
- Long :
- # An aggregation count of public IPs associated with an entity
- NetworkFlowCount :
- # An aggregation count of total flows associated with an entity
- Long :
- # An aggregation count of unprotected flows associated with an entity
- Long :
- }