Version
Retrieve a list of template's versions.
Query parameters
SiteIdinteger · int32Optional
Site ID for which the template with version information will be retrieved (optional)
NamestringOptional
Filter the result by name (optional)
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/AVD/Template/VersionModify properties of a RAS Template version.
Path parameters
idinteger · int32Required
The ID of a RAS Template
VersionIdinteger · int32Required
The ID of a RAS Template Version
Body
newNamestring | nullableOptional
Template version name.
descriptionstring | nullableOptional
Template version description
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/AVD/Template/{id}/Version/{VersionId}No content
Remove settings of a RAS Template version.
Path parameters
idinteger · int32Required
The ID of a RAS Template
VersionIdinteger · int32Required
The ID of a RAS Template Version
Responses
204
No Content
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/AVD/Template/{id}/Version/{VersionId}Was this helpful?