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

InlineIPSecVpnSessionStatusNsxT1

Properties

aggregate_traffic_counters Optional

Aggregate traffic statistics across all ipsec tunnels.


integer as int64
failed_tunnels Optional

Number of failed tunnels.


ike_status Optional

Status for IPSec VPN IKE session UP/DOWN and fail reason if IKE session is down.


integer as int64
last_update_timestamp Optional

Timestamp when the data was last updated.


integer as int64
negotiated_tunnels Optional

Number of negotiated tunnels.


string
runtime_status Optional

Gives session status consolidated using IKE status and tunnel status. It can be UP, DOWN, DEGRADED. If IKE and all tunnels are UP status will be UP, if all down it will be DOWN, otherwise it will be DEGRADED.

Possible values are: UPDOWNDEGRADED


integer as int64
total_tunnels Optional

Total number of tunnels.

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
	},
	"failed_tunnels": 0,
	"ike_status": {
		"fail_reason": "string",
		"ike_session_state": "UP"
	},
	"last_update_timestamp": 0,
	"negotiated_tunnels": 0,
	"runtime_status": "UP",
	"total_tunnels": 0
}

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
Used By

IPSecVpnSessionStatusNsxT

Feedback

Was this page helpful?