Start watch service API

Starts the Watcher service if it is not already running.

Request

POST _watcher/_start

Prerequisites

  • You must have manage_watcher cluster privileges to use this API. For more information, see Security privileges.

Examples

  1. POST _watcher/_start

Watcher returns the following response if the request is successful:

  1. {
  2. "acknowledged": true
  3. }