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

/catalog/vms

In this article

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

    Resource URL

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/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="http://localhost:9399/api/catalog/vms/srv04" Name="srv04" UID="urn:veeam:CatalogVm:srv04">
       <Links>
         <Link Rel="Alternate" Href="http://localhost:9399/api/catalog/vms/srv04?format=Entity" />
         <Link Rel="Down" Type="CatalogVmRestorePointReferenceList" Href="http://localhost:9399/api/catalog/vms/srv04/vmRestorePoints" />
       </Links>
     </Ref>
    </EntityReferences>