This request starts the Continuous Failover task for a MinIO S3 protected domain to recover VMs on the cloud recovery site.

Usage:

POST on /domains/minios3/{domainId}/c2cfailovercontinuous

Request URL: 

https://<MS hostname>/jss/domains/minios3/{domainId}/c2cfailovercontinuous

Header:

fios-session:vc_sessionId

Request:

{

    "datacenterId": "Datacenter:datacenter-1718",

    "clusterId": "ClusterComputeResource:domain-c1739",

    "datastoreId": "Datastore:datastore-1744",

    "resourcePoolId": null,

    "vmFolderId": null,

    "networkMapping": [

        {

            "srcNetworkId": "Network:network-131",

            "destNetworkId": "Network:network-1745"

        }

    ],

    "rocvaNetworkSettings": {

        "internalNetwork": {

            "networkId": "Network:network-1745",

            "staticIp": false,

            "ipAddress": null,

            "vlanTag": null,

            "defaultGateway": true,

            "netmask": null,

            "dns": null,

            "gateway": null

        },

        "replicationNetwork": {

            "networkId": "Network:network-1745",

            "staticIp": false,

            "ipAddress": null,

            "vlanTag": null,

            "defaultGateway": true,

            "netmask": null,

            "dns": null,

            "gateway": null

        },

        "mgmtNetwork": {

            "networkId": "Network:network-1745",

            "staticIp": false,

            "ipAddress": null,

            "vlanTag": null,

            "defaultGateway": true,

            "netmask": null,

            "dns": null,

            "gateway": null

        }

    },

    "drvaId": 1,

    "diskId": "6000c29b5ef46009165cf1f7e841fda7",

    "sectionSize": 15728640,

    "estimatedDataSize": 209715200

}

Response:

{

    "completedAt": null,

    "description": "Continuous Rehydration Domain",

    "errorCode": null,

    "errorMessage": null,

    "errorTargets": [],

    "id": 158,

    "longRunning": true,

    "maxtime": 300000,

    "parentTaskId": null,

    "progress": -1,

    "progressStatusCode": 10001,

    "startedAt": null,

    "state": "Initializing task",

    "submittedAt": "1646044008883",

    "submittedBy": "VSPHERE.LOCAL\\Administrator",

    "successDetailCode": null,

    "successDetailMessage": null,

    "successDetailParams": null,

    "target": "44708ca4-9868-11ec-8884-005056bbc14c",

    "targetName": "Domain1_MINIO-S3",

    "taskType": "CONTINUOUSFAILOVEROBJSTOREDOMAIN"

}