It's all about the answers!

Ask a question

How to get the list of modules within a project area (of RDNG V6) using API ?


Krishna Veni Manukonda (1325) | asked Jan 17 '18, 1:24 p.m.

I am able to pull the list of modules within a project area using API in RDNG V5 using below query:

https://itec-rrc-uat.fmr.com/rm/publish/modules?resourceURI=_6t8ccDGUEea7q9aDYVKPMw

But when I tried this query in RDNG V6 it does not returns any information.

And then I tried by adding configuration management to it (see below query), but no luck, still got no information in RDNG V6.

https://itec-rrc-uat.fmr.com/rm/publish/modules?resourceURI=_6t8ccDGUEea7q9aDYVKPMw&vvc.configuration=https%3A%2F%2Fitec-rrc-uat.fmr.com%2Frm%2Fcm%2Fstream%2F_FZ2QUOdaEee7yKUBimX0Fw

Can you please help me with the correct query format and further steps to do to get the list of modules from RDNG V6 ?

Thanks for your help!!


One answer



permanent link
Kenji Sarai (96029) | answered Jan 17 '18, 7:28 p.m.
edited Jan 17 '18, 7:34 p.m.

Hi Krishna,

How about this? I can see the module list in my DNG 6.0.2 (without Global Configuration) using projectURI.
https://itec-rrc-uat.fmr.com/rm/publish/modules?projectURI=_6t8ccDGUEea7q9aDYVKPMw

If you enable GC for this project, add oslc_config.context to specify the configuration. See
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI


Comments

Kenji Sarai commented Jan 18 '18, 12:02 a.m.

I can see 4 modules under my project using the URL as explained before. I think there is something wrong with other things such as
- Double check projectURI (If it is incorrect, you get 400 error.)
- Try with other web browsers, preferably REST Client (Firefox add-on)
- Try by jazzadmins privilege 

GC is Global Configuration. It should be explicitly enabled by administrator, so ask your admin. If there is only a local configuration, the URL with projectURI only should be fine.


Krishna Veni Manukonda commented Jan 18 '18, 9:17 a.m.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.