RemoteTunnelStatistics

RemoteTunnelStatistics
RemoteTunnelStatistics

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.

JSON Example
{
    "rx": {},
    "tunnel_destination_address": "string",
    "tunnel_source_address": "string",
    "tx": {}
}
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.

string As ip As ip
tunnel_destination_address
Optional

Ip address of remote tunnel destination.

string As ip As ip
tunnel_source_address
Optional

Ip address of remote tunnel source.

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.