Virtual Desktops

Fetch the .dcv connection file for a session

Returns the .dcv connection file (as text/plain attachment) for the specified session. The caller must be the session owner or hold the admin token. Same payload as the WebUI route.

get/api/dcv/virtual_desktops/connection_file

Query parameters

session_uuidstring required

Session UUID

ownerstring

Session owner. Defaults to X-EDH-USER. Only the admin token may pass an owner different from itself; other tokens that attempt this get a 403.

Headers

X-EDH-USERstring required
X-EDH-TOKENstring required

Response

.dcv connection file (text/plain attachment)

Changes