It's all about the answers!

Ask a question

How to get RTC/EWM server version without installing client


Geoff Alexander (19623948) | asked May 19 '21, 1:51 p.m.
edited May 20 '21, 9:07 a.m.

Is there a way to get to get an RTC / EWM server version without installing an RTC / EWM client, for example via a REST request.  My use case is that the user gives an RTC / EWM server URL to a script and the script needs to determine server version in order to use a compatible RTC / EWM CLI (scm) client. 

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered May 20 '21, 9:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 I googled https://www.google.com/search?q=api+get+server+version+site%3Ajazz.net and found https://jazz.net/forum/questions/160764/how-to-get-exact-version-of-rqm-using-rest-api


The answer works for me

GET https://elm.example.com:9443/ccm/application-about returns an XML that contains the server version. I used Postman, not logged in no additional headers.

Geoff Alexander selected this answer as the correct answer

Comments
Ralph Schoon commented May 20 '21, 9:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You can find several services including this one in the rootservices document.

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.