关闭摄像头的录像功能。
请求参数说明: - rtspUrl: 摄像头RTSP地址(必填) - port: HTTP端口,默认80(选填)
{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}curl --location '/manage/api/v1/camera/record/disable' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}'{
"code": 0,
"message": "",
"data": ""
}