NovaCloud-en-uat
  1. Smart Module
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
        • Alarm Information
        • Controller Operation Monitoring Information
      • Screen
        • Monitoring Information
      • Receiving Card
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Smart Module
        • Monitor Infomation
          GET
        • Alarm Infomation
          GET
      • module
        • Monitor Infomation
  • Common
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining VNNOX System Access URL
  • 亮度历史
    POST
  1. Smart Module

Alarm Infomation

开发中
GET
/v2/device-status-monitor/smart-module/alarm/{sn}
1.
Through this interface, you can obtain the alarm information of the current device intelligent module.
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/smart-module/alarm/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'

返回响应

🟢200Success
application/json
Body

示例
{
    "items": [
        {
            "alarmFrom": "5",
            "alarmStart": "2024-05-07 20:55:24",
            "alarmType": "0",
            "alarmValue": 0,
            "createAt": 1715086524688,
            "level": 3,
            "position": "010002000300054F0000",
            "sn": "2YHA12705N3A10048835"
        },
        {
            "alarmFrom": "5",
            "alarmStart": "2024-05-07 20:55:24",
            "alarmType": "0",
            "alarmValue": 0,
            "createAt": 1715086524688,
            "level": 3,
            "position": "010002000300054F0000",
            "sn": "2YHA12705N3A10048835"
        }
    ]
}
修改于 2024-07-04 03:11:49
上一页
Monitor Infomation
下一页
Monitor Infomation
Built with