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:
- a POST request with your username and password and receive a lightweight token that will enable you as a user to authenticate future requests.
- a GET request to receive the ID of the application that you would like to install.
- a GET request to receive the ID of the Edge device that you would like to install the application on.
- a POST request to deploy the desired application to the chosen Edge device.
More complex installation methods are variations of these four basic requests.