NSX Autonomous Edge REST API

L2VPNTrafficStatistics (type)

{
  "additionalProperties": false,
  "description": "Traffic statistics for L2VPN.",
  "id": "L2VPNTrafficStatistics",
  "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"
    },
    "dropped_packets_in": {
      "description": "Total number of incoming packets dropped.",
      "readonly": true,
      "title": "Dropped incoming packets",
      "type": "integer"
    },
    "dropped_packets_out": {
      "description": "Total number of outgoing packets dropped.",
      "readonly": true,
      "title": "Dropped outgoing packets",
      "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"
    }
  },
  "title": "L2VPN traffic statistics",
  "type": "object"
}