It's all about the answers!

Ask a question

How to use RPE to call artifacts from Module contents or Use RPE to create a template from a module


Marcus Whitehead (133) | asked May 18 '22, 10:51 a.m.

 I am trying to call information from a module however, it only calls the artifact title that houses the module.  How to i pull the information of all the artifacts into RPE from the Module. Or how can I create a template from my module.




Comments
Chandan M B commented May 25 '22, 6:59 a.m.

Hello Marcus,


You need iterate each URI in a module so to fetch other information.
1. Module URI
    <server_url>/rm/publish/resources?resourceURI=xxx&oslc_config.context=yyy

2. Iterate each context binding about
   <server_url>/rm/publish/resources?resourceURI=about_UUID&oslc_config.context=yyy

This will give custom artifacts and other information

Reportable REST API  Documentation

Be the first one to answer this question!


Register or to post your answer.