/vmReplicaPoints/{ID}/mounts/{ID}/{filepath}
Represents a VM guest OS file or folder that can be restored.
The /vmReplicaPoints/{ID}/mounts/{ID}/{filepath} resource becomes available only after the client performs file-level restore for the VM by sending the POST HTTP request to the /vmReplicaPoints/{ID}/mounts resource. For details, see POST /vmReplicaPoints/{ID}/mounts.
During the restore process, Veeam Backup & Replication mounts VM replica disks to the backup server. As a result, the VM guest OS files can be accessed through the mount point by the following path: C:\VeeamFLR\<vm-name>. The client can browse the VM guest file system, get the necessary files and folders and restore them.
Resource URL
https://<Enterprise-Manager>:9398/api/vmReplicaPoints/{ID}/mounts/{ID}/{filepath} |
Related Resources
/vmReplicaPoints/{ID}/mounts/{ID}
Methods
The following methods are supported for the /vmReplicaPoints/{ID}/mounts/{ID}/{filepath} resource:
- GET /vmReplicaPoints/{ID}/mounts/{ID}/{filepath}
- POST /vmReplicaPoints/{ID}/mounts/{ID}/{filepath}?action=restore
Resource Representation
The /vmReplicaPoints/{ID}/mounts/{ID}/{filepath} resource has a resource representation of the following type:
<FileSystemEntry xmlns="http://www.veeam.com/ent/v1.0"> |