Import an app to IEM Catalog - 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 method describes how to import an app to IEM Catalog. You need to export an app file and then use the request related api documentation:

curl -i -X POST \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/application-import-jobs' \
--form 'file=<your-.app-file>'

A successful response looks like this:

{
  "data": {
    "id": "eea1ed58a01f444c805a138cea33247a",
    "status": "PENDING",
    "message": ""
  }
}