Deployment Scheduling - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
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>'