NovaCloud-en-uat
  1. Master Controller
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
      • 超规格开关
      • 节目超规格检测
      • 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
          GET
        • Alarm Information
          GET
        • Controller Operation Monitoring Information
          GET
      • 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. Master Controller

Controller Operation Monitoring Information

开发中
GET
/v2/device-status-monitor/master-control/running/operation/{sn}
1.
This interface can be used for obtaining the monitoring information of the operating parameters of the current controller.
2.
Advanced interface.

请求参数

Path 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-uat.vnnox.com/v2/device-status-monitor/master-control/running/operation/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'

返回响应

🟢200Success
application/json
Body

示例
{
    "basic": {
        "availableMemory": 19,
        "availableStorageSpace": 32,
        "cpuUsageRate": 4,
        "playingStatus": true,
        "resolutionRatio": "1920*1080",
        "screenStatus": "OPEN",
        "sync": null,
        "volume": "75.0"
    },
    "lora": {
        "enableLora": false,
        "existLora": false,
        "funLora": {
            "volumeEnable": false,
            "brightnessEnable": false,
            "environmentalMonitoring": false,
            "timeEnable": false
        },
        "groupId": "",
        "mode": "MASTER"
    },
    "netWork": {
        "dhcp": [
            true
        ],
        "dns": [
            "172.16.0.201",
            "172.16.0.202"
        ],
        "gateWay": [
            "192.168.20.1"
        ],
        "ip": [
            "192.168.20.101"
        ],
        "mask": [
            "255.255.255.0"
        ],
        "networkType": 0
    },
    "rebotConfig": {
        "enable": [
            true,
            true
        ],
        "repetitionMethod": [
            "0 35 23 23 5 ? 2024",
            "0 0 21 ? * 1,5,6"
        ],
        "time": [
            "0 35 23 23 5 ? 2024",
            "0 0 21 ? * 1,5,6"
        ]
    },
    "screen": {
        "mode": "OPEN",
        "state": "MANUALLY"
    },
    "screenConfig": {
        "action": [
            "CLOSE",
            "OPEN"
        ],
        "enable": [
            true,
            true
        ],
        "repetitionMethod": [
            "0 26 23 ? * * *",
            "0 0 0 ? * * *"
        ],
        "time": [
            "0 26 23 ? * * *",
            "0 0 0 ? * * *"
        ]
    },
    "sensor": {
        "sensorId": [
            85,
            86
        ],
        "vendorAliasName": [
            "NovaStar",
            "NovaStar"
        ]
    },
    "timeInfo": {
        "time": "2024-05-07 13:52:43",
        "timeSyncMode": false,
        "timeZone": "Europe/London"
    },
    "videoConfig": {
        "enable": [
            true,
            true
        ],
        "repetitionMethod": [
            "0 30 23 23 5 ? 2024",
            "0 31 23 23 5 ? 2024"
        ],
        "sourceTpye": [
            1,
            0
        ],
        "time": [
            "0 30 23 23 5 ? 2024",
            "0 31 23 23 5 ? 2024"
        ]
    },
    "videoSource": {
        "hdmiSource": "1920x1080p-60",
        "internalSource": "1920x1080p-60",
        "offSet": "X=0;Y=0",
        "videoMode": 2,
        "videoSource": 0
    }
}
修改于 2024-07-04 03:04:15
上一页
Alarm Information
下一页
Monitoring Information
Built with