Apache Guacamole · Example Payload

Guacamole Rest Active Connection Example

ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

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

Top-level fields

identifierconnectionIdentifierusernamestartDateremoteHost

Example Payload

Raw ↑
{
  "identifier": "ac-500123",
  "connectionIdentifier": "1",
  "username": "jsmith",
  "startDate": "1718153645993",
  "remoteHost": "10.0.0.1"
}