Onboard IED Single Command - Manual - Industrial Edge Platform - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge Platform
Edition
02/2025
Language
en-US (original)

Use this command to board an IED with a single command (as an alternative to using activate):

NOTICE

Verify that [IEM config](./onboard.md#add-iem-configuration-for-ied) is already added.
$ iectl iem device onboard \
        --url "https://165.218.200.23/" \   # your IED url 
        --name "demoied" \                  # your IED name
        --username "email@siemens.com"  \   # your email
        --password "P@ssword1234"           # your password

NOTICE

Default device type is "core.ieipc" to use different device type, please provide device type id using `--id flag`. You can list device types using command [`iectl iem device-types`](../V2_0_0/iem/device-types.md)