Operation IED APP - 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)

This guide describes how to operate application on IED from IEM side, the following HTTP request you may need:

  1. a POST request with your username and password and receive a lightweight token that will enable you as a user to authenticate future requests.
  2. a GET request to receive the ID of the IED that you would like to get installed applications.
  3. a GET request to receive all the applications installed on a specific IED or all IEDs with an optional query field.
  4. a GET request to receive all catalog applications on IEM.
  5. a GET request to receive all the developer applications on IEM.
  6. a GET request to receive the configuration details of a specific application.
  7. a GET request to download the specific configuration version or template file of a specific application.
  8. a POST request to operate a specific version app on IEDs. You can shedule the job or do it right now.
  9. a POST request to import an application to IEM catalog with the app file.