Interface DiskService.ConvertResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DiskService

    public static interface DiskService.ConvertResponse
    extends Response
    Converts disk format and/or preallocation mode. For example, to convert the disk format from preallocated-cow to a sparse-raw image, send a request like the following: [source] ---- POST /ovirt-engine/api/disks/123/convert ---- With the following request body: [source,xml] ---- true raw ----