It's all about the answers!

Ask a question

How to check the RTC applications (CCM/QM/RM ) are healthy when one of these components is down through API


Chandrashekar Navapet (153) | asked Jul 29 '19, 8:19 a.m.

We can get the list of registered applications from the Jazz API by using the discovery URL(from the JTS rootservices document).From the xml file I see lots of publishers/names like /rm2 and /qm-dt. This is good. However, if /rm2 is DOWN, will it show up in this list as down, or will it not show up in this list at all?
If it shows as down, what xml item below am I looking for to denote that the service is down?

<jd:Application>
<dc:publisher>/rm2</dc:publisher>
<jd:scope>http://jazz.net/xmlns/prod/jazz/discovery/1.0/internal</jd:scope>
<jd:contextRoot>https://localhost:port/rm</jd:contextRoot>
<jd:rootServices rdf:resource="https://localhost:port/rm/rootservices"/>
<j.0:publisher rdf:resource="https://localhost:port/rm/application-about"/>
<jd:registration rdf:resource="https://localhost:port/rm/service/com.ibm.team.repository.service.internal.setup.IRegistrationHandlerService"/>

<jd:domain rdf:parseType="Resource">
<dc:identifier>http://open-services.net/ns/rm#</dc:identifier>
</jd:domain>
<jd:jsaSsoEnabled>false</jd:jsaSsoEnabled>
</jd:Application>[Less]

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Jul 29 '19, 10:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 My 2 cents: If you want to know an application is accessible, you access the application. There are also ways to monitor such systems. See https://jazz.net/blog/index.php/2018/05/25/monitoring-jazz-applications-using-jmx-mbeans/ for a start.

Chandrashekar Navapet selected this answer as the correct answer

Comments
Chandrashekar Navapet commented Aug 01 '19, 6:00 a.m.

 Thanks for the information

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.