OpenSearch/rest-api-spec/test/indices.status/10_basic.yaml

13 lines
154 B
YAML
Raw Normal View History

2013-07-23 21:51:57 -04:00
---
"Indices status test":
- do:
indices.status: {}
- is_true: ok
- do:
catch: missing
indices.status:
index: not_here