1.
This interface can be used for obtaining the basic monitoring information of the current controller.
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/master-control/basics/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
application/json Controller status: true-normal, false-abnormal
Reporting time of monitoring data
{
"status": true,
"signalSource": "Internal source",
"networkPortsNum": 6,
"version": "4.3.0.1001",
"sn": "2YHA23504W4A10034783-00",
"mac": "54B56C0F055E",
"timeZone": "UTC+08:00",
"reportTime": "2024-05-20 23:05:07"
}
Modified at 2024-08-07 01:35:37