FirewallProperties
Firewall Properties
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.
JSON Example
{
"ew_allowed": 0,
"ew_blocked": 0,
"ew_unmicrosegmented": 0,
"ew_vds": 0
}
integer As int64
As int64
ew_allowed
Required
Number of unique flows hitting allowed rules.
integer As int64
As int64
ew_blocked
Required
Number of unique flows hitting blocked rules.
integer As int64
As int64
ew_unmicrosegmented
Required
Number of unique flows hitting unprotected rules.
integer As int64
As int64
ew_vds
Required
Number of unique vds flows.