Use the getReportList command to list of all reports available in your CA Enterprise Log Manager environment. The XML response also contains the formatting data and the ID of each query used in the report.
You can use the following optional parameters with the getReportList command:
Defines a tag that exists in the system. You can include one or more tags to search for using the getReportList command. If you specify an unknown tag the command returns an empty list.
Specifies how the getReportList command treats multiple tags. Supported values are AND and OR. The default value is OR. You can only use one tagLogic value at a time.
Unfiltered Tag Example
https://ELMSERVER:5250/spin/calmapi/getObject.csp?type=getReportList
Returns all reports and all the formatting and display data associated with each one.
OR TagLogic Example
https://ELMSERVER:5250/spin/calmapi/getObject.csp?type= getReportList&tag=Unknown Category&tag=System
Returns all reports that are associated with the tags “Unknown Category” OR “System”.
AND TagLogic Example
https://ELMSERVER:5250/spin/calmapi/getObject.csp?type= getReportList&tag=Unknown Category&tag=System&tagLogic=and
Returns all reports that are associated with the tags “Unknown Category” AND “System”.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |