Sha256: fbba87e92519eb9dc84142d0fe97284f793e2d18f6a3e922456031324383607c
Contents?: true
Size: 493 Bytes
Versions: 42
Compression:
Stored size: 493 Bytes
Contents
module Elasticsearch module API module Remote module Actions # Returns all of the configured remote cluster information # # @see http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html # def info(arguments={}) method = HTTP_GET path = "_remote/info" params = {} body = nil perform_request(method, path, params, body).body end end end end end
Version data entries
42 entries across 42 versions & 5 rubygems