Show TOC

Example documentationExamples: Scheduler Services Locate this document in the navigation structure

 

The following table lists scheduler services and associated URL examples. For more information, see Services.

Service

Example URL

Start the scheduler main process

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Start

Stop the scheduler main process

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Stop

List all jobs in the scheduler

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=List

Run a job by ID

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Run&ID=<jobid>

Enable a job by ID

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Enable&ID=<jobid>

Disable a job by ID

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Disable&ID=<jobid>

Display the run history for a job by ID and limit the row count

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=History&ID=<jobid>&RowCount=<#>

Delete a job by ID

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Delete&ID=<jobid>

Import a job to add it or update it

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Import&Payload=<xml>

Export a job by ID, which outputs an XML document that can also be used for import

http://<server>:<port>/XMII/Illuminator?service=Scheduler&mode=Export&ID=<jobid>