How to get the history of a jazz component using oslc

雨燕双飞 提交于 2019-12-06 08:42:57

Firstly, URLs of that pattern are not part of Jazz's OSLC interface.

The OSLC interfaces are only part of the Jazz products' REST interfaces - they have product-specific (non-standardized) REST interfaces too, in contrast to the standardized (but less specific) OSLC interfaces.

The way to tell the difference is, if you get the XML representation of the response to a URL, then if it doesn't contain a namespace whose URI includes "open-services.net" then it isn't part of the OSLC interface.

RTC doesn't support either the OSLC Software Configuration Management specification nor the later OSLC Configuration Management work and therefore I do not believe it is possible to achieve this using its OSLC interfaces.

(Sources: jazz.net RTC tickets Finish/continue OSLC configuration management support and OSLC SCM catalog entry has wrong URL for oslc_disc:services).

I know this doesn't answer your question as to how to get that information. I do not know if the information is available via the non-OSLC REST API (which you are already looking at). But perhaps this information might help you exclude misleading information (anything about OSLC in your search.)

Also, if you want this to be properly supported in the RTC OSLC API, try commenting on the ticket Finish/continue OSLC configuration management support stating your desire for this to be implemented.


Disclosure/disclaimer: I am an IBM employee, but do not work on the development of Jazz products. My postings on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!