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

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

There is a newer version: 8.16.0
Show newest version
{
  "ccr.delete_auto_follow_pattern":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-delete-auto-follow-pattern.html",
      "description": "Deletes auto-follow patterns."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ccr/auto_follow/{name}",
          "methods":[
            "DELETE"
          ],
          "parts":{
            "name":{
              "type":"string",
              "description":"The name of the auto follow pattern."
            }
          }
        }
      ]
    },
    "params":{
      "master_timeout":{
        "type":"time",
        "description":"Explicit operation timeout for connection to master node"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy