NSX-T Data Center REST API
NodeInterSiteStatistics (type)
{ "additionalProperties": false, "description": "For every remote-site, it provides the statistics of remote tunnels between a given edge node and the remote node where the tunnels are identified by the source and destination address.", "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": "For every remote-site, it provides the aggregated statistics of all remote tunnels and statistics of individual remote tunnels between the given edge node and the remote site. The counts are from the time the tunnels were created.", "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" } }, "title": "Inter-site statistics on an edge transport node", "type": "object" }