Add VMs to MinIO Protected Domain
This request adds VMs to a MinIO protected domain.
Usage:
POST on /domains/minios3/{domainId}/vms
Request URL:
https://<MS hostname>/jss/domains/minios3/{domainId}/vms
Header:
fios-session:vc_sessionId
Request:
{
"vms": [{
"vmId": "5005a633-ee3d-ac96-f9f1-88ec0ad29312",
"cacheMode": "WRITEBACK_VMDK",
},
{
"vmId": "503b750c-43a9-df20-1650-023decd3e745",
"cacheMode": "WRITETHROUGH",
}
]
}
Response:
[{
"completedAt": null,
"description": "Start Protection",
"errorCode": null,
"errorMessage": null,
"errorTargets": [],
"id": 130,
"longRunning": false,
"maxtime": 300000,
"parentTaskId": null,
"progress": 0,
"progressStatusCode": 10001,
"startedAt": null,
"state": "Initializing task",
"submittedAt": "1646034666444",
"submittedBy": "VSPHERE.LOCAL\\Administrator",
"successDetailCode": null,
"successDetailMessage": null,
"successDetailParams": null,
"target": "5005a633-ee3d-ac96-f9f1-88ec0ad29312",
"targetName": "fs188-cent-vm3",
"taskType": "ADDVMTODOMAIN"
},
{
"completedAt": null,
"description": "Start Protection",
"errorCode": null,
"errorMessage": null,
"errorTargets": [],
"id": 131,
"longRunning": false,
"maxtime": 300000,
"parentTaskId": null,
"progress": 0,
"progressStatusCode": 10001,
"startedAt": null,
"state": "Initializing task",
"submittedAt": "1646034667183",
"submittedBy": "VSPHERE.LOCAL\\Administrator",
"successDetailCode": null,
"successDetailMessage": null,
"successDetailParams": null,
"target": "503b750c-43a9-df20-1650-023decd3e745",
"targetName": "fs188-cent-vm2",
"taskType": "ADDVMTODOMAIN"
}
]