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
Responses
- 200
- 400
- 404
- 503
Job initiated
- application/json
- Schema
- Example (from schema)
Schema
- jobId string
{
"jobId": "string"
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...