- 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/smart-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/smart-module/monitor/'
Responses
🟢200成功
application/json
Body
smartModules
array [object {7}]
required
status
boolean
required
flatCableStatus
boolean
required
runtime
string
required
temperature
integer
required
voltage
integer
required
position
string
required
sn
string
required
modules
array [object {6}]
optional
height
integer
optional
width
integer
optional
icType
string
optional
lineDecodingIc
string
optional
scanNum
string
optional
sn
string
optional
Example
{
"smartModules": [
{
"status": false,
"flatCableStatus": true,
"runtime": "1989-08-15 09:29:00",
"temperature": 81,
"voltage": 66,
"position": "quis irure in labore",
"sn": "Ut ex sed"
},
{
"status": false,
"flatCableStatus": true,
"runtime": "1989-08-15 09:29:00",
"temperature": 81,
"voltage": 66,
"position": "quis irure in labore",
"sn": "Ut ex sed"
}
],
"modules": [
{
"height": 69,
"width": 41,
"icType": "Chip_CommonBase",
"lineDecodingIc": "138",
"scanNum": "84",
"sn": "2YHA12706N1A10049941"
}
]
}