Hey,
according to
http://www.hawkular.org/docs/rest/rest-alerts.html#_alert_handling I do
not
need to provide query params to resolve an alert.
When I do
method: put
uri:
http://jdoe:password@localhost:8080/hawkular/alerts/resolve/28026b36-8fe4...
I get the following error back:
Hawkular::HawkularException: Internal error:
java.lang.IllegalArgumentException: Note must have non-null user and
text
./lib/Hawkular.rb:141:in `handle_fault'
./lib/Hawkular.rb:62:in `rescue in http_put'
./lib/Hawkular.rb:56:in `http_put'
What am I doing wrong?