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

How can I get a list of registered applications via the Jazz API

How can I get a list of registered applications via the Jazz API ? Generally,it would be xml or json returned.

0 votes


Accepted answer

Permanent link
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" />

Chandrashekar Navapet selected this answer as the correct answer

0 votes

Comments

 @Kevin Ramer  Thanks for your support


One other answer

Permanent link

@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>

0 votes

Your answer

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

Question asked: May 23 '19, 10:43 a.m.

Question was seen: 2,245 times

Last updated: May 29 '19, 8:51 a.m.

Confirmation Cancel Confirm