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

InlineIPSecVpnTransportStatus1

Properties

session_status Optional

IPSec VPN Session status

JSON Example

{
	"session_status": {
		"aggregate_traffic_counters": {
			"bytes_in": 0,
			"bytes_out": 0,
			"dropped_packets_in": 0,
			"dropped_packets_out": 0,
			"packets_in": 0,
			"packets_out": 0
		},
		"alarm": {
			"error_details": {
				"details": "string",
				"error_code": 0,
				"error_data": {},
				"error_message": "string",
				"module_name": "string",
				"related_errors": [
					{
						"details": "string",
						"error_code": 0,
						"error_data": {},
						"error_message": "string",
						"module_name": "string"
					}
				]
			},
			"error_id": "string",
			"message": "string"
		},
		"enforcement_point_path": "string",
		"failed_tunnels": 0,
		"ike_status": {
			"fail_reason": "string",
			"ike_session_state": "UP"
		},
		"last_update_timestamp": 0,
		"negotiated_tunnels": 0,
		"resource_type": "IPSecVpnSessionStatusNsxT",
		"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

IPSecVpnTransportStatus

Feedback

Was this page helpful?