{
"deviceId": "{{DeviceID}}",
"platformId": "{{PlatformID}}",
"type": 0
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/pu/deviceInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "42020101001320000001",
"platformId": "42020100002000000001",
"type": 0
}'
{
"code": 0,
"message": "success",
"data": {
"deviceName": "string",
"manufacturer": "string",
"model": "string",
"firmware": "string",
"channel": 0,
"basicInfo": {
"name": "string",
"uid": "string",
"stringCode": "string",
"mac": "string",
"manufacturer": "string",
"model": "string",
"devType": 1,
"firmware": "string",
"customProtocolVersion": "string",
"channel": 0
},
"capability": {
"ptz": true,
"zoom": true,
"svac": true,
"track": true,
"thermal": true,
"highTemp": true,
"thermalChannel": true,
"location": true,
"totalStreamNum": 0,
"ga1400": true,
"keyFrame": true,
"vedioStorage": true,
"aiAnalytics": true,
"onvifGw": true,
"sdkGw": true,
"mic": true,
"speaker": true,
"alarm": true
},
"computility": {
"chipModel": "string",
"chipManufacturer": "string",
"os": "string",
"cpu": 0,
"tops": 0,
"flash": 0,
"chipMemory": 0,
"bandwidth": 0,
"memory": 0,
"hardDisk": 0
}
}
}