It's all about the answers!

Ask a question

How to get the URL of local configuration in ETM?


sri K (155) | asked Jul 20 '23, 6:44 a.m.

 Hi Team,


I am using this API to find the global configuration directly using its name, - https://server/gc/oslc-query/configurations?oslc.where=dcterms:title="Test Project (Global Configuration)".

Similarly, do we have a direct apis to get the URL of local configuration/stream/baseline?

One answer



permanent link
David Honey (1.8k17) | answered Jul 20 '23, 6:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You would need to:
  1. Discover the OSLC Service Provider catalog for configuration management in the domain tool from its rootservices document.
  2. Iterate over the OSLC service providers referenced in the Service Provider Catalog.
  3. Discover the OSLC Query Capability for rdf:type oslc_config:Configuration
  4. Use the query base to perform a query - see the OSLC Query specification.
Querying for global configurations follows a similar pattern and more information can be found at https://jazz.net/gc/doc/scenario?id=QueryConfigurations

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.