Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Resumes the Job Scheduler

URI Syntax

curl -u ‘<user>:<password>’ -X PUT ‘http://<host>:<port>/api/auto-compaction/pause’

Resuming Auto Compaction

Request Method

PUT

Description

Resumes the Job Scheduler

URI Syntax

curl -u ‘<user>:<password>’ -X PUT ‘http://<host>:<port>/api/auto-compaction/unpause’

  • No labels