RemoteTunnelStatistics (type)

{
  "additionalProperties": false, 
  "id": "RemoteTunnelStatistics", 
  "module_id": "AggSvcInterSite", 
  "properties": {
    "rx": {
      "$ref": "InterSitePortCounters, 
      "description": "Total received data from remote tunnel.", 
      "readonly": true, 
      "title": "Received data counters"
    }, 
    "tunnel_destination_address": {
      "$ref": "IPAddress, 
      "description": "Ip address of remote tunnel destination.", 
      "readonly": true, 
      "title": "Remote tunnel destination address"
    }, 
    "tunnel_source_address": {
      "$ref": "IPAddress, 
      "description": "Ip address of remote tunnel source.", 
      "readonly": true, 
      "title": "Remote tunnel source address"
    }, 
    "tx": {
      "$ref": "InterSitePortCounters, 
      "description": "Total sent data to remote tunnel.", 
      "readonly": true, 
      "title": "Sent data counters"
    }
  }, 
  "type": "object"
}