Anwendung in Katalog importieren - 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

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

Zuerst muss eine .app-Datei der Applikation exportiert werden. Mit der folgenden Anfrage können Sie dann eine Applikation in den Katalog importieren:

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 beispielsweise wie folgt aus:

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