SecureAccessLogMessageSchema

SecureAccessLogMessageSchema
SecureAccessLogMessageSchema

Actual log message from tunnel server pod

JSON Example
{
    "deviceApp": "string",
    "connectionType": "string",
    "deviceName": "string",
    "flowId": "number",
    "sessionId": "number",
    "connectionTime": "string",
    "deviceIP": "string",
    "remoteHostName": "string",
    "deviceUid": "string",
    "connectionStatus": "string",
    "deviceUserName": "string",
    "connection": "string",
    "remoteConnectionStatus": "string",
    "remoteHostIp": "string",
    "remoteHostPort": "number",
    "serverIP": "string",
    "connected": "string",
    "available": "string",
    "numOfActiveConnections": "number",
    "remoteBytesTransfered": "string"
}
string
deviceApp
Required

Name of the App associated with the connection

string
connectionType
Required

Connection Type. (SOCKS TCP/UDP appears as TCP/UDP. NAT TCP/UDP appears as NAT_TCP/NAT_UDP)

string
deviceName
Required

Device Name from which logs were generated

number As float As float
flowId
Required

FLOW ID for the current session

number As float As float
sessionId
Required

SESSION ID for the connected device

string
connectionTime
Required

Connection Time

string
deviceIP
Required

Device IP Address (WIFI or 4G)

string
remoteHostName
Required

Domain Name of the remote host

string
deviceUid
Required

Device unique identifier

string
connectionStatus
Required

Connection Status of the device

string
deviceUserName
Required

Username of user using the device

string
connection
Required

Connection Family. Can be Session/Stream/Datagram

string
remoteConnectionStatus
Required

Status of the connection between Tunnel Server and the remote host

string
remoteHostIp
Required

IP Address of the remote host

number As float As float
remoteHostPort
Required

Port of the remote host

string
serverIP
Required

Tunnel server`s IP address

string
connected
Required

Session connection status

string
available
Required

Session availability status

number As float As float
numOfActiveConnections
Required

Number of active connections to tunnel server

string
remoteBytesTransfered
Required

Number of Bytes Transferred Upstream / Number of Bytes Transferred Downstream