lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb in elasticsearch-api-8.0.1
- old
+ new
@@ -24,14 +24,13 @@
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html
#
def get_autoscaling_capacity(arguments = {})
+ arguments = arguments.clone
headers = arguments.delete(:headers) || {}
- body = nil
-
- arguments = arguments.clone
+ body = nil
method = Elasticsearch::API::HTTP_GET
path = "_autoscaling/capacity"
params = {}