rest-api-spec.api.ccr.resume_follow.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"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
}
}
}