Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to export nested global and local configurations to a word or pdf file?

 Hello,


is there any possibility to export a global configuration to a word or pdf document? Especially if nested global and local configurations are used.

For example

(Root) Global Configuration
1. Global Configuration
1.1. Local Configuration
1.2. Global Configuration
1.2.1. Local Configuration
1.2.2. Local Configuration
2. Global Configuration
2.1. Global Configuration
2.1.1. Local Configuration
3. Local Configuration

All Local configurations consist of DNG streams/baselines, which in turn contain only one single module.

Since the configurations are used in different global configurations, no chapter number shall be used to sort configurations, but the original structure shall be used in the word or pdf file.

Does anyone have a solution?

We are using version 6.0.6

0 votes



4 answers

Permanent link

 Probably you can call this service



it should return you a json with the structure of the gc. 

0 votes


Permanent link

Services at gcContextRoot/gc.webui* are private and for internal use by the GCM web UI. They are not intended for public use, are not documented, and may change or even be removed in future releases without warning. A client that uses such services is likely to be fragile over time.

From a public REST API perspective, the only way would be to write client code that did a GET of the GC, then parsed the RDF content to get the contributions, then GET each of the contributed configurations, recursing down to the leaves.

If you're prepared to write your own SPARQL, you can also query for the information in the Lifecycle Query Engine. The type of report you are asking for is not currently supported by Report Builder.

0 votes


Permanent link

Report Builder can report on the immediate contributions of a GC. What it cannot do is to recurse arbitrarily to the leaves of the tree.

0 votes


Permanent link

Information about GCM public APIs may be found at https://jazz.net/wiki/bin/view/Main/GlobalConfigurationManagement#APIs_for_GCM_and_global_configur.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,501
× 1,331

Question asked: Mar 23 '20, 8:36 a.m.

Question was seen: 2,347 times

Last updated: Aug 04 '20, 11:52 a.m.

Confirmation Cancel Confirm