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

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

Beispielinhalt einer Manifestdatei:

commands:
  - command:
    target: publisher
    resource: standalone-app.create
    parameters: 
      appname: "sample_appname"
      reponame: "demo_repo"
      iconpath: "/path/to/icon/pic.png"
      appdescription: "sample_description"
  - command:
    target: publisher
    resource: standalone-app.version.create
    parameters: 
      appname: "sample_appname"
      versionnumber: "0.0.1"
      yamlpath: "/path/to/yaml/docker-compose.yml"
      allowfailure: "true"
iectl apply [flags]