We've a web server that uses the ClearPass API to quarantine a device by setting a local attribute UoY_Quarantined = true in an endpoint entry. This all works just fineand we can (un)quarantine a devices whenever we want. Now of course we need a list of all the devices with this attribute set.
Rather than downloading the whole endpoint db and parsing it, can we make a specific API call to search for all endpoints with a particular attribute set ?
Rgds
Alex