{
"sidList": [
0
],
"thumbnailWidth": 0,
"thumbnailHeight": 0
}
curl --location --request POST 'https://open-cn.vnnox.com/v2/device-status-monitor/camera' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sidList": [
0
],
"thumbnailWidth": 0,
"thumbnailHeight": 0
}'
{
"noCameraSidList": [],
"value": [
{
"sid": 123,
"url": [
"",
"",
"",
""
],
"thumbnailUrl": [
"",
"",
"",
""
],
"camera": [
{
"id": 1,
"name": "Camera1",
"enable": 0,
"folderExist": 1,
"setting": 0
}
]
}
]
}