trail
The trail metadata for audited connection. Not available for connection listing.
connection_idstring<uuid>
host_idstring<uuid>
user_idstring<uuid>
protocolstring
channels object[]
Array [
idstring
typestring
Type description for the channel.
bytes_client_to_serverinteger
Bytes transferred from client to server.
bytes_server_to_clientinteger
Bytes transferred from server to client.
protocol_file object
idstring<uuid>
namestring
offsetinteger
directioninteger
From server to client = 1, from client to server = 2
open_timestring<date-time>
close_timestring<date-time>
payload_sizeinteger
closedboolean
statusstring
Possible values: [OK
, PERMISSION_DENIED
, TIMEOUT
, MISSING
, LENGTH_MISMATCH
, CHECKSUM_MISMATCH
, DECRYPTION_ERROR
, STORAGE_UNDEFINED
, ID_UNDEFINED
, UNCLEAN_CLOSE
, GENERIC_ERROR
, ONGOING
]
transferred_files object[]
Array [
idstring<uuid>
namestring
offsetinteger
directioninteger
From server to client = 1, from client to server = 2
open_timestring<date-time>
close_timestring<date-time>
payload_sizeinteger
closedboolean
statusstring
Possible values: [OK
, PERMISSION_DENIED
, TIMEOUT
, MISSING
, LENGTH_MISMATCH
, CHECKSUM_MISMATCH
, DECRYPTION_ERROR
, STORAGE_UNDEFINED
, ID_UNDEFINED
, UNCLEAN_CLOSE
, GENERIC_ERROR
, ONGOING
]
]
]
trail
{
"connection_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"host_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"protocol": "string",
"channels": [
{
"id": "string",
"type": "string",
"bytes_client_to_server": 0,
"bytes_server_to_client": 0,
"protocol_file": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"offset": 0,
"direction": 0,
"open_time": "2024-07-29T15:51:28.071Z",
"close_time": "2024-07-29T15:51:28.071Z",
"payload_size": 0,
"closed": true,
"status": "OK"
},
"transferred_files": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"offset": 0,
"direction": 0,
"open_time": "2024-07-29T15:51:28.071Z",
"close_time": "2024-07-29T15:51:28.071Z",
"payload_size": 0,
"closed": true,
"status": "OK"
}
]
}
]
}