{
"deviceId": "192.168.1.100:18080",
"performance": {
"cameraCount": 96,
"nvrCount": 54,
"subPlatformCount": 88
}
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/pag/heartbeat' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "192.168.1.100:18080",
"performance": {
"cameraCount": 96,
"nvrCount": 54,
"subPlatformCount": 88
}
}'
{
"code": 0,
"message": "success"
}