Skip to main content

Perform failover group DR operation

Select

SaaS
Customer Managed

API to perform planned failover for failover group

Path Parameters
  • failoverGroupId int32 required

    Id of the failover group

  • drOperation string required

    Possible values: [PlannedFailover, UnplannedFailover, Failback, RevertFailover, UndoFailover, TestBoot, PITFailover, ReverseReplication, CleanupDestinationVM, TestFailover, UndoTestFailover]

    Name of DR operation. Case insensitive

Query Parameters
  • skipDisableNetworkAdapter boolean

    Whether to skip disabling network adapter in DR job

  • replicationId int32

    Replication ID of particular VM in group to perform DR job on

  • expirationTimeInHours int32

    Possible values: >= 1

    Custom expiration time of test failover VMs

Responses

Job initiated


Schema
  • jobId string
PUT /v4/failovergroups/:failovergroupid/action/:droperation    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
failoverGroupId — path required
drOperation — path required
skipDisableNetworkAdapter — query
replicationId — query
expirationTimeInHours — query
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/FailoverGroups/:failoverGroupId/Action/:drOperation' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'