22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.autoscaling.putAutoscalingPolicy({
|
|
name: "my_autoscaling_policy",
|
|
policy: {
|
|
roles: ["data_hot"],
|
|
deciders: {
|
|
fixed: {
|
|
storage: "1tb",
|
|
memory: "32gb",
|
|
processors: 2.3,
|
|
nodes: 8,
|
|
},
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|