Virtual Desktops
Get software stacks
Retrieves software stacks for virtual desktops, optionally filtered by stack ID (admin access required)
get/api/dcv/virtual_desktops/software_stacks
Query parameters
software_stack_idstring
Example:1
Specific software stack ID to retrieve (returns all if not specified)
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 stacks retrieved successfully
Example response
{
"success": true
}