start-scheduler-job
Allows you to start a scheduler job.
Syntax:
shell
sfiler-cli [options] start-scheduler-job [command options]| Command options | Required / Optional | Description |
|---|---|---|
| -j | Required | Job identifier (JobId). |
Example:
This example allows you to start the job with identifier 1.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" start-scheduler-job -j 1shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" start-scheduler-job -j 1