1.
This interface can be used for obtaining the basic 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/basics/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
application/json Receiving card information list
{
"items": [
{
"fpgaVersion": "FPGA:4.6.4.119",
"mcuVersion": "MCU:4.6.4.119",
"modelType": "A8s",
"position": "020003000500",
"sn": "2YHA12706N1A10049941"
},
{
"fpgaVersion": "FPGA:4.6.4.119",
"mcuVersion": "MCU:4.6.4.119",
"modelType": "A8s",
"position": "020003000501",
"sn": "2YHA12706N1A10049941"
}
]
}
Modified at 2024-08-07 01:35:37