Getting a 404 when attempting to list projects using the REST API?
steve martino (66●8●9)
| asked Oct 05 '12, 11:19 a.m.
edited Oct 19 '12, 3:10 a.m. by Ralph Schoon (63.6k●3●36●46)
When using the following URL (https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/projects) to list the projects, I get a 404 with description: "The requested resource (/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/projects) is not available."
Not sure why, this used to work fine. |
2 answers
It looks like you've missed the 'resources' part of the URL
https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects |
I have tried:
"https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testplan" and get a 404 as well as: "https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects" and still get a 404. Comments 1
The other part of "used to work" could be version-related. Is your context root still ".../jazz" or have you moved on to ".../qm" with a newer version? What version are you using and what is your context root?
steve martino
commented Oct 05 '12, 2:05 p.m.
needed qm instead of jazz, thanks.
|
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.