Apache Guacamole · Example Payload

Guacamole Rest Connection Example

ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

Guacamole Rest Connection 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

identifiernameprotocolparentIdentifieractiveConnectionsparameters

Example Payload

Raw ↑
{
  "identifier": "1",
  "name": "My RDP Server",
  "protocol": "rdp",
  "parentIdentifier": "ROOT",
  "activeConnections": "0",
  "parameters": {}
}