Class: Kandji::Logs
Constant Summary
Constants inherited from Client
Class Method Summary collapse
Methods inherited from Client
build_url, get, headers, paginated_cursor_get, paginated_get
Class Method Details
.all(params = {}) ⇒ Object
5 6 7 |
# File 'lib/kandji/logs.rb', line 5 def self.all(params = {}) paginated_cursor_get("audit/events", params) end |