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

/vmReplicaPoints/{ID}/mounts

In this article

    Represents a mount point collection resource.

    Mount points are specific Veeam Backup Enterprise Manager objects that provide access to VM guest OS files. The /vmReplicaPoints/{ID}/mounts collection resource becomes available only after the client performs file-level restore for the VM replica 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 disks of a VM replica to the Veeam backup server. As a result, the VM replica guest OS files can be accessed through the mount point by the following path: C:\VeeamFLR\<vm-name>. The client can browse the VM replica guest file system, get the necessary files and folders and restore them.

    The /vmReplicaPoints/{ID}/mounts collection resource is available only within the currently existing logon session. After the logon session expires, all created mount points become inaccessible.

    Resource URL

    http://<Enterprise-Manager>:9399/api/vmReplicaPoints/{ID}/mounts

    Related Resources

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

    Methods

    The following methods are supported for the /vmReplicaPoints/{ID}/mounts resource:

    (GET) /vmReplicaPoints/{ID}/mounts

    Resource Representation

    The /vmReplicaPoints/{ID}/mounts resource has a resource representation of the following type:

    <VmReplicaPointMounts xmlns="http://www.veeam.com/ent/v1.0">
     <VmReplicaPointMount Type="VmReplicaPointMount" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1">
       <Links>
         <Link Rel="Delete" Type="VmReplicaPointMount" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1" />
       </Links>
       <FSRoots>
         <DirectoryEntry Type="DirectoryEntry" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/Volume$0:">
           <Path>Volume$0:</Path>
           <Name>Volume$0:</Name>
         </DirectoryEntry>
         <DirectoryEntry Type="DirectoryEntry" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/C:">
           <Path>C:</Path>
           <Name>C:</Name>
         </DirectoryEntry>
         <DirectoryEntry Type="DirectoryEntry" Href="http://localhost:9399/api/vmReplicaPoints/623cbbec-c8ff-4cf4-96be-d433f3b775c7/mounts/1/E:">
           <Path>E:</Path>
           <Name>E:</Name>
         </DirectoryEntry>
       </FSRoots>
     </VmReplicaPointMount>
    </VmReplicaPointMounts>