DNG OSLC API documentation
Hello all,
I was following the document below, but it seems to be outdated.
https://jazz.net/library/article/1197
I could not get the first catalog, but could not spot the discovery.
oslc_rm:rmServiceProviders rdf:resource="https://grarrc.ibm.com:9443/rm/discovery
Does anyone know the latest version of the doc?
Accepted answer
Comments
Thank you. I followed the steps and I could create and modify artifacts!
However I am stuck at querying. I got the Query Capability (rm/views?oslc.query=true& ...) but GETting identifier=1 or any other id returns 403. Simply GETting the Query Capability also returns 403.
Do you have any idea why this is happening?
I have the following headers:
Accept:application/rdf+xml
Content-Type:application/rdf+xml
oslc:queryBase rdf:resource=
https://XXXX:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2Fclm.jkebanking.net%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_f9-xsBf9Eeaq75ldznhS0A&vvc.configuration=https%3A%2F%2Fclm.jkebanking.net%3A9443%2Frm%2Fcm%2Fstream%2F_gLXtcBf9Eeaq75ldznhS0A
To get artifact ID 1
&oslc.prefix=dcterms=<http://purl.org/dc/terms/>&oslc.select=*&oslc.where=dcterms:identifier=1
1 vote
You are awesome. @ianbarnard you too.
Thank you for your help!
One other answer
I don't think the doc is out of date at that point, but the result may look different from the example shown. You are looking for tag oslc_rm:rmServiceProviders and the rdf:resource will then give you the RM Catalog e.g. (for my test environment, 6.0.5, checked just now) https://ibmjazz:9443/rm/oslc_rm/catalog - which then gives the list of projects in XML/RDF.