ConnectionList
Connection List
Wrapper object containing an array of Connection objects, representing all the network flow relationships (edges) in a topology graph.
JSON Example
{
"flow_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"
]
}
}
]
}