List of TestFailover Machines Associated With Failover Group
Select
List of testFailover machines linked to the specified failover group
Path Parameters
- failoverGroupId number required
Id of failover group
- 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
osType stringPossible values: [
WINDOWS
,UNIX
]OS types
creator stringCreator of virtual machine
expirationTime int32Expiration time of virtual machine in UNIX timestamp format
dnsHostName stringDomain name associated with the virtual machine
loginUser object
id int32name stringenableRenew booleanIs renew operation supported
memory int64Memory size of virtual machine in MBs
numberOfCPUs int32Number of CPUs in virtual machine
numberOfDisks int32Number of disks attached to virtual machine
vendor stringPossible values: [
NONE
,VMW
,MICROSOFT
,XEN_SERVER
,AMAZON
,AZURE
,REDHAT
,AZURE_V2
,SCVMM
,NUTANIX
,ORACLE_VM
,DOCKER
,OPENSTACK
,ORACLE_CLOUD
,FUSIONCOMPUTE
,VCLOUD
,GOOGLE_CLOUD
,AZURE_STACK
,ALIBABA_CLOUD
,ORACLE_CLOUD_INFRASTRUCTURE
,KUBERNETES
,REDHAT_OPENSHIFT
,MONGODB_ATLAS
,PROXMOX
,KUBERNETES_AKS
,AZURE_STACK_HCI
,KUBERNETES_EKS
,MORPHEUS
]vmGUID stringGUID of virtual machine
lab object
id int32name stringtarget object
Details of target associated to virtual machine
id int32name stringsourceMachine object
Details of source virtual machine for live mounted machine
GUID stringname stringjobInfo object
Job summary of virtual machine under creation
id int64Job id
progress floatJob progress in percentage
{
"virtualMachines": [
{
"name": "string",
"state": "STOPPED = 0",
"ipAddress": "string",
"operatingSystem": "string",
"osType": "WINDOWS",
"creator": "string",
"expirationTime": 0,
"dnsHostName": "string",
"loginUser": {
"id": 0,
"name": "string"
},
"enableRenew": true,
"memory": 0,
"numberOfCPUs": 0,
"numberOfDisks": 0,
"vendor": "NONE",
"vmGUID": "string",
"lab": {
"id": 0,
"name": "string"
},
"target": {
"id": 0,
"name": "string"
},
"sourceMachine": {
"GUID": "string",
"name": "string"
},
"jobInfo": {
"id": 0,
"progress": 0
}
}
]
}
Unauthorized
Not Found
Internal Server Error