Method: Jamf::ManagementHistory#casper_remote_logs

Defined in:
lib/jamf/api/classic/api_objects/management_history.rb

#casper_remote_logsObject

The casper_remote_logs for this computer

See Also:

  • matching method in {Jamf::ManagementHistory::ClassMethods}


861
862
863
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 861

def casper_remote_logs
  self.class.casper_remote_logs(@id, cnx: @cnx)
end