Interface StorageServerConnectionExtensionsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageServerConnectionExtensionsService

    public static interface StorageServerConnectionExtensionsService.AddResponse
    extends Response
    Creates a new storage server connection extension for the given host. The extension lets the user define credentials for an iSCSI target for a specific host. For example to use `myuser` and `mypassword` as the credentials when connecting to the iSCSI target from host `123` send a request like this: [source] ---- POST /ovirt-engine/api/hosts/123/storageconnectionextensions ---- With a request body like this: [source,xml] ---- iqn.2016-01.com.example:mytarget myuser mypassword ----