Skip to main content

Test Failover - Replication Group

Select

SaaS
Customer Managed

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
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 string

    ESX host where the DR VM will be restored and powered on.

  • destComputerUserName string

    Username of the DR VM.

  • resourcePoolPath string

    Resource pool path where the DR VM will be allocated during failover.

  • vmSize string

    Size configuration for the DR VM after failover operation.

  • destComputerName string

    Hostname of the DR VM.

  • datacenter string

    Datacenter of the DR VM.

  • newName string

    New name to be assigned to the DR VM after failover.

  • Datastore string

    Datastore where the DR VM's virtual disks will be stored.

  • name string

    Original name of the VM being restored as a DR VM.

  • guid string

    Unique identifier (GUID) of the DR VM.

  • nics object[]

    Network interface card configurations for the DR VM.

  • sourceNetwork string

    Original network name from the source VM.

  • destinationNetwork string

    Target network where the DR VM's NIC will be connected.

  • subnetId string

    Subnet identifier for the DR VM's network interface.

  • sourceNetworkId string

    Original network ID from the source VM.

  • networkName string

    Network name for the DR VM's network interface.

Responses

OK


Schema
  • repGroupJobIds object[]
  • jobIds string[]
Loading...