Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

General request format:

GET http://IP-address:port/getdeviceinfo

Example request:

GET http://127.0.0.1:80/getdeviceinfo

Example response:

{
	"firmware version": "1.2.3 Rev B.",
	"vendor": "Vendor Title Ltd"
	"model": "Device Model",
	"serial_number": "12345ABCDEF",
	"ptz-status": "not supported"
}

Response parameters:

Parameter

Description

firmware versionFirmware version. Any prefix can be added to the firmware version value returned by the AdditionalVersionString registry key – see Registry keys reference guide.
vendorManufacturer
modelModel
serial_numberSerial number
ptz-statusPTZ support
  • No labels