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

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

There is a newer version: 8.16.0
Show newest version
{
  "ccr.resume_follow":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-resume-follow.html",
      "description": "Resumes a follower index that has been paused"
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/{index}/_ccr/resume_follow",
          "methods":[
            "POST"
          ],
          "parts":{
            "index":{
              "type":"string",
              "description":"The name of the follow index to resume following."
            }
          }
        }
      ]
    },
    "body":{
      "description":"The name of the leader index and other optional ccr related parameters",
      "required":false
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy