Apache Guacamole · Schema

ConnectionHistoryEntry

Historical record of a completed or active connection

ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

Properties

Name Type Description
identifier string History entry identifier
connectionIdentifier string Associated connection ID
connectionName string Name of the connection
username string Username who made the connection
startDate integer Connection start time in milliseconds
endDate integer Connection end time in milliseconds (null if still active)
View JSON Schema on GitHub