21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"watcher.get_watch": {
|
|
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-get-watch.html",
|
|
"methods": [ "GET" ],
|
|
"url": {
|
|
"path": "/_watcher/watch/{id}",
|
|
"paths": [ "/_watcher/watch/{id}" ],
|
|
"parts": {
|
|
"id": {
|
|
"type" : "string",
|
|
"description" : "Watch ID",
|
|
"required" : true
|
|
}
|
|
},
|
|
"params": {
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|