rest-api-spec.test.indices.get_index_template.20_get_missing.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
OpenSearch subproject :rest-api-spec
setup:
- skip:
version: " - 7.7.99"
reason: "index template v2 API unavailable before 7.8"
- do:
indices.delete_index_template:
name: '*'
ignore: 404
---
"Get missing template":
- skip:
version: " - 7.7.99"
reason: "index template v2 API unavailable before 7.8"
- do:
catch: missing
indices.get_index_template:
name: test
© 2015 - 2024 Weber Informatics LLC | Privacy Policy