This is an archive version of the document. To get the most up-to-date information, see the current version.

/vmReplicaPoints/{ID}/mounts/{ID}/{filepath}

In this article

    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. To learn more, see (POST) /vmReplicaPoints/{ID}/mounts.

    During the restore process, Veeam Backup & Replication mounts VM replica disks to the Veeam 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

    http://<Enterprise-Manager>:9399/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:

    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">
     <DirectoryEntry Type="DirectoryEntry" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/E:/Documentation%202014">
       <Links>
         <Link Rel="Down" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/E:/Documentation%202014?action=listAll&pageSize=100&page=1" />
         <Link Rel="Down" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/E:/Documentation%202014?action=listDirs&pageSize=10&page=1" />
         <Link Rel="Down" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/E:/Documentation%202014?action=listFiles&pageSize=10&page=1" />
         <Link Rel="Restore" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/E:/Documentation%202014?action=restore" />
       </Links>
       <Path>E:/Documentation 2014</Path>
       <Name>Documentation 2014</Name>
     </DirectoryEntry>
    </FileSystemEntry>