{ "additionalProperties": false, "deprecated": true, "deprecation_advice": "<br> Please use below Policy APIs to get IPSecVpnTrafficCounters. <br> GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics <br> GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics", "description": "Traffic counters for IPSec VPN session.", "id": "IPSecVPNTrafficCounters", "module_id": "VPNStatistics", "properties": { "bytes_in": { "description": "Total number of bytes recevied.", "readonly": true, "title": "Bytes in", "type": "integer" }, "bytes_out": { "description": "Total number of bytes sent.", "readonly": true, "title": "Bytes out", "type": "integer" }, "dropped_packets_in": { "description": "Total number of incoming packets dropped on inbound security association.", "readonly": true, "title": "Dropped incoming packets", "type": "integer" }, "dropped_packets_out": { "description": "Total number of outgoing packets dropped on outbound security association.", "readonly": true, "title": "Dropped outgoing packets", "type": "integer" }, "packets_in": { "description": "Total number of packets received.", "readonly": true, "title": "Packets in", "type": "integer" }, "packets_out": { "description": "Total number of packets sent.", "readonly": true, "title": "Packets out", "type": "integer" } }, "title": "IPSec VPN traffic counters", "type": "object" }