l2vpnStats

l2vpnStats
l2vpnStats

L2 VPN status and statistics of a single L2 VPN site.

JSON Example
{
    "tunnelStatus": "string",
    "establishedDate": 0,
    "name": "string",
    "droppedRxPackets": 0,
    "encryptionAlgorithm": "string",
    "failureMessage": "string",
    "txBytesFromLocalSubnet": 0,
    "rxBytesOnLocalSubnet": 0,
    "droppedTxPackets": 0,
    "lastUpdatedTime": 0
}
string
tunnelStatus
Optional

Status of the tunnel (UP/DOWN).

integer As int64 As int64
establishedDate
Optional

Tunnel established date.

string
name
Optional

User defined name of the site.

integer
droppedRxPackets
Optional

Number of received packets dropped.

string
encryptionAlgorithm
Optional

Cipher used in encryption.

string
failureMessage
Optional

Reason for the tunnel down.

integer
txBytesFromLocalSubnet
Optional

Number of bytes transferred from local subnet.

integer
rxBytesOnLocalSubnet
Optional

Number of bytes received on the local subnet.

integer
droppedTxPackets
Optional

Number of transferred packets dropped.

integer As int64 As int64
lastUpdatedTime
Optional

Time stamp of the statistics collection.