Virtual Desktops

Create software stack

Creates a new software stack from an AMI for virtual desktop deployment (admin access required)

post/api/dcv/virtual_desktops/software_stacks

Headers

X-EDH-USERstring required
Example:admin.user

SOCA username for authentication (must be admin)

X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

SOCA authentication token

Response

Software stack created successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "ami-12345678 registered successfully in SOCA as Ubuntu Desktop 20.04"
}

Changes