NovaCloud-EN
  1. Notifications
NovaCloud-EN
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Player
      • Player Management
        • Obtain player list
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • Program widget examples
        • Hand-drawn clock widget
        • Weather widget
        • Environmental Monitoring widget
      • Common Solutions
      • Offline Export
      • Over-specification Detection Switching
      • Program Over-specification Detection
    • Real-Time Control
      • NTP Time Synchronization
      • Synchronous playback
      • Brightness Adjustment
      • Screenshots
      • Volume Adjustment
      • Video Source Switching
      • Screen Status
      • Restart Players
      • Screen Power
    • Scheduled Control
      • Scheduled Screen Status
      • Scheduled Restart Players
      • Scheduled Volume Adjustment
      • Scheduled Brightness Adjustment
      • Scheduled Video Source Switching
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
        POST
      • Solution Change Notifications
        POST
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Receiving Card
        • Topology Information
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Screen
        • Screen list
        • Screen detail
        • Monitoring Information
      • Master Controller
        • Basic Information
        • Alarm Information
        • Operating Parameters Information
      • Smart Module
        • Monitoring Information
        • Alarm Infomation
      • Input Source
        • Monitor Infomation
      • Module/Cabinet
        • Monitoring Information
      • Monitoring Card
        • Monitoring Information
      • Camera
        • Camera configuration
        • The camera monitors the aggregated information
    • Brightness Log
      • Brightness History
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Notifications

Solution Change Notifications

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/notification-hooks/program-updates
TIP
1.
This interface is used for notifying customers of the internal and external source changes of players.
2.
Taurus V3.7.0 and later are supported.
3.
Advanced interface.

Request

Body Params application/json
playerIds
array[string]
required
Player IDs to be handled. Up to 100 players can be handled at the smme time.
noticeUrl
string 
required
Notification callback URL
Example
{
     "playerIds": [
        "8208967d40e9980bab6d12367dc88e0b"
    ],
    "noticeUrl":"https://aaa.com"
}

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/notification-hooks/program-updates' \
--header 'Content-Type: application/json' \
--data-raw '{
     "playerIds": [
        "8208967d40e9980bab6d12367dc88e0b"
    ],
    "noticeUrl":"https://aaa.com"
}'

Responses

🟢200成功
application/json
Body
success
array[string]
required
Player IDs sent successfully
Example
{
    "success": [
        "8208967d40e9980bab6d12367dc88e0b"
    ]
}
🟢200Video Source Change Notification Callback Parameters
Previous
Video Source Change Notifications
Next
Notes
Built with