def instances_by_name(self, name):
        """ gets the instances id of an operation, matching the ident """
        logging.debug("looking for instances with target: %s" % name)
        agents = self._call_get('agent')
        #logging.debug("agents: %s" % agents)