[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

IpSecVpnPolicyTrafficStatistics

IPSec VPN policy traffic statistics


Properties

aggregate_traffic_counters Optional

Aggregate traffic statistics across all IPSec tunnels.


string
rule_path Optional

Policy path referencing the IPSec VPN Rule.


string
tunnel_interface_path Optional

Policy path referencing the IPSec VPN Tunnel Interface.


tunnel_statistics Optional

Tunnel statistics.

JSON Example

{
	"aggregate_traffic_counters": {
		"bytes_in": 0,
		"bytes_out": 0,
		"dropped_packets_in": 0,
		"dropped_packets_out": 0,
		"packets_in": 0,
		"packets_out": 0
	},
	"rule_path": "string",
	"tunnel_interface_path": "string",
	"tunnel_statistics": [
		{
			"bytes_in": 0,
			"bytes_out": 0,
			"decryption_failures": 0,
			"dropped_packets_in": 0,
			"dropped_packets_out": 0,
			"encryption_failures": 0,
			"integrity_failures": 0,
			"local_subnet": "string",
			"nomatching_policy_errors": 0,
			"packets_in": 0,
			"packets_out": 0,
			"packets_received_other_error": 0,
			"packets_sent_other_error": 0,
			"peer_subnet": "string",
			"replay_errors": 0,
			"sa_mismatch_errors_in": 0,
			"sa_mismatch_errors_out": 0,
			"seq_number_overflow_error": 0,
			"tunnel_down_reason": "string",
			"tunnel_status": "UP"
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyVpnStats
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineIPSecVpnSessionStatisticsNsxT1

Feedback

Was this page helpful?