NSX-T Data Center REST API
IPSecVPNTransportStatus (type)
{
"additionalProperties": false,
"description": "Provides IPSec VPN session status.",
"extends": {
"$ref": "L2VPNTransportTunnelStatus"
},
"id": "IPSecVPNTransportStatus",
"module_id": "L2VPNStatistics",
"polymorphic-type-descriptor": {
"type-identifier": "IPSecVPNTransportStatus"
},
"properties": {
"resource_type": {
"$ref": "TransportTunnelResourceType",
"required": true
},
"status": {
"$ref": "IPSecVPNSessionStatus",
"description": "VPN session status provides IKE session status and aggregate of traffic across all tunnel.",
"readonly": true,
"title": "IPSec vpn session status"
},
"tunnel_id": {
"$ref": "ResourceReference",
"description": "Transport tunnel id.",
"readonly": true,
"title": "Transport tunnel id"
}
},
"title": "VPN Session status",
"type": "object"
}