{
"id": 0,
"boxSerial": "string",
"deviceId": 0,
"smartUniverse": 0,
"customizeDrawAreaCoordinates": [
[
[
0
]
]
],
"deviceAIServiceList": [
{
"id": 0,
"aiSrvType": 0,
"useDefaultConfig": 0,
"selected": 0,
"aiSrvDrawType": 0,
"aiServiceCustomConfig": {
"id": 0,
"aiSrvId": 0,
"areaId": 0,
"deviceAreaAIId": 0,
"aiSrvTriggerInterval": 0,
"aiSrvAlgorithmSensitivity": 0,
"alertImageType": 0,
"bAiServerId": 0,
"validCycleTime": [
{
"x": 0,
"y": 0
}
],
"avAlarmStatus": 0,
"aiSrvName": "string",
"aiSrvAlarmName": "string",
"aiSrvExtraArgs": "string",
"aiSrvDelayTriggerSeconds": 0,
"aiSrvStatus": 0,
"boxSerial": "string",
"deviceId": 0,
"createTime": "string",
"updateTime": "string",
"nvrVideoCaptureTime": 0,
"nvrConfigured": 0,
"aiSrvDrawType": 0,
"aiSrvDefaultConfig": "string",
"sort": 0,
"useDefaultConfig": 0,
"selected": 0,
"delayMin": 0,
"delayMax": 0,
"intervalMin": 0,
"intervalMax": 0
},
"aiSrvExtraArgs": "string"
}
],
"maskingAreaSize": {
"width": "1920",
"height": "1080"
}
}
curl --location --request POST 'http://192.168.16.10:31748/v1/device/ai/srv/update/areaId' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"boxSerial": "string",
"deviceId": 0,
"smartUniverse": 0,
"customizeDrawAreaCoordinates": [
[
[
0
]
]
],
"deviceAIServiceList": [
{
"id": 0,
"aiSrvType": 0,
"useDefaultConfig": 0,
"selected": 0,
"aiSrvDrawType": 0,
"aiServiceCustomConfig": {
"id": 0,
"aiSrvId": 0,
"areaId": 0,
"deviceAreaAIId": 0,
"aiSrvTriggerInterval": 0,
"aiSrvAlgorithmSensitivity": 0,
"alertImageType": 0,
"bAiServerId": 0,
"validCycleTime": [
{
"x": 0,
"y": 0
}
],
"avAlarmStatus": 0,
"aiSrvName": "string",
"aiSrvAlarmName": "string",
"aiSrvExtraArgs": "string",
"aiSrvDelayTriggerSeconds": 0,
"aiSrvStatus": 0,
"boxSerial": "string",
"deviceId": 0,
"createTime": "string",
"updateTime": "string",
"nvrVideoCaptureTime": 0,
"nvrConfigured": 0,
"aiSrvDrawType": 0,
"aiSrvDefaultConfig": "string",
"sort": 0,
"useDefaultConfig": 0,
"selected": 0,
"delayMin": 0,
"delayMax": 0,
"intervalMin": 0,
"intervalMax": 0
},
"aiSrvExtraArgs": "string"
}
],
"maskingAreaSize": {
"width": "1920",
"height": "1080"
}
}'
{
"message": "",
"code": 0,
"data": null
}