Introduction
The JITL RunReportJob template can be used to automate creation of JS7 - Reports.
- Users can create monthly, weekly etc. reports.
- Users can schedule the creation of reports.
The Job Template makes use of the JS7 - REST Web Service API to run reports from the JOC Cockpit.
- The Job Template authenticates with the JS7 - REST Web Service API with a user account/password and/or with a certificate, for details see JS7 - Authentication.
- For details about configuration items see JS7 - JITL Common Authentication.
FEATURE AVAILABILITY STARTING FROM RELEASE 2.7.1
Usage
When defining the job either:
- invoke the Wizard that is available from the Job Properties tab in the Configuration view and select the JITL RunReportJob Job Template and relevant arguments
or
- specify the
JITLjob class andcom.sos.jitl.jobs.runreports.RunReportJobJava class name..
Arguments
| Name | Description |
|---|---|
report_paths | List of paths pointing to the location of Report Templates for which reports should be created Items in the list are separated by semicolon. Reports will be created for all list items. List items for non-existing report configurations will be ignored. If the same Report Template is specified more than once, then it will be used just once. If both |
report_folders | List of folders holding Report Templates for which reports should be created Items in the list are separated by semicolon. Reports will be created for all list items. List items for non-existing Report Templates will be ignored. If the same Report Template is specified more than once, then it will be used just once. This can occur if a Report Template is found in the Folders will be processed recursively if the name ends with: If both |