Query Global configurations via OSLC or REST API
2 answers
Yes. See the OASIS OSLC configuration management spec. Additionally, the following is available from a GCM V6.0.4 or 6.0.5:
https://jazz.net/pub/new-noteworthy/foundation/6.0.4/6.0.4/index.html#6
REST services API
Documentation for the Global Configuration Management REST API can be found at https://host:port/gc/doc/scenarios. This API is a collection of REST services that client applications use to create and update components, create new streams, create baselines, update a stream to match a baseline, and other operations. REST client applications can use the API to programmatically perform many of the operations that are usually done through the GCM web user interface.
See Work Item 384433.
Documentation for the Global Configuration Management REST API can be found at https://host:port/gc/doc/scenarios. This API is a collection of REST services that client applications use to create and update components, create new streams, create baselines, update a stream to match a baseline, and other operations. REST client applications can use the API to programmatically perform many of the operations that are usually done through the GCM web user interface.
The latest version of the draft OSLC Configuration Management specification may be found at https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/config/oslc-config-mgt.html.
While this is a draft, it has been fairly stable for a while. We do expect some changes with respect to the search order and handling of skew; once those changes are ready, we expect the draft to be submitted for public review. At that time, the Subversion source control URL should be replaced with a more stable reference to the OASIS document library.