Hello, I followed the documentation to export health rules from one app as follows: curl -k --user admin@@customer1:password https://controllerFQDN:8181/controller/healthrules/35 >> healthrules.xml Then I tried importing the health rules to a different App using the following: curl -k -X POST --user admin@customer1:password https://controllerFQDN:8181/controller/healthrules/52 -F
[email protected] I get the following error: "Min triggers should be within 0 and 1." I am not sure what that means or if I am doing anything wrong. I followed the documentation exactly as written. Thanks,
... View more