l2vpnStats

l2vpnStats
l2vpnStats

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

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

Tunnel established date.

integer
droppedRxPackets
Optional

Number of received packets dropped.

integer
txBytesFromLocalSubnet
Optional

Number of bytes transferred from local subnet.

string
name
Optional

User defined name of the site.

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.

string
encryptionAlgorithm
Optional

Cipher used in encryption.

string
failureMessage
Optional

Reason for the tunnel down.

string
tunnelStatus
Optional

Status of the tunnel (UP/DOWN).