rest-api-spec.api.ccr.pause_auto_follow_pattern.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.pause_auto_follow_pattern":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-pause-auto-follow-pattern.html",
"description": "Pauses an auto-follow pattern"
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_ccr/auto_follow/{name}/pause",
"methods":[
"POST"
],
"parts":{
"name":{
"type":"string",
"description":"The name of the auto follow pattern that should pause discovering new indices to follow."
}
}
}
]
}
}
}