I am trying to monitor replication status through REST API, but documentation is not really helpful. All I need is simple replication status (running, paused, whatever) and last error (if any).
I tried with this: http://docs.couchbase.com/admin/admin/REST/rest-xdcr-statistics.html but no success.
Thank you for your help.
What happens when you try these endpoints?
http://192.168.41.101:8091/pools/default/tasks Use your cluster IP ↑ ↑ http://192.168.41.101:8091/pools/default/buckets/default/stats/ Use your cluster IP ↑ ↑ and the specific bucket name ↑ ↑
This first REST call is exactly what I needed. But how did you find that in documentation?