Getting the component details on stream level DNG
![]() Hi team,
Is there any API to get the component and it's artifacts details on stream level in DNG.
If yes, please provide me that.
Thanks in advance.
I'll be looking forward for help.
Minakshi Verma
|
2 answers
![]() Hi Minakshi,
If you're using global configs you may find what you need in the GCM REST API. There's also an experimental GCM Extension API that might be helpful as well. The example on that page uses OpenSocial gadgets.
Comments Hi @Jim Ruehlin,
Thanks a lot for your answer. But i think you are not getting my actual question. I want an api which will give the component data and it's artifacts data which is under component. I hope you are getting my point.
Thanks a lot,
Minakshi Verma
|
![]()
David Honey (1.7k●1●7)
| answered Oct 11 '21, 6:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER If you know the URI of the DN component, a GET with appropriate Accept header will get you the details of the component.
See OSLC 3.0 Query for details about OSLC Query.
Best regards,
David Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In addition to David's response, this is the best resource to find the available APIs: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
I have used several of the APIs for components and configurations in the application attached to https://jazz.net/library/article/92596 - see the GIT Repo. The OSLC/REST calls are implemented using Eclipse Lyo. It is a bit complex, but you should be able to debug the flow to better understand the entry points.
|
Comments
Hi @Geoffrey,
Thanks,