Query Regarding ERM(formely known as DNG) OSLC or Reportable REST API
Hello,
Currently i am working on Custom ERM Based tool development and in past i have done development in ETM using OSLC/Reportable REST API
-
So my query here is do we have any existing documentation for DNG api just like we have for ETM ?
- ETM Jazz Docs : https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api
- ETM API Cheat Sheet : https://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/
-
My Second query is do we have any base tool just like ETMUrlUtility using which we can perform some basic operation like GET,POST etc .. ?
- ETMUrlUtility : https://jazz.net/wiki/bin/view/Main/RQMURLUtility
Thank you
Accepted answer
This is the API Landing page that links to the various API documentations: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
2 other answers
Rajat,
I was given this information last week by IBM :
" We have this workshop that explains how to use OSLC API to pick up data from RM (and from other tools): https://jazz.net/library/article/635"
Let me know if that helps you
Isabelle
Hi
To extend Ralph's answer with some specifics, there is a DOORS Next Reportable REST API https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
This is different from ETM Reportable REST API which allows updates - the DOORS Next RR API is read-only.
To update stuff you can use the OSLC APIs.- this article gives an introduction (although NOTE this was written before configuration management so not mentioned) Using OSLC capabilities in the Requirements Management application - Library: Articles - Jazz Community Site
HTH
Ian