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

rest-api-spec.api.snapshot.cleanup_repository.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "snapshot.cleanup_repository": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/clean-up-snapshot-repo-api.html",
      "description": "Removes stale data from repository."
    },
    "stability": "stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url": {
      "paths": [
        {
          "path": "/_snapshot/{repository}/_cleanup",
          "methods": [
            "POST"
          ],
          "parts": {
            "repository": {
              "type": "string",
              "description": "A repository name"
            }
          }
        }
      ]
    },
    "params": {
      "master_timeout": {
        "type" : "time",
        "description" : "Explicit operation timeout for connection to master node"
      },
      "timeout": {
        "type" : "time",
        "description" : "Explicit operation timeout"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy