NovaCloud-EN
  1. Receiving Card
NovaCloud-EN
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Player
      • Player Management
        • Obtain player list
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • Program widget examples
        • Hand-drawn clock widget
        • Weather widget
        • Environmental Monitoring widget
      • Common Solutions
      • Offline Export
      • Over-specification Detection Switching
      • Program Over-specification Detection
    • Real-Time Control
      • NTP Time Synchronization
      • Synchronous playback
      • Brightness Adjustment
      • Screenshots
      • Volume Adjustment
      • Video Source Switching
      • Screen Status
      • Restart Players
      • Screen Power
    • Scheduled Control
      • Scheduled Screen Status
      • Scheduled Restart Players
      • Scheduled Volume Adjustment
      • Scheduled Brightness Adjustment
      • Scheduled Video Source Switching
    • 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
      • Receiving Card
        • Topology Information
          GET
        • Basic Information
          GET
        • Monitoring Information
          GET
        • Alarm Information
          GET
      • Screen
        • Screen list
        • Screen detail
        • Monitoring Information
      • Master Controller
        • Basic Information
        • Alarm Information
        • Operating Parameters Information
      • Smart Module
        • Monitoring Information
        • Alarm Infomation
      • Input Source
        • Monitor Infomation
      • Module/Cabinet
        • Monitoring Information
      • Monitoring Card
        • Monitoring Information
      • Camera
        • Camera configuration
        • The camera monitors the aggregated information
    • Brightness Log
      • Brightness History
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Receiving Card

Alarm Information

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/device-status-monitor/receiving-card/alarm/{sn}
TIP
1.
This interface can be used for obtaining the alarm information of the receiving cards loaded by the current device.
2.
Advanced interface.

Request

Path Params
sn
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-us.vnnox.com/v2/device-status-monitor/receiving-card/alarm/'

Responses

🟢200成功
application/json
Body
items
array [object {8}] 
required
alarmFrom
string 
required
Source of alarm hardware device
alarmTime
string 
required
The time zone of the alarm time is consistent with the time zone of the alarm rule.
alarmType
string 
required
Alarm Type
alarmValue
integer 
required
Alarm Value
createAt
integer 
required
Creation Time
level
integer 
required
Alarm level: 3 - Risk; 4 - Fault
position
string 
required
Location
sn
string 
required
Device SN
Example
{
    "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"
        }
    ]
}
Previous
Monitoring Information
Next
Screen list
Built with