Guacamole

Generate an encrypted Guacamole connection token

Creates an AES-256-CBC encrypted token for guacamole-lite with the given connection parameters

post/guacamole/token

Request body

type'rdp' | 'vnc' | 'telnet' required
hostnamestring required
portinteger
usernamestring
passwordstring
domainstring

Response

Encrypted connection token

tokenstring

Changes