NovaCloud-en-uat
  1. Obtaining Player Status
NovaCloud-en-uat
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Players
      • Player Management
        • Obtaining Player List
      • Obtaining Player Status
        • Obtaining Basic Player Information
          POST
        • Obtaining Player Configuration Status
          POST
      • Real-Time Control
        • NTP Time Synchronization
        • Synchronous Playback
        • Brightness Adjustment
        • Screenshots
        • Volume Adjustment
        • Video Source Switching
        • Screen Status
        • Restart Players
        • Screen Power
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • 超规格开关
      • 节目超规格检测
      • Common Solutions
    • 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
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Input Source
        • Monitor Infomation
      • Master Controller
        • Basic Information
        • Alarm Information
        • Controller Operation Monitoring Information
      • Screen
        • Monitoring Information
      • Receiving Card
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Smart Module
        • Monitor Infomation
        • Alarm Infomation
      • module
        • Monitor Infomation
  • Common
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining VNNOX System Access URL
  • 亮度历史
    POST
  1. Obtaining Player Status

Obtaining Player Configuration Status

开发中
POST
/v2/player/current/running-status
1.
This interface is used for asynchronously obtaining the current volume, brightness, video source, time zone and time of a player.
2.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
3.
Advanced interface.

请求参数

Header 参数

Body 参数application/json

示例
{
    "playerIds": [
        "8208967d40e9980bab6d12367dc88e0b"
    ],
    "commands": [
        "volumeValue",
        "brightnessValue",
        "videoSourceValue",
        "timeValue"
    ],
    "noticeUrl": "http://www.abc.com/notice"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open-uat.vnnox.com/v2/player/current/running-status' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "playerIds": [
        "8208967d40e9980bab6d12367dc88e0b"
    ],
    "commands": [
        "volumeValue",
        "brightnessValue",
        "videoSourceValue",
        "timeValue"
    ],
    "noticeUrl": "http://www.abc.com/notice"
}'

返回响应

🟢200Success
application/json
Body

示例
{
    "success": [
        "553cbfe2ff4ad2e0d6bd89bb2c4e85e2"
    ],
    "fail": []
}
🟢200Obtaining Current Time Zone and Time Call-back Arguments
🟢200Obtaining Current Video Source Call-back Arguments
🟢200Obtaining Current Volume Call-back Arguments
🟢200Obtaining Current Brightness Call-back Arguments
🟢200Obtaining Current Screen Status Call-back Arguments
🟢200Obtaining Current Synchronous Playback Status Call-back Arguments
🟢200Obtaining Current Multifunction Card Power Status Call-back Arguments
修改于 2024-07-03 07:30:54
上一页
Obtaining Basic Player Information
下一页
NTP Time Synchronization
Built with