mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-04 09:59:16 +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
9 lines
156 B
YAML
9 lines
156 B
YAML
---
|
|
"Test start watcher api":
|
|
- do:
|
|
cluster.health:
|
|
wait_for_status: green
|
|
|
|
- do: {watcher.start: {}}
|
|
- match: { acknowledged: true }
|