Skip to main content
Version: 1.7.x

Monitor Uniview Devices

Monitor Uniview devices through HTTP interface.

Configuration​

ParameterDescription
HostDevice IP/Domain
NameUnique identifier
PortDefault 80
TimeoutMilliseconds
UsernameAuth username
PasswordAuth password
SSLHTTPS Enable
Interval≥30 seconds

Metrics​

System Info​

  • Device Name
  • Serial Number
  • Firmware Version
  • Device Model

NTP Info​

  • NTP Server IP
  • NTP Port
  • Sync Interval
  • NTP Status

Implementation​

Access device APIs:

  1. System: /LAPI/V1.0/System/DeviceInfo

  2. NTP: /LAPI/V1.0/System/Time/NTP

Using Digest Authentication and parsing JSON responses.