07-31-2018 12:38 AM
Request:
A potential customer wants to use ISE REST API for Enpoint Life-cycle management but currently it seems that there are some attributes missing:
- Timestamps (last seen, first seen)
- List all members of a specific Enpoint Group
Are we missing anything? In case the attributes are really missing, are there any plans to implement them in future releases?
Solved! Go to Solution.
08-01-2018 12:08 PM - edited 08-01-2018 12:09 PM
Last/first seen is available if you do a full endpoint report export from the CLI, not the easiest place to get it, but it is there.
As for Group membership you should be able to pull that using an endpoint search based on the groupID.
The following two API calls can gather the needed info:
This will give you a list of all endpoint groups so you can find the groupId:
https://ise01.lab.local:9060/ers/config/endpointgroup
This will give you a list of the endpoint in the group:
08-01-2018 12:08 PM - edited 08-01-2018 12:09 PM
Last/first seen is available if you do a full endpoint report export from the CLI, not the easiest place to get it, but it is there.
As for Group membership you should be able to pull that using an endpoint search based on the groupID.
The following two API calls can gather the needed info:
This will give you a list of all endpoint groups so you can find the groupId:
https://ise01.lab.local:9060/ers/config/endpointgroup
This will give you a list of the endpoint in the group:
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