Interface TemplateService.ExportResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TemplateService

    public static interface TemplateService.ExportResponse
    extends Response
    Exports a template to the data center export domain. For example, send the following request: [source] ---- POST /ovirt-engine/api/templates/123/export ---- With a request body like this: [source,xml] ---- true ----