It's all about the answers!

Ask a question

Getting the Domain of a Stream via OSLC.


Ricardo Herrera (264) | asked Dec 12 '17, 5:44 p.m.

Hello, how can I know the domain (RM, QM, etc) of a Stream(configuration) given its URL using OSLC?

One answer



permanent link
Karthik Krishnan (8898122164) | answered Dec 13 '17, 3:51 a.m.
edited Dec 13 '17, 3:53 a.m.

  AFAIK, each applications follows different OSLC specifications as described here https://open-services.net/specifications/


May be you can find from namespace?

Also doesn't the url has something like 
ccm/oslc
rm/oslc
.. ?


Comments
Ricardo Herrera commented Dec 18 '17, 10:18 p.m.

 Hello Karthik thanks for your response.


Indeed the URL has a piece of text (rm, ccm) that can be used to figure out in what domain is the stream. However this piece of text can be configured in the server admin page and then it is not safe to solve this. What I've done is to look up at the service provider property of the stream: "oslc:serviceProvider" then each service definition inside has a "domain" property which may be "http://open-services.net/ns/rm#" for RM domain for example.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.