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

/catalog/vms/{vmname}/vmRestorePoints/{ID}/guestfs/

In this article

    Represents a hierarchy of the VM guest OS files within a VM backup.

    The /catalog/vms/{vmname}/vmRestorePoints/{ID}/guestfs/ resource becomes available after the client sends the POST request to the /catalog/vms/{vmname}/vmRestorePoints/{ID}?action=browse URL. To learn more, see (POST) /catalog/vms/{vmname}/vmRestorePoints/{ID}?action=browse.

    Resource URL

    http://<Enterprise-Manager>:9399/api/catalog/vms/{vmname}/vmRestorePoints/{ID}/guestfs/

    Related Resources

    /catalog/vms/{vmname}/vmRestorePoints/{ID}

    Methods

    The following methods are supported for the /catalog/vms/{vmname}/vmRestorePoints/{ID}/guestfs/ resource:

    (GET) /catalog/vms/{vmname}/vmRestorePoints/{ID}/guestfs/

    Resource Representation

    The /catalog/vms/{vmname}/vmRestorePoints/{ID}/guestfs/ 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/catalog/vms/exch01/vmRestorePoints/1bd3ebf0-34fa-40f6-bc4c-c9bacdba8c0a/guestfs/">
       <Links>
         <Link Rel="Down" Type="FileSystemItemsList" Href="http://localhost:9399/api/catalog/vms/exch01/vmRestorePoints/1bd3ebf0-34fa-40f6-bc4c-c9bacdba8c0a/guestfs/?action=listAll" />
         <Link Rel="Down" Type="FileEntryList" Href="http://localhost:9399/api/catalog/vms/exch01/vmRestorePoints/1bd3ebf0-34fa-40f6-bc4c-c9bacdba8c0a/guestfs/?action=listFiles&pageSize=10&page=1" />
         <Link Rel="Down" Type="DirectoryEntryList" Href="http://localhost:9399/api/catalog/vms/exch01/vmRestorePoints/1bd3ebf0-34fa-40f6-bc4c-c9bacdba8c0a/guestfs/?action=listDirs&pageSize=10&page=1" />
       </Links>
     </DirectoryEntry>
    </FileSystemEntry>