Interface StorageDomainDisksService.ListRequest

    • Method Detail

      • follow

        StorageDomainDisksService.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

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