v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
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

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Engineering Profile registered successfully in EDH"
}