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
- wiegand_version string
Wiegand version
- firmware_version string
Firmware version
- framework_version string
Version and date of the framework release
- api_version string
API version
- device_name string
Device model name
- device_type string
Possible 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 uuid
Serial number as UUID
- hybrid_enable boolean
Represents info about is VIZIT/LASKOMEX adapter installed
- hybrid_version string
Hardware and software version of the adapter
- device_model string
Device model
- commit string
Code commit
{
"wiegand_version": "",
"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.24.0",
"framework_version": "1.2.0",
"api_version": "2.11.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 string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...