Skip to content

iectl iem device onboard

onboard Edge Device

iectl iem device onboard [flags]

Options

  -h, --help                      help for onboard
      --id string                 ID of the device. (default "core.ieipc")
      --name string               IED name, will also be used as unique IED ID
      --nics stringArray          list of network interfaces to be configured for the device. Must be a valid JSON string.
                                  Example: "{"MacAddress":"00:00:00:00:00:00","GatewayInterface":true,"DHCP":"enabled","Static":{"IPv4":"","NetMask":"","Gateway":""},"DNSConfig":{"PrimaryDNS":"8.8.8.8","SecondaryDNS":"8.8.8.9"}}"
      --ntp-servers stringArray   list of ntp servers that shall be configured to be used by the device.
      --password string           password to login to IED
      --url string                url of device to onboard, will be used to activate device. Can be IP address if hostname of device is not resolving
  -u, --username string           username to login to IED (default "admin@edge.siemens.cloud")

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl iem  device onboard --id "core.ieipc" --url "https://iedUrl" --name "user@siemens.com" --username "user@siemens.com" --password "password" 

SEE ALSO