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

SOCA username for authentication

X-EDH-TOKENstring required

SOCA authentication token

Response

Virtual desktop session creation initiated successfully

successboolean required
messagestring required

Example response

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

Changes