NovaCloud-EN
  1. Master Controller
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
          GET
        • Alarm Information
          GET
        • Operating Parameters Information
          GET
      • Smart Module
        • Monitoring Information
        • Alarm Infomation
      • 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. Master Controller

Basic Information

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/device-status-monitor/master-control/basics/{sn}
TIP
1.
This interface can be used for obtaining the basic monitoring information of the current controller.
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/master-control/basics/'

Responses

🟢200成功
application/json
Body
status
integer 
required
Controller status: true-normal, false-abnormal
signalSource
string 
required
Signal source
networkPortsNum
integer 
required
Number of Ethernet ports
version
string 
required
Software version
sn
string 
required
Device SN
mac
string 
required
MAC address
timeZone
string 
required
Terminal Time Zone
reportTime
string 
required
Reporting time of monitoring data
Example
{
    "status": true,
    "signalSource": "Internal source",
    "networkPortsNum": 6,
    "version": "4.3.0.1001",
    "sn": "2YHA23504W4A10034783-00",
    "mac": "54B56C0F055E",
    "timeZone": "UTC+08:00",
    "reportTime": "2024-05-20 23:05:07"
}
Previous
Monitoring Information
Next
Alarm Information
Built with