Secure Access Log Search
API to perform search on Secure Access logs
Unique identifier of the customer for which logs are being requested
Number of logs to skip in paginated results, defaults to 0
Maximum number of logs to return
Start time of logs to search on
End time of logs to search on
Namespace of the tunnel server pod
Hostname of the connected device
Name of the App associated with the connection
Connection Type. (SOCKS TCP/UDP appears as TCP/UDP. NAT TCP/UDP appears as NAT_TCP/NAT_UDP)
Device Name from which logs were generated
FLOW ID for the current session
Unique session or flow ID
Connection Time
Device IP Address (WIFI or 4G)
Domain Name of the remote host
Device unique identifier
Connection Status of the device
Username of user using the device
Connection Family. Can be Session/Stream/Datagram
Status of the connection between Tunnel Server and the remote host
IP Address of the remote host
Port of the remote host
Tunnel server`s IP address
Session connection status
Session availability status
Number of active connections to tunnel server
Number of Bytes Transferred Upstream / Number of Bytes Transferred Downstream
Ingestion timestamp for the log
PoP from where the logs originated
Successfully retrieved Secure Access logs
{
"metaData": {
"limit": "number",
"more": false,
"nextPageLink": "string",
"prevPageLink": "string"
},
"data": [
{
"_source": {
"message": {
"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"
},
"logType": "string",
"@timestamp": "string",
"pop": "string"
}
}
],
"count": "number"
}
Data which contains logs for the log search response
Total log count for the log search query
Invalid Input
{
"errors": [
{
"message": "pop(s) for vni: 1 do not exist",
"path": "object.path",
"key": "INVALID_PARAMS"
}
],
"code": "INVALID_PARAMS"
}
Error code for the message
Unauthorized Access
{
"errors": [
{
"message": "pop(s) for vni: 1 do not exist",
"path": "object.path",
"key": "INVALID_PARAMS"
}
],
"code": "INVALID_PARAMS"
}
Error code for the message
Internal Server Error
{
"errors": [
{
"message": "pop(s) for vni: 1 do not exist",
"path": "object.path",
"key": "INVALID_PARAMS"
}
],
"code": "INVALID_PARAMS"
}
Error code for the message