CommunityConnectionList

CommunityConnectionList
Community Connection List

An array of Connection objects, representing all the network flow relationships (edges) between Communities in a topology graph.

JSON Example
{
    "community_connections": [
        {
            "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"
                ]
            }
        }
    ]
}
array of Connection
community_connections
Optional

An array of Connection objects.

Property Of