cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
563
Views
0
Helpful
6
Replies

Api to fetch Radius Accounting logs for last 30 days/Last month

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?

1 Accepted Solution

Accepted Solutions

thomas
Cisco Employee
Cisco Employee

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

 Next Generation ISE Telemetry, Monitoring, and Custom Reporting Part 2 2023-03-02

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

 

View solution in original post

6 Replies 6

thomas
Cisco Employee
Cisco Employee

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

 Next Generation ISE Telemetry, Monitoring, and Custom Reporting Part 2 2023-03-02

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

 

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 ?

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.

Is there any other way to fetch historic radius accounting logs using an Api in ISE 2.7 release?

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.

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.