List of VMs in Lab
Select
SaaS
Customer Managed
List of virtual machines created under lab
Query Parameters
- id number
Lab Id
- name string
Lab Name
Responses
- 200
- 401
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
virtualMachines object[]
name stringName of virtual machine
state VMStatePossible values: [
STOPPED = 0
,RUNNING = 1
,SUSPENDED = 2
,UNKNOWN = 3
,ARCHIVED = 4
,EXPIRED = 5
,UNAVAILABLE = 6
,CREATING = 101
,CLONING = 102
,CREATING_SNAPSHOT = 103
,REVERTING_SNAPSHOT = 104
,DELETING_SNAPSHOT = 105
,STARTING = 106
,STOPPING = 107
,SUSPENDING = 108
,RESTARTING = 109
,DELETING = 110
,RECOVERING = 111
,RETRIEVING = 112
]State of VirtualMachine
ipAddress stringIP address of virtual machine
operatingSystem stringOperating system of virtual machine
creator stringCreator of virtual machine
expirationTime int32Expiration time of virtual machine
vmGUID stringGUID of virtual machine
lab object
id int32name string
{
"virtualMachines": [
{
"name": "string",
"state": "STOPPED = 0",
"ipAddress": "string",
"operatingSystem": "string",
"creator": "string",
"expirationTime": 0,
"vmGUID": "string",
"lab": {
"id": 0,
"name": "string"
}
}
]
}
Unauthorized
Lab Not Found
Internal Server Error
Loading...