Get device summary information
Get information about:
- firmware version
- API version
- device model and type
- device serial number
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- firmware_version string
Version and firmware release
- api_version string
Version of API
- device_name string
The name of device
- device_type string
Possible values: [
accesscontroller]The type of the device - access controller
- device_serial_number ascii
Possible values:
<= 40 charactersSerial number of the device
- device_model string
Possible values: [
ngc1,ngc1w,ce44p]Vendor model of the device
- commit string
Source code head commit
{
"firmware_version": "1.0.0",
"api_version": "1.4.0",
"device_name": "BAS-IP NGC-1 device",
"device_type": "accesscontroller",
"device_serial_number": "202506CE44P-01-18047",
"device_model": "ngc1",
"commit": "e8e99362d3e03515608165817715d029dc60591e"
}
Loading...