12-07-2022 01:57 PM
Trying to figure out what fields are available as filters in an ISE endpoint API query. I am not seeing anything in any documentation.
I can find an endpoint by MAC with this query: https://ise:9060/ers/config/endpoint?filter=mac.EQ.00:11:22:33:44:55
Can I search by description? https://ise:9060/ers/config/endpoint?filter=description.EQ.PC12242 does not work!
Thanks
Solved! Go to Solution.
12-07-2022 07:57 PM
You can find the supported filters for this API endpoint if you expand the section in the online swagger documentation here:
https://developer.cisco.com/docs/identity-services-engine/v1/#!endpoint
This API currently provides the following filters:
[logicalProfileName, portalUser, staticProfileAssignment, profileId, profile, groupId, staticGroupAssignment, mac]
12-07-2022 07:57 PM
You can find the supported filters for this API endpoint if you expand the section in the online swagger documentation here:
https://developer.cisco.com/docs/identity-services-engine/v1/#!endpoint
This API currently provides the following filters:
[logicalProfileName, portalUser, staticProfileAssignment, profileId, profile, groupId, staticGroupAssignment, mac]
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide