Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQM REST Service

Hi, I am studying Rational Insight and trying to use RQM as one data source in Rational Insight.

Rational Insight need RQM Rest Service, but I don't know where is the RQM REST Service?

I tried to use this one "ttps://localhost:9444 (- I changed the port in RQM tomcat) /jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager", but the connect is just refused with no details.

Could anyone help?

0 votes



6 answers

Permanent link
Hi, I am studying Rational Insight and trying to use RQM as one data source in Rational Insight.

Rational Insight need RQM Rest Service, but I don't know where is the RQM REST Service?

I tried to use this one "ttps://localhost:9444 (- I changed the port in RQM tomcat) /jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager", but the connect is just refused with no details.

Could anyone help?


You need to specify the type of the resource for the feed you would like to get. For example to geth the testplan feed you would specify:

"https://localhost:9444/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testplan"

You can look at the xsd to get an idea of the available resource types via:

"https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd"

1 vote


Permanent link
Hello,

the qm.xsd is not published by my RQM server, although other resources such as test plans, test cases, are.

As I performed an installation with all default options, I wonder if further configuration needed in order to have the xsd published by the server.

Any advice would be appreciated,

Thanks in advance & best regards,

-Nicolas

0 votes


Permanent link
Hello,

the qm.xsd is not published by my RQM server, although other resources such as test plans, test cases, are.

As I performed an installation with all default options, I wonder if further configuration needed in order to have the xsd published by the server.

Any advice would be appreciated,

Thanks in advance & best regards,

-Nicolas


My fault, I had put a bad link in my message above (the project specifier is not allowed in the URL for the schemas). It is corrected now.

I am also in the process of adding some API documentation to the RQM wiki. It cam be found at: https://jazz.net/wiki/bin/view/Main/RqmApi

0 votes


Permanent link
Yes, the link to the xsd file is now working for me. Now's the time to dive into it!

Thanks.

0 votes


Permanent link
Hi rrassman,

could you tell me please how to read a single ressource (e.g a testcase) by its ID ?

In RQM 1.1 i had just to send a GET Request with the ID of the ressource, but unfortunately this doent work in RQM 2.0.

Could you give any advice ?

0 votes


Permanent link
To get an example, look at the feed for a given resource that you are interested in (testcase, for example).
From the feed you will see entries for each resource of that type.
Each entry will have a link (href) to the individual artifact. You can use that link to get to the details of the individual testcase, etc.

Regards,
John

Hi rrassman,

could you tell me please how to read a single ressource (e.g a testcase) by its ID ?

In RQM 1.1 i had just to send a GET Request with the ID of the ressource, but unfortunately this doent work in RQM 2.0.

Could you give any advice ?

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 31 '09, 11:43 p.m.

Question was seen: 8,005 times

Last updated: May 31 '09, 11:43 p.m.

Confirmation Cancel Confirm