Modify Virtual Machine Details
Select
Modify the properties of an existing virtual machine
Path Parameters
- vmUUID string required
The vmUUID can be obtained from GET /virtualMachines UUID property
- application/json
Request Body
plan object
id int32name stringsecurity object
associations object[]
user object
id int32name stringcompany object
id int32name stringuseGroup object
id int32name stringcompany object
id int32name stringrole object
id int32name stringpermissions object[]
permissionId int32permissionName stringcategoryId int32categoryName stringtype stringPossible values: [
ALL_CATEGORIES
,CATEGORY_ENTITY
,PERMISSION_ENTITY
]Returns the type of association.
exclude booleanFlag to specify if this is included permission or excluded permission.
owners object[]
userId int32userName stringuserGroupId int32userGroupName stringrequirePasskeyForRestore object
Model to create, edit or disable passkey
currentPassKey stringThe current passkey for restricting backup restores.
newPassKey stringThe new passkey for restricting backup restores.
confirmPassKey stringConfirm the new passkey for restricting backup restores.
operationType stringPossible values: [
CREATE
,DISABLE
,EDIT
]The type of passkey operation
authKeyRestore object
passKey stringThe existing passkey for restricting backup restores.
authOpType booleanThe type of authorize for restore operation
expirationTime int32The duration(in unix time) for which a user can continue browsing and restoring backup data without being prompted to enter the passkey, again.
- 200
- 401
- 404
Success
Unauthorized
Requested Details not found