API for Rational Insight Server
2 answers
Hello Neha,
can you describe exactly what is your use case and which data do you need?
If you are interested in REST API queries, you can get the data directly from the point applications, without involving Insight.
If you are looking for the data warehouse data, you can directly query the data base.
Insight by itself is a reporting server and it's not supposed to expose data to third party applications.
Best Regards,
Francesco Chiossi
can you describe exactly what is your use case and which data do you need?
If you are interested in REST API queries, you can get the data directly from the point applications, without involving Insight.
If you are looking for the data warehouse data, you can directly query the data base.
Insight by itself is a reporting server and it's not supposed to expose data to third party applications.
Best Regards,
Francesco Chiossi
Comments
I totally understand your point.
I want to extract data which are present in RTC and RQM. [Test and work item related]
The issue is I cannot be provided access to those application but instead access to Insight server would be given.
I want to write a tool which will extract data from Insight server [RQM and RTC related data]
Hello Neha,
Insight itself does not provide API access.
If the Insight server is the only machine you have access to, the only other option I can think of is to create a report that export the data you desire on CSV or XLS format, schedule it to run on a regular base and save the report output somewhere on the disk / shared drive.
Your application can then use that file as data source.
Best Regards,
Francesco Chiossi
Insight itself does not provide API access.
If the Insight server is the only machine you have access to, the only other option I can think of is to create a report that export the data you desire on CSV or XLS format, schedule it to run on a regular base and save the report output somewhere on the disk / shared drive.
Your application can then use that file as data source.
Best Regards,
Francesco Chiossi