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

rest-api-spec.api.ccr.forget_follower.json Maven / Gradle / Ivy

The newest version!
{
  "ccr.forget_follower":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-forget-follower.html",
      "description": "Removes the follower retention leases from the leader."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/{index}/_ccr/forget_follower",
          "methods":[
            "POST"
          ],
          "parts":{
            "index":{
              "type":"string",
              "description":"the name of the leader index for which specified follower retention leases should be removed"
            }
          }
        }
      ]
    },
    "params":{
      "timeout":{
        "type":"time",
        "description":"Explicit operation timeout"
      }
    },
    "body":{
      "description":"the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index",
      "required":true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy