Virtual Desktops
Create virtual desktop profile
Creates a new virtual desktop profile with specified configuration (admin access required)
post/api/dcv/virtual_desktops/profiles
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
Virtual desktop profile created successfully
Example response
{
"success": true,
"message": "Engineering Profile registered successfully in EDH"
}