elasticsearch/docs/reference/rest-api/watcher.asciidoc

49 lines
1.2 KiB
Text

[role="xpack"]
[[watcher-api]]
== Watcher APIs
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-watcher[{watcher} APIs].
--
* <<watcher-api-put-watch>>
* <<watcher-api-get-watch>>
* <<watcher-api-query-watches>>
* <<watcher-api-delete-watch>>
* <<watcher-api-execute-watch>>
* <<watcher-api-ack-watch>>
* <<watcher-api-activate-watch>>
* <<watcher-api-deactivate-watch>>
* <<watcher-api-update-settings>>
* <<watcher-api-get-settings>>
* <<watcher-api-stats>>
* <<watcher-api-stop>>
* <<watcher-api-start>>
//ACK
include::watcher/ack-watch.asciidoc[]
//ACTIVATE
include::watcher/activate-watch.asciidoc[]
//DEACTIVATE
include::watcher/deactivate-watch.asciidoc[]
//DELETE
include::watcher/delete-watch.asciidoc[]
//EXECUTE
include::watcher/execute-watch.asciidoc[]
//GET
include::watcher/get-watch.asciidoc[]
include::watcher/stats.asciidoc[]
//QUERY
include::watcher/query-watches.asciidoc[]
//PUT
include::watcher/put-watch.asciidoc[]
// UPDATE-SETTINGS
include::watcher/update-settings.asciidoc[]
// GET-SETTINGS
include::watcher/get-settings.asciidoc[]
//START
include::watcher/start.asciidoc[]
//STOP
include::watcher/stop.asciidoc[]