Get Ip Sec Vpn Tunnel Statistics

Get Ip Sec Vpn Tunnel Statistics

Retrieves connection statistics for a given IPSec VPN Tunnel configured on an Edge Gateway.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/ipsec/tunnels/{tunnelId}/statistics
COPY
Path Parameters
string
externalNetworkId
Required

externalNetworkId

string
tunnelId
Required

tunnelId

string
externalNetworkId
Required

externalNetworkId

string
tunnelId
Required

tunnelId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns GatewayIpSecVpnTunnelStatistics of type(s) application/json;version=39.0
{
    "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
}
string
localSubnet
Optional

Local subnet to which a tunnel belongs.

string
peerSubnet
Optional

Peer subnet to which a tunnel belongs.

integer As int64 As int64
packetsIn
Optional

Number of packets received.

integer As int64 As int64
packetsOut
Optional

Number of packets sent.

integer As int64 As int64
bytesIn
Optional

Number of bytes received.

integer As int64 As int64
bytesOut
Optional

Number of bytes sent.

integer As int64 As int64
packetsSentError
Optional

Number of packets sent with errors.

integer As int64 As int64
packetsReceivedError
Optional

Number of packets received with errors.

integer As int64 As int64
packetsInDropped
Optional

Number of packets dropped while receiving.

integer As int64 As int64
packetsOutDropped
Optional

Number of packets dropped while sending.

integer As int64 As int64
encryptionErrors
Optional

Number of encryption errors.

integer As int64 As int64
decryptionErrors
Optional

Number of decryption errors.

integer As int64 As int64
overflowErrors
Optional

Number of errors due to overflow.

integer As int64 As int64
replayErrors
Optional

Number of replay errors.

integer As int64 As int64
integrityErrors
Optional

Number of integrity check errors.

integer As int64 As int64
saMismatchInErrors
Optional

Number of SA mismatch errors while receiving.

integer As int64 As int64
saMismatchOutErrors
Optional

Number of SA mismatch errors while sending.

integer As int64 As int64
noMatchingPolicyErrors
Optional

Number of packets dropped because of no matching policy is available.


404

The specified resource was not found

Returns Error of type(s) application/json;version=39.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace