Test run of new docs
This commit is contained in:
62
docs/reference-watcher-activate_watch.asciidoc
Normal file
62
docs/reference-watcher-activate_watch.asciidoc
Normal file
@ -0,0 +1,62 @@
|
||||
[[reference-watcher-activate_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.activateWatch
|
||||
|
||||
Activates a currently inactive watch.
|
||||
|
||||
{ref}/watcher-api-activate-watch.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(WatcherActivateWatchRequest, options?): Promise<WatcherActivateWatchResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `WatcherActivateWatchRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface WatcherActivateWatchRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
watch_id: <<shared-type-name, Name>>
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `WatcherActivateWatchResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface WatcherActivateWatchResponse {
|
||||
status: WatcherActivationStatus
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user