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

rest-api-spec.api.watcher.get_watch.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "watcher.get_watch":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-get-watch.html",
      "description":"Retrieves a watch by its ID."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_watcher/watch/{id}",
          "methods":[
            "GET"
          ],
          "parts":{
            "id":{
              "type":"string",
              "description":"Watch ID"
            }
          }
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy