07-07-2016 03:32 AM
Hi all,
I have two questions about query the endpoint database via REST API with respect to ISE version 2.1:
1. With the query "https://ise-ip:9060/ers/config/endpoint" it should be possible to get a list of the complete endpoint database. In my lab installation, ISE knows about 900 endpoint, but the query only brings back the first 20. This is how the response looks like:
<ns3:searchResult total="901">
<ns3:nextPage rel="next" href= "" type="application/xml"/>
<ns3:resources>
<ns5:resource id="d5a2e740-74f8-11e1-a01a-005056920013" name="00:00:0C:07:AC:00">
<link rel="self" href= "https://10.49.238.64:9060/ers/config/endpoint/d5a2e740-74f8-11e1-a01a-005056920013" type="application/xml"/>
</ns5:resource>
<ns5:resource id="bece1b80-a382-11e1-bcb7-0050569d0005" name="00:02:FC:BE:1D:72">
<link rel="self" href= "https://10.49.238.64:9060/ers/config/endpoint/bece1b80-a382-11e1-bcb7-0050569d0005" type="application/xml"/>
</ns5:resource>
.
. 18 more records
.
</ns3:resources>
</ns3:searchResult>
I am using REST plugin in Firefox to test this. Is this a limit of the REST plugin I am using, or is there something which has to be set on ISE to get the full list of endpoints?
2. When I query a single endpoint via REST API, I only get a few attributes for that endpoint in the response. I was expecting to get all the attributes (like MAC-OUI, profiled OS etc...) which I see when I query the endpoint within the ISE GUI. Is this a current limitation of the REST API?
Thanks in advance.
Roland
Solved! Go to Solution.
07-07-2016 10:29 AM
Searching and Filtering shows the parameters "page" and "size" and 20 items a page/fetch is the default.
ERS API for endpoints are not currently supporting to retrieve all attributes. Please use ISE 2.1 content visibility or ISE EAT tool instead.
07-07-2016 10:29 AM
Searching and Filtering shows the parameters "page" and "size" and 20 items a page/fetch is the default.
ERS API for endpoints are not currently supporting to retrieve all attributes. Please use ISE 2.1 content visibility or ISE EAT tool instead.
07-08-2016 07:40 AM
Understood.
Thanks a lot.
Roland
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