JOC API

Version 2.7.3

Download RAML
JOC API
/reporting/reports/generated
POST

Returns generated reports


Parameters in the POST body schema

Name Type Description Example Default
reportPaths optional, array[string] Paths or names of report configurations
templateNames optional, array[string] Limits the result to template names such as
  • WORKFLOWS_FREQUENTLY_FAILED
  • JOBS_FREQUENTLY_FAILED
  • AGENTS_PARALLEL_JOB_EXECUTIONS
  • JOBS_EXECUTIONS_FREQUENCY
  • ORDERS_EXECUTIONS_FREQUENCY
  • WORKFLOWS_LONGEST_EXECUTION_TIMES
  • JOBS_LONGEST_EXECUTION_TIMES
  • PERIODS_MOST_ORDER_EXECUTIONS
  • PERIODS_MOST_JOB_EXECUTIONS
  • JOBS_SUCCESSFUL_EXECUTIONS
  • WORKFLOWS_SUCCESSFUL_EXECUTIONS
["WORKFLOWS_LONGEST_EXECUTION_TIMES"]
runIds optional, array[integer] Limits the result to reports generated by specific run IDs
dateFrom optional, string Date in the format YYYY-MM-DD. Limits the result to reports that are younger than this date
dateTo optional, string Date in the format YYYY-MM-DD. Limits the result to reports that are older than this date