Test run of new docs
This commit is contained in:
63
docs/reference-watcher-ack_watch.asciidoc
Normal file
63
docs/reference-watcher-ack_watch.asciidoc
Normal file
@ -0,0 +1,63 @@
|
||||
[[reference-watcher-ack_watch]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.watcher.ackWatch
|
||||
|
||||
Acknowledges a watch, manually throttling the execution of the watch's actions.
|
||||
|
||||
{ref}/watcher-api-ack-watch.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(WatcherAckWatchRequest, options?): Promise<WatcherAckWatchResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `WatcherAckWatchRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface WatcherAckWatchRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
watch_id: <<shared-type-name, Name>>
|
||||
action_id?: <<shared-type-names, Names>>
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `WatcherAckWatchResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface WatcherAckWatchResponse {
|
||||
status: WatcherWatchStatus
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user