I just noticed that I can get bundle information with a URL like this: http://localhost:8080/system/console/bundles/1.json
but http://localhost:8080/system/console/bundles.json doesn't return anything. Trying the same pattern in other areas of the web console didn't prove as fruitful. I'm working on a script to visualize our bundle interdependencies and currently get my info using telnet and the Felix remote shell. Is it possible to get more JSON data about the server (bundle list, configuration information, etc)?

