Report URLs for asset information use the asset report path.
| Parameter | Acceptable parameter values | Description |
|---|---|---|
| shortcut | A Rational Asset Manager search shortcut, for example ramSearch:(1txt%2Ckeyword) | Limits output to results for an asset search.
To create a search shortcut:
|
| guid | the Unique ID for an asset, for example {EE4545D5–118E-33G4–1D3F-395FDB4EE123} | Limits output to a specific asset. Requires the version parameter |
| version | the version number of an asset, for example 1.0 | Limits output to a specific version of an asset. Requires the guid parameter |
The asset information report returns the following data:
Use the following example URL to help you construct the report URL to retrieve asset information for a specific asset (with guid and version.
http://example.com:9080/ram.ws/reporting/asset:guid={EE4545D5–118E-33G4–1D3F-395FDB4EE123},version=1.0
Use the following example URL to help you construct the reporting URL that retrieves asset information by using a search shortcut. In this case, the search shortcut is for assets with the tag policy:
http://example.com:9080/ram.ws/reporting/asset:shortcut=ramSearch:(1fTag,policy)