API generation

This commit is contained in:
delvedor
2020-04-03 09:49:51 +02:00
parent df17fb99d0
commit 953a8033ab
6 changed files with 119 additions and 12 deletions

View File

@ -5754,6 +5754,22 @@ _Default:_ `5`
|===
=== autoscaling.deleteAutoscalingPolicy
*Stability:* experimental
[source,ts]
----
client.autoscaling.deleteAutoscalingPolicy({
name: string
})
----
link:{ref}/autoscaling-delete-autoscaling-policy.html[Documentation] +
[cols=2*]
|===
|`name`
|`string` - the name of the autoscaling policy
|===
=== autoscaling.getAutoscalingDecision
*Stability:* experimental
[source,ts]
@ -5981,11 +5997,11 @@ _Default:_ `100`
|===
=== cat.transform
=== cat.transforms
[source,ts]
----
client.cat.transform({
client.cat.transforms({
transform_id: string,
from: number,
size: number,