class Esearch::Command::Cluster::Health

Command for accessing health

Constants

PRESENTER

Private Instance Methods

request() click to toggle source

Return request

@return [Request]

@api private

# File lib/esearch/command/cluster.rb, line 22
def request
  Request.get('/_cluster/health', {}, options)
end