Get device summary information
Get information about:
firmware version
framework version
API version
device model type and name (in different devices some functionality might be unavailable)
device serial number
This endpoint is open
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- A Q07
Schema
- firmware_version string
- framework_version string
- api_version string
- device_name string
- device_type string
Possible values: [
monitor
,panel
]In monitors right now uses different api, but in future it will be unify
- device_model string
Possible values: [
aq07
,aq07l
,aq07la
,ak10
,ak10l
,am02
,at07l
,at10
,at10l
] - device_serial_number string
{
"firmware_version": "5.2.0",
"framework_version": "1.6.0 20180713",
"api_version": "2.0.0",
"device_name": "AQ-07",
"device_type": "monitor",
"device_model": "aq07",
"device_serial_number": "7f97370c-4fb1-4886-9e54-17c11a3e9399"
}
{
"firmware_version": "5.2.0",
"framework_version": "1.6.0 20180713",
"api_version": "2.0.0",
"device_name": "AQ-07",
"device_type": "monitor",
"device_model": "aq07",
"device_serial_number": "7f97370c-4fb1-4886-9e54-17c11a3e9399"
}
Loading...