def targets(self, operation_id, target=None):
        """ gets the targets id of an operation, matching the target name """
        targets = self._call_get('target')
        #logging.debug("targets: %s" % targets)
        #pp = pprint.PrettyPrinter(indent=4)