MindSphere CLI: mdsp sdi-iot-registries Command

Syntax:

mdsp sdi-iot-registries

Help:

mdsp sdi-iot-registries --help

Alternative form:

mc sdi-iot-registries

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

Description

manage iot data registries for SDI *

Usage

Parameter list:

Usage: mc sdi-iot-registries|sdt [options]

manage iot data registries for SDI *

Options:
  -m, --mode [list|create|template|info|delete]  list | create | template | info | delete (default: "list")
  -d, --iotregistry                 data registry file with definition for --mode create or update command
  -i, --registryid                   the iotregistry id for --mode info, update or delete 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 sdi-iot-registries command:


  Examples:

    mdsp sdi-iot-registries --mode list 		 list all sdi dataregistries
    mdsp sdi-iot-registries --mode template 	 create template file
    mdsp sdi-iot-registries --mode create --iotregistry  	 create sdi iot registry
    mdsp sdi-iot-registries --mode update --iotregistry  --registryid                                                                                               		 update sdi iot registry
    mdsp sdi-iot-registries --mode info --registryid    		 get sdi iot registry info
    mdsp sdi-iot-registries --mode delete --registryid  		 delete sdi iot registry

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