Configure a New DR Virtual Appliance
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": "js021-drva1",
"datacenterId": "Datacenter:datacenter-3",
"clusterId": "ClusterComputeResource:domain-c1003",
"resourcePoolId": null,
"vmFolderId": null,
"datastoreId": "Datastore:datastore-2001",
"numCPU": 4,
"memoryKB": 8388608,
"drvaNetworkSettings": {
"internalNetwork": {
"networkId": "Network:network-14",
"staticIp": true,
"ipAddress": "10.40.1.44",
"netmask": "255.255.248.0",
"dns": "10.40.0.10,10.40.0.9"
},
"replicationNetwork": {
"networkId": "Network:network-14",
"staticIp": true,
"ipAddress": "10.40.1.44",
"netmask": "255.255.248.0",
"dns": "10.40.0.10,10.40.0.9"
},
"replicationLogNetworks": [
{
"networkId": "Network:network-14",
"staticIp": true,
"ipAddress": "10.40.1.44",
"netmask": "255.255.248.0",
"dns": "10.40.0.10,10.40.0.9"
}
],
"mgmtNetwork": {
"networkId": "Network:network-14",
"staticIp": true,
"ipAddress": "10.40.1.44",
"netmask": "255.255.248.0",
"dns": "10.40.0.10,10.40.0.9"
},
"defaultGateway": {
"networkId": "Network:network-14",
"gateway": "10.40.0.1"
}
}
}
Response:
{
"completedAt": null,
"description": "Deploy DRVA",
"errorCode": null,
"errorMessage": null,
"errorTargets": [],
"id": 2,
"longRunning": false,
"maxtime": 300000,
"parentTaskId": null,
"progress": 0,
"progressStatusCode": 10001,
"startedAt": null,
"state": "Initializing task",
"submittedAt": "1690492585370",
"submittedBy": "VSPHERE.LOCAL\\Administrator",
"successDetailCode": null,
"successDetailMessage": null,
"successDetailParams": null,
"target": "js021-drva1",
"targetName": "js021-drva1",
"taskType": "STARTVMRECOVERY"
}