Client side JAVA/OSLC API which can compare two configurations and give output in JSON/ XML
Hello,
Here I am looking for Client side API JAVA/ OSLC which can compare two configurations and give the difference between the configurations in a JSON or XML format as output.
I actually found one Server Side API from Inspect element - https://server:port/gc/gc.webui.compareConfigurations?leftConfigurationUri=https://server:port/gc/configuration/xxx&rightConfigurationUri=https://server:port - But this might change with Major iFix and Major version change.
Can you please provide a client side API which is similar and compares two configurations.
Thank you in Advance
One answer
If you are seeking to compare requirements configurations with DOORS Next I suggest looking at this:
- A new requirements comparison report is available for practitioners in the configuration compare/deliver workflows. The Reportable REST API was enhanced to include change information, and a PUB template provided, which you can use to create your own reports that make use of change information.
Comments
Hello Daniel Moul,
The DNG API: https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI#Comparison_schema_and_API - Works at stream and baseline level comparision, but in my case I want to compare two Global configurations or a Global configuration with Global Baseline or Global Baseline with Staged Baseline.