Interface StorageDomainTemplateService.ImportResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageDomainTemplateService

    public static interface StorageDomainTemplateService.ImportResponse
    extends Response
    Action to import a template from an export storage domain. For example, to import the template `456` from the storage domain `123` send the following request: [source] ---- POST /ovirt-engine/api/storagedomains/123/templates/456/import ---- With the following request body: [source, xml] ---- myexport mycluster ---- If you register an entity without specifying the cluster ID or name, the cluster name from the entity's OVF will be used (unless the register request also includes the cluster mapping).