NodeInterSiteStatistics (type)

{
  "additionalProperties": false, 
  "id": "NodeInterSiteStatistics", 
  "module_id": "AggSvcInterSite", 
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp when the remote tunnel port statistics was last updated.", 
      "readonly": true, 
      "required": true, 
      "title": "Last updated timestamp"
    }, 
    "stats_per_site": {
      "description": "Remote tunnel statistics per site.", 
      "items": {
        "$ref": "RemoteTunnelStatisticsPerSite
      }, 
      "readonly": true, 
      "title": "Remote tunnel statistics per site", 
      "type": "array"
    }, 
    "transport_node_id": {
      "description": "Edge node id whose statistics is being reported.", 
      "readonly": true, 
      "required": true, 
      "title": "Edge node id", 
      "type": "string"
    }
  }, 
  "type": "object"
}