L2VPNTrafficStatisticsPerSegment (type)

{
  "additionalProperties": false, 
  "description": "Traffic statistics for a segment.", 
  "id": "L2VPNTrafficStatisticsPerSegment", 
  "module_id": "PolicyVpnStats", 
  "properties": {
    "bum_bytes_in": {
      "description": "Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) bytes in", 
      "type": "integer"
    }, 
    "bum_bytes_out": {
      "description": "Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) bytes out", 
      "type": "integer"
    }, 
    "bum_packets_in": {
      "description": "Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) packets in", 
      "type": "integer"
    }, 
    "bum_packets_out": {
      "description": "Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) packets out", 
      "type": "integer"
    }, 
    "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 received 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"
    }, 
    "segment_path": {
      "description": "Policy path referencing the segment on which stats are gathered.", 
      "readonly": true, 
      "title": "Segment Path", 
      "type": "string"
    }
  }, 
  "title": "Traffic statistics per segment", 
  "type": "object"
}