List installed apps on IED - 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)

List all installed apps on IEDs. Use this request:

curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/devices/installed-apps'

A successful response looks like this:

{
  "data": [
    {
      "applicationId": "09e900303f9e45029f88b9051e9a36a3",
      "icon": "https://localhost:443/pp/PortalCache/app/09e900303f9e45029f88b9051e9a36a3/3.png",
      "title": "cloudnginx",
      "deviceId": "b76e727ecb584c529411d4bf814d6926",
      "deviceName": "cloudied",
      "verionId": "cZEVJd5esDNd98e9TxrDO6Bd50reGIO6",
      "versionNumber": "0.0.1",
      "status": "REVIEWED"
    },
    {
      "applicationId": "c57179a3b78c4c78b4ae009cef14c055",
      "icon": "https://localhost:443/pp/PortalCache/app/c57179a3b78c4c78b4ae009cef14c055/16.png",
      "title": "edgenginx",
      "deviceId": "b76e727ecb584c529411d4bf814d6926",
      "deviceName": "cloudied",
      "verionId": "Wwf5PmYsVbG4HdlayezcZp2GpTsZtyft",
      "versionNumber": "0.0.1",
      "status": "REVIEWED"
    },
    {
      "applicationId": "hI5FOxrLcRCQ7doCpoQTDLXTki8al5sI",
      "icon": "https://localhost:443/pp/PortalCache/app/hI5FOxrLcRCQ7doCpoQTDLXTki8al5sI/appicon.png",
      "title": "tom-nginx",
      "deviceId": "b76e727ecb584c529411d4bf814d6926",
      "deviceName": "cloudied",
      "verionId": "MyVXdONT5Mq5JBRxFl56thmZwowl6tYk",
      "versionNumber": "0.0.5",
      "status": "LIVE"
    }
  ]
}