NSX-T Data Center REST API

L2VPNTapTrafficStatistics (type)

{
  "additionalProperties": false,
  "description": "TAP (Terminal access point) traffic statistics for L2VPN.",
  "id": "L2VPNTapTrafficStatistics",
  "module_id": "L2VPNStatistics",
  "properties": {
    "bytes_in": {
      "description": "Total number of incoming bytes.",
      "readonly": true,
      "title": "Bytes in",
      "type": "integer"
    },
    "bytes_out": {
      "description": "Total number of outgoing bytes.",
      "readonly": true,
      "title": "Bytes out",
      "type": "integer"
    },
    "packets_in": {
      "description": "Total number of incoming packets.",
      "readonly": true,
      "title": "Packets in",
      "type": "integer"
    },
    "packets_out": {
      "description": "Total number of outgoing packets.",
      "readonly": true,
      "title": "Packets out",
      "type": "integer"
    },
    "packets_receive_error": {
      "description": "Total number of incoming packets dropped.",
      "readonly": true,
      "title": "packets recieved error",
      "type": "integer"
    },
    "packets_sent_error": {
      "description": "Total number of packets dropped while sending for any reason.",
      "readonly": true,
      "title": "Packets sent error",
      "type": "integer"
    }
  },
  "title": "L2VPN TAP (Terminal access point) traffic statistics",
  "type": "object"
}