NSX-T Data Center REST API

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": "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": "VPNStatistics",
  "properties": {
    "bytes_in": {
      "description": "Total number of traffic bytes received on inbound security association.",
      "readonly": true,
      "title": "Bytes in",
      "type": "integer"
    },
    "bytes_out": {
      "description": "Total number of traffic bytes sent on outbound security association.",
      "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 on inbound security association.",
      "readonly": true,
      "title": "Packets in",
      "type": "integer"
    },
    "packets_out": {
      "description": "Total number of packets sent on outbound security association.",
      "readonly": true,
      "title": "Packets out",
      "type": "integer"
    }
  },
  "title": "IPSec VPN traffic counters",
  "type": "object"
}