HLRC: Deactivate Watch API (#34192)

Relates to #29827
This commit is contained in:
Mark Tozzi 2018-10-24 17:01:22 -04:00 committed by GitHub
parent 3211760e2c
commit d94406a68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 348 additions and 0 deletions

View file

@ -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

View 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[]