Report URLs use the Rational Asset Manager Web services URL, /reporting/, and then one or more report types and parameters (ReportType1:Parameter=ParameterValue) that determine the data. The following example shows the basic syntax:
http://<Host Name>:<Port>/ram.ws/reporting/Report:Parameter=ParameterValue
If the report takes multiple parameters, separate multiple parameters by using commas:
http://.../reporting/Report:Parameter1=Parameter1Value,Parameter2=Parameter2Value
If you are requesting more than one type of reports, separate report types with a pipe (|).
http://<Host Name>:<Port>/ram.ws/reporting/settings:format=json|Report:Parameter:ParameterValue
From the IBM® Rational® Asset Manager client API, report data is produced as serialized objects.
To learn about the report paths that you can use to create URLs, view sample reports, and combine data URLs so that the result of one URL can become the parameter for another URL, see the links at the end of this topic.
Report URLs use the Web services URL (not the application URL) as the base.
To retrieve the Web services URL: