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
Example response
{
"success": true,
"message": "Session MyDesktop01 started successfully."
}