trail_slice
Trail index object. Specifies the parameters that were indexed for a connection (per channel)
connnection_idstring
defines the connection id
channel_idstring
defines the channel id
protocolstring
Possible values: [SSH
, RDP
]
timestampstring<date-time>
indicates the timestamp of the indexed content
Example:
2017-01-01T15:05:05Z
positioninteger
specifies the position relative to the start of playback in milliseconds
contentstring
the indexed connection data in textual format for a given time window
Example:
ls -ltr
trail_slice
{
"connnection_id": "string",
"channel_id": "string",
"protocol": "SSH",
"timestamp": "2017-01-01T15:05:05Z",
"position": 0,
"content": "ls -ltr"
}