http://jira.hyperic.com/browse/HHQ-3898
AlertDefinitionApi contains function getAlertDefinitions(Resource,boolean):AlertDefinitionsResponse to list alert definitions from resource and optionally also include alert definition from child resources.
To be able to use same underlying methods from command line would help to handle alerts. This would improve performance if there is a need to navigate through platforms and list all alert definitions.
This would work by adding more qualifiers to "alertdefinition list" command.
--children (also listing child alerts from resources)
--id (use resource id as qualifier)
Anonymous