It's all about the answers!

Ask a question

How to access DNG data from a respective stream using API or OSLC


Pankaj Sharma (401169) | asked Jul 07 '17, 10:22 a.m.

 Hello Team,


I am using v6.0.2 and i have a requirement to access DNG data pragmatically  for a respective stream.

please help

One answer



permanent link
Benjamin Silverman (4.1k610) | answered Jul 07 '17, 6:40 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Hi Pankaj,

You can specify the stream URI in the request to scope the request.  Whether you're using the reportable REST API or the OSLC API, you can specify the stream by providing the configuration context.

Example using Reportable REST API:

GET:  https://clmweb.ibm.com/rm/publish/text?resourceURI=https://clmweb.ibm.com/rm/resources/_lXetkWNjEee4J4vrVhDn6g&oslc_config.context=https://clmweb.ibm.com/rm/cm/stream/_jLcT0WNjEee4J4vrVhDn6g

Example using OSLC API:

GET:  https://clmweb.ibm.com/rm/resources/_lXetkWNjEee4J4vrVhDn6g
Headers: 
   OSLC-Core-Version: 2.0
   Accept:  application/rdf+xml
   oslc_config.context: https://clmweb.ibm.com/rm/cm/stream/_jLcT0WNjEee4J4vrVhDn6g

Hope it helps,

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.