User wishes to generate RSA Authentication Manager activity reports periodically
The RSA Authentication Manager Administration Toolkit function Sd_ListHistory can be used to output Server activity for a specified user or for all users for a specific number of days starting with the current day. Shown below is an example TCL script that can be executed by <ACE_HOME>/utils/tcl/bin/tcl-sd. This script will output the previous 30 days of activity log for all users:
Sd_ApiInit "" "" 1
set line 0
while {1} {
# yesterday through current time activity for single user
# set line [Sd_ListHistory 1 -tuser]
# 30 days all activity, column format
set line [Sd_ListHistory 30 * -o pretty]
if {$line == "Done"} break
puts $line
}
Sd_ApiEnd
NOTE: The returned log entries are filtered based on Coordinated Universal Time (UTC) but presented in local time. For more information, refer to Sd_ListHistory in the RSA Authentication Manager 6.1 Administration Toolkit Reference Guide.
Related Articles
Form approval node shows exception caught during script evaluation error in RSA Via Lifecycle and Governance 234Number of Views Quick Setup Guide - Cloud Access Service RADIUS Clients - Step 1: Plan 86Number of Views How to get java heap dump on RSA Authentication Manager 8.x 154Number of Views Leaver Rule–Deprovision is not moving Disabled Accounts to the Disabled OU in RSA Governance & Lifecycle 16Number of Views Error message "The underlying connection was closed: An unexpected error occurred on a send" when trying to run RSA Authen… 134Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide How to Download OTP Token Seed Files from myRSA RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026)