IPSecVPNTrafficCounters (type) (Deprecated)

{
  "additionalProperties": false, 
  "deprecated": true, 
  "deprecation_advice": "<br> Please use below Policy APIs to get IPSecVpnTrafficCounters. <br> GET /policy/api/v1/infra/tier-0s/&lt;tier-0-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/sessions/&lt;session-id&gt;/statistics <br> GET /policy/api/v1/infra/tier-1s/&lt;tier-1-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/sessions/&lt;session-id&gt;/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"
}