lib/elasticsearch/xpack/api/actions/searchable_snapshots/repository_stats.rb in elasticsearch-xpack-7.9.0.pre vs lib/elasticsearch/xpack/api/actions/searchable_snapshots/repository_stats.rb in elasticsearch-xpack-7.9.0

- old
+ new

@@ -19,14 +19,18 @@ module XPack module API module SearchableSnapshots module Actions # Retrieve usage statistics about a snapshot repository. + # This functionality is Experimental and may be changed or removed + # completely in a future release. Elastic will take a best effort approach + # to fix any issues, but experimental features are not subject to the + # support SLA of official GA features. # # @option arguments [String] :repository The repository for which to get the stats for # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/searchable-snapshots-repository-stats.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/searchable-snapshots-repository-stats.html # def repository_stats(arguments = {}) raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository] headers = arguments.delete(:headers) || {}