NovaCloud-en-uat
  1. Solutions
NovaCloud-en-uat
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Players
      • Player Management
        • Obtaining Player List
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
      • 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
      • 超规格开关
        POST
      • 节目超规格检测
        POST
      • Common Solutions
        POST
    • 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. Solutions

Common Solutions

开发中
POST
/v2/player/program/normal
1.
This interface is used for making solutions and publishing them to players.
2.
Taurus later than V2.0.0 and VPlayer later than V4.0.0 are supported.
3.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
4.
Advanced interface.
5.xxxxxx

请求参数

Header 参数

Body 参数application/json

示例
{
     "playerIds": [
        "553cbfe2ff4ad2e0d6bd89bb2c4e85e2"
    ],
    "schedule":{
        "startDate":"2020-04-11",
        "endDate":"2060-05-12",
        "plans":[
            {
                "weekDays":[
                    1,
                    2,
                    3,
                    4,
                    5
                ],
                "startTime":"00:00",
                "endTime":"22:00"
            },
            {
                "weekDays":[
                    0,
                    6
                ],
                "startTime":"00:33",
                "endTime":"22:00"
            }
        ]
    },
    "pages":[
        {
            "name":"a-page",
            "widgets":[
                {
                    "zIndex":1,
                    "type":"PICTURE",
                    "size":25943,
                    "md5":"8330dcaa949ceeafa54a66e8ad623300",
                    "duration":10000,
                    "url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
                    "layout":{
                        "x":"0%",
                        "y":"0%",
                        "width":"100%",
                        "height":"100%"
                    },
                    "inAnimation":{
                        "type":"NONE",
                        "duration":1000
                    }
                },
                {
                    "zIndex":2,
                    "type":"VIDEO",
                    "size":1227710,
                    "md5":"f5b0f315800cb4befb89b5dff42f1e34",
                    "duration":0,
                    "url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/nova2019.mp4",
                    "layout":{
                        "x":"0%",
                        "y":"20%",
                        "width":"20%",
                        "height":"20%"
                    }
                }
            ]
        }
    ]
}

请求示例代码

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/program/normal' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
     "playerIds": [
        "553cbfe2ff4ad2e0d6bd89bb2c4e85e2"
    ],
    "schedule":{
        "startDate":"2020-04-11",
        "endDate":"2060-05-12",
        "plans":[
            {
                "weekDays":[
                    1,
                    2,
                    3,
                    4,
                    5
                ],
                "startTime":"00:00",
                "endTime":"22:00"
            },
            {
                "weekDays":[
                    0,
                    6
                ],
                "startTime":"00:33",
                "endTime":"22:00"
            }
        ]
    },
    "pages":[
        {
            "name":"a-page",
            "widgets":[
                {
                    "zIndex":1,
                    "type":"PICTURE",
                    "size":25943,
                    "md5":"8330dcaa949ceeafa54a66e8ad623300",
                    "duration":10000,
                    "url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
                    "layout":{
                        "x":"0%",
                        "y":"0%",
                        "width":"100%",
                        "height":"100%"
                    },
                    "inAnimation":{
                        "type":"NONE",
                        "duration":1000
                    }
                },
                {
                    "zIndex":2,
                    "type":"VIDEO",
                    "size":1227710,
                    "md5":"f5b0f315800cb4befb89b5dff42f1e34",
                    "duration":0,
                    "url":"http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/nova2019.mp4",
                    "layout":{
                        "x":"0%",
                        "y":"20%",
                        "width":"20%",
                        "height":"20%"
                    }
                }
            ]
        }
    ]
}'

返回响应

🟢200OK
application/json
Body

示例
{
    "success": [
        "6226495f8a030b075e2f6757236620e2"
    ],
    "fail": [
        "6226495f8a030b075e2f6757sdf620e2"
    ]
}
修改于 2024-12-19 02:37:47
上一页
节目超规格检测
下一页
Batch Searching for Play Log Overviews
Built with