v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Virtual Desktops

Create new virtual desktop session

Provisions a new EC2 instance with DCV for remote desktop access

post/api/dcv/virtual_desktops/create

Headers

X-EDH-USERstring required

EDH username for authentication

X-EDH-TOKENstring required

EDH authentication token

Response

Virtual desktop session creation initiated successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "Session MyDesktop01 started successfully."
}