运行参数信息
GET
/v2/device-status-monitor/master-control/running/{sn}
提示
1.
2.
请求参数
Path 参数
sn
string
设备序列号
Header 参数
AppKey
string
接入键
默认值:
{{AppKey}}
Nonce
string
必需
CurTime
string
必需
CheckSum
string
请求签名
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-cn.vnnox.com/v2/device-status-monitor/master-control/running/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
返回响应
🟢200成功
application/json
Body
basic
object
基础信息
availableMemory
integer
可用内存
availableStorageSpace
integer
可以存储空间
cpuUsageRate
integer
CPU 使用率
playingStatus
boolean
播放状态
resolutionRatio
string
分辨率
screenStatus
string
屏幕状态
sync
null
同步播放
volume
string
音量
lora
object
射频管理
enableLora
boolean
开关状态
existLora
boolean
是否检测到射频模块
funLora
object
射频应用功能
groupId
string
组ID
mode
string
主从设备
netWork
object
网络参数
dhcp
array[boolean]
DHCP
dns
array[string]
DNS服务器
gateWay
array[string]
网关
ip
array[string]
IP地址
mask
array[string]
掩码
networkType
integer
必需
rebotConfig
object
重启配置时间表
enable
array[boolean]
是否使用
repetitionMethod
array[string]
重复方式
time
array[string]
时间
screen
object
屏幕
mode
string
必需
state
string
必需
screenConfig
object
屏幕配置时间表
action
array[string]
必需
enable
array[boolean]
是否使用
repetitionMethod
array[string]
重复方式
time
array[string]
时间
sensor
object
传感器参数
sensorId
array[integer]
传感器
vendorAliasName
array[string]
厂商
timeInfo
object
时区时间配置
time
string
时间
timeSyncMode
boolean
对时方式
timeZone
string
时区
videoConfig
object
视频源配置时间表
enable
array[boolean]
是否使用
repetitionMethod
array[string]
重复方式
sourceTpye
array[integer]
必需
time
array[string]
时间
videoSource
object
视频源
hdmiSource
string
HDMI源
internalSource
string
内部源
offSet
string
输出坐标
videoMode
integer
必需
videoSource
integer
必需
示例
{
"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
}
}
修改于 2024-08-07 01:35:02