/
REST API for Job Scheduler
REST API for Job Scheduler
You can pause and resume both the Job Scheduler and Auto Compaction in the ‘Admin’ tab as well.
Pausing the Job Scheduler
Request Method | PUT |
---|---|
Description | Pauses the Job Scheduler |
URI Syntax | curl -u ‘<user>:<password>’ -X PUT ‘http://<host>:<port>/api/job-scheduler/pause’ |
Resuming the Job Scheduler
Request Method | PUT |
---|---|
Description | Resumes the Job Scheduler |
URI Syntax | curl -u ‘<user>:<password>’ -X PUT ‘http://<host>:<port>/api/job-scheduler/unpause’ |
Pausing Auto Compaction
Request Method | PUT |
---|---|
Description | Pauses Auto Compaction |
URI Syntax | curl -u ‘<user>:<password>’ -X PUT ‘http://<host>:<port>/api/auto-compaction/pause’ |
Resuming Auto Compaction
Request Method | PUT |
---|---|
Description | Resumes Auto Compaction |
URI Syntax | curl -u ‘<user>:<password>’ -X PUT ‘http://<host>:<port>/api/auto-compaction/unpause’ |
, multiple selections available,
Related content
REST API for Job Scheduler
REST API for Job Scheduler
More like this
REST API Job Commands
REST API Job Commands
More like this
REST API Export Job
REST API Export Job
More like this
REST API Import Job, Data Link, and File Upload
REST API Import Job, Data Link, and File Upload
More like this
Scheduling with Custom Cron Patterns
Scheduling with Custom Cron Patterns
More like this
Configuring Job Scheduler and Event Bus Threads
Configuring Job Scheduler and Event Bus Threads
More like this