Skip to main content
The scheduler REST API is used to define a schedule for system activities and manage the jobs that result from the schedule.
This API is deprecated in favor of the Jobs API.
All of the Fusion services are available for scheduling, as are any Solr activities and any other HTTP-based URI. See Jobs and Schedules for more information about all of the options available for scheduling, and instructions for configuring scheduler jobs using the Fusion UI.

Schedule Definition Properties

Examples

Run a crawl of the datasource “LocalDocs2” every day: REQUEST
RESPONSE
Issue a commit to the SolrCloud collection “demo” every hour: REQUEST
RESPONSE
Set schedule “2” to inactive: REQUEST
There will be no response if the PUT request was successful. List all scheduled jobs: REQUEST
RESPONSE
List the history of job ID ‘1’: REQUEST
RESPONSE