API generation
This commit is contained in:
@ -1095,7 +1095,7 @@ client.cluster.deleteComponentTemplate({
|
||||
master_timeout: string
|
||||
})
|
||||
----
|
||||
link:{ref}/indices-component-template.html[Documentation] +
|
||||
link:{ref}/indices-component-templates.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`name`
|
||||
@ -1136,7 +1136,7 @@ client.cluster.existsComponentTemplate({
|
||||
local: boolean
|
||||
})
|
||||
----
|
||||
link:{ref}/indices-component-template.html[Documentation] +
|
||||
link:{ref}/indices-component-templates.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`name`
|
||||
@ -1160,7 +1160,7 @@ client.cluster.getComponentTemplate({
|
||||
local: boolean
|
||||
})
|
||||
----
|
||||
link:{ref}/indices-component-template.html[Documentation] +
|
||||
link:{ref}/indices-component-templates.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`name`
|
||||
@ -1321,7 +1321,7 @@ client.cluster.putComponentTemplate({
|
||||
body: object
|
||||
})
|
||||
----
|
||||
link:{ref}/indices-component-template.html[Documentation] +
|
||||
link:{ref}/indices-component-templates.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`name`
|
||||
@ -2994,11 +2994,11 @@ _Default:_ `all`
|
||||
|
||||
|===
|
||||
|
||||
=== indices.getDataStreams
|
||||
=== indices.getDataStream
|
||||
*Stability:* experimental
|
||||
[source,ts]
|
||||
----
|
||||
client.indices.getDataStreams({
|
||||
client.indices.getDataStream({
|
||||
name: string
|
||||
})
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user