List App Statistics - 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 app statistics on IED. You need the unique device ID and the unique app ID, use the request:

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

A successful response looks like this:

{
  "deviceAppStatisticsData": "\\{\"status\":\"Active\",\"time\":\"2022-12-19 07:14:06.319079052 +0000 UTC m=+30.002882942\"\\}"
}