def _call_get(self, api_name):
        link = 'https://%s/%s' % (self.host, api_name)
        #logging.debug("_call_get: %s" % link)
        resp = self._get_response(link, self.cookie)
        result = json.loads(resp)