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 Basic Player Information

POST
/v2/player/current/online-status
1.
This interface is used for obtaining the current player status (online/offline), player type, screen resolution, system version, IP address, etc.
2.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
3.
Advanced interface.

请求参数

Header 参数

Body 参数application/json

示例
{
    "playerIds": [
        "5b2174e24a2a9f8ba0a544e92f02a80c"
    ]
}
或者
{
    "playerSns": [
        "2KKA02B12N0A10000151"
    ]
}

请求示例代码

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/online-status' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "playerIds": [
        "5b2174e24a2a9f8ba0a544e92f02a80c"
    ]
}
或者
{
    "playerSns": [
        "2KKA02B12N0A10000151"
    ]
}'

返回响应

🟢200OK
application/json
Body

示例
{
    "playerId": "130c0a9f4cd9f2c9d421a97b0293e5d6",
    "playerType": 2,
    "name": "Taurus-50000373",
    "sn": "BZSA07216J0550000373",
    "version": "V2.1.1.0601.CTM3.1.1",
    "osVersion": "T6V020100CNS302",
    "ip": "172.16.82.90",
    "onlineStatus": 1,
    "lastOnlineTime": "2020-09-09 14:48:50",
    "width": 400,
    "height": 400
}
修改于 2024-07-04 08:12:56
上一页
Obtaining Player List
下一页
Obtaining Player Configuration Status
Built with