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

rest-api-spec.api.dangling_indices.import_dangling_index.json Maven / Gradle / Ivy

The newest version!
{
  "dangling_indices.import_dangling_index": {
    "documentation": {
      "url": "https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/",
      "description": "Imports the specified dangling index"
    },
    "stability": "stable",
    "url": {
      "paths": [
        {
          "path": "/_dangling/{index_uuid}",
          "methods": [
            "POST"
          ],
          "parts": {
            "index_uuid": {
              "type": "string",
              "description": "The UUID of the dangling index"
            }
          }
        }
      ]
    },
    "params": {
      "accept_data_loss": {
        "type": "boolean",
        "description": "Must be set to true in order to import the dangling index"
      },
      "timeout": {
        "type": "time",
        "description": "Explicit operation timeout"
      },
      "master_timeout":{
        "type":"time",
        "description":"Specify timeout for connection to master",
        "deprecated":{
          "version":"2.0.0",
          "description":"To promote inclusive language, use 'cluster_manager_timeout' instead."
        }
      },
      "cluster_manager_timeout":{
        "type":"time",
        "description":"Specify timeout for connection to cluster-manager node"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy