Interface StorageDomainTemplatesService.ListRequest

    • Method Detail

      • unregistered

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