NSX-T Data Center REST API

RemoteTunnelStatistics (schema)

Remote tunnel statistics

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.

Name Description Type Notes
rx Received data counters

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.
InterSitePortCounters Readonly
tunnel_destination_address Remote tunnel destination address

Ip address of remote tunnel destination.
IPAddress Readonly
tunnel_source_address Remote tunnel source address

Ip address of remote tunnel source.
IPAddress Readonly
tx Sent data counters

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.
InterSitePortCounters Readonly