1.
This interface can be used for obtaining the basic monitoring information of the modules/cabinets 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/module/monitor/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
application/json Module/Cabinet information list
{
"items": [
{
"height": 69,
"width": 41,
"icType": "Chip_CommonBase",
"lineDecodingIc": "138",
"scanNum": "84",
"sn": "2YHA12706N1A10049941"
}
]
}
Modified at 2024-08-07 01:35:37