NovaCloud-EN
  1. Smart Module
NovaCloud-EN
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Player
      • Player Management
        • Obtain player list
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • Program widget examples
        • Hand-drawn clock widget
        • Weather widget
        • Environmental Monitoring widget
      • Common Solutions
      • Offline Export
      • Over-specification Detection Switching
      • Program Over-specification Detection
    • Real-Time Control
      • NTP Time Synchronization
      • Synchronous playback
      • Brightness Adjustment
      • Screenshots
      • Volume Adjustment
      • Video Source Switching
      • Screen Status
      • Restart Players
      • Screen Power
    • Scheduled Control
      • Scheduled Screen Status
      • Scheduled Restart Players
      • Scheduled Volume Adjustment
      • Scheduled Brightness Adjustment
      • Scheduled Video Source Switching
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Receiving Card
        • Topology Information
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Screen
        • Screen list
        • Screen detail
        • Monitoring Information
      • Master Controller
        • Basic Information
        • Alarm Information
        • Operating Parameters Information
      • Smart Module
        • Monitoring Information
          GET
        • Alarm Infomation
          GET
      • Input Source
        • Monitor Infomation
      • Module/Cabinet
        • Monitoring Information
      • Monitoring Card
        • Monitoring Information
      • Camera
        • Camera configuration
        • The camera monitors the aggregated information
    • Brightness Log
      • Brightness History
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Smart Module

Monitoring Information

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/device-status-monitor/smart-module/monitor/{sn}
TIP
1.
This interface can be used for obtaining the monitoring information of the smart module of the current device.
2.
Advanced interface.

Request

Path Params
sn
string 
required
Device SN

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-us.vnnox.com/v2/device-status-monitor/smart-module/monitor/'

Responses

🟢200成功
application/json
Body
smartModules
array [object {7}] 
required
Smart module monitoring information list
status
boolean 
required
Device status: true - normal; false - abnormal
flatCableStatus
boolean 
required
Flat cable connection status: true - normal; false - abnormal.
runtime
string 
required
Runtime
temperature
integer 
required
Temperature
voltage
integer 
required
Voltage
position
string 
required
Position
sn
string 
required
Device SN
modules
array [object {6}] 
optional
Unit board/container monitoring information list
height
integer 
optional
Module height
width
integer 
optional
Module width
icType
string 
optional
Driver IC type
lineDecodingIc
string 
optional
Decoder IC type
scanNum
string 
optional
Number of scans
sn
string 
optional
Device SN
Example
{
    "smartModules": [
        {
            "status": false,
            "flatCableStatus": true,
            "runtime": "1989-08-15 09:29:00",
            "temperature": 81,
            "voltage": 66,
            "position": "quis irure in labore",
            "sn": "Ut ex sed"
        },
        {
            "status": false,
            "flatCableStatus": true,
            "runtime": "1989-08-15 09:29:00",
            "temperature": 81,
            "voltage": 66,
            "position": "quis irure in labore",
            "sn": "Ut ex sed"
        }
    ],
    "modules": [
        {
            "height": 69,
            "width": 41,
            "icType": "Chip_CommonBase",
            "lineDecodingIc": "138",
            "scanNum": "84",
            "sn": "2YHA12706N1A10049941"
        }
    ]
}
Previous
Operating Parameters Information
Next
Alarm Infomation
Built with