Interface StorageDomainVmsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    StorageDomainVmsServiceImpl

    public interface StorageDomainVmsService
    extends Service
    Lists the virtual machines of an export storage domain. For example, to retrieve the virtual machines that are available in the storage domain with identifier `123` send the following request: [source] ---- GET /ovirt-engine/api/storagedomains/123/vms ---- This will return the following response body: [source,xml] ---- vm1 ... ---- Virtual machines and templates in these collections have a similar representation to their counterparts in the top-level <> and <> collections, except they also contain a <> reference and an <> action.