Brian Murphy 4482d8d2ba Change watcher REST API call namespace to be watcher.
This change changes the API spec such that all of the watcher APIs are in the `watcher` namespace.

Original commit: elastic/x-pack-elasticsearch@f409ab4569
2015-04-28 18:50:07 -04:00

12 lines
217 B
YAML

---
"Test stop watcher api":
- do:
cluster.health:
wait_for_status: green
- do: {watcher.stop: {}}
- match: { acknowledged: true }
- do: {watcher.start: {}}
- match: { acknowledged: true }