Add IE Hub Configuration to access IE Hub - 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)

To access and use IE Hub commands, you must first add an IE Hub configuration. To add an IE Hub configuration, use the following command:

$ iectl config add iehub \
        --name "configname" \                                   # name of the configuration being added in lower case
        --url "https://iehub.eu1-int.edge.siemens.cloud/" \     # URL of IEHUB on which you want perform operations. Provide URL without hub name, e.g.: https://iehub.eu1.edge.siemens.cloud   
        --user "user_email_address" \                           # accepts email address used for IEHUB login 
        --password "password"   \                               # password for IEHUB CLI user

Alternatively, you can add an IE Hub configuration by using the following command with the --password-stdin flag:

$ iectl config add iehub \
        --name "configname" \                                   # name of the configuration being added in lower case
        --url "https://iehub.eu1-int.edge.siemens.cloud/" \     # URL of IEHUB on which you want perform operations. Provide URL without hub name, e.g.: https://iehub.eu1.edge.siemens.cloud   
        --user "user_email_address" \                           # accepts email address used for IEHUB login 
        --password-stdin   \                               # set password from stdin for login