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 run-bulk Command¶

Syntax:

mdsp run-bulk

Help:

mdsp run-bulk --help

Alternative form:

mc run-bulk

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

Description¶

runs the timeseries (bulk) upload job from directory *

Usage¶

Parameter list:

Usage: mdsp run-bulk|rb [options]

runs the timeseries (bulk) upload job from directory *

Options:
 -d, --dir config file with agent configuration (default: "bulkupload")
 -y, --retry retry attempts before giving up (default: "3")
 -l, --parallel parallel chunk uploads (default: "3")
 -s, --size entries per file (default: "9007199254740991")
 -f, --force force generation of json files, file upload and creation of jobs
 -k, --passkey passkey
 -i, --timeseries use (deprecated) timeseries upload
 -v, --verbose verbose output
 -t, --start start sending data to Insights Hub
 -h, --help display help for command

Examples¶

Here are some examples of how to use the mdsp run-bulk command:

 Examples:

 mdsp run-bulk runs the upload job from the bulkimport directory
 mdsp run-bulk --dir asset1 --verbose runs the upload job from the asset1 with verbose output

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