IPSecVpnTrafficCounters
IPSecVpnTrafficCounters
Traffic counters for IPSec VPN session.
JSON Example
{
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
}
integer As int64 As int64
bytes_in
Optional
Total number of bytes recevied.
integer As int64 As int64
bytes_out
Optional
Total number of bytes sent.
integer As int64 As int64
dropped_packets_in
Optional
Total number of incoming packets dropped on inbound security association.
integer As int64 As int64
dropped_packets_out
Optional
Total number of outgoing packets dropped on outbound security association.
integer As int64 As int64
packets_in
Optional
Total number of packets received.
integer As int64 As int64
packets_out
Optional
Total number of packets sent.