cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
650
Views
0
Helpful
1
Replies

ISE Endpoint API Query

Wes Schochet
Level 3
Level 3

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

 

1 Accepted Solution

Accepted Solutions

Greg Gibbs
Cisco Employee
Cisco Employee

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]

 

 

View solution in original post

1 Reply 1

Greg Gibbs
Cisco Employee
Cisco Employee

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]