Skip to content

Viewing all the available DNG projects, components, and local configurations #80

Answered by barny
samer23 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi - yes it's possible extract this type of info, but you'll have to modify the code because reporting this is not what oslcquery was designed to do. Suggest you start with something simpler than oslcquery, perhaps reqif_io.py - but oslcquery.py has the basics of what you want amongst a heap of other code. You'll have to find all the projects, then for each one load the components and configurations. You don't want to be reading the typesystem because that takes a long time and you don't need it.

You'll create an rmapp to represent the rm application, then rmapp.list_projects() is the code to show the projects. When you select a project then proj.list_components() lists the components. Th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by barny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants