Sha256: a1e2c853bdf66c610cca97c24b8ad6db93b6e9acf6fef637c54ae2acae8910ab
Contents?: true
Size: 627 Bytes
Versions: 97
Compression:
Stored size: 627 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 # Update the password of the specified user def delete_ilm_policy(arguments={}) method = HTTP_DELETE path = Utils.__pathify '_ilm/policy/', Utils.__escape(arguments[:name]) params = {} perform_request(method, path, params, nil).body end end end end
Version data entries
97 entries across 97 versions & 2 rubygems