Connection

Connection
Connection

Represents the network flows between two entities in the topology. Connection shows the direction, flow metrics, and metadata for traffic between source and destination entities.

JSON Example
{
    "from": "string",
    "to": "string",
    "fw_properties": {
        "ew_allowed": 0,
        "ew_blocked": 0,
        "ew_unmicrosegmented": 0,
        "ew_vds": 0
    },
    "flow_properties": {
        "l4_info": [
            "string"
        ],
        "l7_info": [
            "string"
        ]
    }
}
string
from
Required  

Source of the connection.

string
to
Required  

Destination of the connection.

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.

flow_properties
Optional

List of Flow properties. Port Protocol (TCP:443) and L7 info.