{
"id": "GSF_ID_GB_CFG",
"op": "G1C0S0",
"data": {
"server_ip": "192.168.0.69",
"server_port": 5060,
"server_code": "34020000002000000001",
"server_domain": "3402000000",
"device_name": "BovaIPC",
"device_model": "AIPCAM",
"device_code": "34020000001320000188",
"device_pwd": "12345678",
"device_ip": "192.168.0.186",
"device_port": 5060,
"device_firmware": "v2.3.6, build 20220803",
"device_vcode": "34020000001320000188",
"device_acode": "34020000001370000188",
"cmd_ttype": 1,
"stream": 0,
"stream_ttype": 0,
"expired": 3600,
"keepalive": 60,
"status": 0,
"enable": 0
}
}curl --location --request POST 'http://192.168.0.168/api/network/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_GB_CFG",
"op": "G1C0S0",
"data": {
"server_ip": "192.168.0.69",
"server_port": 5060,
"server_code": "34020000002000000001",
"server_domain": "3402000000",
"device_name": "BovaIPC",
"device_model": "AIPCAM",
"device_code": "34020000001320000188",
"device_pwd": "12345678",
"device_ip": "192.168.0.186",
"device_port": 5060,
"device_firmware": "v2.3.6, build 20220803",
"device_vcode": "34020000001320000188",
"device_acode": "34020000001370000188",
"cmd_ttype": 1,
"stream": 0,
"stream_ttype": 0,
"expired": 3600,
"keepalive": 60,
"status": 0,
"enable": 0
}
}'{
"code": 0,
"data": {}
}