Cannot access artifacts in folders in DNG with ELM Python Client
Hi,
One answer
Comments
Hi again, we are developing an "OpenSocial gadget" to visualize it on the dashboard of the "IBM Engineering Requirements Management DOORS Next (/rm)" module. Our problem arises when we try to retrieve the data from DNG. Right now we are retrieving the data in the following way: <domain>/rm/publish/resources?projectName=<projectName> + filters. We are adding some more filters from the Reportable Rest API documentation. However, these filters fall short nonetheless. The responses consist of 100,000 lines and take 40-60 seconds. We need to add more filters and perform more specific queries that this API (/rm/publish/) cannot handle. Is there another way to retrieve data from this module? Is there another REST API with more advanced filters?"
Comments
David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 08 '23, 12:37 p.m.Private APIs (REST or Java) are not publicly documented and not intended for 3rd party use. Occasionally people reverse engineer such APIs. However, reliance on them is risky because they may change without notice, leading to fragile implementations, and their use is unsupported. We strongly discourage customers from using anything other than public APIs. In general, the underlying database schemas used by an application to persist data are also private. Direct access to such data via JDBC is not documented or supported.
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 09 '23, 4:25 a.m.> still we cannot get all the artifacts due to a query limitation using the OSLC capability
Pablo de Llanos
Jun 12 '23, 2:42 a.m.Hi again, we are developing an "OpenSocial gadget" to visualize it on the dashboard of the "IBM Engineering Requirements Management DOORS Next (/rm)" module. Our problem arises when we try to retrieve the data from DNG. Right now we are retrieving the data in the following way: <domain>/rm/publish/resources?projectName=<projectName> + filters. We are adding some more filters from the Reportable Rest API documentation. However, these filters fall short nonetheless. The responses consist of 100,000 lines and take 40-60 seconds. We need to add more filters and perform more specific queries that this API (/rm/publish/) cannot handle. Is there another way to retrieve data from this module? Is there another REST API with more advanced filters?"