Adding IEM related Configuration - 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)

To run commands related to the IEM, you must first add the IEM and IE App Publisher configuration by using the following commands:

$ iectl config add iem  \
         --name "iemdev" \ # unique name for the confguration
         --url "https://portaldev7.siemenspx.us" \ # your IEM url 
         --user email@siemens.com \ # email address registered on IEM
         --password "password"   # password of the IEM user
$ iectl config add publisher  \
         --workspace "/home/WS" \ # path to for the workspace, used to store app related metadata 
         --dockerurl "http://127.0.0.1:2375" \ # your docker engine url, used for saving the image refrenced in the docker compose yaml
         --name "publisherdev"   #  unique name for the confguration
## Edge Apps

You can perform several operations related to Industrial Edge Apps on the IEM. Commonly used operations are:

- Create Application
- Create app versions
- Add app configurations
- Export app versions
- Import standalone apps on the IEM

If needed, you can also set other arguments in the IE App Publisher configuration. For more information, see iectl config add publisher --help