NSX-T Data Center REST API
RemoteTunnelStatisticsPerSite (schema)
Remote tunnel statistics per site
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.
Name | Description | Type | Notes |
---|---|---|---|
remote_site | Remote site Remote site details. |
ResourceReference | Required Readonly |
rx | Received data counters 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. |
InterSitePortCounters | Readonly |
stats_per_tunnel | Statistics per remote tunnel 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. |
array of RemoteTunnelStatistics | Readonly |
tx | Sent data counters 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. |
InterSitePortCounters | Readonly |