1.
Through this interface, you can obtain the alarm information of the current device intelligent module.
Request
Random string (8-64 characters, only numbers or letters)
The current UTC timestamp
Request samples
curl --location --request GET 'https://open-us.vnnox.com/v2/device-status-monitor/smart-module/alarm/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
application/json Source of alarm hardware device
The time zone of the alarm time is consistent with the time zone of the alarm rule.
Alarm level: 3 - Risk; 4 - Fault
{
"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"
}
]
}
Modified at 2024-08-07 01:35:37