This service is also available as XMLRPC from http://geni.renci.org:15080/registry/. For example in Python:
import xmlrpclib proxy=xmlrpclib.ServerProxy("http://geni.renci.org:15080/registry/") proxy.registryService.getAllControllers()