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

rest-api-spec.api.migration.deprecations.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "migration.deprecations":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api-deprecation.html",
      "description":"Retrieves information about different cluster, node, and index level settings that use deprecated features that will be removed or changed in the next major version."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_migration/deprecations",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/{index}/_migration/deprecations",
          "methods":[
            "GET"
          ],
          "parts":{
            "index":{
              "type":"string",
              "description":"Index pattern"
            }
          }
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy