Test Failover - Replication Group
Select
This operation triggers a Test Failover job and returns a Job ID in the response.
Path Parameters
- ReplicationGroupID string required
Header Parameters
- Accept string required
- application/json
Request Body
- expirationTimeInHours int32
The number of hours after which the DR VM will expire.
restoreOptions object[]
Advanced options for DR VM restore configuration during failover operations.
esxHost stringESX host where the DR VM will be restored and powered on.
destComputerUserName stringUsername of the DR VM.
resourcePoolPath stringResource pool path where the DR VM will be allocated during failover.
vmSize stringSize configuration for the DR VM after failover operation.
destComputerName stringHostname of the DR VM.
datacenter stringDatacenter of the DR VM.
newName stringNew name to be assigned to the DR VM after failover.
Datastore stringDatastore where the DR VM's virtual disks will be stored.
name stringOriginal name of the VM being restored as a DR VM.
guid stringUnique identifier (GUID) of the DR VM.
nics object[]
Network interface card configurations for the DR VM.
sourceNetwork stringOriginal network name from the source VM.
destinationNetwork stringTarget network where the DR VM's NIC will be connected.
subnetId stringSubnet identifier for the DR VM's network interface.
sourceNetworkId stringOriginal network ID from the source VM.
networkName stringNetwork name for the DR VM's network interface.
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
repGroupJobIds object[]
jobIds string[]
{
"repGroupJobIds": [
{
"jobIds": [
"string"
]
}
]
}
{
"repGroupJobIds": [
{
"jobIds": [
"1328078"
]
}
]
}