1
2
3[[Elasticsearch_Namespaces_AutoscalingNamespace]]
4=== Elasticsearch\Namespaces\AutoscalingNamespace
5
6
7
8Class AutoscalingNamespace
9
10*Description*
11
12
13NOTE: this file is autogenerated using util/GenerateEndpoints.php
14and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
15
16
17*Methods*
18
19The class defines the following methods:
20
21* <<Elasticsearch_Namespaces_AutoscalingNamespacedeleteAutoscalingPolicy_deleteAutoscalingPolicy,`deleteAutoscalingPolicy()`>>
22* <<Elasticsearch_Namespaces_AutoscalingNamespacegetAutoscalingCapacity_getAutoscalingCapacity,`getAutoscalingCapacity()`>>
23* <<Elasticsearch_Namespaces_AutoscalingNamespacegetAutoscalingPolicy_getAutoscalingPolicy,`getAutoscalingPolicy()`>>
24* <<Elasticsearch_Namespaces_AutoscalingNamespaceputAutoscalingPolicy_putAutoscalingPolicy,`putAutoscalingPolicy()`>>
25
26
27
28[[Elasticsearch_Namespaces_AutoscalingNamespacedeleteAutoscalingPolicy_deleteAutoscalingPolicy]]
29.`deleteAutoscalingPolicy(array $params = [])`
30****
31[source,php]
32----
33/*
34$params['name'] = (string) the name of the autoscaling policy
35*/
36----
37****
38
39
40
41[[Elasticsearch_Namespaces_AutoscalingNamespacegetAutoscalingCapacity_getAutoscalingCapacity]]
42.`getAutoscalingCapacity(array $params = [])`
43****
44[source,php]
45----
46/*
47*/
48----
49****
50
51
52
53[[Elasticsearch_Namespaces_AutoscalingNamespacegetAutoscalingPolicy_getAutoscalingPolicy]]
54.`getAutoscalingPolicy(array $params = [])`
55****
56[source,php]
57----
58/*
59$params['name'] = (string) the name of the autoscaling policy
60*/
61----
62****
63
64
65
66[[Elasticsearch_Namespaces_AutoscalingNamespaceputAutoscalingPolicy_putAutoscalingPolicy]]
67.`putAutoscalingPolicy(array $params = [])`
68****
69[source,php]
70----
71/*
72$params['name'] = (string) the name of the autoscaling policy
73$params['body'] = (array) the specification of the autoscaling policy (Required)
74*/
75----
76****
77
78
79