Interface DiskService.RefreshLunResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DiskService

    public static interface DiskService.RefreshLunResponse
    extends Response
    Refreshes a direct LUN disk with up-to-date information from the storage. Refreshing a direct LUN disk is useful when: - The LUN was added using the API without the host parameter, and therefore does not contain any information from the storage (see <>). - New information about the LUN is available on the storage and you want to update the LUN with it. To refresh direct LUN disk `123` using host `456`, send the following request: [source] ---- POST /ovirt-engine/api/disks/123/refreshlun ---- With the following request body: [source,xml] ---- ----