It's all about the answers!

Ask a question

How to get the parent of GC Stream through API


TOMI MOOLAN SOURU (1315) | asked Oct 21, 8:59 a.m.

I do have a large GC structure and would like to see the parent of GC stream.  Is there any API available to get the parent of child GC stream?

2 answers



permanent link
Hubert Aunkofer (11) | answered Oct 22, 3:37 a.m.
Tomi,

there is a GC call to get a complete GC tree structure, which you can use to get a list of all child and parents for a given top level root gc configuration.
Since a root level gc configuration may be a contributor in various other gc configuration trees, you may want to use a GC query for that.

permanent link
Hubert Aunkofer (11) | answered Oct 22, 3:45 a.m.
forgot the link:

https://<server>/gc/doc/scenario?id=GetFlatListOfContributionsForGcHiearchy

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.