Sha256: d15fac63a247f23852f8fddd23fd52473bbb4f8e46bdb3f1d797ba5b9094ec09

Contents?: true

Size: 252 Bytes

Versions: 8

Compression:

Stored size: 252 Bytes

Contents

module Wazuh
  module Api
    module Endpoints
      module V4
        module Cache
          include ::Wazuh::Api::Endpoints::Cache
          def cache_config
            get "/cluster/api/config"
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wazuh-ruby-client-0.3.7 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.6 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.5 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.4 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.3 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.2 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.1 lib/wazuh/api/endpoints/v4/cache.rb
wazuh-ruby-client-0.3.0 lib/wazuh/api/endpoints/v4/cache.rb