NSX-T Data Center REST API

NodeInterSiteStatistics (schema)

Inter-site statistics on an edge transport node

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.

Name Description Type Notes
last_update_timestamp Last updated timestamp

Timestamp when the remote tunnel port statistics was last updated.
EpochMsTimestamp Required
Readonly
stats_per_site Remote tunnel statistics per site

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.
array of RemoteTunnelStatisticsPerSite Readonly
transport_node_id Edge node id

Edge node id whose statistics is being reported.
string Required
Readonly