/catalog/vms

Represents a collection of VMs whose guest OS files have been indexed during backup.

Resource URL

The URL of the reference resource representation:

https://<Enterprise-Manager>:9398/api/catalog/vms

Related Resources

/catalog/vms/{vmname}

Methods

The following methods are supported for the /catalog/vms resource:

GET /catalog/vms

Resource Representation

The /catalog/vms resource has a resource representation of the following type.

<EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
 <Ref Type="CatalogVmReference" Href="https://localhost:9398/api/catalog/vms/srv04" Name="srv04" UID="urn:veeam:CatalogVm:srv04">
   <Links>
     <Link Rel="Alternate" Href="https://localhost:9398/api/catalog/vms/srv04?format=Entity" />
     <Link Rel="Down" Type="CatalogVmRestorePointReferenceList" Href="https://localhost:9398/api/catalog/vms/srv04/vmRestorePoints" />
   </Links>
 </Ref>
</EntityReferences>