Sha256: c01573d8382e99891e551b984af58498fc81ec64bab49cc5aab1586b4f8c2e6d
Contents?: true
Size: 561 Bytes
Versions: 6
Compression:
Stored size: 561 Bytes
Contents
module Elasticsearch module XPack module API module License module Actions # TODO: Description # # # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html # def get_trial_status(arguments={}) method = Elasticsearch::API::HTTP_GET path = "_xpack/license/trial_status" params = {} body = nil perform_request(method, path, params, body).body end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems