Deploying Apps to Industrial Edge Devices - 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)

This document highlights different use cases to deploy and manage an application to Industrial Edge Devices using APIs offered by Industrial Edge Management. For a very basic app deployment using the IEM APIs, you need to send four HTTP requests related api documentation:

  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 application that you would like to install.
  3. a GET request to receive the ID of the Edge device that you would like to install the application on.
  4. a POST request to deploy the desired application to the chosen Edge device.

More complex installation methods are variations of these four basic requests.