All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.test.indices.get_index_template.20_get_missing.yml Maven / Gradle / Ivy

There is a newer version: 2.18.0
Show newest version
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