Update Element Desktop Capacity License Impl

Update Element Desktop Capacity License Impl
Request
URI
PUT
https://{api_host}/dt-rest/v100/quota/manager/setdesktopcapacitylicense
COPY
Query Parameters
string
desktopmanagerid
Required

desktopmanagerid


Request Body
DtDesktopCapacityLicenseImpl of type(s) application/json
Optional
{
    "id": "string",
    "allocatedProcessorCapacity": "number",
    "allocatedMemoryCapacity": 0,
    "desktopCapacityUnitId": "string",
    "desktopManagerId": "string",
    "location": "string",
    "DtVGPUProfile": [
        {
            "id": "string",
            "deviceName": "string",
            "frameBuffer": "string",
            "vendorName": "string",
            "profileName": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "deprecated": false,
                    "name": "string",
                    "method": "string"
                }
            ]
        }
    ],
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

number As double As double
allocatedProcessorCapacity
Optional

allocatedProcessorCapacity

integer As int64 As int64
allocatedMemoryCapacity
Optional

allocatedMemoryCapacity

string
desktopCapacityUnitId
Optional

desktopCapacityUnitId

string
desktopManagerId
Optional

desktopManagerId

string
location
Optional

location

DtVGPUProfile
Optional

DtVGPUProfile

array of DtLink
DtLink
Optional

DtLink

Responses
200

successful operation

Returns DtDesktopCapacityLicense of type(s) */*
{
    "desktopCapacityUnitId": "string",
    "allocatedProcessorCapacity": "number",
    "allocatedMemoryCapacity": 0,
    "vgpuProfileList": [
        {
            "id": "string",
            "deviceName": "string",
            "frameBuffer": "string",
            "vendorName": "string",
            "profileName": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "deprecated": false,
                    "name": "string",
                    "method": "string"
                }
            ]
        }
    ],
    "desktopManagerId": "string",
    "id": "string",
    "links": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
desktopCapacityUnitId
Optional

desktopCapacityUnitId

number As double As double
allocatedProcessorCapacity
Optional

allocatedProcessorCapacity

integer As int64 As int64
allocatedMemoryCapacity
Optional

allocatedMemoryCapacity

vgpuProfileList
Optional

vgpuProfileList

string
desktopManagerId
Optional

desktopManagerId

string
id
Optional

id

array of DtLink
links
Optional

links