Importieren einer App in den IEM-Katalog - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & Referenzen

Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Diese Methode beschreibt, wie eine App in den IEM-Katalog importiert wird. Sie müssen eine App-Datei exportieren und dann die anforderungsbezogene API-Dokumentation verwenden:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

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