MindSphere CLI: mdsp get-diagnostic Command

Syntax:

mdsp get-diagnostic

Help:

mdsp get-diagnostic --help

Alternative form:

mc get-diagnostic

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

Description

get diagnostic information *

Usage

Parameter list:

Usage: mc get-diagnostic|gd [options]

get diagnostic information *

Options:
  -c, --config   config file with agent configuration
  -a, --agentid      agent id
  -k, --passkey      passkey
  -l, --all                   display all entries not just the last page
  -j, --json                  json output
  -t, --text                  text (raw) output
  -v, --verbose               verbose output
  -h, --help                  display help for command

Examples

Here are some examples of how to use the mdsp get-diagnostic command:


  Examples: 

    mdsp gd -k mypasskey
    mdsp get-diagnostic --config someagent.json --passkey mypasskey
    mdsp get-diagnostic --passkey mypasskey --text --all > log.csv

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