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