Previous Topic: Agent ManagementNext Topic: ODBC and JDBC Access


API Access

CA User Activity Reporting Module allows you to use API calls to access data from the event repository using the query and report mechanism, and display it in a web browser. You can also use the API to embed CA User Activity Reporting Module queries or reports in a CA or third-party product interface.

Outside Product Registration

Problem:

You want to include CA User Activity Reporting Module information in an outside product interface. API calls must be authenticated in order to retrieve information from the CA User Activity Reporting Moduleevent log store.

Solution:

Log in as CA User Activity Reporting Module using the EIAM user name and password, navigate to the API registration interface and creates a certificate for the outside product, allowing it to authenticate. You can also register a product directly using the registerProduct call.

Procedure

More Information

How to Register a Product with CA User Activity Reporting Module

Create a Registration Certificate

registerProduct

API Registration

API Certificate Creation

Access Policies for Registered Products

Embedding CA User Activity Reporting Module Reports or Queries in a Web Portal

Problem:

You want to display a CA User Activity Reporting Module query or report in a web portal.

Solution:

Identify the report or query you want to display, build the API call that will return it, and create a portlet in your web portal to display it. You must have appropriate rights to create or modify objects in your web portal.

Procedure

More Information

Identifying Content

Embed Content in a Liferay Portal

API Authentication