OpenSearch/rest-api-spec/api/watcher.execute_watch.json

24 lines
558 B
JSON

{
"watcher.execute_watch": {
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-execute-watch.html",
"methods": [ "PUT", "POST" ],
"url": {
"path": "/_watcher/watch/{id}/_execute",
"paths": [ "/_watcher/watch/{id}/_execute" ],
"parts": {
"id": {
"type" : "string",
"description" : "Watch ID",
"required" : true
}
},
"params": {
}
},
"body": {
"description" : "Execution control",
"required" : false
}
}
}