Rest API and Cisco ISE whitelisting

Bhughes
Contributor

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

2 REPLIES 2

mm2270
Legendary Contributor III

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?

Bhughes
Contributor

@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