Versioned Configuration - 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)

If the end user does not want to change the default configuration, an Industrial Edge application can be deployed using the versioned configuration type. Therefore, it is required to have a configuration ID as a unique identifier of the configuration.

Use the following request with cURL to deploy an Industrial Edge application to one or multiple Industrial Edge Devices:

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