07-02-2019 02:03 PM
It's possible to query and get a list of endpoints in a given Identity Group:
curl -k --header 'Accept: application/json' --user xxx:yyy https://omf-01-ise01:9060/ers/config/endpoint?filter=groupId.EQ.12abb870-295a-11e9-aed1-76f66f54fcc8
However `customAttributes` are NOT included in this query. They are included in this query if I know the unique id of a given endpoint:
curl -k --header 'Accept: application/json' --user xxx:yyy https://omf-01-ise01:9060/ers/config/endpoint/0434dee0-9d02-11e9-aed1-76f66f54fcc8
So I can get the list of endpoint id's and then from there individually query for `customAttributes`, but this would be unacceptably slow in real-time.
Is there any way to get the `customAttributes` data included in the search return all in one shot?
Solved! Go to Solution.
07-03-2019 01:11 AM
You can also...
1) "Get All Endpoints" from ISE PAN node under 'application configure ise' menu, or
2) Use Cisco Endpoint Analysis Tool (EAT) to fetch programmatically in an efficient and relatively fast way.
3) Export endpoint data from Context Visibility.
However, both require some admin intervention to perform fetch.
07-02-2019 07:53 PM
07-03-2019 01:11 AM
You can also...
1) "Get All Endpoints" from ISE PAN node under 'application configure ise' menu, or
2) Use Cisco Endpoint Analysis Tool (EAT) to fetch programmatically in an efficient and relatively fast way.
3) Export endpoint data from Context Visibility.
However, both require some admin intervention to perform fetch.
07-03-2019 02:48 AM
07-03-2019 02:09 AM
07-03-2019 11:17 AM
There is no API support for the other means suggested by chyps.
No, ISE 2.6 has no bulk support for GET requests, either. Actually, I do not think the regular GET would ever get bulk support as it does not make much sense. Instead, it might be better to filter the endpoint listing (Get ALL) based on an attribute, which could be a custom attribute.
See How to Submit an ISE Feature or Enhancement Request, in case you considering to connect with our PM teams.
07-03-2019 06:36 PM
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