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

SOCA username for authentication (must be admin)

X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

SOCA authentication token

Response

Virtual desktop profile created successfully

successboolean
messagestring

Example response

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

Changes