Complete Continuous Failover (CFO) of Azure Blob Protected Domain (Cloud to Cloud)
This request initiates the final step to complete CFO of an Azure Blob protected domain.
Usage:
POST on /domains/azureblob/{domainId}/completec2cfailover
Request URL:
https://<MS hostname>/jss/domains/azureblob/{domainId}/completec2cfailover
Header:
fios-session:vc_sessionId
Request:
{
"planned": "true",
"resumeContinuousRehydration": "true",
"includePitr": true,
"remoteSiteRocvaNetworkSettings": {
"internalNetwork": {
"networkId": "Network:network-1",
"staticIp": true,
"ipAddress": "192.168.1.2",
"vlanTag": null,
"defaultGateway": true,
"netmask": "255.255.255.245",
"dns": "192.168.4.5",
"gateway": "192.168.1.0"
},
"replicationNetwork": {
"networkId": "Network:network-2",
"staticIp": true,
"ipAddress": "192.168.1.3",
"vlanTag": null,
"defaultGateway": true,
"netmask": "255.255.255.245",
"dns": "192.168.4.5",
"gateway": "192.168.1.0"
},
"mgmtNetwork": {
"networkId": "Network:network-3",
"staticIp": true,
"ipAddress": "192.168.1.4",
"vlanTag": null,
"defaultGateway": true,
"netmask": "255.255.255.245",
"dns": "192.168.4.5",
"gateway": "192.168.1.0"
}
},
"force": "false",
"networkMapping": [
{
"srcNetworkId": "Network:network-82",
"destNetworkId": "Network:network-125"
},
{
"srcNetworkId": "Network:network-33",
"destNetworkId": "Network:network-55"
}
],
"guestCredentialsList": [
{
"protectedVmId": "b2b529f2-8a19-4b62-8986-d03e7c6f5b61",
"username": " <USERNAME> ",
"password": " <PASSWORD> "
},
{
"protectedVmId": "cfb529f2-8a19-4b62-8986-d03e7c6f5b61",
"username": " <USERNAME> ",
"password": " <PASSWORD>"
}
]
}
Response:
**None**