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
EDH username for authentication (must be admin)
X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
EDH authentication token
Response
Software stack created successfully
Example response
{
"success": true,
"message": "ami-12345678 registered successfully in EDH as Ubuntu Desktop 20.04"
}