GetProtectedVirtualMachineBatchDetailsResponse
GetProtectedVirtualMachineBatchDetailsResponse
Response object encoding an array of detailed information about the specified protected VMs.
JSON Example
{
"vm_details": [
{
"vm_id": {
"vcenter_id": "string",
"id": "string"
},
"vcdr_vm_id": "string",
"name": "string",
"protection_groups": [
{
"id": "string",
"name": "string"
}
],
"size": "number"
}
]
}