1.
This interface can be used for obtaining the monitoring information of the receiving cards loaded by the current device.
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/receiving-card/monitor/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
application/json Status: true: normal, false: abnormal
{
"items": [
{
"status": true,
"position": "020003000500",
"sn": "2YHA12706N1A10049941",
"temperature": "37.0",
"voltage": "4.9"
},
{
"status": false,
"position": "020003000501",
"sn": "2YHA12706N1A10049941",
"temperature": "37.0",
"voltage": "4.9"
}
]
}
Modified at 2024-08-07 01:35:37