Sha256: ff4e464476c18497b6cde1163dc63ae31ce2fe3edd23d8beb0c83e493ca0a405
Contents?: true
Size: 591 Bytes
Versions: 103
Compression:
Stored size: 591 Bytes
Contents
# Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one # or more contributor license agreements. Licensed under the Elastic License; # you may not use this file except in compliance with the Elastic License. module Elasticsearch module API module Actions # Retrieve the list of index lifecycle management policies def get_alias(arguments={}) method = HTTP_GET path = Utils.__pathify '_alias', Utils.__escape(arguments[:name]) params = {} perform_request(method, path, params, nil).body end end end end
Version data entries
103 entries across 103 versions & 2 rubygems