Module: Wazuh::Api::Endpoints::Lists
- Included in:
- Wazuh::Api::Endpoints, V4::Lists
- Defined in:
- lib/wazuh/api/endpoints/lists.rb
Instance Method Summary collapse
-
#cdb_files_path(options = {}) ⇒ Object
Get paths from all lists Returns the path from all lists.
-
#cdb_lists(options = {}) ⇒ Object
Get all lists Returns the content of all CDB lists.
Instance Method Details
#cdb_files_path(options = {}) ⇒ Object
Get paths from all lists Returns the path from all lists.
36 37 38 |
# File 'lib/wazuh/api/endpoints/lists.rb', line 36 def cdb_files_path( = {}) offset_request('get', '/lists/files', ) end |
#cdb_lists(options = {}) ⇒ Object
Get all lists Returns the content of all CDB lists.
20 21 22 |
# File 'lib/wazuh/api/endpoints/lists.rb', line 20 def cdb_lists( = {}) offset_request('get', '/lists', ) end |