NSX-T Data Center REST API
RemoteTunnelStatisticsPerSite (type)
{ "additionalProperties": false, "description": "For a specific remote-site, it provides the aggregated statistics of all the remote tunnels and statistics of individual remote tunnels between the given edge node and the remote site since the time the tunnels were created. The tunnels are identified by the source and destination address.", "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": "For a given remote-site, it provides the aggregated incoming packet counters of all remote tunnels between the given edge node and the remote site. It includes the total number of packets received and dropped while receiving. The counts are from the time the tunnels were created.", "readonly": true, "title": "Received data counters" }, "stats_per_tunnel": { "description": "For a given remote-site, it provides the incoming and outgoing packet counters of every tunnel between the given edge node and the remote node which are identified by the source and destination address of the tunnel. The counts are from the time the tunnel was created.", "items": { "$ref": "RemoteTunnelStatistics }, "readonly": true, "title": "Statistics per remote tunnel", "type": "array" }, "tx": { "$ref": "InterSitePortCounters, "description": "For a given remote-site, it provides the aggregated outgoing packet counters of all remote tunnels between the given edge node and the remote site. It includes the total number of packets sent and dropped while sending. The counts are from the time the tunnels were created.", "readonly": true, "title": "Sent data counters" } }, "title": "Remote tunnel statistics per site", "type": "object" }