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
1 vote
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