监控信息
GET
/v2/device-status-monitor/input-source/monitor/{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/input-source/monitor/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
返回响应
🟢200成功
application/json
Body
computer
array [object {6}]
PC机盘符信息
name
string
盘符名称
surplus
string
必需
total
string
必需
type
string
盘符类型
used
string
必需
volumeName
string
盘符卷标
cpu
integer
CPU使用率
memSurplus
string
RAM剩余内存
memTotal
string
RAM总内存
memUsed
string
RAM已用内存
system
object
系统信息
bit64
boolean
是否64位
version
string
系统版本
sn
string
设备序列号
示例
{
"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"
}