PolicyNATRuleCounters

PolicyNATRuleCounters
PolicyNATRuleCounters

Gives the statistics count of a NAT rule.

JSON Example
{
    "active_sessions": 0,
    "total_bytes": 0,
    "total_packets": 0
}
integer As int64 As int64
active_sessions
Optional

Gives the total number of active sessions.

integer As int64 As int64
total_bytes
Optional

Gives the total number of bytes.

integer As int64 As int64
total_packets
Optional

Gives the total number of packets.