- API Access Guide
- Common HTTP Status Codes
- VNNOX
- Player
- Solutions
- Real-Time Control
- Scheduled Control
- Logs
- Notifications
- VNNOXCare
- Notes
- Device Status Monitoring
- Brightness Log
- Others
- Third-Party System Authorization
Restart Players
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/player/real-time-control/reboot
TIP
1.
2.
3.
Request
Body Params application/json
playerIds
array[string]
required
Example
{
"playerIds": [
"df6c02352e4fd3cd5bc664fcdaef29c9"
]
}
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 POST 'https://open-us.vnnox.com/v2/player/real-time-control/reboot' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"df6c02352e4fd3cd5bc664fcdaef29c9"
]
}'
Responses
🟢200OK
application/json
Body
success
array[string]
required
fail
array[string]
required
Example
{
"success": [
"df6c02352e4fd3cd5bc664fcdaef29c9"
],
"fail": []
}