Apache Guacamole · Example Payload

Guacamole Rest Auth Token Example

ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

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

Top-level fields

authTokenusernamedataSourceavailableDataSources

Example Payload

Raw ↑
{
  "authToken": "abc123def456",
  "username": "guacadmin",
  "dataSource": "postgresql",
  "availableDataSources": [
    "postgresql"
  ]
}