How can I get a list of registered applications via the Jazz API
Accepted answer
You should be able to get the rootservices document and peel away the layers to find friend apps.
<!-- List of friends (applications known to this application) -->
<jd:friends rdf:resource="https://rtp-rtc9:9443/jazz/friends" />
<jd:friends rdf:resource="https://rtp-rtc9:9443/jazz/friends" />
One other answer
@Kevin Ramer From the output xml I see a lot of publishers/names like /rtc2 and /rtc-dt. This is good.However,if /rtc2 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 am I looking for to denote that the service is down?
jd:Application>
<dc:publisher>/rtc2</dc:publisher>
<jd:domain rdf:parseType="Resource">
<dc:identifier>http://open-services.net/ns/rtc#</dc:identifier>
</jd:domain>
<jd:jsaSsoEnabled>false</jd:jsaSsoEnabled>
</jd:Application>