Summary Listing of Scheduled Reports

Is there any sort of job or function in JasperServer that will allow an Administrator to see ALL scheduled reports - where they are set up to go, when, recurrence pattern, with what parameters, etc.? 

If not (as I haven't seen anything), has anyone successfully written a report capturing all this information? 
 

Any information is much appreciated!

ewatts's picture
3
Joined: May 12 2010 - 7:26am
Last seen: 8 years 6 months ago

1 Answer:

Look at the web services guide - the new rest_v2/jobs APi looks good - since it's an XML response you can use JasperServer to run the report on itself, having a sub-report for each job to get the details from the rest_v2/job service (passing job id)

I have an example building such a report here: http://community.jaspersoft.com/wiki/remote-xml-datasource - the only thing you have to figure out is how our API works which I didn't have time to do here. Hope that takes you down the right path - sorry it's not a complete answer with sample...feel free to share a solution if you find one!

ernestoo's picture
18974
Joined: Nov 29 2010 - 11:59am
Last seen: 5 years 11 months ago
Feedback
randomness