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

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. For details, see POST /catalog/vms/{vmname}/vmRestorePoints/{ID}?action=browse.

Resource URL

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