Get device summary information
Get information about:
- firmware version
- framework version
- API version
- device model and type
- device serial number
- hybrid info (available only for the devices with analogue/digital Hybrid adapter, if something wrong version will be ERROR)
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- firmware_version stringFirmware version 
- framework_version stringVersion and date of the framework release 
- api_version stringAPI version 
- device_name stringDevice model name 
- device_type stringPossible values: [ monitor-v4,monitor-v280,panel-v4-aa,panel-v4-bi,panel-v280,monitor,panel]Type of the device - panel, monitor etc. 
- device_serial_number uuidSerial number as UUID 
- hybrid_enable booleanRepresents info about is VIZIT/LASKOMEX adapter installed 
- hybrid_version stringHardware and software version of the adapter 
- device_model stringDevice model 
- commit stringCode commit 
{
  "firmware_version": "3.6.0",
  "framework_version": "1.2.0",
  "api_version": "1.4.0",
  "device_name": "AA-12FB",
  "device_type": "panel",
  "device_serial_number": "39c26df1-a641-4406-a18c-d7af9429c2b6",
  "hybrid_enable": true,
  "hybrid_version": "LASKOMEX SW 2.2, HW 0.3R1",
  "device_model": "aa12fb",
  "commit": "e8e99362d3e03515608165817715d029dc60591e"
}
{
  "firmware_version": "3.22.0",
  "framework_version": "1.2.0",
  "api_version": "2.9.0",
  "device_name": "AA-12FB",
  "device_type": "panel",
  "device_model": "aa12fb",
  "device_serial_number": "7f97370c-4fb1-4886-9e54-17c11a3e9399",
  "hybrid_enable": true,
  "hybrid_version": "LASKOMEX SW 2.2, HW 0.3R1",
  "commit": "e8e99362d3e03515608165817715d029dc60591e"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...