It's all about the answers!

Ask a question

What is the base URL for the Global Configuration schema?


Harrison Vince (35116) | asked Mar 26 '19, 7:15 p.m.

 I need to print information on the global configuration during my reporting. Using &coverpage=true does not provide sufficient information on global configurations so I have been attempting to Subramanya Prasad Pilar's answer at:


I am struggling with the first step: 'You should add a schema for configuration' to get the schema as shown below. What is the schema URL for the configuration? or the base url for rest v2 schema discrovery?
Thanks,
Harry.

Accepted answer


permanent link
Subramanya Prasad Pilar (4.6k16) | answered Jul 01 '19, 8:05 a.m.

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.

Harrison Vince selected this answer as the correct answer

Comments
Harrison Vince commented Jul 03 '19, 7:24 p.m.

Thanks for the xsd file. It wasnt exactly the correct schema for me but it was a simple enough start for me to expand on it.


Stefan Oblinger commented Jul 08 '19, 3:02 p.m.

The referenced xsd file is not available anymore. Can you please provide it again?

I tried with the qm.xsd from https://[host]:[port]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd, but this does not work.
Thanks in advance!


3 other answers



permanent link
Sean F (1.3k243149) | answered Mar 27 '19, 2:55 a.m.

https://localhost:9443/gc/

The base uri is

https://serverName:port/gc/

The base uri for publishing should be

https://serverName:port/gc/publish/

The base uri for getting the configurations base schema might be

https://localhost:9443/gc/publish/configurations?metadata=schema

I have not tried publishing configurations so I cannot confirm


Comments
Harrison Vince commented Mar 27 '19, 6:03 p.m.

Thanks Sean,


I have tried replacing my current schema in RPE with the URL's and variations of the URL's you provided without any luck.

I cannot believe this isnt documented anywhere!


permanent link
Harrison Vince (35116) | answered May 08 '19, 7:09 p.m.

Hello, does anyone have any further information on this?


permanent link
Harrison Vince (35116) | answered Jun 12 '19, 1:03 a.m.

 Bump

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.