What is the base URL for the Global Configuration schema?
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:
Accepted answer
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.
Comments
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.
The referenced xsd file is not available anymore. Can you please provide it again?
3 other answers
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