MindSphere CLI: mdsp download-bulk Command

Syntax:

mdsp download-bulk

Help:

mdsp download-bulk --help

Alternative form:

mc download-bulk

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

Description

download the timeseries data in bulk from MindSphere *

Usage

Parameter list:

Usage: mc download-bulk|db [options]

download the timeseries data in bulk from MindSphere *

Options:
  -d, --dir       directory for the download (shouldn't exist) (default: "bulkdownload")
  -i, --assetid         MindSphere asset id
  -a, --aspectname   aspectname
  -f, --from               from date
  -t, --to                   to date
  -s, --size               max entries per file  (default: "200")
  -p, --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 download-bulk command:


  Examples:

    mdsp download-bulk --assetid 12345..ef --from 12/10/2019 --to 12/16/2019  		 download timeseries from specified asset

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