MindSphere CLI: 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: mc 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 MindSphere
  -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 MindSphere API documentation for more information about MindSphere APIs.

The content of the community tools and libraries documentation pages is licensed under the MIT License.
Siemens API Notice applies.
Back to top