This request configures a new DR Virtual Appliance (DRVA)

Usage:

POST on /drvas

Request URL:

 https://<MS hostname>/jss/drvas

Header:

fios-session:vc_sessionId

Request:

{

    "name": "DRVA-1",

    "datacenterId": "Datacenter:datacenter-8193",

    "clusterId": "ClusterComputeResource:domain-c8198",

    "resourcePoolId": null,

    "vmFolderId": null,

    "datastoreId": "Datastore:datastore-8210",

    "numCPU": 4,

    "memoryKB": 8388608,

    "drvaNetworkSettings": {

        "internalNetwork": {

            "networkId": "Network:network-8214",

            "staticIp": true,

            "ipAddress": "10.40.2.16",

            "defaultGateway": true,

            "netmask": "255.255.248.0",

            "dns": "10.40.0.10",

            "gateway": "10.40.0.1"

        },

        "replicationNetwork": {

            "networkId": "Network:network-8214",

            "staticIp": true,

            "ipAddress": "10.40.2.16",

            "defaultGateway": true,

            "netmask": "255.255.248.0",

            "dns": "10.40.0.10",

            "gateway": "10.40.0.1"

        },

        "replicationLogNetworks": [

            {

                "networkId": "Network:network-8214",

                "staticIp": true,

                "ipAddress": "10.40.2.16",

                "defaultGateway": true,

                "netmask": "255.255.248.0",

                "dns": "10.40.0.10",

                "gateway": "10.40.0.1"

            }

        ],

        "mgmtNetwork": {

            "networkId": "Network:network-8214",

            "staticIp": true,

            "ipAddress": "10.40.2.16",

            "defaultGateway": true,

            "netmask": "255.255.248.0",

            "dns": "10.40.0.10",

            "gateway": "10.40.0.1"

        }

    }

}

Response:

    "completedAt": null, 

    "description": "Deploy DRVA", 

    "errorCode": null, 

    "errorMessage": null, 

    "errorTargets": [], 

    "id": 102, 

    "longRunning": false, 

    "maxtime": 300000, 

    "parentTaskId": null, 

    "progress": 0, 

    "progressStatusCode": 10001, 

    "startedAt": null, 

    "state": "Initializing task", 

    "submittedAt": "1690182031304", 

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

    "successDetailCode": null, 

    "successDetailMessage": null, 

    "successDetailParams": null, 

    "target": "drva-1", 

    "targetName": "drva-1", 

    "taskType": "STARTVMRECOVERY" 

}