Perform Virtual Machine Operations
Select
SaaS
Customer Managed
Perform VM operations :- PowerOn, PowerOff, Delete, Reset, Edit Owners, Edit Creators
- application/json
Request Body
VMs list request body
- operation VMOperationEnum
Possible values: [
CREATE = 0
,RESTART = 1
,SHUTDOWN = 2
,SNAPSHOT = 3
,RESTORE_SNAP = 4
,DELETE = 5
,CLONE = 6
,PAUSE = 7
,POWERON = 10
,EDIT = 11
,VIEW_SNAPSHOTS = 12
,DELETE_SNAP_VM = 15
,RENEW_VM = 17
,REFRESH_VM = 20
,EDIT_OWNERS = 21
,POWER_OFF = 29
,EDIT_CREATOR = 30
,REFRESH = 31
,LIST_OWNERS = 32
,CREATE_LAB = 34
] virtualMachines object[]
GUID stringGUID of virtual machine
owners string[]list of owners for the virtual machine
creator stringcreator of virtual machine
snapOption object[]
name stringName of snapshot
desc stringDescription of snapshot
id stringID of snapshot
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
Internal Server Error
Loading...