Path parameters

  • index string Required

    Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • cluster_settings array[object] Required
      Hide cluster_settings attributes Show cluster_settings attributes object
    • index_settings object Required
      Hide index_settings attribute Show index_settings attribute object
      • * array[object] Additional properties
        Hide * attributes Show * attributes object
    • node_settings array[object] Required
      Hide node_settings attributes Show node_settings attributes object
    • ml_settings array[object] Required
      Hide ml_settings attributes Show ml_settings attributes object
GET /{index}/_migration/deprecations
curl \
 -X GET http://api.example.com/{index}/_migration/deprecations
Response examples (200)
{
  "cluster_settings": [
    {
      "details": "string",
      "level": "none",
      "message": "string",
      "url": "string"
    }
  ],
  "index_settings": {
    "additionalProperty1": [
      {
        "details": "string",
        "level": "none",
        "message": "string",
        "url": "string"
      }
    ],
    "additionalProperty2": [
      {
        "details": "string",
        "level": "none",
        "message": "string",
        "url": "string"
      }
    ]
  },
  "node_settings": [
    {
      "details": "string",
      "level": "none",
      "message": "string",
      "url": "string"
    }
  ],
  "ml_settings": [
    {
      "details": "string",
      "level": "none",
      "message": "string",
      "url": "string"
    }
  ]
}