L2VPNSessionStatistics (type)

{
  "additionalProperties": false, 
  "description": "Session statistics gives VPN session status and traffic statistics per logical switch.", 
  "id": "L2VPNSessionStatistics", 
  "module_id": "L2VPNStatistics", 
  "properties": {
    "display_name": {
      "description": "L2VPN display name.", 
      "readonly": true, 
      "title": "Display name", 
      "type": "string"
    }, 
    "partial_stats": {
      "description": "Partial statistics is set to true if onle active node responds while standby does not. In case of both nodes responded statistics will be summed and partial stats will be false. If cluster has only active node, partial statistics will always be false.", 
      "readonly": true, 
      "title": "Partial Statistics", 
      "type": "boolean"
    }, 
    "session_id": {
      "description": "Session identifier for L2VPN.", 
      "readonly": true, 
      "title": "L2VPN session id", 
      "type": "string"
    }, 
    "tap_traffic_counters": {
      "description": "Tunnel port traffic counters.", 
      "items": {
        "$ref": "L2VPNTapTrafficStatistics
      }, 
      "readonly": true, 
      "title": "Tunnel port traffic counters", 
      "type": "array"
    }, 
    "traffic_statistics_per_logical_switch": {
      "description": "Traffic statistics per logical switch.", 
      "items": {
        "$ref": "L2VPNPerLSTrafficStatistics
      }, 
      "readonly": true, 
      "title": "Traffic statistics per logical switch", 
      "type": "array"
    }
  }, 
  "title": "L2VPN session statistics", 
  "type": "object"
}