Get Ip Sec Vpn Tunnel Statistics
Retrieves connection statistics for a given IPSec VPN Tunnel configured on an Edge Gateway.
externalNetworkId
tunnelId
externalNetworkId
tunnelId
OK
{
"localSubnet": "string",
"peerSubnet": "string",
"packetsIn": 0,
"packetsOut": 0,
"bytesIn": 0,
"bytesOut": 0,
"packetsSentError": 0,
"packetsReceivedError": 0,
"packetsInDropped": 0,
"packetsOutDropped": 0,
"encryptionErrors": 0,
"decryptionErrors": 0,
"overflowErrors": 0,
"replayErrors": 0,
"integrityErrors": 0,
"saMismatchInErrors": 0,
"saMismatchOutErrors": 0,
"noMatchingPolicyErrors": 0
}
Local subnet to which a tunnel belongs.
Peer subnet to which a tunnel belongs.
Number of packets received.
Number of packets sent.
Number of bytes received.
Number of bytes sent.
Number of packets sent with errors.
Number of packets received with errors.
Number of packets dropped while receiving.
Number of packets dropped while sending.
Number of encryption errors.
Number of decryption errors.
Number of errors due to overflow.
Number of replay errors.
Number of integrity check errors.
Number of SA mismatch errors while receiving.
Number of SA mismatch errors while sending.
Number of packets dropped because of no matching policy is available.
The specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace