Deployment Scheduling - 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)

Furthermore, you can schedule the deployment of an Industrial Edge application at a certain time, for this you require the schedule parameter and provide an epoch timestamp in milliseconds.

Use the following request as an example:

    curl -i -X POST \
    -H "Authorization:<your-authorization-token>" \
    -H "Content-Type:multipart/form-data" \
    -F "infoMap= {\"devices\":[\"<your-device-id>\"]}" \
    'https://<your-iem-url>/portal/api/v1/batches?\
    appid=<your-app-id>&operation=installApplication&schedule=<epoch timestamp in milliseconds>'