NSX-T Data Center REST API
RemoteTunnelStatistics (type)
{ "additionalProperties": false, "description": "Provides the incoming and outgoing packet counters of a specific remote tunnel between the given edge node and the remote node. The tunnels are identified by the source and destination address of the tunnel.", "id": "RemoteTunnelStatistics", "module_id": "AggSvcInterSite", "properties": { "rx": { "$ref": "InterSitePortCounters, "description": "Provides the incoming packet counters of a specific remote tunnel between the given edge node and the remote node. The tunnel is identified by the source and destination address and 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" }, "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": "Provides the outgoing packet counters of a specific remote tunnel between the given edge node and the remote node. The tunnel is identified by the source and destination address and it includes 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", "type": "object" }