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

Querying multiple fields via RTC REST API

 I've got a script which was working fine until recently. Its running against  v5.2 RTC server but there may have been a patches that have since broken it. The query we are trying to run is of the format


curl -sk -b /tmp/rtcsync/rtccookies.txt 'https://myjazzserver:9443/ccm/rpt/repository/scm?size=600&fields=scm/component/(name|itemId)'

and

curl -sk -b /tmp/rtcsync/rtccookies.txt 'https://myjazzserver:9443/ccm/rpt/repository/scm?size=600&fields=scm/workspace[stream=true]/(itemId|name)'


Currently the queries above both return a 400 error where previously it returned an XML document containing the itemIds and names for the respective queries. I am able to query just name OR the itemId but when I try and return both it fails.


Any idea what could have caused this query to suddenly stop working on our Jazz server?


0 votes


Be the first one to answer this question!

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
× 479

Question asked: Jul 28 '17, 4:25 p.m.

Question was seen: 1,878 times

Last updated: Jul 28 '17, 4:25 p.m.

Confirmation Cancel Confirm