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’ |