OpenSearch/watcher/rest-api-spec/test/stop_watcher/10_basic.yaml

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 }