Skip to content

Commit 009ac8e

Browse files
Auto-generated API code
1 parent 3c5b832 commit 009ac8e

File tree

351 files changed

+0
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+0
-351
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/async_search/delete.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module AsyncSearch
2424
module Actions
2525
# Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted.
26-
#
2726
# @option arguments [String] :id The async search ID
2827
# @option arguments [Hash] :headers Custom HTTP headers
2928
#

elasticsearch-api/lib/elasticsearch/api/actions/async_search/get.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module AsyncSearch
2424
module Actions
2525
# Retrieves the results of a previously submitted async search request given its ID.
26-
#
2726
# @option arguments [String] :id The async search ID
2827
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
2928
# @option arguments [Time] :keep_alive Specify the time interval in which the results (partial or final) for this search will be available

elasticsearch-api/lib/elasticsearch/api/actions/async_search/status.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module AsyncSearch
2424
module Actions
2525
# Retrieves the status of a previously submitted async search request given its ID.
26-
#
2726
# @option arguments [String] :id The async search ID
2827
# @option arguments [Time] :keep_alive Specify the time interval in which the results (partial or final) for this search will be available
2928
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-api/lib/elasticsearch/api/actions/async_search/submit.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module AsyncSearch
2424
module Actions
2525
# Executes a search request asynchronously.
26-
#
2726
# @option arguments [List] :index A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
2827
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
2928
# @option arguments [Boolean] :keep_on_completion Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Autoscaling
2424
module Actions
2525
# Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
26-
#
2726
# @option arguments [String] :name the name of the autoscaling policy
2827
# @option arguments [Hash] :headers Custom HTTP headers
2928
#

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Autoscaling
2424
module Actions
2525
# Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
26-
#
2726
# @option arguments [String] :name the name of the autoscaling policy
2827
# @option arguments [Hash] :headers Custom HTTP headers
2928
#

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/put_autoscaling_policy.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Autoscaling
2424
module Actions
2525
# Creates a new autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
26-
#
2726
# @option arguments [String] :name the name of the autoscaling policy
2827
# @option arguments [Hash] :headers Custom HTTP headers
2928
# @option arguments [Hash] :body the specification of the autoscaling policy (*Required*)

elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module Elasticsearch
2222
module API
2323
module Actions
2424
# Allows to perform multiple index/update/delete operations in a single request.
25-
#
2625
# @option arguments [String] :index Default index for items which don't provide one
2726
# @option arguments [String] :wait_for_active_shards Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
2827
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (options: true, false, wait_for)

elasticsearch-api/lib/elasticsearch/api/actions/cat/aliases.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Shows information about currently configured aliases to indices including filter and routing infos.
26-
#
2726
# @option arguments [List] :name A comma-separated list of alias names to return
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/cat/allocation.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Provides a snapshot of how many shards are allocated to each data node and how much disk space they are using.
26-
#
2726
# @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/component_templates.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about existing component_templates templates.
26-
#
2726
# @option arguments [String] :name A pattern that returned component template names must match
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/cat/count.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Provides quick access to the document count of the entire cluster, or individual indices.
26-
#
2726
# @option arguments [List] :index A comma-separated list of index names to limit the returned information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [List] :h Comma-separated list of column names to display

elasticsearch-api/lib/elasticsearch/api/actions/cat/fielddata.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Shows how much heap memory is currently being used by fielddata on every data node in the cluster.
26-
#
2726
# @option arguments [List] :fields A comma-separated list of fields to return the fielddata size
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/health.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns a concise representation of the cluster health.
26-
#
2726
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2827
# @option arguments [List] :h Comma-separated list of column names to display
2928
# @option arguments [Boolean] :help Return help information

elasticsearch-api/lib/elasticsearch/api/actions/cat/help.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns help for the Cat APIs.
26-
#
2726
# @option arguments [Boolean] :help Return help information
2827
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
2928
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-api/lib/elasticsearch/api/actions/cat/indices.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about indices: number of primaries and replicas, document counts, disk size, ...
26-
#
2726
# @option arguments [List] :index A comma-separated list of index names to limit the returned information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/master.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about the master node.
26-
#
2726
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2827
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
2928
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_data_frame_analytics.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Gets configuration and usage information about data frame analytics jobs.
26-
#
2726
# @option arguments [String] :id The ID of the data frame analytics to fetch
2827
# @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_datafeeds.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Gets configuration and usage information about datafeeds.
26-
#
2726
# @option arguments [String] :datafeed_id The ID of the datafeeds stats to fetch
2827
# @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)
2928
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_jobs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Gets configuration and usage information about anomaly detection jobs.
26-
#
2726
# @option arguments [String] :job_id The ID of the jobs stats to fetch
2827
# @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_trained_models.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Gets configuration and usage information about inference trained models.
26-
#
2726
# @option arguments [String] :model_id The ID of the trained models stats to fetch
2827
# @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)
2928
# @option arguments [Integer] :from skips a number of trained models

elasticsearch-api/lib/elasticsearch/api/actions/cat/nodeattrs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about custom node attributes.
26-
#
2726
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2827
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
2928
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cat/nodes.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns basic statistics about performance of cluster nodes.
26-
#
2726
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [Boolean] :full_id Return the full node ID instead of the shortened version (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/cat/pending_tasks.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns a concise representation of the cluster pending tasks.
26-
#
2726
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2827
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
2928
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cat/plugins.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about installed plugins across nodes node.
26-
#
2726
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2827
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
2928
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cat/recovery.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about index shard recoveries, both on-going completed.
26-
#
2726
# @option arguments [List] :index Comma-separated list or wildcard expression of index names to limit the returned information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [Boolean] :active_only If `true`, the response only includes ongoing shard recoveries

elasticsearch-api/lib/elasticsearch/api/actions/cat/repositories.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about snapshot repositories registered in the cluster.
26-
#
2726
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2827
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node
2928
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cat/segments.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Provides low-level information about the segments in the shards of an index.
26-
#
2726
# @option arguments [List] :index A comma-separated list of index names to limit the returned information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/shards.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Provides a detailed view of shard allocation on nodes.
26-
#
2726
# @option arguments [List] :index A comma-separated list of index names to limit the returned information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)

elasticsearch-api/lib/elasticsearch/api/actions/cat/snapshots.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns all snapshots in a specific repository.
26-
#
2726
# @option arguments [List] :repository Name of repository from which to fetch the snapshot information
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [Boolean] :ignore_unavailable Set to true to ignore unavailable snapshots

elasticsearch-api/lib/elasticsearch/api/actions/cat/templates.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Returns information about existing templates.
26-
#
2726
# @option arguments [String] :name A pattern that returned template names must match
2827
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2928
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/cat/thread_pool.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module Cat
2424
module Actions
2525
# Returns cluster-wide thread pool statistics per node.
2626
# By default the active, queue and rejected statistics are returned for all thread pools.
27-
#
2827
# @option arguments [List] :thread_pool_patterns A comma-separated list of regular-expressions to filter the thread pools in the output
2928
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
3029
# @option arguments [String] :time The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)

elasticsearch-api/lib/elasticsearch/api/actions/cat/transforms.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cat
2424
module Actions
2525
# Gets configuration and usage information about transforms.
26-
#
2726
# @option arguments [String] :transform_id The id of the transform for which to get stats. '_all' or '*' implies all transforms
2827
# @option arguments [Integer] :from skips a number of transform configs, defaults to 0
2928
# @option arguments [Integer] :size specifies a max number of transforms to get, defaults to 100

elasticsearch-api/lib/elasticsearch/api/actions/clear_scroll.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module Elasticsearch
2222
module API
2323
module Actions
2424
# Explicitly clears the search context for a scroll.
25-
#
2625
# @option arguments [List] :scroll_id A comma-separated list of scroll IDs to clear *Deprecated*
2726
# @option arguments [Hash] :headers Custom HTTP headers
2827
# @option arguments [Hash] :body A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter

elasticsearch-api/lib/elasticsearch/api/actions/cluster/allocation_explain.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Provides explanations for shard allocations in the cluster.
26-
#
2726
# @option arguments [Boolean] :include_yes_decisions Return 'YES' decisions in explanation (default: false)
2827
# @option arguments [Boolean] :include_disk_info Return information about disk usage and shard sizes (default: false)
2928
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-api/lib/elasticsearch/api/actions/cluster/delete_component_template.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Deletes a component template
26-
#
2726
# @option arguments [String] :name The name of the template
2827
# @option arguments [Time] :timeout Explicit operation timeout
2928
# @option arguments [Time] :master_timeout Specify timeout for connection to master

elasticsearch-api/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Clears cluster voting config exclusions.
26-
#
2726
# @option arguments [Boolean] :wait_for_removal Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list.
2827
# @option arguments [Time] :master_timeout Timeout for submitting request to master
2928
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-api/lib/elasticsearch/api/actions/cluster/exists_component_template.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Returns information about whether a particular component template exist
26-
#
2726
# @option arguments [String] :name The name of the template
2827
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
2928
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/cluster/get_component_template.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Returns one or more component templates
26-
#
2726
# @option arguments [List] :name The comma separated names of the component templates
2827
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
2928
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)

elasticsearch-api/lib/elasticsearch/api/actions/cluster/get_settings.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Returns cluster settings.
26-
#
2726
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
2827
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
2928
# @option arguments [Time] :timeout Explicit operation timeout

elasticsearch-api/lib/elasticsearch/api/actions/cluster/health.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module API
2323
module Cluster
2424
module Actions
2525
# Returns basic information about the health of the cluster.
26-
#
2726
# @option arguments [List] :index Limit the information returned to a specific index
2827
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
2928
# @option arguments [String] :level Specify the level of detail for returned information (options: cluster, indices, shards)

0 commit comments

Comments
 (0)