Interface ExternalTemplateImportsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ExternalTemplateImportsServiceImpl

    public interface ExternalTemplateImportsService
    extends Service
    Provides capability to import external templates. Currently supports OVA only.
    • Method Detail

      • add

        ExternalTemplateImportsService.AddRequest add()
        This operation is used to import a template from external hypervisor. For example import of a template OVA can be facilitated using the following request: [source] ---- POST /externaltemplateimports ---- With request body of type <>, for example: [source,xml] ---- ova:///mnt/ova/ova_template.ova ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.