Best way to generate an alarm list

results = system.alarm.queryStatus(source=["*"]) for alarm in results: print alarm.source

That should do the trick. Of course that just gives the source, but you could use the alarm object to grab whatever configuration settings you wanted out of it.