Zusammenfassung - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & Referenzen

Portfolio
Industrial Edge
Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Mit der folgenden Manifestdatei iem_to_ied.yaml wird Ihre Anwendung in den Katalog hochgeladen und dann mit der angegebenen Geräte-ID in IED installiert:

variables :
  iemUrl: "https://165.218.238.83:9443"
  iemUser: "username@siemens.com"
  iemPass: "password"
commands: 
  - command:
    target: config
    resource: add.iem
    parameters:
      name: "iem_config"
      url: "${{iemUrl}}"
      user: "${{iemUser}}"
      password: "${{iemPass}}"
  - command:
    target: publisher
    resource: app-project.upload.catalog
    parameters: 
      filepath: "/path/to/app/file/HBdfezUzTcz631tZct4ouwi2ZbltwGKW_0.0.2.app"
      allowfailure: "true"
  - command:
    target: iem
    resource: catalog.list
    parameters:
      allowfailure: "true"
  - command:
    target: iem
    resource: job.batch-create
    parameters: 
      appid: "iem.catalog.list#{.data[?(@.title=='app_name')].applicationId}"
      infoMap: '{"devices":["d39b707268a24306845b9a6aae951ec5"]}'
      operation: "installApplication"
      allowfailure: "true"