mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
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
12 lines
217 B
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 }
|