Interface StorageServerConnectionService.RemoveRequest

    • Method Detail

      • host

        StorageServerConnectionService.RemoveRequest host​(String host)
        The name or identifier of the host from which the connection would be unmounted (disconnected). If not provided, no host will be disconnected. For example, to use the host with identifier `456` to delete the storage connection with identifier `123` send a request like this: [source] ---- DELETE /ovirt-engine/api/storageconnections/123?host=456 ----