def _list_pcs_hosts(self):
        url = const.PcsUrl + 'manage'
        pars = { 'method': 'listhost'}
        return self._get(url, pars, self._list_pcs_hosts_act, addtoken = False)