03-19-2024 02:42 AM
Using the Api for Authenticated users list :
https://{ISE-MNT}/admin/API/mnt/Session/AuthList/{START_TIME}/{END_TIME}
I am able to fetch data of active sessions that are connected throughout the time period of 30 days whereas I also want to fetch data of users which were on and off connected. Is there any API which can help me fetch the data of both type of users of ise radius accounting that too data of last 30 days?
Solved! Go to Solution.
03-19-2024 09:06 AM
There are no ISE REST APIs for getting historical RADIUS Accounting logs or session details - only active sessions as you have shown.
Alternatively, there is the ISE DataConnect ODBC interface where you may query any data in the ISE database using SQL. This will be your best option for historical data. Learn about it at
08:10 Data Connect (ISE 3.2 and later)
10:52 Data Connect Deployment Scenarios
12:56 Using Data Connect
14:12 - Enable Data Connect (GUI)
16:38 - Enable Data Connect (API)
17:16 - Repository for Examples: https://github.com/EmmanuelCano/DataConnect/
17:49 - Certificate Export / Import
19:48 - Monitoring Alarms, Reports, and Log (ise-psc.log)
21:11 Demos Overview
22:40 Demo: Enable Data Connect : GUI and Python REST API Script
24:43 Demo: Verify Change Configuration Audit Report
25:38 Demo: Data Connect Certificate Export and Import for Java Keystore (for JDBC)
27:06 Demo: Data Connect with DB Visualizer
29:36 Data Connect Views (read-only)
31:27 Demo: Filter ISE LiveLogs by NAD IP SQL queries
If this does not work for you, submit any feature requests with specific details and examples @ https://cs.co/ise-wish
03-21-2024 02:50 PM
No, the Data Connect feature will not work for ISE 2.7. That version is past the End of Software Maintenance, so there is no more development expected on that software after that point.
03-19-2024 09:06 AM
There are no ISE REST APIs for getting historical RADIUS Accounting logs or session details - only active sessions as you have shown.
Alternatively, there is the ISE DataConnect ODBC interface where you may query any data in the ISE database using SQL. This will be your best option for historical data. Learn about it at
08:10 Data Connect (ISE 3.2 and later)
10:52 Data Connect Deployment Scenarios
12:56 Using Data Connect
14:12 - Enable Data Connect (GUI)
16:38 - Enable Data Connect (API)
17:16 - Repository for Examples: https://github.com/EmmanuelCano/DataConnect/
17:49 - Certificate Export / Import
19:48 - Monitoring Alarms, Reports, and Log (ise-psc.log)
21:11 Demos Overview
22:40 Demo: Enable Data Connect : GUI and Python REST API Script
24:43 Demo: Verify Change Configuration Audit Report
25:38 Demo: Data Connect Certificate Export and Import for Java Keystore (for JDBC)
27:06 Demo: Data Connect with DB Visualizer
29:36 Data Connect Views (read-only)
31:27 Demo: Filter ISE LiveLogs by NAD IP SQL queries
If this does not work for you, submit any feature requests with specific details and examples @ https://cs.co/ise-wish
03-20-2024 10:15 PM
Thanks a lot for this solution. This was really helpful, although as i have seen on cisco's site , the Data Connect feature is supported from Cisco ISE release 3.2, but we are currently using 2.7 . Is there a chance that this data connect feature might work with my current version of Cisco-Ise ?
03-21-2024 02:50 PM
No, the Data Connect feature will not work for ISE 2.7. That version is past the End of Software Maintenance, so there is no more development expected on that software after that point.
03-21-2024 10:14 PM
Is there any other way to fetch historic radius accounting logs using an Api in ISE 2.7 release?
03-26-2024 12:22 AM
If i am upgrading my current version 2.7 to the latest version 3.2 and enabling data connect feature will I be able to fetch the last 90 days radius accounting logs?
Just to be clear I want to be clear of two things :
1- This feature from the day it is enabled will fetch the last 90 days radius accounting logs?
2- Will the upgradation of ise from 2.7 to 3.2 hamper the whole process or anything specific I should keep in mind before upgradation? Do provide the link for the main changes in 3.2 version of ise.
03-26-2024 12:26 AM
If i am upgrading my current version 2.7 to the latest version 3.2 and enabling data connect feature will I be able to fetch the last 90 days radius accounting logs?
Just to be clear I want to be clear of two things :
1- This feature from the day it is enabled will fetch the last 90 days radius accounting logs?
2- Will the upgradation of ise from 2.7 to 3.2 hamper the whole process or anything specific I should keep in mind before upgradation? Do provide the link for the main changes in 3.2 version of ise.
12-01-2024 08:35 PM
Hey , Thomas.
I am using the following API to fetch the authentication list of active sessions from Cisco ISE:
https://<ISEhost>/admin/API/mnt/Session/AuthList/starttime/endtime.
Although i want to fetch some other fields that are available in radius live logs , when we see radius live logs on the UI. Is there any way or any API's i can use to fetch these fields as well ?
The fields are :-
12-24-2024 01:45 AM
Hey, i am facing an error while trying to connect to ise db after enabling the data connect feature .
The code is:
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