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>'