IPSecVpnSessionStatusNsxT

IPSecVpnSessionStatusNsxT
IPSecVpnSessionStatusNsxT

IPSec VPN Session Status represents status on an NSX-T type of enforcement point.

AllOf
JSON Example
{
    "alarm": {
        "error_details": {
            "related_errors": [
                {
                    "details": "string",
                    "error_code": 0,
                    "error_message": "string",
                    "module_name": "string"
                }
            ]
        },
        "error_id": "string",
        "message": "string"
    },
    "enforcement_point_path": "string",
    "resource_type": "string",
    "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": "string"
    },
    "last_update_timestamp": 0,
    "negotiated_tunnels": 0,
    "runtime_status": "string",
    "total_tunnels": 0
}