Rename the policy in put autoscaling policy docs

The put autoscaling policy docs use a "hot" policy as an
example. Instead, this commit changes the name of this policy to
"my_autoscaling_policy".
This commit is contained in:
Jason Tedor 2020-04-01 16:30:26 -04:00
parent f0cb8a56a9
commit ccecb78c98
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 3 additions and 3 deletions

View File

@ -40,12 +40,12 @@ This API puts an autoscaling policy with the provided name.
[[autoscaling-put-autoscaling-policy-examples]]
==== {api-examples-title}
This example puts an autoscaling policy named `hot` using the always
autoscaling decider.
This example puts an autoscaling policy named `my_autoscaling_policy` using the
always autoscaling decider.
[source,console]
--------------------------------------------------
PUT /_autoscaling/policy/hot
PUT /_autoscaling/policy/my_autoscaling_policy
{
"policy": {
"deciders": {