API generation

This commit is contained in:
delvedor
2020-11-12 07:44:33 +01:00
parent edd4f78bad
commit 66a4739018
6 changed files with 115 additions and 0 deletions

View File

@ -142,6 +142,23 @@ link:{ref}/async-search.html[Documentation] +
|===
[discrete]
=== asyncSearch.status
[source,ts]
----
client.asyncSearch.status({
id: string
})
----
link:{ref}/async-search.html[Documentation] +
[cols=2*]
|===
|`id`
|`string` - The async search ID
|===
[discrete]
=== asyncSearch.submit
@ -4677,6 +4694,23 @@ _Default:_ `open`
|===
[discrete]
=== indices.migrateToDataStream
[source,ts]
----
client.indices.migrateToDataStream({
name: string
})
----
link:{ref}/data-streams.html[Documentation] +
[cols=2*]
|===
|`name`
|`string` - The name of the alias to migrate
|===
[discrete]
=== indices.open