API to create Streams from GC stream
We would like to create GC stream from a GC stream. Is there any API or GCM.client functionally available to do this |
3 answers
Ralph Schoon (63.5k●3●36●46)
| answered Nov 13, 4:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER See https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding and the GC API. https://jazz.net/gc/doc/services |
Ian Barnard (2.3k●7●14)
| answered Nov 13, 4:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER The APIs provided by GCM are documented on your server - browse to https://SERVER:PORT/gc/doc/scenarios - look for create a global stream.
The entry point for documentation of ELM APIs is here https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
|
Thank you for the reply. We had followed the document. The document says use the ldpc url. We can see ldpc container for baselines get request. But cannot see cannot see ldpc container for a stream get request. We are able to create streams through UI. Please let us know which API would help to create stream from a streams Request
POST component-configurations-ldpc HTTP/1.1
ResponseComments
Ian Barnard
commented Nov 16, 2:30 a.m.
| edited Nov 16, 2:30 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A stream is always ()i.e. only) created from a baseline. If you have an existing stream you’ll have to create a baseline then create a stream from that baseline.
The UI hides this details when you appear to create a stream from a stream.
TOMI MOOLAN SOURU
commented Nov 18, 2:51 p.m.
But createStream takes less than 5 minutes in UI for our largest GC structure. But createBaseline take more than an hour for the same stream. Why it is faster if UI hides baseline creation ?
TOMI MOOLAN SOURU
commented Nov 18, 2:52 p.m.
But createStream takes less than 5 minutes in UI for our largest GC structure. But createBaseline take more than an hour for the same stream. Why it is faster if UI hides baseline creation ? |
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.