4.2.4.1 System Info and Status

As this is a WEB API function, the success value is not included in the response. Information on the system and its state is returned.

URL:

https://<IP>/api/v1/status

HTTP method:

GET

Request body:

N/A

Response code:

Standard HTTP response code, treating syntactic errors

Response data:

"{"data":{"uptimeD":0,"totalStorage":"1112 MB", "hw":"3", "fw":"2.0.0.4.0", "installed":"512 MB", "state":{"id":4}, "date":"4\/14\/2016", "remainingHours":"-2", "nfccapable":true, "temperature":"0.0 °C", "uptimeHours":"4012 hours", "time":"10:51AM", "totalCache":"92 MB", ":key":"J52RF-NVDD4-YW3P4-WCM9K-2TAIM", "os":"Android OS 4.2.2", "sn":"99-9999-9999", "lanmac":"D0-39-72-1F-56-C8", "freeStorage":"989 MB", "totalMemory":"496 MB", "keys":"APP LAUNCHER ROOT", "freeMemory":"363 MB", "freeCache":"88 MB", "system":"2N® Indoor Touch", "wifimac":"D0-39-72-1F-56-CA", "uptimeM":9, "wificapable":true, "uptimeH":0}}".

 

Meaning of items:

  • uptimeD – count of days for which IDT has been working and available, see uptimeH, uptimeM
  • totalStorage – total data storage size
  • hw – IDT hardware version
  • fw – firmware version
  • installed – available IDT installed internal memory size
  • state/id – licence state/ID, namely: 
    • invalid key product
    • licence has limited operation hours and the limit has been exceeded
    • licence has limited operation hours and/or the limit has not been exceeded (limit ok)
    • licence licence has not limited operation hours
  • date – current IDT date
  • remainingHours – count of remaining hours for a licence with limited operation time or:
    • licence invalid
    • operation time limit exceeded
    • limit not set
    • other error
  • nfccapable – true if NFC support is available
  • temperature – IDT temperature
  • uptimeHours – count of hours since the IDT restart
  • time – current IDT time
  • totalCache – cache storage total size
  • key – IDT product key
  • os – operating system version
  • sn – IDT serial number
  • lanmac – Ethernet interface MAC address
  • freestorage – free data storage size
  • totalMemory – total available internal memory size
  • keys – licence keys for additional IDT functions, namely: 
    • APP – possibility to install additional applications
    • LAUNCHER – possibility to switch to classic Android launcher
    • ROOT – possibility to set root rights to selected applications
    • HTTPAPI – possibility to control IDT via API
  • freeMemory – free internal memory size
  • freeCache – free cache storage size
  • system – device name
  • wifimac – WiFi interface MAC address
  • uptimeM – count of minutes for which IDT has been working and available, see uptimeD, uptimeH
  • wificapable – true if IDT is equipped with a WiFi interface
  • uptimeH – count of hours for which IDT has been working and available, see uptimeD, uptimeM