Access DOORS NG cloud trial through REST API
Hello together,
I've just registered for the cloud trial period and wanted to evaluate the DOORS NG REST API access capabilities for a customer project. I'm currently stuck at the point that I'm not able to figure out the correct REST endpoint URL under which I can access my project.
Is there a link or button that gives me the API endpoint URLs or is there a scheme of how to build these URLs?
Thanks in advance!
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Oct 17 '18, 3:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Oct 17 '18, 3:53 a.m. Please see https://jazz.net/library/article/1197 . You should be able to access the rootservices document e.g. https://clm.example.com:9443/rm/rootservices from there you can find the service provider catalog https://clm.example.com:9443/rm/oslc_rm/catalog and there the service provides (for the project ares).
https://github.com/eclipse/lyo.client provides a way to use Java and an example to access RM.
Stanley Hillner selected this answer as the correct answer
Comments
Stanley Hillner
commented Oct 17 '18, 5:55 a.m.
Thanks I'll have a look into these resources.
|
One other answer
For completeness, the DNG public API's that are available are:
And there is the private REST API, which you could reverse engineer looking at the requests/responses, but it isn't documented and supported, and can change over time, so usage at your own risk. |
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.