Get IP Sec VPN Tunnel Statistics
DescriptionRetrieves connection statistics for a given IPSec VPN Tunnel configured on an Edge Gateway.
Request
URLURL
Path Parameters
Path Parameters
Authentication
Response
Response BodyResponse Body
200 OK
{
"bytesIn": 0,
"bytesOut": 0,
"decryptionErrors": 0,
"encryptionErrors": 0,
"integrityErrors": 0,
"localSubnet": "string",
"noMatchingPolicyErrors": 0,
"overflowErrors": 0,
"packetsIn": 0,
"packetsInDropped": 0,
"packetsOut": 0,
"packetsOutDropped": 0,
"packetsReceivedError": 0,
"packetsSentError": 0,
"peerSubnet": "string",
"replayErrors": 0,
"saMismatchInErrors": 0,
"saMismatchOutErrors": 0
}
Number of bytes received.
Number of bytes sent.
Number of decryption errors.
Number of encryption errors.
Number of integrity check errors.
Local subnet to which a tunnel belongs.
Number of packets dropped because of no matching policy is available.
Number of errors due to overflow.
Number of packets received.
Number of packets dropped while receiving.
Number of packets sent.
Number of packets dropped while sending.
Number of packets reveived with errors.
Number of packets sent with errors.
Peer subnet to which a tunnel belongs.
Number of replay errors.
Number of SA mismatch errors while receiving.
Number of SA mismatch errors while sending.
Errors
The specified resource was not found