rest-api-spec.api.watcher.get_watch.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
{
"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":{}
}
}