Perform Operational Tasks on An Industrial Edge Application - 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)

You can use following values as operation query parameter to perform a desired task:

  • startApplication
  • stopApplication
  • restartApplication
  • uninstallApplication
    curl -i -X POST \
    -H "Authorization:<your-authorization-token>" \
    -H "Content-Type:multipart/form-data" \
    -F "infoMap={\"devices\":[\"<your-device-id>\"]}" \
    'https://<your-iem-url>/portal/api/v1/batches?appid=<your-app-id>&operation=startApplication'