InlineEntity1

InlineEntity1
InlineEntity1
JSON Example
{
    "entity_type": "string",
    "total_incoming_connections": 0,
    "total_outgoing_connections": 0,
    "config_events": [
        {
            "event_time": 0
        }
    ],
    "fw_properties": {
        "ew_allowed": 0,
        "ew_blocked": 0,
        "ew_unmicrosegmented": 0,
        "ew_vds": 0
    },
    "highlight": false,
    "state": "string"
}
string
entity_type
Required  

Entity type could be Domain, Group, Compute(VirtualMachine) primarily. We have special static types for representing different scenarios. COMMUNITY - Entity to represent a COMMUNITY/Cluster of (Groups or Computes). This is returned when we want to return data at scale. Internet - Any traffic going to or coming from non-intranet IPs see https://tools.ietf.org/html/rfc1918 for various IP addresses that constitute as intranet IPs UnCategorized - Used primarily to represent a group of VMs that are not part of any Groups UnKnown - Misc. set of communication nodes that we couldnt find in our datacenter. Others - Abstract grouping of similar entity types. Represents a group of NsGroups/VM for example.

Enumeration: COMMUNITY, GROUP, DOMAIN, COMPUTE, UNCATEGORIZED, OTHERS, UNKNOWN, IP_SET_MEMBER, INTERNAL, EXTERNAL, VDS_GROUP, APPLICATION, OTHER_VMS_AND_IPS
integer As int32 As int32
total_incoming_connections
Optional

Total number of incoming connections

integer As int32 As int32
total_outgoing_connections
Optional

Total number of outgoing connections

config_events
Optional

Configuration related events, such as added/deleted/moved for an entity

fw_properties
Optional

Firewall-related flow metrics for an entity. This includes counts for allowed flows, blocked flows, unmicrosegmented flows, and flows handled by Virtual Distributed Switch (VDS) rather than distributed firewall.

boolean
highlight
Optional

Boolean to determine whether to show entity as highlighted in the UI

string
state
Optional

State for the entity

Enumeration: ACTIVE, DELETED
Used By