The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Industrial IoT Open Source Tools and Libraries

Demo applications, libraries and SDKs as well as useful connectivity tools which are maintained and released as open source software.

mdsp schedules Command¶

Syntax:

mdsp schedules

Help:

mdsp schedules --help

Alternative form:

mc schedules

(The CLI was using mc as default command name in older versions)

Description¶

list, create, start, stop or delete job schedules *

Usage¶

Parameter list:

Usage: mdsp schedules|js [options]

list, create, start, stop or delete job schedules *

Options:
 -m, --mode [list|create|start|stop|template|info|delete] list | create | stop | template | info (default: "list")
 -f, --file .mdsp.json file with job schedule definition (default:
 "jobmanager.schedule.mdsp.json")
 -i, --scheduleid the schedule id
 -n, --name the name filter (contains) for list command
 -s, --status the status filter (equals, e.g. STOPPED, FAILED...) for list command
 -d, --modelid the modelid filter (equals) for list command
 -o, --overwrite overwrite template file if it already exists
 -k, --passkey passkey
 -y, --retry retry attempts before giving up (default: "3")
 -v, --verbose verbose output
 -h, --help display help for command

Examples¶

Here are some examples of how to use the mdsp schedules command:

 Examples:

 mdsp schedules --mode list list all job schedules
 mdsp schedules --mode list --status RUNNING list all RUNNING job schedules
 mdsp schedules --mode list --modelid list all job schedules for specified model
 mdsp schedules --mode template create template file for job schedule creation
 mdsp schedules --mode create --file create job schedule
 mdsp schedules --mode info --scheduleid get infos about the job schedule
 mdsp schedules --mode start --scheduleid start job schedule with job id
 mdsp schedules --mode stop --scheduleid stop job schedule with job id

See Insights Hub API documentation for more information about Insights Hub APIs.