mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
The root endpoint returns basic information about this node, like it's name and ES version etc. The cluster name is an important information that belongs in that list. Closes #7524
10 lines
212 B
YAML
10 lines
212 B
YAML
---
|
|
"Info":
|
|
- do: {info: {}}
|
|
- match: {status: 200}
|
|
- is_true: name
|
|
- is_true: cluster_name
|
|
- is_true: tagline
|
|
- is_true: version
|
|
- is_true: version.number
|