Get L2 Vpn Tunnel Statistics
Retrieves connection statistics for a given L2 VPN Tunnel configured on an Edge Gateway.
gatewayId
tunnelId
gatewayId
tunnelId
OK
{
"bumBytesIn": 0,
"bumBytesOut": 0,
"bumPacketsIn": 0,
"bumPacketsOut": 0,
"bytesIn": 0,
"bytesOut": 0,
"packetsIn": 0,
"packetsOut": 0,
"packetsReceiveError": 0,
"packetsSentError": 0,
"segmentPath": "string"
}
Broadcast, Unknown unicast, and Multicast (BUM) bytes in.
Broadcast, Unknown unicast, and Multicast (BUM) bytes out.
Broadcast, Unknown unicast, and Multicast (BUM) packets in.
Broadcast, Unknown unicast, and Multicast (BUM) packets out.
Total number of incoming bytes.
Total number of outgoing bytes.
Total number of incoming packets.
Total number of outgoing packets.
Total number of incoming packets dropped.
Total number of packets dropped while sending for any reason.
Policy path referencing the segment on which stats are gathered.
The specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace