OSLC REST call to create the baseline for a given stream of an project area in Global Configuration.
![]() Hi Team,
I want to know the OSLC REST call to create the baselines in GC for a given stream of Project Area.
Is there any documents related to create, read,modify the GC streams, components, baseline, staging baseline REST CALL's.
It will be helpful. Please do the needful help
Thank you,
|
Accepted answer
![]()
David Honey (1.3k●1●7)
| answered Jul 07 '17, 5:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Hi Keerti,
Keerti Kolar selected this answer as the correct answer
|
One other answer
![]() The basic documentation is in the OSLC Configuration Management specification (part 3).
For example, given an RTC stream:
The oslc_config:baselines property is a container showing all of the baselines associated with the stream. A POST is done to that container to create a new baseline (i.e. RTC Snapshot). The data for the POST is the RDF specifying any attributes to be explicitly set:
@prefix dcterms: <http://purl.org/dc/terms/> .<>
I don't know about GC specific stuff like the staging areas, etc.
|