Protokolle für ein Edge Device auflisten - 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

Mit dem folgenden Request werden alle Protokolle eines Edge Device aufgelistet, das mit seiner ID gekennzeichnet ist:

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

Eine erfolgreiche Antwort sieht beispielsweise wie folgt aus:

{
    "data": {
        "logs": [
            {
                "logId": "9a8d666ce16643da86270a180936aece",
                "timeStamp": 1630411919060
            }
        ]
    }
}