Description of problem: I'm trying to add external event using rhevm-shell . When I don't pass flood rate explicitly I get "General command validation failure" , after I pass it the external event is added successfully ( See Additional Information ). Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: ## flood rate is not passed RHEVM shell (connected)]# add event --custom_id 12 --origin "test" --severity "normal" --description "test" error: status: 400 reason: Bad Request detail: General command validation failure. ## passing flood rate explicitly [RHEVM shell (connected)]# add event --custom_id -1 --origin "newvirt" --severity "normal" --description "test" --flood_rate 30 id : 13576 description: test code : 9801 custom_id : -1 flood_rate : 30 origin : newvirt severity : normal time : 2013-02-07T15:43:11.323+02:00
fixed in commit : 3644f85
[RHEVM shell (connected)]# add event --custom_id 12 --origin "test" --severity "normal" --description "test" id : 44832 description: test code : 9801 custom_id : 12 flood_rate : 30 origin : test severity : normal time : 2013-04-14T15:05:40.686+03:00 sf13.1
3.2 has been released