Description of problem: Hello. I am testing about aodh alarm create like below. openstack alarm create --name cpu_hi \ --type gnocchi_resources_threshold \ --description 'instance running hot' \ --enabled true \ --metric cpu_util --threshold 10.0 \ --comparison-operator ge --aggregation-method mean \ --granularity 300 --evaluation-periods 1 \ --alarm-action 'http://192.168.122.1:8080/examples/jsp/test.jsp' \ --ok-action 'http://192.168.122.1:8080/examples/jsp/test.jsp' \ --resource-type instance --resource-id 32e95e21-d0a8-4384-8051-c1a30bddb8aa \ --repeat-actions true so if the condition is true, they triggered alarm. and the action url called. but I can't find any parameter about alarm information in the action url. How do I get the parameter about alarm information in the action url?
Hi naleejang, Bugzilla is meant to declare bugs and really ask question. It'd be better if you could ask question directly on rhos-tech or rhos-telemetry mailing lists. That being said, the content of the action URL body might not be documented, but you can check it here: https://github.com/openstack/aodh/blob/master/aodh/notifier/rest.py#L75