RemoteTunnelStatisticsPerSite (type)

{
  "additionalProperties": false, 
  "id": "RemoteTunnelStatisticsPerSite", 
  "module_id": "AggSvcInterSite", 
  "properties": {
    "remote_site": {
      "$ref": "ResourceReference, 
      "description": "Remote site details.", 
      "readonly": true, 
      "required": true, 
      "title": "Remote site"
    }, 
    "rx": {
      "$ref": "InterSitePortCounters, 
      "description": "Total received data from remote site.", 
      "readonly": true, 
      "title": "Received data counters"
    }, 
    "stats_per_tunnel": {
      "description": "Statistics per remote tunnel.", 
      "items": {
        "$ref": "RemoteTunnelStatistics
      }, 
      "readonly": true, 
      "title": "Statistics per remote tunnel", 
      "type": "array"
    }, 
    "tx": {
      "$ref": "InterSitePortCounters, 
      "description": "Total sent data to remote site.", 
      "readonly": true, 
      "title": "Sent data counters"
    }
  }, 
  "type": "object"
}