NSX-T Data Center REST API
IPSecVpnTrafficCounters (type)
{
"additionalProperties": false,
"description": "Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count.",
"id": "IPSecVpnTrafficCounters",
"module_id": "PolicyVPNStatistics",
"properties": {
"bytes_in": {
"description": "The total number of traffic bytes received on the inbound security association.",
"readonly": true,
"title": "Bytes in",
"type": "integer"
},
"bytes_out": {
"description": "The total number of traffic bytes sent on the outbound security association.",
"readonly": true,
"title": "Bytes out",
"type": "integer"
},
"dropped_packets_in": {
"description": "The total number of incoming packets dropped on the inbound security association.",
"readonly": true,
"title": "Dropped incoming packets",
"type": "integer"
},
"dropped_packets_out": {
"description": "The total number of outgoing packets dropped on the outbound security association.",
"readonly": true,
"title": "Dropped outgoing packets",
"type": "integer"
},
"packets_in": {
"description": "The total number of packets received on the inbound security association.",
"readonly": true,
"title": "Packets in",
"type": "integer"
},
"packets_out": {
"description": "The total number of packets sent on the outbound security association.",
"readonly": true,
"title": "Packets out",
"type": "integer"
}
},
"title": "IPSec VPN traffic counters",
"type": "object"
}