Getting the status of the MTF scheduler

This endpoint enables you to get the status of the Mid-Term Forecast (MTF) scheduler.

For more details about MTF engine, see → Mid-Term Forecast (MTF).

The response provides an XML file according to orca2.xsd (see ORCA2.xsd).

The response hosts (in the orca2.xsd <job> element) the detailed status of each job configured through MTF.

Status of the MTF scheduler

The XML tag <Job> hosts a set of information:

Status of the job Description

status

It contains the status of the job:

  • Running: the job is currently in execution.
  • Idle: the job is waiting for the next run.

startTime

It contains the start time of the job's latest execution. This information is missing if the job has not been run yet.

endTime

It contains the end time of the job's latest execution. This information is missing if the job is currently running or has not been run yet.

nextStartTime

It contains the start time of the next scheduled job execution.