POST
/_watcher/_start
Console
POST _watcher/_start
resp = client.watcher.start()
const response = await client.watcher.start();
response = client.watcher.start
$resp = $client->watcher()->start();
curl -X POST -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_watcher/_start"
Response examples (200)
A successful response from `POST _watcher/_start`.
{
"acknowledged": true
}