Statusprüfung einer importierten Anwendung - 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

Mit der folgenden Anfrage können Sie den Status der importierten Applikation prüfen. Hierfür benötigen Sie die Job-ID der importierten Applikation:

curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/application-import-jobs/<job-id>'

Eine erfolgreiche Antwort sieht beispielsweise wie folgt aus:

{
    "data": {
        "id": "eea1ed58a01f444c805a138cea33247a",
        "status": "COMPLETED",
        "message": "Import application successfully."
    }
}