Posted on 01-21-2016 07:50 AM
Does anyone know if there is a way to set up a policy to re-run or invoke the "ComputerAdd" event that the rest API uses? I would like a way to "re-whitelist" via self service for testing and troubleshooting purposes, realizing re-enrollment would do the same thing, but I am trying to bypass that.
Thanks,
Ben
Posted on 01-21-2016 08:13 AM
Which "ComputerAdd" event are you referring to? Did you actually mean the Event API and not the Rest API?
Any more details you can provide on what you're looking to do?
Posted on 01-21-2016 11:24 AM
@mm2270 Event API, my apologies. We're using a Java plugin..created by someone a lot smarter than me (obviously) on our network team. The plugin listens for JSS events, then takes appropriate action when an event is triggered.
These are the functions:
- eventOccurred – Gets called when an Event API event we’re registered for is triggered
- isRegisteredForEvent – Tells the JAMF JSS which events we want to be notified of
- getIsManagedStatusFromAPI – Determines whether or not a computer is managed using an API request result