1. Monitoring
影院
English
  • 简体中文
  • English
  • V1.3.0
    • Common APIs
      • Adjust cabinet color temperature
      • Set Screen Brightness
      • Switch Source for Layer
      • Enable Cabinet Mapping
      • Set Screen Gamma
    • Cinema
      • Electronic Mask
        • Get Electronic Shutter On/Off Status
        • Set Electronic Shutter On/Off Status
      • 3D Information
        • Get 3D Information
        • Activate 3D Information
        • Activate 3D Information - Name
      • Color Calibration
        • Get Color Calibration Information
        • Activate Color Calibration Information
      • Image
        • Get Image Information
        • Update Image Information
        • Create Image Information
        • Activate Image Information
      • Input
        • Activate Input Information
        • Get Input Information
      • Preset
        • Activate Preset Information
        • Get Preset Information
      • Test Pattern
        • Turn on/Turn off Test Pattern
        • Get Current Test Pattern
        • Get Custom Test Pattern
        • Delete Custom Test Pattern
      • Internal Clock
        • Get Sync Clock Information
      • Source Mode
        • Get Source Mode
        • Set Source Mode
      • Display Power
        • Set Display Power On/Off Status
        • Get Display Power On/Off Status
    • Factory Reset
      • Delete User Data
    • Controller Program Upgrade
      • Web Program Upload
      • Web Program Upgrade
      • Program Upgrade
    • Built-in Source
      • Set Cinema Test Pattern
    • Color Temperature Adjustment
      • Set Color Temperature for Multiple Cabinets
    • Cabinet
      • Module
        • Get Module Flash Information
        • Read Back Module Flash
        • Burn Module Flash
      • Get All Cabinet Basic Information
    • Monitoring
      • Monitoring Exception Handling
        DELETE
      • Get Monitor History
        POST
    • Device
      • Set Blackout/freeze Screen
    • Output
      • Get Display Status
    • Input
      • Get Input Information
        • Get Input Source List
    • Screen
      • Image Quality
        • Set Screen Color Temperature
      • Canvas
        • Set Canvas Mapping
      • Get Screen Information
    • Diagnostic Notification
      • Get Diagnostic Notification Information
    • Security
      • Get Security Code Information
      • Verify Security Code
      • Get Security Status Flag
      • Manual Clear
    • Preset (COEX)
      • Get Preset Information
      • Apply Preset
  • V1.2.1
    • Software
      • Get Current Software Version
    • Monitoring
      • Get Real-time Monitoring Data
      • Get Active Error, Warning, and Notification Info
      • Get PIN Code
      • Verify PIN Code
      • Clear Error Warnings
  • 数据模型
    • Pet
    • Category
    • Tag
  1. Monitoring

Get Monitor History

POST
/device/monitor/alarminfos
alarmStatus (alarm status enumeration):
0: Recovery, 1: Alarm, 2: Error
errorCode (error type enumeration):
valuedescription
100recovered
101unknown fault
102mainboard voltage high
103mainboard voltage low
104mainboard temperature high
105mainboard temperature low
106mainboard voltage recovered
107mainboard temperature recovered
200Chassis fan speed high
201Chassis fan speed low
202front panel left fan (front view) speed high
203front panel left fan (front view) speed low
204front panel right fan (front view) speed high
205front panel right fan (front view) speed low
206FPGA_A fan speed high
207FPGA_A fan speed low
208FPGA_B fan speed high
209FPGA_B fan speed low
210Chassis fan recovered
211front panel left fan (front view) speed recovered
212front panel right fan (front view) speed recovered
213FPGA_A fan speed recovered
214FPGA_B fan speed recovered
215FPGA speed high (CY60)
216FPGA speed low (CY60)
217FPGA speed normal (CY60)
218fan 1 speed high (CY60)
219fan 1 speed low (CY60)
220fan 1 speed recovered (CY60)
221fan 2 speed high (CY60)
222fan 2 speed low (CY60)
223fan 2 speed recovered (CY60)
224fan 3 speed high (CY60)
225fan 3 speed low (CY60)
226fan 3 speed recovered (CY60)
227fan 4 speed high (CY60)
228fan 4 speed low (CY60)
229fan 4 speed recovered (CY60)
230fan 5 speed high (CY60)
231fan 5 speed low (CY60)
232fan 5 speed recovered (CY60)
233fan 6 speed high (CY60)
234fan 6 speed low (CY60)
235fan 6 speed recovered (CY60)
236ARM voltage high (CX40Pro)
237ARM voltage low (CX40Pro)
238ARM voltage recovered (CX40Pro)
239FPGA_A voltage high (CX40Pro)
240FPGA_A voltage low (CX40Pro)
241FPGA_A voltage recovered (CX40Pro)
242FPGA_B voltage high (CX40Pro)
243FPGA_B voltage low (CX40Pro)
244FPGA_B voltage recovered (CX40Pro)
245ARM temperature high (CX40Pro)
246ARM temperature low (CX40Pro)
247ARM temperature recovered (CX40Pro)
248FPGA_A temperature high (CX40Pro)
249FPGA_A temperature low (CX40Pro)
250FPGA_A temperature recovered (CX40Pro)
251FPGA_B temperature high (CX40Pro)
252FPGA_B temperature low (CX40Pro)
253FPGA_B temperature recovered (CX40Pro)
300display source disconnected
301display source recovered
400ethernet port disconnected
401optical port disconnected
402Genlock disconnected
403ethernet port recovered
404optical port recovered
405genlock recovered
500primary active
501backup active
502backup failed
600cabinet ethernet cable disconnected
601cabinet voltage high
602cabinet voltage low
603cabinet temperature high
604cabinet temperature low
605receiving card error (primary)
606receiving card error (backup)
607module voltage high
608module voltage low
609module temperature high
610module temperature low
611cabinet disconnection recovered
612cabinet voltage recovered
613cabinet temperature recovered
614primary error recovered
615backup error recovered
616module voltage recovered
617module temperature recovered


请求参数

Header 参数

Body 参数application/json

示例
{
    "startTime": "string",
    "endTime": "string",
    "pageNum": 0,
    "pageSize": 0,
    "orderType": 0,
    "alarmStatus": 0,
    "monitorType": 0
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/device/monitor/alarminfos' \
--header 'Content-Type: application/json' \
--data '{
    "startTime": "string",
    "endTime": "string",
    "pageNum": 0,
    "pageSize": 0,
    "orderType": 0,
    "alarmStatus": 0,
    "monitorType": 0
}'

返回响应

🟢200Success
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "data": {
        "count": 0,
        "deviceAlarmInfos": [
            {
                "timestamp": "string",
                "id": 0,
                "alarmStatus": 0,
                "errorCode": 0,
                "value": 0
            }
        ],
        "deviceUpgradeInfos": [
            {
                "timestamp": "string",
                "alarmStatus": 0,
                "id": 0,
                "errorCode": 0,
                "version": "string"
            }
        ],
        "rvCardUpgradeInfos": [
            {
                "timestamp": "string",
                "alarmStatus": 0,
                "id": 0,
                "errorCode": 0,
                "version": "string",
                "netPortIndex": 0,
                "cabinetIndex": 0
            }
        ],
        "cabinetAlarmInfos": [
            {
                "timestamp": "string",
                "alarmStatus": 0,
                "netPortIndex": 0,
                "cabinetIndex": 0,
                "cabinetID": 0,
                "rvCardID": 0,
                "errorCode": 0,
                "value": 0,
                "id": 0
            }
        ],
        "moduleAlarmInfos": [
            {
                "timestamp": "string",
                "alarmStatus": 0,
                "netPortIndex": 0,
                "cabinetIndex": 0,
                "cabinetID": 0,
                "rvCardID": 0,
                "moduleIndex": "string",
                "moduleX": 0,
                "moduleY": 0,
                "errorCode": 0,
                "value": 0,
                "id": 0
            }
        ],
        "netPortAlarmInfos": [
            {
                "timestamp": "string",
                "alarmStatus": 0,
                "netPortIndex": 0,
                "errorCode": 0,
                "OutputCardID": 0,
                "canVasID": 0
            }
        ],
        "sourceAlarmInfos": [
            {
                "timestamp": "string",
                "alarmStatus": 0,
                "portID": 0,
                "errorCode": 0,
                "inputCardID": 0
            }
        ]
    }
}
修改于 2026-08-03 02:30:21
上一页
Monitoring Exception Handling
下一页
Set Blackout/freeze Screen
Built with