Skip to content

Onboard IED Single Command

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://ied-url" \           # 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