Onboard IED Single Command - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
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 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