Hi All,
I have watcher with id fuse-file-management
While trying to execute GET watcher API I get error "No route to host ". Is the URL correct?
curl -H "Content-Type: application/json" -X GET http://localhost:5601/_xpack/watcher/watch/fuse-file-management
curl -H "Content-Type: application/json" -X GET http://localhost:5601/app/_xpack/watcher/watch/fuse-file-management
In the example provided : https://www.elastic.co/guide/en/x-pack/5.0/watcher-api-put-watch.html
copy as curl doesn't work
Any Help is appreciated.