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

Operating Parameters Information

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

Responses

🟢200成功
application/json
Body
basic
object 
required
Basic Information
availableMemory
integer 
required
Free Memory
availableStorageSpace
integer 
required
Free storage space
cpuUsageRate
integer 
required
CPU usage
playingStatus
boolean 
required
Playback status
resolutionRatio
string 
required
Resolution
screenStatus
string 
required
Screen status
sync
null 
required
Synchronous playback
volume
string 
required
Volume
lora
object 
required
RF management
enableLora
boolean 
required
On/Off status
existLora
boolean 
required
A 4G module is detected
funLora
object 
required
Functions using RF
groupId
string 
required
Group ID
mode
string 
required
Master/Slave device
netWork
object 
required
Network parameters
dhcp
array[boolean]
required
DHCP
dns
array[string]
required
DNS
gateWay
array[string]
required
GateWay
ip
array[string]
required
IP
mask
array[string]
required
Mask
networkType
integer 
required
Network mode, network type (0: no network, 1: wired network, 2: Wi-Fi, 3: 2G, 4: 3G, 5: 4G)
rebotConfig
object 
required
Restart configuration schedule
enable
array[boolean]
required
Enable
repetitionMethod
array[string]
required
Repetition method
time
array[string]
required
Time
screen
object 
required
Screen
mode
string 
required
Screen control mode (MANUALLY means to control the screen manually. AUTO means to control the screen automatically.)
state
string 
required
Restart adjustment mode ("OPEN": on, "CLOSE": off)
screenConfig
object 
required
Screen configuration schedule
action
array[string]
required
Screen control (OPEN: on, CLOSE: off)
enable
array[boolean]
required
Enable
repetitionMethod
array[string]
required
Repetition method
time
array[string]
required
Time
sensor
object 
required
Sensor parameters
sensorId
array[integer]
required
Sensor
vendorAliasName
array[string]
required
Manufacturer
timeInfo
object 
required
TimeConfig
time
string 
required
Time
timeSyncMode
boolean 
required
Time synchronization method
timeZone
string 
required
TimeZone
videoConfig
object 
required
Video source configuration schedule
enable
array[boolean]
required
Enable
repetitionMethod
array[string]
required
Repetition method
sourceTpye
array[integer]
required
Adjustment type (Internal: 0, HDMI: 1) (This field is only available in manual mode.)
time
array[string]
required
Time
videoSource
object 
required
Video source
hdmiSource
string 
required
HDMI source
internalSource
string 
required
Internal source
offSet
string 
required
Output coordinates
videoMode
integer 
required
Video source mode (HDMI preferred 0, manual 1, scheduled 2)
videoSource
integer 
required
Video source type (0-internal source, 1-external source)
Example
{
    "basic": {
        "availableMemory": 19,
        "availableStorageSpace": 32,
        "cpuUsageRate": 4,
        "playingStatus": true,
        "resolutionRatio": "1920*1080",
        "screenStatus": "OPEN",
        "sync": null,
        "volume": "75.0"
    },
    "lora": {
        "enableLora": false,
        "existLora": false,
        "funLora": {
            "volumeEnable": false,
            "brightnessEnable": false,
            "environmentalMonitoring": false,
            "timeEnable": false
        },
        "groupId": "",
        "mode": "MASTER"
    },
    "netWork": {
        "dhcp": [
            true
        ],
        "dns": [
            "172.16.0.201",
            "172.16.0.202"
        ],
        "gateWay": [
            "192.168.20.1"
        ],
        "ip": [
            "192.168.20.101"
        ],
        "mask": [
            "255.255.255.0"
        ],
        "networkType": 0
    },
    "rebotConfig": {
        "enable": [
            true,
            true
        ],
        "repetitionMethod": [
            "0 35 23 23 5 ? 2024",
            "0 0 21 ? * 1,5,6"
        ],
        "time": [
            "0 35 23 23 5 ? 2024",
            "0 0 21 ? * 1,5,6"
        ]
    },
    "screen": {
        "mode": "OPEN",
        "state": "MANUALLY"
    },
    "screenConfig": {
        "action": [
            "CLOSE",
            "OPEN"
        ],
        "enable": [
            true,
            true
        ],
        "repetitionMethod": [
            "0 26 23 ? * * *",
            "0 0 0 ? * * *"
        ],
        "time": [
            "0 26 23 ? * * *",
            "0 0 0 ? * * *"
        ]
    },
    "sensor": {
        "sensorId": [
            85,
            86
        ],
        "vendorAliasName": [
            "NovaStar",
            "NovaStar"
        ]
    },
    "timeInfo": {
        "time": "2024-05-07 13:52:43",
        "timeSyncMode": false,
        "timeZone": "Europe/London"
    },
    "videoConfig": {
        "enable": [
            true,
            true
        ],
        "repetitionMethod": [
            "0 30 23 23 5 ? 2024",
            "0 31 23 23 5 ? 2024"
        ],
        "sourceTpye": [
            1,
            0
        ],
        "time": [
            "0 30 23 23 5 ? 2024",
            "0 31 23 23 5 ? 2024"
        ]
    },
    "videoSource": {
        "hdmiSource": "1920x1080p-60",
        "internalSource": "1920x1080p-60",
        "offSet": "X=0;Y=0",
        "videoMode": 2,
        "videoSource": 0
    }
}
Previous
Alarm Information
Next
Monitoring Information
Built with