Update Independent Protected VMs Settings Under Failover Runbook
This request updates the list of existing independent protected VMs (i.e., not included in a recovery group) under a protected domain’s failover runbook.
Usage:
PUT on /domains/{domainId}/settings/runbook/failover/vms
Request URL:
https://<MS hostname>/jss/domains/{domainId}/settings/runbook/failover/vms
Header:
fios-session:vc_sessionId
Request:
{
"protectedVms": [{
"id": "1ddedb18-9881-11ec-8884-005056bbc14c",
"name": "fs188-cent-vm5",
"bootDelay": null,
"numCPU": 2,
"memoryKB": "2097152",
"virtualNics": [{
"key": 4000,
"pciSlotNumber": 192,
"ipAddress": "10.40.2.17",
"subnetMask": "255.255.248.0",
"defaultGateway": "10.40.0.1",
"dns": "10.40.0.10",
"dnsSuffix": "DNS Suffix"
}],
"retainMAC": true,
"powerOff": false
},
{
"id": "1e1eca4b-9881-11ec-8884-005056bbc14c",
"name": "fs188-cent-vm4",
"bootDelay": null,
"numCPU": 2,
"memoryKB": "2097152",
"virtualNics": [{
"key": 4000,
"pciSlotNumber": 192,
"ipAddress": "10.40.2.18",
"subnetMask": "255.255.248.0",
"defaultGateway": "10.40.0.1",
"dns": "10.40.0.10",
"dnsSuffix": "DNS Suffix"
}],
"retainMAC": true,
"powerOff": false
}
]
}
Response:
**None**