This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Accept
Reject
  • RSA.com
  • Home
  • Advisories
    • SecurID
    • SecurID Governance & Lifecycle
  • Documentation
    • SecurID
      • Authentication Agents
        • API / SDK
        • Apache Web Server
        • Citrix StoreFront
        • IIS Web Server
        • MFA Agent for macOS
        • MFA Agent for Windows
        • Microsoft AD FS
        • Microsoft Windows
        • PAM
      • Authentication Engine
      • Authentication Manager
      • Cloud Authentication Service
      • Hardware Appliance
        Component Updates
      • Hardware Tokens
      • Integrations
      • SecurID App
      • SecurID Authenticator for macOS
      • SecurID SDK
      • Software Tokens
        • Android
        • iOS
        • macOS
        • Token Converter
        • Windows
    • SecurID Governance & Lifecycle
    • Technology Partners
  • Downloads
    • SecurID
      • Authentication Agents
        • API / SDK
        • Apache Web Server
        • Citrix StoreFront
        • IIS Web Server
        • MFA Agent for macOS
        • MFA Agent for Windows
        • Microsoft AD FS
        • Microsoft Windows
        • PAM
      • Authentication Engine
      • Authentication Manager
      • Cloud Authentication Service
      • Hardware Appliance
        Component Updates
      • Hardware Tokens
      • Integrations
      • SecurID Authenticator for macOS
      • Software Tokens
        • Android
        • iOS
        • macOS
        • Token Converter
        • Windows
    • SecurID Governance & Lifecycle
  • Community
    • SecurID
      • Blog
      • Discussions
      • Events
      • Idea Exchange
      • Knowledge Base
    • SecurID Governance & Lifecycle
      • Blog
      • Discussions
      • Events
      • Idea Exchange
      • Knowledge Base
  • Support
    • Case Portal
      • Create New Case
      • View My Cases
      • View My Team's Cases
    • Community Support
      • Getting Started
      • News & Announcements
      • Ideas & Suggestions
      • Community Support Articles
      • Community Support Forum
    • Product Life Cycle
    • Support Information
    • General Security Advisories
  • Education
    • Blog
    • Browse Courses
      • SecurID
      • SecurID Governance & Lifecycle
    • Certification Program
    • New Product Readiness
    • Student Resources
Sign In Register Now
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
Announcements

SecurID® Knowledge Base

Find answers to your questions and identify resolutions for known issues with knowledge base articles written by SecurID experts.
  • SecurID Community
  • :
  • Products
  • :
  • SecurID
  • :
  • Knowledge Base
  • :
  • Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU
  • Options
    • Subscribe to RSS Feed
    • Bookmark
    • Subscribe
    • Email to a Friend
    • Printer Friendly Page
    • Report Inappropriate Content

Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU

Article Number

000039873

Applies To

RSA Product Set: RSA SecurID Access
RSA Product/Service Type: Cloud
RSA Version/Condition: all

Issue

For troubleshooting or audit purposes it can be useful to see a history of user authentications and other events, such as device registrations.
Usually, you can Monitor User Events in the Cloud Administration Console.  However, only a limited number of the most recent events are displayed there.  To see events that go back further in time, there are APIs that can be used instead:
  • Cloud Administration User Event Log API
  • Cloud Administration Retrieve Authentication Audit Logs API
The Cloud Administration APIs are REST-based web service interfaces that software developers can use to create clients that perform administrative operations, such as retrieval of audit event logs.
The Cloud Administration APIs come with a Command Line Utility (CLU) tool that allows you to retrieve event logs without needing to do any programming.
This article explains how to use the CLU tool to retrieve User Event audit logs.   Article Download RSA SecurID Access Cloud Administration audit logs using Cloud Administration REST API CLU explains how to use the same tool to retrieve Administration Event audit logs.
 

Resolution

Here are the basic steps to download the last 24 hours of User Event actions for all users, using the API package's CLU:
  1. Download the RSA SecurID Access Administration REST API to any Windows or Linux machine that has connectivity to your RSA SecurID Access Cloud environment and unzip it.
  2. From the Cloud Administration Console Add an API key and download it to the machine where you unzipped the Administration REST API.
  3. From the top-level directory of the unzipped API package run the CLU shown below (note that the example syntax is on Windows):
.\bin\rsa-securidaccess-rest-client-sdk.bat -f <path to API key file> -o exportAllUserEventLog -u https://<CAC URL>/AdminInterface/restapi/v1

Where <path to API key file> is the downloaded API key file.  If there are spaces in the path, it must be surrounded in double quotes.
and <CAC URL> should be substituted with the URL used to log into your Cloud Administration Console: 
  • Americas customers use one of the following URLs:
    • access.securid.com, or
    • na2.access.securid.com, or
    • na3.access.securid.com, or
    • na4.access.securid.com 
  • EMEA customers use one of the following URLs:
    • access-eu.securid.com, or 
    • eu2.access-eu.securid.com
  • APJ customers use: access-anz.securid.com.
The file exportAllUserEventLog.csv will be written to the current working directory.

Specifying Time Period

By default, the command reports on the last 24-hour period.  Alternatively, a specific time period of interest can be specified with the additional command line switches -s (start time period) and/or -e (end time period). 
Date and time must be specified in ISO 8601 Date Time format:   yyyy-mm-ddThh:mm:ss.tttShh:mm  where ttt is milliseconds and Shh:mm is the UTC offset where S must be - (dash or minus sign) for a negative offset or %2B (percent-encoded plus sign) for a positive offset.  All components of the date and time must be specified.

Negative UTC offset Example

.\bin\rsa-securidaccess-rest-client-sdk.bat -f 5c221bc1-a69e-4a78-8d2f-c0646ba4d91d.key -o exportAllUserEventLog -u https://na2.access.securid.com/AdminInterface/restapi/v1 -s 2021-07-01T11:22:12.828-08:00 -e 2021-07-30T11:22:12.828-08:00​​​​

Positive UTC Offset Example

.\bin\rsa-securidaccess-rest-client-sdk.bat -f "c:\temp\RSA API\5c221bc1-a69e-4a78-8d2f-c0646ba4d91d.key" -o exportAllUserEventLog -u https://access-anz.securid.com/AdminInterface/restapi/v1 -s 2021-09-30T09:15:00.000%2B10:00 -e 2021-10-31T23:59:59.999%2B10:00

Notes

Simply run the rsa-securidaccess-rest-client.sdk CLU with no switches to see all of the available command options.
Tags (43)
  • All Versions
  • Any Version
  • CAS
  • Cloud Auth Service
  • Cloud Authentication Service
  • Configuration
  • Configure Reports
  • Customer Support Article
  • Every Version
  • Helpful Hints
  • How To
  • Informational
  • Instructions
  • KB Article
  • Knowledge Article
  • Knowledge Base
  • Log File
  • Log Files
  • Logging
  • Logs
  • Process Steps
  • Report
  • Reporting
  • Reporting Help
  • Reports
  • RSA SecurID
  • RSA SecurID Access
  • RSA SecurID Suite
  • SaaS
  • SecurID
  • SecurID Access
  • SecurID Access Cloud
  • SecurID Cloud
  • SecurID Suite
  • Setup
  • Setup Reports
  • Software as a Service
  • Tip &amp Tricks
  • Tips and Tricks
  • Tutorial
  • Version Agnostic
  • Walk Through
  • Walkthrough
0 Likes
Was this article helpful? Yes No
Share
No ratings

In this article

Version history
Last update:
‎2022-01-16 11:29 AM
Updated by:
Administrator RSA-KB-Sync Administrator

Related Content

Powered by Khoros
  • Blog
  • Events
  • Discussions
  • Idea Exchange
  • Knowledge Base
  • Case Portal
  • Community Support
  • Product Life Cycle
  • Support Information
  • Customer Success
  • About the Community
  • Terms & Conditions
  • Privacy Statement
  • Provide Feedback
  • Employee Login
© 2022 RSA Security LLC or its affiliates. All rights reserved.