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