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