how to generate 'Python based API for capturing RTC Stream names and components" ?
2 answers
https://rsjazz.wordpress.com/tag/jazz-scm/ shows Java API examples, should that be part of the question
I would try it with wrapping scm list command. You have both scm list streams and scm list components. You can use --json parameter to make your output easier parseable by Python.
Please let me know if it was helpful.