LicenseKey

Get

get

Retrieve the list RAS Template license keys.

Path parameters
idinteger · int32Required

The ID of a RAS Template to obtain information from.

Responses
200

Success

application/json; api-version=1.0
get
/api/VDI/Template/{id}/LicenseKey

Add

post

Modify properties of a RAS Template license key.

Path parameters
idinteger · int32Required

The ID of a RAS Template to modify.

Body

Add a license key to the Template license keys list

keystring | nullableRequired

The license key.

keyLimitinteger · int32Required

The max limit for the license key.

Responses
post
/api/VDI/Template/{id}/LicenseKey

No content

Delete

delete

Delete the specified license key info from the specified RAS Template configuration.

Path parameters
idinteger · int32Required

The ID of the RAS Template to remove license key from.

Body

Remove a license key from the Template license keys list

keystring | nullableRequired

The license key to remove.

Responses
delete
/api/VDI/Template/{id}/LicenseKey

No content

Was this helpful?