Virtual Desktops
Update software stack
Updates an existing software stack configuration for virtual desktop deployment (admin access required)
put/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 updated successfully
Example response
{
"success": true,
"message": "ami-0abcdef1234567890 updated successfully in EDH"
}