Interface HostService.IscsiDiscoverResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    HostService

    public static interface HostService.IscsiDiscoverResponse
    extends Response
    This method has been deprecated since Engine version 4.4.6. DiscoverIscsi should be used instead. Discovers iSCSI targets on the host, using the initiator details. Returns an array of strings containing the discovered data. For example, to discover iSCSI targets available in `myiscsi.example.com`, from host `123`, send a request like this: [source] ---- POST /ovirt-engine/api/hosts/123/iscsidiscover ---- With a request body like this: [source,xml] ----
    myiscsi.example.com
    ----
    • Method Detail

      • iscsiTargets

        List<String> iscsiTargets()
        The iSCSI targets. *