LicenseKey
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/VDI/Template/{id}/LicenseKeyModify 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
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
post
/api/VDI/Template/{id}/LicenseKeyNo content
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
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/VDI/Template/{id}/LicenseKeyNo content
Was this helpful?