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

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge Platform
Edition
02/2025
Language
en-US (original)

The device API can be called through the proxy-redirect Docker network that is available on all Industrial Edge Devices. To use the proxy redirect network it must be added to the docker-compose.yaml as shown below:

version: '2.4'

service:
  networks:
    - edge-redirect
  ...

networks:
  edge-redirect:
    name: proxy-redirect
    external: true
  ...

The Industrial Edge Device APIs can be then reached through its DNS name which will be resolved by the Docker resolver: edge-iot-core.proxy-redirect