- API Access Guide
- Common HTTP Status Codes
- VNNOX
- Player
- Solutions
- Real-Time Control
- Scheduled Control
- Logs
- Notifications
- VNNOXCare
- Notes
- Device Status Monitoring
- Receiving Card
- Screen
- Master Controller
- Smart Module
- Input Source
- Module/Cabinet
- Monitoring Card
- Brightness Log
- Others
- Third-Party System Authorization
Operating Parameters Information
US
US
GET
/v2/device-status-monitor/master-control/running/{sn}
TIP
1.
2.
Request
Path Params
sn
string
required
Header Params
AppKey
string
required
Default:
{{AppKey}}
Nonce
string
required
CurTime
string
required
CheckSum
string
required
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/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
🟢200成功
application/json
Body
basic
object
required
availableMemory
integer
required
availableStorageSpace
integer
required
cpuUsageRate
integer
required
playingStatus
boolean
required
resolutionRatio
string
required
screenStatus
string
required
sync
null
required
volume
string
required
lora
object
required
enableLora
boolean
required
existLora
boolean
required
funLora
object
required
groupId
string
required
mode
string
required
netWork
object
required
dhcp
array[boolean]
required
dns
array[string]
required
gateWay
array[string]
required
ip
array[string]
required
mask
array[string]
required
networkType
integer
required
rebotConfig
object
required
enable
array[boolean]
required
repetitionMethod
array[string]
required
time
array[string]
required
screen
object
required
mode
string
required
state
string
required
screenConfig
object
required
action
array[string]
required
enable
array[boolean]
required
repetitionMethod
array[string]
required
time
array[string]
required
sensor
object
required
sensorId
array[integer]
required
vendorAliasName
array[string]
required
timeInfo
object
required
time
string
required
timeSyncMode
boolean
required
timeZone
string
required
videoConfig
object
required
enable
array[boolean]
required
repetitionMethod
array[string]
required
sourceTpye
array[integer]
required
time
array[string]
required
videoSource
object
required
hdmiSource
string
required
internalSource
string
required
offSet
string
required
videoMode
integer
required
videoSource
integer
required
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
}
}
Modified at 2024-08-07 01:35:37