this.App.ajax({
                url: Config.api_root + 'health',
                success: this.cbLoaded(function(resp) {
                    this.data = resp;
                    this.render();