Interface StorageDomainVmsService.ListRequest

    • Method Detail

      • follow

        StorageDomainVmsService.ListRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
      • unregistered

        StorageDomainVmsService.ListRequest unregistered​(Boolean unregistered)
        Indicates whether to retrieve a list of registered or unregistered virtual machines which contain disks on the storage domain. To get a list of unregistered virtual machines the call should indicate the unregistered flag. For example, to get a list of unregistered virtual machines the REST API call should look like this: .... GET /ovirt-engine/api/storagedomains/123/vms?unregistered=true .... The default value of the unregisterd flag is `false`. The request only apply to storage domains that are attached.