{
"id": "GSF_ID_GB_CFG",
"op": "G0C0S0"
}
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": "G0C0S0"
}'
{
"code": 0,
"data": {
"server_ip": "123.60.81.181",
"server_port": 30100,
"server_code": "43000000802008000001",
"server_domain": "43000000",
"device_name": "AIPCAM",
"device_model": "AIPCAM",
"device_code": "43000000801328000003",
"device_pwd": "123456",
"device_port": 5060,
"device_firmware": "v2.3.6, build 20220803",
"device_vcode": "43000000801320004009",
"device_acode": "43000000801370004002",
"cmd_ttype": 1,
"stream": 0,
"stream_ttype": 0,
"expired": 3600,
"keepalive": 15,
"keepalive_retry": 0,
"status": 0,
"enable": 0
}
}