How to get datasource URL of Resource Linked
Hi,
I am new to RPE , i am facing a issue in as below explained.
I want to get a high level tracebility report of DNG module which contain Satisfyed by Links. SO how to add datasource URL of resource linked URI.
And if there is a sample template, how can i kow which URL is used for adding datasource.?
Accepted answer
You can refer the sample template. Use the module URL (https://server:port/rm/publish/modules?resourceURI=<ID>) for generating the document.
Comments
Thanks for the template.Actually i used your template but for creating other links am facing issue and how can i add a new resourceLink datasource. please let me know the URL schema which uised to generate the resourcelinked datasource or how to find that URL from your template
You may refer https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
For adding schema, you can append metadata=schema
https://<server>:<port>/rm/publish/<artifactType>?metadata=schema
For text artifact, you can use
https://<server>:<port>/rm/publish/text?metadata=schema to add the data source schema.
Thank You .