RemoteTunnelStatisticsPerSite

RemoteTunnelStatisticsPerSite
RemoteTunnelStatisticsPerSite

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.

JSON Example
{
    "remote_site": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "rx": {},
    "stats_per_tunnel": [
        {
            "rx": {},
            "tunnel_destination_address": "string",
            "tunnel_source_address": "string",
            "tx": {}
        }
    ],
    "tx": {}
}
remote_site
Optional

A weak reference to an NSX resource.

rx
Optional

Provides the statistics of a port since the time it was created. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The statistics will be reset on edge reboot or edge dataplane restart.

stats_per_tunnel
Optional

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.

tx
Optional

Provides the statistics of a port since the time it was created. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The statistics will be reset on edge reboot or edge dataplane restart.