Sha256: 05cd6bea62d47b07a92b80c69f6a918ccd5af89630fcf6d3f6807919dc11fac6

Contents?: true

Size: 395 Bytes

Versions: 7

Compression:

Stored size: 395 Bytes

Contents

module Elasticsearch
  module XPack
    module API
      module SSL
        module Actions

          def certificates(arguments={})
            method = Elasticsearch::API::HTTP_GET
            path   = "_xpack/ssl/certificates"
            params = {}
            body   = nil

            perform_request(method, path, params, body).body
          end
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
elasticsearch-xpack-6.8.1 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
elasticsearch-xpack-6.8.0 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
elasticsearch-xpack-6.3.1 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
elasticsearch-xpack-6.3.0 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
elasticsearch-xpack-6.2.0 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
elasticsearch-xpack-6.1.0 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
elasticsearch-xpack-6.0.0 lib/elasticsearch/xpack/api/actions/ssl/certificates.rb