Status Check Of An Imported 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 check the status of the imported application by using the following request. Note that for this, you require the job ID of the imported application:

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

A successful response looks like this for example:

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