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.
{
"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": {}
}
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.
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.
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.