mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
parent
3211760e2c
commit
d94406a68a
11 changed files with 348 additions and 0 deletions
|
@ -346,6 +346,7 @@ The Java High Level REST Client supports the following Watcher APIs:
|
|||
* <<{upid}-stop-watch-service>>
|
||||
* <<java-rest-high-x-pack-watcher-put-watch>>
|
||||
* <<java-rest-high-x-pack-watcher-delete-watch>>
|
||||
* <<java-rest-high-watcher-deactivate-watch>>
|
||||
* <<{upid}-ack-watch>>
|
||||
* <<{upid}-activate-watch>>
|
||||
|
||||
|
@ -354,6 +355,7 @@ include::watcher/stop-watch-service.asciidoc[]
|
|||
include::watcher/put-watch.asciidoc[]
|
||||
include::watcher/delete-watch.asciidoc[]
|
||||
include::watcher/ack-watch.asciidoc[]
|
||||
include::watcher/deactivate-watch.asciidoc[]
|
||||
include::watcher/activate-watch.asciidoc[]
|
||||
|
||||
== Graph APIs
|
||||
|
|
10
docs/java-rest/high-level/watcher/deactivate-watch.asciidoc
Normal file
10
docs/java-rest/high-level/watcher/deactivate-watch.asciidoc
Normal file
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
:api: deactivate-watch
|
||||
:request: deactivateWatchRequet
|
||||
:response: deactivateWatchResponse
|
||||
:doc-tests-file: {doc-tests}/WatcherDocumentationIT.java
|
||||
--
|
||||
[[java-rest-high-watcher-deactivate-watch]]
|
||||
=== Deactivate Watch API
|
||||
|
||||
include::../execution.asciidoc[]
|
Loading…
Add table
Add a link
Reference in a new issue