mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-04 18:09:21 +00:00
49 lines
834 B
YAML
49 lines
834 B
YAML
|
---
|
||
|
"Test Hijack api":
|
||
|
- do:
|
||
|
cluster.health:
|
||
|
wait_for_status: green
|
||
|
|
||
|
- do:
|
||
|
catch: /not supported/
|
||
|
get:
|
||
|
index: ".watches"
|
||
|
type: "watch"
|
||
|
id: "foo"
|
||
|
|
||
|
- do:
|
||
|
catch: /not supported/
|
||
|
index:
|
||
|
index: ".watches"
|
||
|
type: "watch"
|
||
|
id: "foo"
|
||
|
body: {}
|
||
|
|
||
|
- do:
|
||
|
catch: /not supported/
|
||
|
delete:
|
||
|
index: ".watches"
|
||
|
type: "watch"
|
||
|
id: "foo"
|
||
|
|
||
|
- do:
|
||
|
catch: /not supported/
|
||
|
update:
|
||
|
index: ".watches"
|
||
|
type: "watch"
|
||
|
id: "foo"
|
||
|
body: {}
|
||
|
|
||
|
- do:
|
||
|
catch: /not supported/
|
||
|
bulk:
|
||
|
index: ".watches"
|
||
|
type: "watch"
|
||
|
body: {}
|
||
|
|
||
|
- do:
|
||
|
catch: /not supported/
|
||
|
bulk:
|
||
|
index: ".watches"
|
||
|
body: {}
|