Defining extended assets information report URLs

Create a URL that outputs custom asset information such as the custom attributes, categorization, and artifact information.

Before you begin

You can only see the asset information for those assets that you have Browse permission for in the repository.

About this task

Report URLs for extended asset information use the fullAsset report path.

Reports that contain asset information include the following optional parameters:
Table 1. fullAsset: Optional Parameters
Parameter Acceptable parameter values Description
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

This report can be joined with the Asset Information reporting URL syntax. You must user either the GUID and version parameter or join this URL with the parameter in the asset information URL.

Results

The extended asset information report returns the following asset data:

  • Creation time
  • Usage time
  • Management style
  • Description
  • Asset type
  • Category schema
  • The user name of the owners.
  • State
  • Artifacts

Example

Example 1: Custom asset information - Use the following example URL to help you construct the report URL to output custom asset information for the assets with the specific GUID and version:
http://example.com:9080/ram.ws/reporting/fullAsset:guid={EE4545D5–118E-33G4–1D3F-395FDB4EE123},version=1.0

Example 2: Custom asset information from search results - You can join the fullAsset report with the asset Asset Information reporting URL syntax to output the custom information about a search result of assets.

http://example.com:9080/ram.ws/reporting/fullAsset|asset:shortcut=ramSearch:(1txt%2Ckeyword)

Feedback