List of Virtual Labs
Select
SaaS
Customer Managed
Get List of Virtual Labs
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
labs object[]
name stringName of virtual lab
id int32lab id
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
vmCount int32Number of virtual machines present in virtual lab
target object
id int32name stringexpirationTime int32Expiration time of virtual lab
{
"labs": [
{
"name": "string",
"id": 0,
"state": "STOPPED = 0",
"vmCount": 0,
"target": {
"id": 0,
"name": "string"
},
"expirationTime": 0
}
]
}
Unauthorized
Internal Server Error
Loading...