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

Version Path
elasticsearch-xpack-6.8.1 lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb
elasticsearch-xpack-6.8.0 lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb
elasticsearch-xpack-6.3.1 lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb
elasticsearch-xpack-6.3.0 lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb
elasticsearch-xpack-6.2.0 lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb
elasticsearch-xpack-6.1.0 lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb