You can embed CA User Activity Reporting Module queries or reports in a web portal, allowing you to display the content you want. The process is as follows:
Begin the process of embedding CA User Activity Reporting Module content by deciding what content you want to display. Review the CA User Activity Reporting Module interface to find the report or query that contains the information that meets your needs.
To display CA User Activity Reporting Module queries or reports in a web portal, use the getQueryViewer or getReportViewer calls to display interactive reports and queries with most of the functionality available from within the CA User Activity Reporting Module interface.
You can also use the runQuery report to return XML content, and display it by applying a style sheet. The display is non-interactive, and allows you to display the data without using Flash.
This example calls the System All Events Detail report, using getQueryViewer to show an Event Viewer table of all events. The API call syntax for this report is as follows:
https://ELMSERVER:5250/spin/calmapi/getObject.csp?type=getQueryViewer&objectId=Subscription/panels/System_All_Events_Detail&username=xxx&password=xxx
You can test the final syntax by entering the URL you have built in a browser and confirming that the report or query you want appears.
After you have an API call that returns the query or report you want, embed it in your web portal, using an iFrame or portlet to contain and display the CA User Activity Reporting Module content.
This example uses the Liferay Portal, and assumes that you have created a portal, using Liferay installation and configuration instructions. Your own web portal may have similar controls. Consult your web portal documentation for creating iFrames or portlets.
To embed content in a Liferay Portal
The Add Application dialog appears, displaying application categories
A new iFrame portlet appears in the page.
The content you selected appears in the iFrame.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|