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 provide an XML file according to orca2.xsd (see ORCA2.xsd).

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

Status of the MTF scheduler

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

Status of the job Description

status

Contains the status of the job:

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

startTime

Contains the start time of the job's latest execution. This information is missing if the job has never ran yet.

endTime

Contains the end time of the job's latest execution. This information is missing if the job is currently running or never ran yet.

nextStartTime

Contains the start time of the next scheduled job execution.