NatCounters

NatCounters
NatCounters

Provides the following statistics for the NAT rules:

  • Current number of active traffic sessions matching the NAT rules.
  • Total number of bytes processed on the NAT rules since the time the rules were created.
  • Total number of packets processed on the NAT rules since the time the rules were created.
JSON Example
{
    "active_sessions": 0,
    "total_bytes": 0,
    "total_packets": 0
}
integer As int64 As int64
active_sessions
Optional

Provides the current number of active traffic sessions matching the NAT rules.

integer As int64 As int64
total_bytes
Optional

Provides the total number of bytes processed on the NAT rules since the time the rules were created.

integer As int64 As int64
total_packets
Optional

Provides the total number of packets processed on the NAT rules since the time the rules were created.