Complete Continuous Failover (CFO) of MinIO Protected Domain (Cloud-to-Cloud)
This request initiates the final step to complete CFO of a MinIO protected domain.
Usage:
POST on /domains/minios3/{domainId}/completec2cfailover
Request URL
https://<MS hostname>/jss/domains/minios3/{domainId}/completec2cfailover
Header:
fios-session:vc_sessionId
Request:
{
"force": false,
"planned": true,
"includePitr": false,
"resumeContinuousRehydration": true,
"networkMapping": [
{
"srcNetworkId": "Network:network-131",
"destNetworkId": "Network:network-1745"
}
],
"guestCredentialsList": [
{
"protectedVmId": "f578e6b3-19aa-11ee-b297-005056b73400",
"username": "<USERNAME>",
"password": "<PASSWORD>"
},
{
"protectedVmId": "f5444220-19aa-11ee-b297-005056b73400",
"username": "<USERNAME>",
"password": "<PASSWORD>"
}
],
"remoteSiteRocvaNetworkSettings": {
"internalNetwork": {
"staticIp": true,
"ipAddress": "<IP ADDRESS>",
"netmask": "<NETMASK>",
"dns": "<DNS>",
"gateway": "<GATEWAY>"
},
"replicationNetwork": {
"staticIp": true,
"ipAddress": "<IP ADDRESS>",
"defaultGateway": true,
"netmask": "<NETMASK>",
"dns": "<DNS>",
"gateway": "<GATEWAY>"
},
"mgmtNetwork": {
"staticIp": true,
"ipAddress": "<IP ADDRESS>",
"netmask": "<NETMASK>",
"dns": "<DNS>",
"gateway": "<GATEWAY>"
}
}
}
Response:
**none**