25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"watcher.deactivate_watch": {
|
|
"documentation": "https://www.elastic.co/guide/en/watcher/current/api-rest.html#api-rest-deactivate-watch",
|
|
"methods": [ "PUT", "POST" ],
|
|
"url": {
|
|
"path": "/_watcher/watch/{watch_id}/_deactivate",
|
|
"paths": [ "/_watcher/watch/{watch_id}/_deactivate" ],
|
|
"parts": {
|
|
"watch_id": {
|
|
"type" : "string",
|
|
"description" : "Watch ID",
|
|
"required" : true
|
|
}
|
|
},
|
|
"params": {
|
|
"master_timeout": {
|
|
"type": "duration",
|
|
"description": "Specify timeout for watch write operation"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|