RPE - Publish from Global Configuration - Get QM and RM Configs?
Hello,
Accepted answer
The configurations that appear in the GC tree are referenced indirectly through the 'contributions' properties of a configuration (the oslc_config:contribution/oslc_config:configuration property). A global configuration can have contributions that are global configurations that have contributions of their own, so to get a full list of local configurations you need to process the contributions properties recursively.
3 other answers
You should add a schema for configuration and set its URI (ex. https://<server>:9443/gc/configuration/1234). You can then print the attributes by adding RDF/Configuration query.
You can also add coverpage schema https://serverName:port/rm/publish/coverpage?metadata=schema and then print configuration name, description, type, etc.
Hi Prasad,
Comments
There is no configuration schema returned (it’s in qm.xsd). However, you can create a custom schema definition and use it in RPE. You can download the xsd file and add it as data source in RPE.
Hi,
Hi Glyn,