UcsDiscoveryJob.prototype.logIn = function () {
        var url = "/login";
        return this.ucs.clientRequest(url)
            .then(function(response) {
                return response.body;