- 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
- Camera
- Brightness Log
- Others
- Third-Party System Authorization
Monitoring Information
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/device-status-monitor/module/monitor/{sn}
TIP
1.
2.
Request
Path Params
sn
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/module/monitor/'
Responses
🟢200成功
application/json
Body
items
array [object {6}]
required
height
integer
optional
width
integer
optional
icType
string
optional
lineDecodingIc
string
optional
scanNum
string
optional
sn
string
optional
Example
{
"items": [
{
"height": 69,
"width": 41,
"icType": "Chip_CommonBase",
"lineDecodingIc": "138",
"scanNum": "84",
"sn": "2YHA12706N1A10049941"
}
]
}