NSX-T Data Center REST API
IPSecVpnIkeTrafficStatistics (type)
{
"additionalProperties": false,
"description": "Provides the following IKE control plane statistics for an IPSec VPN session: - Incoming packet count. - Outgoing packet count. - Dropped packet count. Note: IKE traffic statistics are not supported.",
"id": "IPSecVpnIkeTrafficStatistics",
"module_id": "PolicyVPNStatistics",
"properties": {
"bytes_in": {
"description": "The total number of IKE packet bytes received.",
"readonly": true,
"title": "Bytes in",
"type": "integer"
},
"bytes_out": {
"description": "The total number of IKE packet bytes sent.",
"readonly": true,
"title": "Bytes out",
"type": "integer"
},
"fail_count": {
"description": "The total number of IKE packets dropped.",
"readonly": true,
"title": "Fail count",
"type": "integer"
},
"packets_in": {
"description": "The total number of IKE packets received.",
"readonly": true,
"title": "Packets in",
"type": "integer"
},
"packets_out": {
"description": "The total number of IKE packets sent.",
"readonly": true,
"title": "Packets out",
"type": "integer"
}
},
"title": "IKE traffic statistics",
"type": "object"
}