Apache Guacamole · Example Payload

Guacamole Rest Connection History Entry Example

ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

Guacamole Rest Connection History Entry Example is an example object payload from Apache Guacamole, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

identifierconnectionIdentifierconnectionNameusernamestartDateendDate

Example Payload

Raw ↑
{
  "identifier": "hist-500123",
  "connectionIdentifier": "1",
  "connectionName": "My RDP Server",
  "username": "jsmith",
  "startDate": "1718153645993",
  "endDate": "1718157245993"
}