Class: Kandji::Logs

Inherits:
Client show all
Defined in:
lib/kandji/logs.rb

Constant Summary

Constants inherited from Client

Client::API_VERSION

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