Get Protected Virtual Machine Batch Details
Get detailed information about the specified VMs.
The cloud file system containing the protection groups of interest.
{
"vms": [
{
"vcenter_id": "string",
"id": "string"
}
]
}
The VMs of interest. All results are returned in a single request, so the number of provided VMs should be bounded.
OK. The request succeeded.
"GetProtectedVirtualMachineBatchDetailsResponse Object"
An array of objects describing the provided protected VMs
Bad request. The server could not understand the request.
Unauthorized. The client has not authenticated.
Forbidden. The client is not authorized.
Not found. The server cannot find the specified resource.
VMware Live Cyber Recovery-specific error.
An error unique to VMware Live Cyber Recovery was encountered while attempting to satisfy the request. See the returned object for details on the error.
"Error Object"
A stack or error messages. The first element (top of the stack) is the broadest description of the failure.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/vcdr/v1/cloud-file-systems/{cloud_file_system_id}/protected-vms-batch