44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
|
[role="xpack"]
|
||
|
[[watcher-api]]
|
||
|
== 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[]
|