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