NovaCloud-EN
  1. Input Source
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
        • Alarm Infomation
      • Input Source
        • Monitor Infomation
          GET
      • 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. Input Source

Monitor Infomation

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

Responses

🟢200成功
application/json
Body
computer
array [object {6}] 
required
PC drive information
name
string 
required
Drive letter
surplus
string 
required
Free space (GB)
total
string 
required
Total space (GB)
type
string 
required
Drive type
used
string 
required
Used space (GB)
volumeName
string 
required
Volume label
cpu
integer 
required
CPU usage
memSurplus
string 
required
Free RAM
memTotal
string 
required
Total RAM
memUsed
string 
required
Used RAM
system
object 
required
System information
bit64
boolean 
required
64 bit
version
string 
required
System version
sn
string 
required
Device SN
Example
{
    "computer": [
        {
            "name": "C",
            "surplus": "129",
            "total": "235",
            "type": "",
            "used": "106",
            "volumeName": ""
        },
        {
            "name": "D",
            "surplus": "81",
            "total": "94",
            "type": "",
            "used": "13",
            "volumeName": ""
        },
        {
            "name": "E",
            "surplus": "142",
            "total": "146",
            "type": "",
            "used": "4",
            "volumeName": ""
        }
    ],
    "cpu": 2,
    "memSurplus": "354.0",
    "memTotal": "475.0",
    "memUsed": "121.0",
    "system": {
        "bit64": true,
        "version": "Microsoft Windows 10 LTSC-6.2.9200.0"
    },
    "sn": "2YHA12706N1A10049941"
}
Previous
Alarm Infomation
Next
Monitoring Information
Built with