- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2020 10:47 AM
I am trying to pull endpoint details/attributes through the API. When a session is active, the MnT API is able to pull a lot of information about the connection, including IP address, username, identity store, etc. But when the endpoint is offline, the MnT API doesn't find the endpoint, which makes sense. So then when you query the ERS API for the endpoint, you get back very limited information such as follows:
The "name" and "mac" both return the MAC address, even when the endpoint last authenticated using 802.1x. Notice the lack of any real details for the endpoint. I tried going through all of the available API objects and there does not appear to be a way to get more than what is shown above for non-active endpoints. This is for ISE v2.4.
Am I missing something? Does the API return more information in v2.6? I don't have a 2.6 environment with ERS enabled so I can't see the SDK and release notes.
Any ideas?
Solved! Go to Solution.
- Labels:
-
APIs
-
Identity Services Engine (ISE)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2020 03:53 PM
You are correct, Colby, the ERSEndPoint object does NOT offer much information unfortunately. 8-(
The way to get more detailed information would be using a pxGrid subscriber or using the ISE Endpoint Analysis Tool @ https://iseeat.cisco.com/
If you are a Cisco Partner, you can get access to ISE 2.6 and 2.7 via dCloud.cisco.com for Instant or Scheduled demos.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2020 03:53 PM
You are correct, Colby, the ERSEndPoint object does NOT offer much information unfortunately. 8-(
The way to get more detailed information would be using a pxGrid subscriber or using the ISE Endpoint Analysis Tool @ https://iseeat.cisco.com/
If you are a Cisco Partner, you can get access to ISE 2.6 and 2.7 via dCloud.cisco.com for Instant or Scheduled demos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2020 06:55 AM
Excellent, thanks Thomas!
