- 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
Camera configuration
Developing
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
PUT
/v2/device-status-monitor/camera
TIP
1.
2.
Request
Body Params application/json
enable
integer
required
id
integer
required
name
string
required
sid
integer
required
Example
{
"enable": 0,
"id": 0,
"name": "string",
"sid": 0
}
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 PUT 'https://open-us.vnnox.com/v2/device-status-monitor/camera' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable": 0,
"id": 0,
"name": "string",
"sid": 0
}'
Responses
🟢200成功
application/json
Body
object {0}
Example
{}